SetIn mocks base method.
(arg0 *streams.In)
| 232 | |
| 233 | // SetIn mocks base method. |
| 234 | func (m *MockCli) SetIn(arg0 *streams.In) { |
| 235 | m.ctrl.T.Helper() |
| 236 | m.ctrl.Call(m, "SetIn", arg0) |
| 237 | } |
| 238 | |
| 239 | // SetIn indicates an expected call of SetIn. |
| 240 | func (mr *MockCliMockRecorder) SetIn(arg0 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected