MCPcopy Index your code
hub / github.com/docker/cli / ConfigUpdate

Method ConfigUpdate

cli/command/service/create_test.go:35–37  ·  view source on GitHub ↗
(_ context.Context, _ string, _ client.ConfigUpdateOptions)

Source from the content-addressed store, hash-verified

33}
34
35func (fakeConfigAPIClientList) ConfigUpdate(_ context.Context, _ string, _ client.ConfigUpdateOptions) (client.ConfigUpdateResult, error) {
36 return client.ConfigUpdateResult{}, nil
37}
38
39// TestSetConfigsWithCredSpecAndConfigs tests that the setConfigs function for
40// create correctly looks up the right configs, and correctly handles the

Callers 1

createConfigsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected