MockSecretSrv is a mock of SecretSrv interface.
| 222 | |
| 223 | // MockSecretSrv is a mock of SecretSrv interface. |
| 224 | type MockSecretSrv struct { |
| 225 | ctrl *gomock.Controller |
| 226 | recorder *MockSecretSrvMockRecorder |
| 227 | } |
| 228 | |
| 229 | // MockSecretSrvMockRecorder is the mock recorder for MockSecretSrv. |
| 230 | type MockSecretSrvMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected