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

Method SecretUpdate

pkg/mocks/mock_docker_api.go:1415–1421  ·  view source on GitHub ↗

SecretUpdate mocks base method.

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

Source from the content-addressed store, hash-verified

1413
1414// SecretUpdate mocks base method.
1415func (m *MockAPIClient) SecretUpdate(arg0 context.Context, arg1 string, arg2 client.SecretUpdateOptions) (client.SecretUpdateResult, error) {
1416 m.ctrl.T.Helper()
1417 ret := m.ctrl.Call(m, "SecretUpdate", arg0, arg1, arg2)
1418 ret0, _ := ret[0].(client.SecretUpdateResult)
1419 ret1, _ := ret[1].(error)
1420 return ret0, ret1
1421}
1422
1423// SecretUpdate indicates an expected call of SecretUpdate.
1424func (mr *MockAPIClientMockRecorder) SecretUpdate(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected