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

Method ConfigCreate

cli/command/service/create_test.go:23–25  ·  view source on GitHub ↗
(_ context.Context, _ client.ConfigCreateOptions)

Source from the content-addressed store, hash-verified

21}
22
23func (fakeConfigAPIClientList) ConfigCreate(_ context.Context, _ client.ConfigCreateOptions) (client.ConfigCreateResult, error) {
24 return client.ConfigCreateResult{}, nil
25}
26
27func (fakeConfigAPIClientList) ConfigRemove(_ context.Context, _ string, _ client.ConfigRemoveOptions) (client.ConfigRemoveResult, error) {
28 return client.ConfigRemoveResult{}, nil

Callers 1

createConfigsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected