checking in work real quick
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package gosecret
|
||||
|
||||
// Libsecret/SecretService identifiers.
|
||||
const (
|
||||
DbusItemsID string = "org.freedesktop.Secret.Collection.Items"
|
||||
DbusCollectionDelete string = "org.freedesktop.Secret.Collection.Delete"
|
||||
)
|
||||
|
||||
// Dbus constants
|
||||
const (
|
||||
DBusServiceName string = "org.freedesktop.secrets"
|
||||
DBusPath string = "/org/freedesktop/secrets"
|
||||
|
||||
Reference in New Issue
Block a user