brent s
b6ba0f9736
improved various funcs, removed extraneous things (e.g. Item.Attrs). first integration test. more will come.
7 lines
106 B
Go
7 lines
106 B
Go
package gosecret
|
|
|
|
// Paths.
|
|
const (
|
|
DbusDefaultCollectionPath string = DbusPath + "/collections/login"
|
|
)
|