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

Method SecretCreate

pkg/mocks/mock_docker_api.go:1364–1367  ·  view source on GitHub ↗

SecretCreate indicates an expected call of SecretCreate.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1362
1363// SecretCreate indicates an expected call of SecretCreate.
1364func (mr *MockAPIClientMockRecorder) SecretCreate(arg0, arg1 any) *gomock.Call {
1365 mr.mock.ctrl.T.Helper()
1366 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretCreate", reflect.TypeOf((*MockAPIClient)(nil).SecretCreate), arg0, arg1)
1367}
1368
1369// SecretInspect mocks base method.
1370func (m *MockAPIClient) SecretInspect(arg0 context.Context, arg1 string, arg2 client.SecretInspectOptions) (client.SecretInspectResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected