MCPcopy Create free account
hub / github.com/docker/cli / GetAuthConfigs

Method GetAuthConfigs

cli/config/credentials/file_store_test.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (f *fakeStore) GetAuthConfigs() map[string]types.AuthConfig {
26 return f.configs
27}
28
29func (*fakeStore) GetFilename() string {
30 return "no-config.json"

Calls

no outgoing calls

Tested by

no test coverage detected