PluginCreate mocks base method.
(arg0 context.Context, arg1 io.Reader, arg2 client.PluginCreateOptions)
| 1188 | |
| 1189 | // PluginCreate mocks base method. |
| 1190 | func (m *MockAPIClient) PluginCreate(arg0 context.Context, arg1 io.Reader, arg2 client.PluginCreateOptions) (client.PluginCreateResult, error) { |
| 1191 | m.ctrl.T.Helper() |
| 1192 | ret := m.ctrl.Call(m, "PluginCreate", arg0, arg1, arg2) |
| 1193 | ret0, _ := ret[0].(client.PluginCreateResult) |
| 1194 | ret1, _ := ret[1].(error) |
| 1195 | return ret0, ret1 |
| 1196 | } |
| 1197 | |
| 1198 | // PluginCreate indicates an expected call of PluginCreate. |
| 1199 | func (mr *MockAPIClientMockRecorder) PluginCreate(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected