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

Method SecretInspect

pkg/mocks/mock_docker_api.go:1379–1382  ·  view source on GitHub ↗

SecretInspect indicates an expected call of SecretInspect.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1377
1378// SecretInspect indicates an expected call of SecretInspect.
1379func (mr *MockAPIClientMockRecorder) SecretInspect(arg0, arg1, arg2 any) *gomock.Call {
1380 mr.mock.ctrl.T.Helper()
1381 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SecretInspect", reflect.TypeOf((*MockAPIClient)(nil).SecretInspect), arg0, arg1, arg2)
1382}
1383
1384// SecretList mocks base method.
1385func (m *MockAPIClient) SecretList(arg0 context.Context, arg1 client.SecretListOptions) (client.SecretListResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected