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

Method SecretInspect

pkg/mocks/mock_docker_api.go:1370–1376  ·  view source on GitHub ↗

SecretInspect mocks base method.

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

Source from the content-addressed store, hash-verified

1368
1369// SecretInspect mocks base method.
1370func (m *MockAPIClient) SecretInspect(arg0 context.Context, arg1 string, arg2 client.SecretInspectOptions) (client.SecretInspectResult, error) {
1371 m.ctrl.T.Helper()
1372 ret := m.ctrl.Call(m, "SecretInspect", arg0, arg1, arg2)
1373 ret0, _ := ret[0].(client.SecretInspectResult)
1374 ret1, _ := ret[1].(error)
1375 return ret0, ret1
1376}
1377
1378// SecretInspect indicates an expected call of SecretInspect.
1379func (mr *MockAPIClientMockRecorder) SecretInspect(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected