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

Method SecretCreate

pkg/mocks/mock_docker_api.go:1355–1361  ·  view source on GitHub ↗

SecretCreate mocks base method.

(arg0 context.Context, arg1 client.SecretCreateOptions)

Source from the content-addressed store, hash-verified

1353
1354// SecretCreate mocks base method.
1355func (m *MockAPIClient) SecretCreate(arg0 context.Context, arg1 client.SecretCreateOptions) (client.SecretCreateResult, error) {
1356 m.ctrl.T.Helper()
1357 ret := m.ctrl.Call(m, "SecretCreate", arg0, arg1)
1358 ret0, _ := ret[0].(client.SecretCreateResult)
1359 ret1, _ := ret[1].(error)
1360 return ret0, ret1
1361}
1362
1363// SecretCreate indicates an expected call of SecretCreate.
1364func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected