MockDRPCClientMockRecorder is the mock recorder for MockDRPCClient.
| 27 | |
| 28 | // MockDRPCClientMockRecorder is the mock recorder for MockDRPCClient. |
| 29 | type MockDRPCClientMockRecorder struct { |
| 30 | mock *MockDRPCClient |
| 31 | } |
| 32 | |
| 33 | // NewMockDRPCClient creates a new mock instance. |
| 34 | func NewMockDRPCClient(ctrl *gomock.Controller) *MockDRPCClient { |
nothing calls this directly
no outgoing calls
no test coverage detected