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

Method SecretRemove

pkg/mocks/mock_docker_api.go:1409–1412  ·  view source on GitHub ↗

SecretRemove indicates an expected call of SecretRemove.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1407
1408// SecretRemove indicates an expected call of SecretRemove.
1409func (mr *MockAPIClientMockRecorder) SecretRemove(arg0, arg1, arg2 any) *gomock.Call {
1410 mr.mock.ctrl.T.Helper()
1411 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretRemove", reflect.TypeOf((*MockAPIClient)(nil).SecretRemove), arg0, arg1, arg2)
1412}
1413
1414// SecretUpdate mocks base method.
1415func (m *MockAPIClient) SecretUpdate(arg0 context.Context, arg1 string, arg2 client.SecretUpdateOptions) (client.SecretUpdateResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected