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

Method SecretRemove

cli/command/secret/client_test.go:38–43  ·  view source on GitHub ↗
(ctx context.Context, name string, options client.SecretRemoveOptions)

Source from the content-addressed store, hash-verified

36}
37
38func (c *fakeClient) SecretRemove(ctx context.Context, name string, options client.SecretRemoveOptions) (client.SecretRemoveResult, error) {
39 if c.secretRemoveFunc != nil {
40 return c.secretRemoveFunc(ctx, name, options)
41 }
42 return client.SecretRemoveResult{}, nil
43}

Callers 1

runRemoveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected