In mocks base method.
()
| 162 | |
| 163 | // In mocks base method. |
| 164 | func (m *MockCli) In() *streams.In { |
| 165 | m.ctrl.T.Helper() |
| 166 | ret := m.ctrl.Call(m, "In") |
| 167 | ret0, _ := ret[0].(*streams.In) |
| 168 | return ret0 |
| 169 | } |
| 170 | |
| 171 | // In indicates an expected call of In. |
| 172 | func (mr *MockCliMockRecorder) In() *gomock.Call { |
no outgoing calls