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

Method ConfigInspect

cli/command/service/create_test.go:31–33  ·  view source on GitHub ↗
(_ context.Context, _ string, _ client.ConfigInspectOptions)

Source from the content-addressed store, hash-verified

29}
30
31func (fakeConfigAPIClientList) ConfigInspect(_ context.Context, _ string, _ client.ConfigInspectOptions) (client.ConfigInspectResult, error) {
32 return client.ConfigInspectResult{}, nil
33}
34
35func (fakeConfigAPIClientList) ConfigUpdate(_ context.Context, _ string, _ client.ConfigUpdateOptions) (client.ConfigUpdateResult, error) {
36 return client.ConfigUpdateResult{}, nil

Callers 2

createConfigsFunction · 0.45
inspectConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected