Versions in this module Expand all Collapse all v0 v0.4.0 Apr 19, 2019 Changes in this version + func NewClient(configPaths ...string) (auth.Client, error) + type Client struct + func (c *Client) Credential(hostname string) (string, string, error) + func (c *Client) Login(ctx context.Context, hostname, username, secret string) error + func (c *Client) Logout(_ context.Context, hostname string) error + func (c *Client) Resolver(_ context.Context) (remotes.Resolver, error)