Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secretservice ¶ added in v0.3.0
type Secretservice struct{}
Secretservice handles secrets using Linux secret-service as a store.
func (Secretservice) Add ¶ added in v0.3.0
func (h Secretservice) Add(creds *credentials.Credentials) error
Add adds new credentials to the keychain.
func (Secretservice) Delete ¶ added in v0.3.0
func (h Secretservice) Delete(serverURL string) error
Delete removes credentials from the store.
Click to show internal directories.
Click to hide internal directories.