5975b5ed5c
Cleaned up file naming/organization, optimized some things like using preallocated indexed slices instead of appends, etc.
8 lines
182 B
Go
8 lines
182 B
Go
package libsecret
|
|
|
|
const (
|
|
DBusServiceName string = "org.freedesktop.secrets"
|
|
DBusPath string = "/org/freedesktop/secrets"
|
|
PromptPrefix string = DBusPath + "/prompt/"
|
|
)
|