(ctx context.Context, registryURL string, checkCredentialsStore bool)
| 39 | |
| 40 | Login(ctx context.Context, registryURL, user, password string, checkCredentialsStore, saveAuthConfig, relogin bool) (*dockerregistry.AuthConfig, error) |
| 41 | GetAuthConfig(ctx context.Context, registryURL string, checkCredentialsStore bool) (*dockerregistry.AuthConfig, error) |
| 42 | |
| 43 | ParseProxyConfig(buildArgs map[string]*string) map[string]*string |
| 44 |
no outgoing calls
no test coverage detected