ServerVersion indicates an expected call of ServerVersion.
(arg0, arg1 any)
| 1437 | |
| 1438 | // ServerVersion indicates an expected call of ServerVersion. |
| 1439 | func (mr *MockAPIClientMockRecorder) ServerVersion(arg0, arg1 any) *gomock.Call { |
| 1440 | mr.mock.ctrl.T.Helper() |
| 1441 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServerVersion", reflect.TypeOf((*MockAPIClient)(nil).ServerVersion), arg0, arg1) |
| 1442 | } |
| 1443 | |
| 1444 | // ServiceCreate mocks base method. |
| 1445 | func (m *MockAPIClient) ServiceCreate(arg0 context.Context, arg1 client.ServiceCreateOptions) (client.ServiceCreateResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected