ServiceLogs indicates an expected call of ServiceLogs.
(arg0, arg1, arg2 any)
| 1497 | |
| 1498 | // ServiceLogs indicates an expected call of ServiceLogs. |
| 1499 | func (mr *MockAPIClientMockRecorder) ServiceLogs(arg0, arg1, arg2 any) *gomock.Call { |
| 1500 | mr.mock.ctrl.T.Helper() |
| 1501 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceLogs", reflect.TypeOf((*MockAPIClient)(nil).ServiceLogs), arg0, arg1, arg2) |
| 1502 | } |
| 1503 | |
| 1504 | // ServiceRemove mocks base method. |
| 1505 | func (m *MockAPIClient) ServiceRemove(arg0 context.Context, arg1 string, arg2 client.ServiceRemoveOptions) (client.ServiceRemoveResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected