CheckpointCreate indicates an expected call of CheckpointCreate.
(arg0, arg1, arg2 any)
| 83 | |
| 84 | // CheckpointCreate indicates an expected call of CheckpointCreate. |
| 85 | func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 any) *gomock.Call { |
| 86 | mr.mock.ctrl.T.Helper() |
| 87 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CheckpointCreate", reflect.TypeOf((*MockAPIClient)(nil).CheckpointCreate), arg0, arg1, arg2) |
| 88 | } |
| 89 | |
| 90 | // CheckpointList mocks base method. |
| 91 | func (m *MockAPIClient) CheckpointList(arg0 context.Context, arg1 string, arg2 client.CheckpointListOptions) (client.CheckpointListResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected