ServiceCreate mocks base method.
(arg0 context.Context, arg1 client.ServiceCreateOptions)
| 1443 | |
| 1444 | // ServiceCreate mocks base method. |
| 1445 | func (m *MockAPIClient) ServiceCreate(arg0 context.Context, arg1 client.ServiceCreateOptions) (client.ServiceCreateResult, error) { |
| 1446 | m.ctrl.T.Helper() |
| 1447 | ret := m.ctrl.Call(m, "ServiceCreate", arg0, arg1) |
| 1448 | ret0, _ := ret[0].(client.ServiceCreateResult) |
| 1449 | ret1, _ := ret[1].(error) |
| 1450 | return ret0, ret1 |
| 1451 | } |
| 1452 | |
| 1453 | // ServiceCreate indicates an expected call of ServiceCreate. |
| 1454 | func (mr *MockAPIClientMockRecorder) ServiceCreate(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected