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

Method SecretUpdate

pkg/mocks/mock_docker_api.go:1424–1427  ·  view source on GitHub ↗

SecretUpdate indicates an expected call of SecretUpdate.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1422
1423// SecretUpdate indicates an expected call of SecretUpdate.
1424func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2 any) *gomock.Call {
1425 mr.mock.ctrl.T.Helper()
1426 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretUpdate", reflect.TypeOf((*MockAPIClient)(nil).SecretUpdate), arg0, arg1, arg2)
1427}
1428
1429// ServerVersion mocks base method.
1430func (m *MockAPIClient) ServerVersion(arg0 context.Context, arg1 client.ServerVersionOptions) (client.ServerVersionResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected