Out indicates an expected call of Out.
()
| 198 | |
| 199 | // Out indicates an expected call of Out. |
| 200 | func (mr *MockCliMockRecorder) Out() *gomock.Call { |
| 201 | mr.mock.ctrl.T.Helper() |
| 202 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Out", reflect.TypeOf((*MockCli)(nil).Out)) |
| 203 | } |
| 204 | |
| 205 | // Resource mocks base method. |
| 206 | func (m *MockCli) Resource() *resource.Resource { |
nothing calls this directly
no outgoing calls
no test coverage detected