Documentation
¶
Overview ¶
Package mock_client is a generated GoMock package.
Index ¶
- type MockAPI
- func (m *MockAPI) BulkApproveSubmissions(payload client.BulkApproveSubmissionsPayload) error
- func (m *MockAPI) BulkSendMessage(ids []string, body, studyID string) error
- func (m *MockAPI) ConfirmHookSubscription(subscriptionID, secret string) (*model.Hook, error)
- func (m *MockAPI) CreateAITaskBuilderBatch(params client.CreateBatchParams) (*client.CreateAITaskBuilderBatchResponse, error)
- func (m *MockAPI) CreateAITaskBuilderCollection(payload model.CreateAITaskBuilderCollection) (*client.CreateAITaskBuilderCollectionResponse, error)
- func (m *MockAPI) CreateAITaskBuilderDataset(workspaceID string, payload client.CreateAITaskBuilderDatasetPayload) (*client.CreateAITaskBuilderDatasetResponse, error)
- func (m *MockAPI) CreateAITaskBuilderInstructions(batchID string, instructions client.CreateAITaskBuilderInstructionsPayload) (*client.CreateAITaskBuilderInstructionsResponse, error)
- func (m *MockAPI) CreateBonusPayments(payload client.CreateBonusPaymentsPayload) (*client.CreateBonusPaymentsResponse, error)
- func (m *MockAPI) CreateCredentialPool(credentials, workspaceID string) (*client.CredentialPoolResponse, error)
- func (m *MockAPI) CreateFilterSet(filterSet model.CreateFilterSet) (*client.CreateFilterSetResponse, error)
- func (m *MockAPI) CreateHookSecret(payload client.CreateSecretPayload) (*model.Secret, error)
- func (m *MockAPI) CreateHookSubscription(payload client.CreateHookPayload) (*model.Hook, string, error)
- func (m *MockAPI) CreateInvitation(invitation model.CreateInvitation) (*client.CreateInvitationResponse, error)
- func (m *MockAPI) CreateParticipantGroup(group model.CreateParticipantGroup) (*client.CreateParticipantGroupResponse, error)
- func (m *MockAPI) CreateProject(workspaceID string, project model.Project) (*client.CreateProjectResponse, error)
- func (m *MockAPI) CreateStudy(arg0 model.CreateStudy) (*model.Study, error)
- func (m *MockAPI) CreateSurvey(survey model.CreateSurvey) (*client.CreateSurveyResponse, error)
- func (m *MockAPI) CreateSurveyResponse(surveyID string, response model.CreateSurveyResponseRequest) (*client.CreateSurveyResponseResponse, error)
- func (m *MockAPI) CreateTestParticipant(email string) (*client.CreateTestParticipantResponse, error)
- func (m *MockAPI) CreateWorkspace(workspace model.Workspace) (*client.CreateWorkspacesResponse, error)
- func (m *MockAPI) DeleteAllSurveyResponses(surveyID string) error
- func (m *MockAPI) DeleteHookSubscription(subscriptionID string) error
- func (m *MockAPI) DeleteSurvey(ID string) error
- func (m *MockAPI) DeleteSurveyResponse(surveyID, responseID string) error
- func (m *MockAPI) DuplicateStudy(ID string) (*model.Study, error)
- func (m *MockAPI) EXPECT() *MockAPIMockRecorder
- func (m *MockAPI) ExportDemographics(ID string) (string, error)
- func (m *MockAPI) GetAITaskBuilderBatch(batchID string) (*client.GetAITaskBuilderBatchResponse, error)
- func (m *MockAPI) GetAITaskBuilderBatchStatus(batchID string) (*client.GetAITaskBuilderBatchStatusResponse, error)
- func (m *MockAPI) GetAITaskBuilderBatches(workspaceID string) (*client.GetAITaskBuilderBatchesResponse, error)
- func (m *MockAPI) GetAITaskBuilderDatasetStatus(datasetID string) (*client.GetAITaskBuilderDatasetStatusResponse, error)
- func (m *MockAPI) GetAITaskBuilderDatasetUploadURL(datasetID, fileName string) (*client.GetAITaskBuilderDatasetUploadURLResponse, error)
- func (m *MockAPI) GetAITaskBuilderResponses(batchID string) (*client.GetAITaskBuilderResponsesResponse, error)
- func (m *MockAPI) GetAITaskBuilderTasks(batchID string) (*client.GetAITaskBuilderTasksResponse, error)
- func (m *MockAPI) GetBatchExportStatus(batchID, exportID string) (*client.BatchExportResponse, error)
- func (m *MockAPI) GetCampaigns(workspaceID string, limit, offset int) (*client.ListCampaignsResponse, error)
- func (m *MockAPI) GetCollection(ID string) (*model.Collection, error)
- func (m *MockAPI) GetCollectionExportStatus(collectionID, exportID string) (*client.CollectionExportResponse, error)
- func (m *MockAPI) GetCollections(workspaceID string, limit, offset int) (*client.ListCollectionsResponse, error)
- func (m *MockAPI) GetEvents(subscriptionID string, limit, offset int) (*client.ListHookEventsResponse, error)
- func (m *MockAPI) GetFilterSet(ID string) (*model.FilterSet, error)
- func (m *MockAPI) GetFilterSets(workspaceID string, limit, offset int) (*client.ListFilterSetsResponse, error)
- func (m *MockAPI) GetFilters() (*client.ListFiltersResponse, error)
- func (m *MockAPI) GetHookEventTypes() (*client.ListHookEventTypesResponse, error)
- func (m *MockAPI) GetHookSecrets(workspaceID string) (*client.ListSecretsResponse, error)
- func (m *MockAPI) GetHooks(workspaceID string, enabled bool, limit, offset int) (*client.ListHooksResponse, error)
- func (m *MockAPI) GetMe() (*client.MeResponse, error)
- func (m *MockAPI) GetMessages(userID, createdAfter *string) (*client.ListMessagesResponse, error)
- func (m *MockAPI) GetParticipantGroup(groupID string) (*client.ViewParticipantGroupResponse, error)
- func (m *MockAPI) GetParticipantGroups(workspaceID string, limit, offset int) (*client.ListParticipantGroupsResponse, error)
- func (m *MockAPI) GetProject(ID string) (*model.Project, error)
- func (m *MockAPI) GetProjects(workspaceID string, limit, offset int) (*client.ListProjectsResponse, error)
- func (m *MockAPI) GetStudies(status, projectID string) (*client.ListStudiesResponse, error)
- func (m *MockAPI) GetStudy(ID string) (*model.Study, error)
- func (m *MockAPI) GetStudyCredentialsUsageReportCSV(ID string) (string, error)
- func (m *MockAPI) GetStudySubmissionCounts(ID string) (*model.SubmissionCounts, error)
- func (m *MockAPI) GetSubmissions(ID string, limit, offset int) (*client.ListSubmissionsResponse, error)
- func (m *MockAPI) GetSurvey(ID string) (*model.Survey, error)
- func (m *MockAPI) GetSurveyResponse(surveyID, responseID string) (*model.SurveyResponse, error)
- func (m *MockAPI) GetSurveyResponseSummary(surveyID string) (*model.SurveySummary, error)
- func (m *MockAPI) GetSurveyResponses(surveyID string, limit, offset int) (*client.ListSurveyResponsesResponse, error)
- func (m *MockAPI) GetSurveys(researcherID string, limit, offset int) (*client.ListSurveysResponse, error)
- func (m *MockAPI) GetUnreadMessages() (*client.ListUnreadMessagesResponse, error)
- func (m *MockAPI) GetWorkspaceBalance(workspaceID string) (*client.WorkspaceBalanceResponse, error)
- func (m *MockAPI) GetWorkspaces(limit, offset int) (*client.ListWorkspacesResponse, error)
- func (m *MockAPI) InitiateBatchExport(batchID string) (*client.BatchExportResponse, error)
- func (m *MockAPI) InitiateCollectionExport(collectionID string) (*client.CollectionExportResponse, error)
- func (m *MockAPI) ListCredentialPools(workspaceID string) (*client.ListCredentialPoolsResponse, error)
- func (m *MockAPI) PayBonusPayments(id string) error
- func (m *MockAPI) RemoveParticipantGroupMembers(groupID string, participantIDs []string) (*client.ViewParticipantGroupResponse, error)
- func (m *MockAPI) RequestSubmissionReturn(ID string, reasons []string) (*client.RequestSubmissionReturnResponse, error)
- func (m *MockAPI) SendGroupMessage(participantGroupID, body string, studyID *string) error
- func (m *MockAPI) SendMessage(body, recipientID, studyID string) error
- func (m *MockAPI) SetupAITaskBuilderBatch(batchID, datasetID string, tasksPerGroup int) (*client.SetupAITaskBuilderBatchResponse, error)
- func (m *MockAPI) TestStudy(ID string) (*client.TestStudyResponse, error)
- func (m *MockAPI) TransitionStudy(ID, action string) (*client.TransitionStudyResponse, error)
- func (m *MockAPI) TransitionSubmission(ID string, payload client.TransitionSubmissionPayload) (*client.TransitionSubmissionResponse, error)
- func (m *MockAPI) UpdateAITaskBuilderBatch(params client.UpdateBatchParams) (*client.UpdateAITaskBuilderBatchResponse, error)
- func (m *MockAPI) UpdateCollection(ID string, collection model.UpdateCollection) (*model.Collection, error)
- func (m *MockAPI) UpdateCredentialPool(credentialPoolID, credentials string) (*client.CredentialPoolResponse, error)
- func (m *MockAPI) UpdateHookSubscription(subscriptionID string, payload client.UpdateHookPayload) (*model.Hook, error)
- func (m *MockAPI) UpdateStudy(ID string, study any) (*model.Study, error)
- type MockAPIMockRecorder
- func (mr *MockAPIMockRecorder) BulkApproveSubmissions(payload interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) BulkSendMessage(ids, body, studyID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) ConfirmHookSubscription(subscriptionID, secret interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateAITaskBuilderBatch(params interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateAITaskBuilderCollection(payload interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateAITaskBuilderDataset(workspaceID, payload interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateAITaskBuilderInstructions(batchID, instructions interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateBonusPayments(payload interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateCredentialPool(credentials, workspaceID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateFilterSet(filterSet interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateHookSecret(payload interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateHookSubscription(payload interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateInvitation(invitation interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateParticipantGroup(group interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateProject(workspaceID, project interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateStudy(arg0 interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateSurvey(survey interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateSurveyResponse(surveyID, response interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateTestParticipant(email interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) CreateWorkspace(workspace interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) DeleteAllSurveyResponses(surveyID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) DeleteHookSubscription(subscriptionID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) DeleteSurvey(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) DeleteSurveyResponse(surveyID, responseID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) DuplicateStudy(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) ExportDemographics(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetAITaskBuilderBatch(batchID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetAITaskBuilderBatchStatus(batchID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetAITaskBuilderBatches(workspaceID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetAITaskBuilderDatasetStatus(datasetID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetAITaskBuilderDatasetUploadURL(datasetID, fileName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetAITaskBuilderResponses(batchID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetAITaskBuilderTasks(batchID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetBatchExportStatus(batchID, exportID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetCampaigns(workspaceID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetCollection(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetCollectionExportStatus(collectionID, exportID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetCollections(workspaceID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetEvents(subscriptionID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetFilterSet(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetFilterSets(workspaceID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetFilters() *gomock.Call
- func (mr *MockAPIMockRecorder) GetHookEventTypes() *gomock.Call
- func (mr *MockAPIMockRecorder) GetHookSecrets(workspaceID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetHooks(workspaceID, enabled, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetMe() *gomock.Call
- func (mr *MockAPIMockRecorder) GetMessages(userID, createdAfter interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetParticipantGroup(groupID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetParticipantGroups(workspaceID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetProject(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetProjects(workspaceID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetStudies(status, projectID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetStudy(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetStudyCredentialsUsageReportCSV(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetStudySubmissionCounts(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetSubmissions(ID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetSurvey(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetSurveyResponse(surveyID, responseID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetSurveyResponseSummary(surveyID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetSurveyResponses(surveyID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetSurveys(researcherID, limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetUnreadMessages() *gomock.Call
- func (mr *MockAPIMockRecorder) GetWorkspaceBalance(workspaceID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetWorkspaces(limit, offset interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) InitiateBatchExport(batchID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) InitiateCollectionExport(collectionID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) ListCredentialPools(workspaceID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) PayBonusPayments(id interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) RemoveParticipantGroupMembers(groupID, participantIDs interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) RequestSubmissionReturn(ID, reasons interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) SendGroupMessage(participantGroupID, body, studyID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) SendMessage(body, recipientID, studyID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) SetupAITaskBuilderBatch(batchID, datasetID, tasksPerGroup interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) TestStudy(ID interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) TransitionStudy(ID, action interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) TransitionSubmission(ID, payload interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) UpdateAITaskBuilderBatch(params interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) UpdateCollection(ID, collection interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) UpdateCredentialPool(credentialPoolID, credentials interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) UpdateHookSubscription(subscriptionID, payload interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) UpdateStudy(ID, study interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPI ¶
type MockAPI struct {
// contains filtered or unexported fields
}
MockAPI is a mock of API interface.
func NewMockAPI ¶
func NewMockAPI(ctrl *gomock.Controller) *MockAPI
NewMockAPI creates a new mock instance.
func (*MockAPI) BulkApproveSubmissions ¶ added in v1.0.0
func (m *MockAPI) BulkApproveSubmissions(payload client.BulkApproveSubmissionsPayload) error
BulkApproveSubmissions mocks base method.
func (*MockAPI) BulkSendMessage ¶ added in v0.0.58
BulkSendMessage mocks base method.
func (*MockAPI) ConfirmHookSubscription ¶ added in v1.0.0
ConfirmHookSubscription mocks base method.
func (*MockAPI) CreateAITaskBuilderBatch ¶ added in v0.0.57
func (m *MockAPI) CreateAITaskBuilderBatch(params client.CreateBatchParams) (*client.CreateAITaskBuilderBatchResponse, error)
CreateAITaskBuilderBatch mocks base method.
func (*MockAPI) CreateAITaskBuilderCollection ¶ added in v0.0.58
func (m *MockAPI) CreateAITaskBuilderCollection(payload model.CreateAITaskBuilderCollection) (*client.CreateAITaskBuilderCollectionResponse, error)
CreateAITaskBuilderCollection mocks base method.
func (*MockAPI) CreateAITaskBuilderDataset ¶ added in v0.0.57
func (m *MockAPI) CreateAITaskBuilderDataset(workspaceID string, payload client.CreateAITaskBuilderDatasetPayload) (*client.CreateAITaskBuilderDatasetResponse, error)
CreateAITaskBuilderDataset mocks base method.
func (*MockAPI) CreateAITaskBuilderInstructions ¶ added in v0.0.57
func (m *MockAPI) CreateAITaskBuilderInstructions(batchID string, instructions client.CreateAITaskBuilderInstructionsPayload) (*client.CreateAITaskBuilderInstructionsResponse, error)
CreateAITaskBuilderInstructions mocks base method.
func (*MockAPI) CreateBonusPayments ¶ added in v0.0.58
func (m *MockAPI) CreateBonusPayments(payload client.CreateBonusPaymentsPayload) (*client.CreateBonusPaymentsResponse, error)
CreateBonusPayments mocks base method.
func (*MockAPI) CreateCredentialPool ¶ added in v0.0.57
func (m *MockAPI) CreateCredentialPool(credentials, workspaceID string) (*client.CredentialPoolResponse, error)
CreateCredentialPool mocks base method.
func (*MockAPI) CreateFilterSet ¶ added in v1.0.0
func (m *MockAPI) CreateFilterSet(filterSet model.CreateFilterSet) (*client.CreateFilterSetResponse, error)
CreateFilterSet mocks base method.
func (*MockAPI) CreateHookSecret ¶ added in v1.0.0
CreateHookSecret mocks base method.
func (*MockAPI) CreateHookSubscription ¶ added in v1.0.0
func (m *MockAPI) CreateHookSubscription(payload client.CreateHookPayload) (*model.Hook, string, error)
CreateHookSubscription mocks base method.
func (*MockAPI) CreateInvitation ¶ added in v1.0.0
func (m *MockAPI) CreateInvitation(invitation model.CreateInvitation) (*client.CreateInvitationResponse, error)
CreateInvitation mocks base method.
func (*MockAPI) CreateParticipantGroup ¶ added in v1.0.0
func (m *MockAPI) CreateParticipantGroup(group model.CreateParticipantGroup) (*client.CreateParticipantGroupResponse, error)
CreateParticipantGroup mocks base method.
func (*MockAPI) CreateProject ¶
func (m *MockAPI) CreateProject(workspaceID string, project model.Project) (*client.CreateProjectResponse, error)
CreateProject mocks base method.
func (*MockAPI) CreateStudy ¶
CreateStudy mocks base method.
func (*MockAPI) CreateSurvey ¶ added in v1.0.0
func (m *MockAPI) CreateSurvey(survey model.CreateSurvey) (*client.CreateSurveyResponse, error)
CreateSurvey mocks base method.
func (*MockAPI) CreateSurveyResponse ¶ added in v1.0.0
func (m *MockAPI) CreateSurveyResponse(surveyID string, response model.CreateSurveyResponseRequest) (*client.CreateSurveyResponseResponse, error)
CreateSurveyResponse mocks base method.
func (*MockAPI) CreateTestParticipant ¶ added in v1.0.0
func (m *MockAPI) CreateTestParticipant(email string) (*client.CreateTestParticipantResponse, error)
CreateTestParticipant mocks base method.
func (*MockAPI) CreateWorkspace ¶
func (m *MockAPI) CreateWorkspace(workspace model.Workspace) (*client.CreateWorkspacesResponse, error)
CreateWorkspace mocks base method.
func (*MockAPI) DeleteAllSurveyResponses ¶ added in v1.0.0
DeleteAllSurveyResponses mocks base method.
func (*MockAPI) DeleteHookSubscription ¶ added in v1.0.0
DeleteHookSubscription mocks base method.
func (*MockAPI) DeleteSurvey ¶ added in v1.0.0
DeleteSurvey mocks base method.
func (*MockAPI) DeleteSurveyResponse ¶ added in v1.0.0
DeleteSurveyResponse mocks base method.
func (*MockAPI) DuplicateStudy ¶
DuplicateStudy mocks base method.
func (*MockAPI) EXPECT ¶
func (m *MockAPI) EXPECT() *MockAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAPI) ExportDemographics ¶ added in v1.0.0
ExportDemographics mocks base method.
func (*MockAPI) GetAITaskBuilderBatch ¶
func (m *MockAPI) GetAITaskBuilderBatch(batchID string) (*client.GetAITaskBuilderBatchResponse, error)
GetAITaskBuilderBatch mocks base method.
func (*MockAPI) GetAITaskBuilderBatchStatus ¶
func (m *MockAPI) GetAITaskBuilderBatchStatus(batchID string) (*client.GetAITaskBuilderBatchStatusResponse, error)
GetAITaskBuilderBatchStatus mocks base method.
func (*MockAPI) GetAITaskBuilderBatches ¶
func (m *MockAPI) GetAITaskBuilderBatches(workspaceID string) (*client.GetAITaskBuilderBatchesResponse, error)
GetAITaskBuilderBatches mocks base method.
func (*MockAPI) GetAITaskBuilderDatasetStatus ¶
func (m *MockAPI) GetAITaskBuilderDatasetStatus(datasetID string) (*client.GetAITaskBuilderDatasetStatusResponse, error)
GetAITaskBuilderDatasetStatus mocks base method.
func (*MockAPI) GetAITaskBuilderDatasetUploadURL ¶ added in v0.0.57
func (m *MockAPI) GetAITaskBuilderDatasetUploadURL(datasetID, fileName string) (*client.GetAITaskBuilderDatasetUploadURLResponse, error)
GetAITaskBuilderDatasetUploadURL mocks base method.
func (*MockAPI) GetAITaskBuilderResponses ¶
func (m *MockAPI) GetAITaskBuilderResponses(batchID string) (*client.GetAITaskBuilderResponsesResponse, error)
GetAITaskBuilderResponses mocks base method.
func (*MockAPI) GetAITaskBuilderTasks ¶ added in v0.0.57
func (m *MockAPI) GetAITaskBuilderTasks(batchID string) (*client.GetAITaskBuilderTasksResponse, error)
GetAITaskBuilderTasks mocks base method.
func (*MockAPI) GetBatchExportStatus ¶ added in v1.0.0
func (m *MockAPI) GetBatchExportStatus(batchID, exportID string) (*client.BatchExportResponse, error)
GetBatchExportStatus mocks base method.
func (*MockAPI) GetCampaigns ¶
func (m *MockAPI) GetCampaigns(workspaceID string, limit, offset int) (*client.ListCampaignsResponse, error)
GetCampaigns mocks base method.
func (*MockAPI) GetCollection ¶ added in v0.0.58
func (m *MockAPI) GetCollection(ID string) (*model.Collection, error)
GetCollection mocks base method.
func (*MockAPI) GetCollectionExportStatus ¶ added in v0.0.64
func (m *MockAPI) GetCollectionExportStatus(collectionID, exportID string) (*client.CollectionExportResponse, error)
GetCollectionExportStatus mocks base method.
func (*MockAPI) GetCollections ¶ added in v0.0.58
func (m *MockAPI) GetCollections(workspaceID string, limit, offset int) (*client.ListCollectionsResponse, error)
GetCollections mocks base method.
func (*MockAPI) GetEvents ¶
func (m *MockAPI) GetEvents(subscriptionID string, limit, offset int) (*client.ListHookEventsResponse, error)
GetEvents mocks base method.
func (*MockAPI) GetFilterSet ¶
GetFilterSet mocks base method.
func (*MockAPI) GetFilterSets ¶
func (m *MockAPI) GetFilterSets(workspaceID string, limit, offset int) (*client.ListFilterSetsResponse, error)
GetFilterSets mocks base method.
func (*MockAPI) GetFilters ¶
func (m *MockAPI) GetFilters() (*client.ListFiltersResponse, error)
GetFilters mocks base method.
func (*MockAPI) GetHookEventTypes ¶
func (m *MockAPI) GetHookEventTypes() (*client.ListHookEventTypesResponse, error)
GetHookEventTypes mocks base method.
func (*MockAPI) GetHookSecrets ¶
func (m *MockAPI) GetHookSecrets(workspaceID string) (*client.ListSecretsResponse, error)
GetHookSecrets mocks base method.
func (*MockAPI) GetHooks ¶
func (m *MockAPI) GetHooks(workspaceID string, enabled bool, limit, offset int) (*client.ListHooksResponse, error)
GetHooks mocks base method.
func (*MockAPI) GetMe ¶
func (m *MockAPI) GetMe() (*client.MeResponse, error)
GetMe mocks base method.
func (*MockAPI) GetMessages ¶
func (m *MockAPI) GetMessages(userID, createdAfter *string) (*client.ListMessagesResponse, error)
GetMessages mocks base method.
func (*MockAPI) GetParticipantGroup ¶
func (m *MockAPI) GetParticipantGroup(groupID string) (*client.ViewParticipantGroupResponse, error)
GetParticipantGroup mocks base method.
func (*MockAPI) GetParticipantGroups ¶
func (m *MockAPI) GetParticipantGroups(workspaceID string, limit, offset int) (*client.ListParticipantGroupsResponse, error)
GetParticipantGroups mocks base method.
func (*MockAPI) GetProject ¶
GetProject mocks base method.
func (*MockAPI) GetProjects ¶
func (m *MockAPI) GetProjects(workspaceID string, limit, offset int) (*client.ListProjectsResponse, error)
GetProjects mocks base method.
func (*MockAPI) GetStudies ¶
func (m *MockAPI) GetStudies(status, projectID string) (*client.ListStudiesResponse, error)
GetStudies mocks base method.
func (*MockAPI) GetStudyCredentialsUsageReportCSV ¶ added in v0.0.57
GetStudyCredentialsUsageReportCSV mocks base method.
func (*MockAPI) GetStudySubmissionCounts ¶ added in v1.0.0
func (m *MockAPI) GetStudySubmissionCounts(ID string) (*model.SubmissionCounts, error)
GetStudySubmissionCounts mocks base method.
func (*MockAPI) GetSubmissions ¶
func (m *MockAPI) GetSubmissions(ID string, limit, offset int) (*client.ListSubmissionsResponse, error)
GetSubmissions mocks base method.
func (*MockAPI) GetSurveyResponse ¶ added in v1.0.0
func (m *MockAPI) GetSurveyResponse(surveyID, responseID string) (*model.SurveyResponse, error)
GetSurveyResponse mocks base method.
func (*MockAPI) GetSurveyResponseSummary ¶ added in v1.0.0
func (m *MockAPI) GetSurveyResponseSummary(surveyID string) (*model.SurveySummary, error)
GetSurveyResponseSummary mocks base method.
func (*MockAPI) GetSurveyResponses ¶ added in v1.0.0
func (m *MockAPI) GetSurveyResponses(surveyID string, limit, offset int) (*client.ListSurveyResponsesResponse, error)
GetSurveyResponses mocks base method.
func (*MockAPI) GetSurveys ¶ added in v1.0.0
func (m *MockAPI) GetSurveys(researcherID string, limit, offset int) (*client.ListSurveysResponse, error)
GetSurveys mocks base method.
func (*MockAPI) GetUnreadMessages ¶
func (m *MockAPI) GetUnreadMessages() (*client.ListUnreadMessagesResponse, error)
GetUnreadMessages mocks base method.
func (*MockAPI) GetWorkspaceBalance ¶ added in v1.0.0
func (m *MockAPI) GetWorkspaceBalance(workspaceID string) (*client.WorkspaceBalanceResponse, error)
GetWorkspaceBalance mocks base method.
func (*MockAPI) GetWorkspaces ¶
func (m *MockAPI) GetWorkspaces(limit, offset int) (*client.ListWorkspacesResponse, error)
GetWorkspaces mocks base method.
func (*MockAPI) InitiateBatchExport ¶ added in v1.0.0
func (m *MockAPI) InitiateBatchExport(batchID string) (*client.BatchExportResponse, error)
InitiateBatchExport mocks base method.
func (*MockAPI) InitiateCollectionExport ¶ added in v0.0.64
func (m *MockAPI) InitiateCollectionExport(collectionID string) (*client.CollectionExportResponse, error)
InitiateCollectionExport mocks base method.
func (*MockAPI) ListCredentialPools ¶ added in v0.0.57
func (m *MockAPI) ListCredentialPools(workspaceID string) (*client.ListCredentialPoolsResponse, error)
ListCredentialPools mocks base method.
func (*MockAPI) PayBonusPayments ¶ added in v0.0.58
PayBonusPayments mocks base method.
func (*MockAPI) RemoveParticipantGroupMembers ¶ added in v1.0.0
func (m *MockAPI) RemoveParticipantGroupMembers(groupID string, participantIDs []string) (*client.ViewParticipantGroupResponse, error)
RemoveParticipantGroupMembers mocks base method.
func (*MockAPI) RequestSubmissionReturn ¶ added in v0.0.62
func (m *MockAPI) RequestSubmissionReturn(ID string, reasons []string) (*client.RequestSubmissionReturnResponse, error)
RequestSubmissionReturn mocks base method.
func (*MockAPI) SendGroupMessage ¶ added in v0.0.58
SendGroupMessage mocks base method.
func (*MockAPI) SendMessage ¶
SendMessage mocks base method.
func (*MockAPI) SetupAITaskBuilderBatch ¶ added in v0.0.57
func (m *MockAPI) SetupAITaskBuilderBatch(batchID, datasetID string, tasksPerGroup int) (*client.SetupAITaskBuilderBatchResponse, error)
SetupAITaskBuilderBatch mocks base method.
func (*MockAPI) TestStudy ¶ added in v1.0.0
func (m *MockAPI) TestStudy(ID string) (*client.TestStudyResponse, error)
TestStudy mocks base method.
func (*MockAPI) TransitionStudy ¶
func (m *MockAPI) TransitionStudy(ID, action string) (*client.TransitionStudyResponse, error)
TransitionStudy mocks base method.
func (*MockAPI) TransitionSubmission ¶ added in v1.0.0
func (m *MockAPI) TransitionSubmission(ID string, payload client.TransitionSubmissionPayload) (*client.TransitionSubmissionResponse, error)
TransitionSubmission mocks base method.
func (*MockAPI) UpdateAITaskBuilderBatch ¶ added in v1.0.0
func (m *MockAPI) UpdateAITaskBuilderBatch(params client.UpdateBatchParams) (*client.UpdateAITaskBuilderBatchResponse, error)
UpdateAITaskBuilderBatch mocks base method.
func (*MockAPI) UpdateCollection ¶ added in v0.0.58
func (m *MockAPI) UpdateCollection(ID string, collection model.UpdateCollection) (*model.Collection, error)
UpdateCollection mocks base method.
func (*MockAPI) UpdateCredentialPool ¶ added in v0.0.57
func (m *MockAPI) UpdateCredentialPool(credentialPoolID, credentials string) (*client.CredentialPoolResponse, error)
UpdateCredentialPool mocks base method.
func (*MockAPI) UpdateHookSubscription ¶ added in v1.0.0
func (m *MockAPI) UpdateHookSubscription(subscriptionID string, payload client.UpdateHookPayload) (*model.Hook, error)
UpdateHookSubscription mocks base method.
type MockAPIMockRecorder ¶
type MockAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIMockRecorder is the mock recorder for MockAPI.
func (*MockAPIMockRecorder) BulkApproveSubmissions ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) BulkApproveSubmissions(payload interface{}) *gomock.Call
BulkApproveSubmissions indicates an expected call of BulkApproveSubmissions.
func (*MockAPIMockRecorder) BulkSendMessage ¶ added in v0.0.58
func (mr *MockAPIMockRecorder) BulkSendMessage(ids, body, studyID interface{}) *gomock.Call
BulkSendMessage indicates an expected call of BulkSendMessage.
func (*MockAPIMockRecorder) ConfirmHookSubscription ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) ConfirmHookSubscription(subscriptionID, secret interface{}) *gomock.Call
ConfirmHookSubscription indicates an expected call of ConfirmHookSubscription.
func (*MockAPIMockRecorder) CreateAITaskBuilderBatch ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) CreateAITaskBuilderBatch(params interface{}) *gomock.Call
CreateAITaskBuilderBatch indicates an expected call of CreateAITaskBuilderBatch.
func (*MockAPIMockRecorder) CreateAITaskBuilderCollection ¶ added in v0.0.58
func (mr *MockAPIMockRecorder) CreateAITaskBuilderCollection(payload interface{}) *gomock.Call
CreateAITaskBuilderCollection indicates an expected call of CreateAITaskBuilderCollection.
func (*MockAPIMockRecorder) CreateAITaskBuilderDataset ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) CreateAITaskBuilderDataset(workspaceID, payload interface{}) *gomock.Call
CreateAITaskBuilderDataset indicates an expected call of CreateAITaskBuilderDataset.
func (*MockAPIMockRecorder) CreateAITaskBuilderInstructions ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) CreateAITaskBuilderInstructions(batchID, instructions interface{}) *gomock.Call
CreateAITaskBuilderInstructions indicates an expected call of CreateAITaskBuilderInstructions.
func (*MockAPIMockRecorder) CreateBonusPayments ¶ added in v0.0.58
func (mr *MockAPIMockRecorder) CreateBonusPayments(payload interface{}) *gomock.Call
CreateBonusPayments indicates an expected call of CreateBonusPayments.
func (*MockAPIMockRecorder) CreateCredentialPool ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) CreateCredentialPool(credentials, workspaceID interface{}) *gomock.Call
CreateCredentialPool indicates an expected call of CreateCredentialPool.
func (*MockAPIMockRecorder) CreateFilterSet ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) CreateFilterSet(filterSet interface{}) *gomock.Call
CreateFilterSet indicates an expected call of CreateFilterSet.
func (*MockAPIMockRecorder) CreateHookSecret ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) CreateHookSecret(payload interface{}) *gomock.Call
CreateHookSecret indicates an expected call of CreateHookSecret.
func (*MockAPIMockRecorder) CreateHookSubscription ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) CreateHookSubscription(payload interface{}) *gomock.Call
CreateHookSubscription indicates an expected call of CreateHookSubscription.
func (*MockAPIMockRecorder) CreateInvitation ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) CreateInvitation(invitation interface{}) *gomock.Call
CreateInvitation indicates an expected call of CreateInvitation.
func (*MockAPIMockRecorder) CreateParticipantGroup ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) CreateParticipantGroup(group interface{}) *gomock.Call
CreateParticipantGroup indicates an expected call of CreateParticipantGroup.
func (*MockAPIMockRecorder) CreateProject ¶
func (mr *MockAPIMockRecorder) CreateProject(workspaceID, project interface{}) *gomock.Call
CreateProject indicates an expected call of CreateProject.
func (*MockAPIMockRecorder) CreateStudy ¶
func (mr *MockAPIMockRecorder) CreateStudy(arg0 interface{}) *gomock.Call
CreateStudy indicates an expected call of CreateStudy.
func (*MockAPIMockRecorder) CreateSurvey ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) CreateSurvey(survey interface{}) *gomock.Call
CreateSurvey indicates an expected call of CreateSurvey.
func (*MockAPIMockRecorder) CreateSurveyResponse ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) CreateSurveyResponse(surveyID, response interface{}) *gomock.Call
CreateSurveyResponse indicates an expected call of CreateSurveyResponse.
func (*MockAPIMockRecorder) CreateTestParticipant ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) CreateTestParticipant(email interface{}) *gomock.Call
CreateTestParticipant indicates an expected call of CreateTestParticipant.
func (*MockAPIMockRecorder) CreateWorkspace ¶
func (mr *MockAPIMockRecorder) CreateWorkspace(workspace interface{}) *gomock.Call
CreateWorkspace indicates an expected call of CreateWorkspace.
func (*MockAPIMockRecorder) DeleteAllSurveyResponses ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) DeleteAllSurveyResponses(surveyID interface{}) *gomock.Call
DeleteAllSurveyResponses indicates an expected call of DeleteAllSurveyResponses.
func (*MockAPIMockRecorder) DeleteHookSubscription ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) DeleteHookSubscription(subscriptionID interface{}) *gomock.Call
DeleteHookSubscription indicates an expected call of DeleteHookSubscription.
func (*MockAPIMockRecorder) DeleteSurvey ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) DeleteSurvey(ID interface{}) *gomock.Call
DeleteSurvey indicates an expected call of DeleteSurvey.
func (*MockAPIMockRecorder) DeleteSurveyResponse ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) DeleteSurveyResponse(surveyID, responseID interface{}) *gomock.Call
DeleteSurveyResponse indicates an expected call of DeleteSurveyResponse.
func (*MockAPIMockRecorder) DuplicateStudy ¶
func (mr *MockAPIMockRecorder) DuplicateStudy(ID interface{}) *gomock.Call
DuplicateStudy indicates an expected call of DuplicateStudy.
func (*MockAPIMockRecorder) ExportDemographics ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) ExportDemographics(ID interface{}) *gomock.Call
ExportDemographics indicates an expected call of ExportDemographics.
func (*MockAPIMockRecorder) GetAITaskBuilderBatch ¶
func (mr *MockAPIMockRecorder) GetAITaskBuilderBatch(batchID interface{}) *gomock.Call
GetAITaskBuilderBatch indicates an expected call of GetAITaskBuilderBatch.
func (*MockAPIMockRecorder) GetAITaskBuilderBatchStatus ¶
func (mr *MockAPIMockRecorder) GetAITaskBuilderBatchStatus(batchID interface{}) *gomock.Call
GetAITaskBuilderBatchStatus indicates an expected call of GetAITaskBuilderBatchStatus.
func (*MockAPIMockRecorder) GetAITaskBuilderBatches ¶
func (mr *MockAPIMockRecorder) GetAITaskBuilderBatches(workspaceID interface{}) *gomock.Call
GetAITaskBuilderBatches indicates an expected call of GetAITaskBuilderBatches.
func (*MockAPIMockRecorder) GetAITaskBuilderDatasetStatus ¶
func (mr *MockAPIMockRecorder) GetAITaskBuilderDatasetStatus(datasetID interface{}) *gomock.Call
GetAITaskBuilderDatasetStatus indicates an expected call of GetAITaskBuilderDatasetStatus.
func (*MockAPIMockRecorder) GetAITaskBuilderDatasetUploadURL ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) GetAITaskBuilderDatasetUploadURL(datasetID, fileName interface{}) *gomock.Call
GetAITaskBuilderDatasetUploadURL indicates an expected call of GetAITaskBuilderDatasetUploadURL.
func (*MockAPIMockRecorder) GetAITaskBuilderResponses ¶
func (mr *MockAPIMockRecorder) GetAITaskBuilderResponses(batchID interface{}) *gomock.Call
GetAITaskBuilderResponses indicates an expected call of GetAITaskBuilderResponses.
func (*MockAPIMockRecorder) GetAITaskBuilderTasks ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) GetAITaskBuilderTasks(batchID interface{}) *gomock.Call
GetAITaskBuilderTasks indicates an expected call of GetAITaskBuilderTasks.
func (*MockAPIMockRecorder) GetBatchExportStatus ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) GetBatchExportStatus(batchID, exportID interface{}) *gomock.Call
GetBatchExportStatus indicates an expected call of GetBatchExportStatus.
func (*MockAPIMockRecorder) GetCampaigns ¶
func (mr *MockAPIMockRecorder) GetCampaigns(workspaceID, limit, offset interface{}) *gomock.Call
GetCampaigns indicates an expected call of GetCampaigns.
func (*MockAPIMockRecorder) GetCollection ¶ added in v0.0.58
func (mr *MockAPIMockRecorder) GetCollection(ID interface{}) *gomock.Call
GetCollection indicates an expected call of GetCollection.
func (*MockAPIMockRecorder) GetCollectionExportStatus ¶ added in v0.0.64
func (mr *MockAPIMockRecorder) GetCollectionExportStatus(collectionID, exportID interface{}) *gomock.Call
GetCollectionExportStatus indicates an expected call of GetCollectionExportStatus.
func (*MockAPIMockRecorder) GetCollections ¶ added in v0.0.58
func (mr *MockAPIMockRecorder) GetCollections(workspaceID, limit, offset interface{}) *gomock.Call
GetCollections indicates an expected call of GetCollections.
func (*MockAPIMockRecorder) GetEvents ¶
func (mr *MockAPIMockRecorder) GetEvents(subscriptionID, limit, offset interface{}) *gomock.Call
GetEvents indicates an expected call of GetEvents.
func (*MockAPIMockRecorder) GetFilterSet ¶
func (mr *MockAPIMockRecorder) GetFilterSet(ID interface{}) *gomock.Call
GetFilterSet indicates an expected call of GetFilterSet.
func (*MockAPIMockRecorder) GetFilterSets ¶
func (mr *MockAPIMockRecorder) GetFilterSets(workspaceID, limit, offset interface{}) *gomock.Call
GetFilterSets indicates an expected call of GetFilterSets.
func (*MockAPIMockRecorder) GetFilters ¶
func (mr *MockAPIMockRecorder) GetFilters() *gomock.Call
GetFilters indicates an expected call of GetFilters.
func (*MockAPIMockRecorder) GetHookEventTypes ¶
func (mr *MockAPIMockRecorder) GetHookEventTypes() *gomock.Call
GetHookEventTypes indicates an expected call of GetHookEventTypes.
func (*MockAPIMockRecorder) GetHookSecrets ¶
func (mr *MockAPIMockRecorder) GetHookSecrets(workspaceID interface{}) *gomock.Call
GetHookSecrets indicates an expected call of GetHookSecrets.
func (*MockAPIMockRecorder) GetHooks ¶
func (mr *MockAPIMockRecorder) GetHooks(workspaceID, enabled, limit, offset interface{}) *gomock.Call
GetHooks indicates an expected call of GetHooks.
func (*MockAPIMockRecorder) GetMe ¶
func (mr *MockAPIMockRecorder) GetMe() *gomock.Call
GetMe indicates an expected call of GetMe.
func (*MockAPIMockRecorder) GetMessages ¶
func (mr *MockAPIMockRecorder) GetMessages(userID, createdAfter interface{}) *gomock.Call
GetMessages indicates an expected call of GetMessages.
func (*MockAPIMockRecorder) GetParticipantGroup ¶
func (mr *MockAPIMockRecorder) GetParticipantGroup(groupID interface{}) *gomock.Call
GetParticipantGroup indicates an expected call of GetParticipantGroup.
func (*MockAPIMockRecorder) GetParticipantGroups ¶
func (mr *MockAPIMockRecorder) GetParticipantGroups(workspaceID, limit, offset interface{}) *gomock.Call
GetParticipantGroups indicates an expected call of GetParticipantGroups.
func (*MockAPIMockRecorder) GetProject ¶
func (mr *MockAPIMockRecorder) GetProject(ID interface{}) *gomock.Call
GetProject indicates an expected call of GetProject.
func (*MockAPIMockRecorder) GetProjects ¶
func (mr *MockAPIMockRecorder) GetProjects(workspaceID, limit, offset interface{}) *gomock.Call
GetProjects indicates an expected call of GetProjects.
func (*MockAPIMockRecorder) GetStudies ¶
func (mr *MockAPIMockRecorder) GetStudies(status, projectID interface{}) *gomock.Call
GetStudies indicates an expected call of GetStudies.
func (*MockAPIMockRecorder) GetStudy ¶
func (mr *MockAPIMockRecorder) GetStudy(ID interface{}) *gomock.Call
GetStudy indicates an expected call of GetStudy.
func (*MockAPIMockRecorder) GetStudyCredentialsUsageReportCSV ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) GetStudyCredentialsUsageReportCSV(ID interface{}) *gomock.Call
GetStudyCredentialsUsageReportCSV indicates an expected call of GetStudyCredentialsUsageReportCSV.
func (*MockAPIMockRecorder) GetStudySubmissionCounts ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) GetStudySubmissionCounts(ID interface{}) *gomock.Call
GetStudySubmissionCounts indicates an expected call of GetStudySubmissionCounts.
func (*MockAPIMockRecorder) GetSubmissions ¶
func (mr *MockAPIMockRecorder) GetSubmissions(ID, limit, offset interface{}) *gomock.Call
GetSubmissions indicates an expected call of GetSubmissions.
func (*MockAPIMockRecorder) GetSurvey ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) GetSurvey(ID interface{}) *gomock.Call
GetSurvey indicates an expected call of GetSurvey.
func (*MockAPIMockRecorder) GetSurveyResponse ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) GetSurveyResponse(surveyID, responseID interface{}) *gomock.Call
GetSurveyResponse indicates an expected call of GetSurveyResponse.
func (*MockAPIMockRecorder) GetSurveyResponseSummary ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) GetSurveyResponseSummary(surveyID interface{}) *gomock.Call
GetSurveyResponseSummary indicates an expected call of GetSurveyResponseSummary.
func (*MockAPIMockRecorder) GetSurveyResponses ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) GetSurveyResponses(surveyID, limit, offset interface{}) *gomock.Call
GetSurveyResponses indicates an expected call of GetSurveyResponses.
func (*MockAPIMockRecorder) GetSurveys ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) GetSurveys(researcherID, limit, offset interface{}) *gomock.Call
GetSurveys indicates an expected call of GetSurveys.
func (*MockAPIMockRecorder) GetUnreadMessages ¶
func (mr *MockAPIMockRecorder) GetUnreadMessages() *gomock.Call
GetUnreadMessages indicates an expected call of GetUnreadMessages.
func (*MockAPIMockRecorder) GetWorkspaceBalance ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) GetWorkspaceBalance(workspaceID interface{}) *gomock.Call
GetWorkspaceBalance indicates an expected call of GetWorkspaceBalance.
func (*MockAPIMockRecorder) GetWorkspaces ¶
func (mr *MockAPIMockRecorder) GetWorkspaces(limit, offset interface{}) *gomock.Call
GetWorkspaces indicates an expected call of GetWorkspaces.
func (*MockAPIMockRecorder) InitiateBatchExport ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) InitiateBatchExport(batchID interface{}) *gomock.Call
InitiateBatchExport indicates an expected call of InitiateBatchExport.
func (*MockAPIMockRecorder) InitiateCollectionExport ¶ added in v0.0.64
func (mr *MockAPIMockRecorder) InitiateCollectionExport(collectionID interface{}) *gomock.Call
InitiateCollectionExport indicates an expected call of InitiateCollectionExport.
func (*MockAPIMockRecorder) ListCredentialPools ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) ListCredentialPools(workspaceID interface{}) *gomock.Call
ListCredentialPools indicates an expected call of ListCredentialPools.
func (*MockAPIMockRecorder) PayBonusPayments ¶ added in v0.0.58
func (mr *MockAPIMockRecorder) PayBonusPayments(id interface{}) *gomock.Call
PayBonusPayments indicates an expected call of PayBonusPayments.
func (*MockAPIMockRecorder) RemoveParticipantGroupMembers ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) RemoveParticipantGroupMembers(groupID, participantIDs interface{}) *gomock.Call
RemoveParticipantGroupMembers indicates an expected call of RemoveParticipantGroupMembers.
func (*MockAPIMockRecorder) RequestSubmissionReturn ¶ added in v0.0.62
func (mr *MockAPIMockRecorder) RequestSubmissionReturn(ID, reasons interface{}) *gomock.Call
RequestSubmissionReturn indicates an expected call of RequestSubmissionReturn.
func (*MockAPIMockRecorder) SendGroupMessage ¶ added in v0.0.58
func (mr *MockAPIMockRecorder) SendGroupMessage(participantGroupID, body, studyID interface{}) *gomock.Call
SendGroupMessage indicates an expected call of SendGroupMessage.
func (*MockAPIMockRecorder) SendMessage ¶
func (mr *MockAPIMockRecorder) SendMessage(body, recipientID, studyID interface{}) *gomock.Call
SendMessage indicates an expected call of SendMessage.
func (*MockAPIMockRecorder) SetupAITaskBuilderBatch ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) SetupAITaskBuilderBatch(batchID, datasetID, tasksPerGroup interface{}) *gomock.Call
SetupAITaskBuilderBatch indicates an expected call of SetupAITaskBuilderBatch.
func (*MockAPIMockRecorder) TestStudy ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) TestStudy(ID interface{}) *gomock.Call
TestStudy indicates an expected call of TestStudy.
func (*MockAPIMockRecorder) TransitionStudy ¶
func (mr *MockAPIMockRecorder) TransitionStudy(ID, action interface{}) *gomock.Call
TransitionStudy indicates an expected call of TransitionStudy.
func (*MockAPIMockRecorder) TransitionSubmission ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) TransitionSubmission(ID, payload interface{}) *gomock.Call
TransitionSubmission indicates an expected call of TransitionSubmission.
func (*MockAPIMockRecorder) UpdateAITaskBuilderBatch ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) UpdateAITaskBuilderBatch(params interface{}) *gomock.Call
UpdateAITaskBuilderBatch indicates an expected call of UpdateAITaskBuilderBatch.
func (*MockAPIMockRecorder) UpdateCollection ¶ added in v0.0.58
func (mr *MockAPIMockRecorder) UpdateCollection(ID, collection interface{}) *gomock.Call
UpdateCollection indicates an expected call of UpdateCollection.
func (*MockAPIMockRecorder) UpdateCredentialPool ¶ added in v0.0.57
func (mr *MockAPIMockRecorder) UpdateCredentialPool(credentialPoolID, credentials interface{}) *gomock.Call
UpdateCredentialPool indicates an expected call of UpdateCredentialPool.
func (*MockAPIMockRecorder) UpdateHookSubscription ¶ added in v1.0.0
func (mr *MockAPIMockRecorder) UpdateHookSubscription(subscriptionID, payload interface{}) *gomock.Call
UpdateHookSubscription indicates an expected call of UpdateHookSubscription.
func (*MockAPIMockRecorder) UpdateStudy ¶
func (mr *MockAPIMockRecorder) UpdateStudy(ID, study interface{}) *gomock.Call
UpdateStudy indicates an expected call of UpdateStudy.