Versions in this module Expand all Collapse all v0 v0.11.1 Feb 11, 2021 v0.11.0 Feb 11, 2021 Changes in this version + type Client struct + func (c Client) GetContentTrustToken(username, password, imageRepo, hostname string) (string, error) + func (c Client) GetRegistryToken(username, password, imageRepo, hostname string) (string, error) + type Interface interface + GetContentTrustToken func(username, password, imageRepo, hostname string) (string, error) + GetRegistryToken func(username, password, imageRepo, hostname string) (string, error) + func NewClient() Interface