fixing various race conditions and errors after refactoring

This commit is contained in:
2021-12-13 05:34:53 -05:00
parent 6dba963608
commit 0767e9c0c1
6 changed files with 75 additions and 91 deletions

View File

@@ -1,5 +1,9 @@
package gosecret
import (
`github.com/godbus/dbus/v5`
)
// Constants for use with gosecret.
const (
/*
@@ -24,6 +28,11 @@ const (
DbusDefaultItemType string = DbusServiceBase + ".Generic"
)
// Libsecret/SecretService special values.
var (
DbusRemoveAliasPath dbus.ObjectPath = dbus.ObjectPath("/")
)
// Service interface.
const (
/*