CheckpointCreate mocks base method.
(arg0 context.Context, arg1 string, arg2 client.CheckpointCreateOptions)
| 74 | |
| 75 | // CheckpointCreate mocks base method. |
| 76 | func (m *MockAPIClient) CheckpointCreate(arg0 context.Context, arg1 string, arg2 client.CheckpointCreateOptions) (client.CheckpointCreateResult, error) { |
| 77 | m.ctrl.T.Helper() |
| 78 | ret := m.ctrl.Call(m, "CheckpointCreate", arg0, arg1, arg2) |
| 79 | ret0, _ := ret[0].(client.CheckpointCreateResult) |
| 80 | ret1, _ := ret[1].(error) |
| 81 | return ret0, ret1 |
| 82 | } |
| 83 | |
| 84 | // CheckpointCreate indicates an expected call of CheckpointCreate. |
| 85 | func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected