ServerVersion mocks base method.
(arg0 context.Context, arg1 client.ServerVersionOptions)
| 1428 | |
| 1429 | // ServerVersion mocks base method. |
| 1430 | func (m *MockAPIClient) ServerVersion(arg0 context.Context, arg1 client.ServerVersionOptions) (client.ServerVersionResult, error) { |
| 1431 | m.ctrl.T.Helper() |
| 1432 | ret := m.ctrl.Call(m, "ServerVersion", arg0, arg1) |
| 1433 | ret0, _ := ret[0].(client.ServerVersionResult) |
| 1434 | ret1, _ := ret[1].(error) |
| 1435 | return ret0, ret1 |
| 1436 | } |
| 1437 | |
| 1438 | // ServerVersion indicates an expected call of ServerVersion. |
| 1439 | func (mr *MockAPIClientMockRecorder) ServerVersion(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected