Documentation ¶
Overview ¶
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secretservice ¶
type Secretservice struct{}
Secretservice handles secrets using Linux secret-service as a store.
func (Secretservice) Add ¶
func (h Secretservice) Add(creds *credentials.Credentials) error
Add adds new credentials to the keychain.
func (Secretservice) Delete ¶
func (h Secretservice) Delete(serverURL string) error
Delete removes credentials from the store.
func (Secretservice) Get ¶
func (h Secretservice) Get(serverURL string) (string, string, error)
Get returns the username and secret to use for a given registry server URL.
func (Secretservice) List ¶
func (h Secretservice) List() (map[string]string, error)
List returns the stored URLs and corresponding usernames for a given credentials label
func (Secretservice) SupportsCredentialStorage ¶
func (Secretservice) SupportsCredentialStorage() bool
SupportsCredentialStorage returns true since storage is supported