checking in work real quick

This commit is contained in:
brent s
2021-11-21 23:12:25 -05:00
parent bdee0ea110
commit 644ac13451
2 changed files with 24 additions and 15 deletions

View File

@@ -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"