Ping mocks base method.
(arg0 context.Context, arg1 client.PingOptions)
| 1173 | |
| 1174 | // Ping mocks base method. |
| 1175 | func (m *MockAPIClient) Ping(arg0 context.Context, arg1 client.PingOptions) (client.PingResult, error) { |
| 1176 | m.ctrl.T.Helper() |
| 1177 | ret := m.ctrl.Call(m, "Ping", arg0, arg1) |
| 1178 | ret0, _ := ret[0].(client.PingResult) |
| 1179 | ret1, _ := ret[1].(error) |
| 1180 | return ret0, ret1 |
| 1181 | } |
| 1182 | |
| 1183 | // Ping indicates an expected call of Ping. |
| 1184 | func (mr *MockAPIClientMockRecorder) Ping(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected