@@ -0,0 +1,10 @@
package libsecret
import (
`errors`
)
var (
ErrNoDbusConn error = errors.New("no valid dbus connection")
ErrBadDbusPath error = errors.New("invalid dbus path")
The note is not visible to the blocked user.