gosecret/conts_test.go
brent s b6ba0f9736
improvements, start integration tests
improved various funcs, removed extraneous things (e.g. Item.Attrs).

first integration test. more will come.
2021-12-07 02:56:15 -05:00

7 lines
106 B
Go

package gosecret
// Paths.
const (
DbusDefaultCollectionPath string = DbusPath + "/collections/login"
)