7 lines
106 B
Go
7 lines
106 B
Go
|
package gosecret
|
||
|
|
||
|
// Paths.
|
||
|
const (
|
||
|
DbusDefaultCollectionPath string = DbusPath + "/collections/login"
|
||
|
)
|