Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ fakeStore
Struct
fakeStore
internal/oauth/manager/manager_test.go:345–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
}
344
345
type
fakeStore
struct
{
346
configs
map
[string]types.AuthConfig
347
}
348
349
func
(*fakeStore) Save() error {
350
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected