fixing various race conditions and errors after refactoring
This commit is contained in:
@@ -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 (
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user