Versions in this module Expand all Collapse all v0 v0.4.0 Apr 19, 2019 Changes in this version + var ErrNotLoggedIn = errors.New("not logged in") + type Client interface + Login func(ctx context.Context, hostname, username, secret string) error + Logout func(ctx context.Context, hostname string) error + Resolver func(ctx context.Context) (remotes.Resolver, error)