ExecCreate mocks base method.
(arg0 context.Context, arg1 string, arg2 client.ExecCreateOptions)
| 698 | |
| 699 | // ExecCreate mocks base method. |
| 700 | func (m *MockAPIClient) ExecCreate(arg0 context.Context, arg1 string, arg2 client.ExecCreateOptions) (client.ExecCreateResult, error) { |
| 701 | m.ctrl.T.Helper() |
| 702 | ret := m.ctrl.Call(m, "ExecCreate", arg0, arg1, arg2) |
| 703 | ret0, _ := ret[0].(client.ExecCreateResult) |
| 704 | ret1, _ := ret[1].(error) |
| 705 | return ret0, ret1 |
| 706 | } |
| 707 | |
| 708 | // ExecCreate indicates an expected call of ExecCreate. |
| 709 | func (mr *MockAPIClientMockRecorder) ExecCreate(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected