ServiceCreate indicates an expected call of ServiceCreate.
(arg0, arg1 any)
| 1452 | |
| 1453 | // ServiceCreate indicates an expected call of ServiceCreate. |
| 1454 | func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1 any) *gomock.Call { |
| 1455 | mr.mock.ctrl.T.Helper() |
| 1456 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceCreate", reflect.TypeOf((*MockAPIClient)(nil).ServiceCreate), arg0, arg1) |
| 1457 | } |
| 1458 | |
| 1459 | // ServiceInspect mocks base method. |
| 1460 | func (m *MockAPIClient) ServiceInspect(arg0 context.Context, arg1 string, arg2 client.ServiceInspectOptions) (client.ServiceInspectResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected