docs update; clarification
This commit is contained in:
parent
5b3328f2b9
commit
fa3061ee7a
@ -1,7 +1,7 @@
|
|||||||
package gosecret
|
package gosecret
|
||||||
|
|
||||||
import (
|
import (
|
||||||
`github.com/godbus/dbus/v5`
|
"github.com/godbus/dbus/v5"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Constants for use with gosecret.
|
// Constants for use with gosecret.
|
||||||
@ -30,6 +30,7 @@ const (
|
|||||||
|
|
||||||
// Libsecret/SecretService special values.
|
// Libsecret/SecretService special values.
|
||||||
var (
|
var (
|
||||||
|
// DbusRemoveAliasPath is used to remove an alias from a Collection and/or Item.
|
||||||
DbusRemoveAliasPath dbus.ObjectPath = dbus.ObjectPath("/")
|
DbusRemoveAliasPath dbus.ObjectPath = dbus.ObjectPath("/")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user