MCPcopy
hub / github.com/marmotedu/iam / MockSecretSrv

Struct MockSecretSrv

internal/apiserver/service/v1/mock_service.go:224–227  ·  view source on GitHub ↗

MockSecretSrv is a mock of SecretSrv interface.

Source from the content-addressed store, hash-verified

222
223// MockSecretSrv is a mock of SecretSrv interface.
224type MockSecretSrv struct {
225 ctrl *gomock.Controller
226 recorder *MockSecretSrvMockRecorder
227}
228
229// MockSecretSrvMockRecorder is the mock recorder for MockSecretSrv.
230type MockSecretSrvMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected