EXPECT returns an object that allows the caller to indicate expected use.
()
| 39 | |
| 40 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 41 | func (m *MockDRPCClient) EXPECT() *MockDRPCClientMockRecorder { |
| 42 | return m.recorder |
| 43 | } |
| 44 | |
| 45 | // DRPCConn mocks base method. |
| 46 | func (m *MockDRPCClient) DRPCConn() drpc.Conn { |
no outgoing calls