ServerInfo indicates an expected call of ServerInfo.
()
| 226 | |
| 227 | // ServerInfo indicates an expected call of ServerInfo. |
| 228 | func (mr *MockCliMockRecorder) ServerInfo() *gomock.Call { |
| 229 | mr.mock.ctrl.T.Helper() |
| 230 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServerInfo", reflect.TypeOf((*MockCli)(nil).ServerInfo)) |
| 231 | } |
| 232 | |
| 233 | // SetIn mocks base method. |
| 234 | func (m *MockCli) SetIn(arg0 *streams.In) { |
nothing calls this directly
no outgoing calls
no test coverage detected