Ping indicates an expected call of Ping.
(arg0, arg1 any)
| 1182 | |
| 1183 | // Ping indicates an expected call of Ping. |
| 1184 | func (mr *MockAPIClientMockRecorder) Ping(arg0, arg1 any) *gomock.Call { |
| 1185 | mr.mock.ctrl.T.Helper() |
| 1186 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Ping", reflect.TypeOf((*MockAPIClient)(nil).Ping), arg0, arg1) |
| 1187 | } |
| 1188 | |
| 1189 | // PluginCreate mocks base method. |
| 1190 | func (m *MockAPIClient) PluginCreate(arg0 context.Context, arg1 io.Reader, arg2 client.PluginCreateOptions) (client.PluginCreateResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected