some prelim work
This commit is contained in:
16
types.go
Normal file
16
types.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package libsecret
|
||||
|
||||
import (
|
||||
`github.com/godbus/dbus`
|
||||
)
|
||||
|
||||
/*
|
||||
Collection is an accessor for libsecret collections, which contain multiple Secret items.
|
||||
Reference:
|
||||
https://developer-old.gnome.org/libsecret/0.18/SecretCollection.html
|
||||
https://specifications.freedesktop.org/secret-service/latest/ch03.html
|
||||
*/
|
||||
type Collection struct {
|
||||
Conn *dbus.Conn
|
||||
Dbus dbus.BusObject
|
||||
}
|
||||
Reference in New Issue
Block a user