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

Method SecretRemove

pkg/mocks/mock_docker_api.go:1400–1406  ·  view source on GitHub ↗

SecretRemove mocks base method.

(arg0 context.Context, arg1 string, arg2 client.SecretRemoveOptions)

Source from the content-addressed store, hash-verified

1398
1399// SecretRemove mocks base method.
1400func (m *MockAPIClient) SecretRemove(arg0 context.Context, arg1 string, arg2 client.SecretRemoveOptions) (client.SecretRemoveResult, error) {
1401 m.ctrl.T.Helper()
1402 ret := m.ctrl.Call(m, "SecretRemove", arg0, arg1, arg2)
1403 ret0, _ := ret[0].(client.SecretRemoveResult)
1404 ret1, _ := ret[1].(error)
1405 return ret0, ret1
1406}
1407
1408// SecretRemove indicates an expected call of SecretRemove.
1409func (mr *MockAPIClientMockRecorder) SecretRemove(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected