mturkstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApproveAssignmentFuture

type ApproveAssignmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ApproveAssignmentFuture) Get

type AssociateQualificationWithWorkerFuture

type AssociateQualificationWithWorkerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateQualificationWithWorkerFuture) Get

type Client

type Client interface {
	ApproveAssignment(ctx workflow.Context, input *mturk.ApproveAssignmentInput) (*mturk.ApproveAssignmentOutput, error)
	ApproveAssignmentAsync(ctx workflow.Context, input *mturk.ApproveAssignmentInput) *ApproveAssignmentFuture

	AssociateQualificationWithWorker(ctx workflow.Context, input *mturk.AssociateQualificationWithWorkerInput) (*mturk.AssociateQualificationWithWorkerOutput, error)
	AssociateQualificationWithWorkerAsync(ctx workflow.Context, input *mturk.AssociateQualificationWithWorkerInput) *AssociateQualificationWithWorkerFuture

	CreateAdditionalAssignmentsForHIT(ctx workflow.Context, input *mturk.CreateAdditionalAssignmentsForHITInput) (*mturk.CreateAdditionalAssignmentsForHITOutput, error)
	CreateAdditionalAssignmentsForHITAsync(ctx workflow.Context, input *mturk.CreateAdditionalAssignmentsForHITInput) *CreateAdditionalAssignmentsForHITFuture

	CreateHIT(ctx workflow.Context, input *mturk.CreateHITInput) (*mturk.CreateHITOutput, error)
	CreateHITAsync(ctx workflow.Context, input *mturk.CreateHITInput) *CreateHITFuture

	CreateHITType(ctx workflow.Context, input *mturk.CreateHITTypeInput) (*mturk.CreateHITTypeOutput, error)
	CreateHITTypeAsync(ctx workflow.Context, input *mturk.CreateHITTypeInput) *CreateHITTypeFuture

	CreateHITWithHITType(ctx workflow.Context, input *mturk.CreateHITWithHITTypeInput) (*mturk.CreateHITWithHITTypeOutput, error)
	CreateHITWithHITTypeAsync(ctx workflow.Context, input *mturk.CreateHITWithHITTypeInput) *CreateHITWithHITTypeFuture

	CreateQualificationType(ctx workflow.Context, input *mturk.CreateQualificationTypeInput) (*mturk.CreateQualificationTypeOutput, error)
	CreateQualificationTypeAsync(ctx workflow.Context, input *mturk.CreateQualificationTypeInput) *CreateQualificationTypeFuture

	CreateWorkerBlock(ctx workflow.Context, input *mturk.CreateWorkerBlockInput) (*mturk.CreateWorkerBlockOutput, error)
	CreateWorkerBlockAsync(ctx workflow.Context, input *mturk.CreateWorkerBlockInput) *CreateWorkerBlockFuture

	DeleteHIT(ctx workflow.Context, input *mturk.DeleteHITInput) (*mturk.DeleteHITOutput, error)
	DeleteHITAsync(ctx workflow.Context, input *mturk.DeleteHITInput) *DeleteHITFuture

	DeleteQualificationType(ctx workflow.Context, input *mturk.DeleteQualificationTypeInput) (*mturk.DeleteQualificationTypeOutput, error)
	DeleteQualificationTypeAsync(ctx workflow.Context, input *mturk.DeleteQualificationTypeInput) *DeleteQualificationTypeFuture

	DeleteWorkerBlock(ctx workflow.Context, input *mturk.DeleteWorkerBlockInput) (*mturk.DeleteWorkerBlockOutput, error)
	DeleteWorkerBlockAsync(ctx workflow.Context, input *mturk.DeleteWorkerBlockInput) *DeleteWorkerBlockFuture

	DisassociateQualificationFromWorker(ctx workflow.Context, input *mturk.DisassociateQualificationFromWorkerInput) (*mturk.DisassociateQualificationFromWorkerOutput, error)
	DisassociateQualificationFromWorkerAsync(ctx workflow.Context, input *mturk.DisassociateQualificationFromWorkerInput) *DisassociateQualificationFromWorkerFuture

	GetAccountBalance(ctx workflow.Context, input *mturk.GetAccountBalanceInput) (*mturk.GetAccountBalanceOutput, error)
	GetAccountBalanceAsync(ctx workflow.Context, input *mturk.GetAccountBalanceInput) *GetAccountBalanceFuture

	GetAssignment(ctx workflow.Context, input *mturk.GetAssignmentInput) (*mturk.GetAssignmentOutput, error)
	GetAssignmentAsync(ctx workflow.Context, input *mturk.GetAssignmentInput) *GetAssignmentFuture

	GetFileUploadURL(ctx workflow.Context, input *mturk.GetFileUploadURLInput) (*mturk.GetFileUploadURLOutput, error)
	GetFileUploadURLAsync(ctx workflow.Context, input *mturk.GetFileUploadURLInput) *GetFileUploadURLFuture

	GetHIT(ctx workflow.Context, input *mturk.GetHITInput) (*mturk.GetHITOutput, error)
	GetHITAsync(ctx workflow.Context, input *mturk.GetHITInput) *GetHITFuture

	GetQualificationScore(ctx workflow.Context, input *mturk.GetQualificationScoreInput) (*mturk.GetQualificationScoreOutput, error)
	GetQualificationScoreAsync(ctx workflow.Context, input *mturk.GetQualificationScoreInput) *GetQualificationScoreFuture

	GetQualificationType(ctx workflow.Context, input *mturk.GetQualificationTypeInput) (*mturk.GetQualificationTypeOutput, error)
	GetQualificationTypeAsync(ctx workflow.Context, input *mturk.GetQualificationTypeInput) *GetQualificationTypeFuture

	ListAssignmentsForHIT(ctx workflow.Context, input *mturk.ListAssignmentsForHITInput) (*mturk.ListAssignmentsForHITOutput, error)
	ListAssignmentsForHITAsync(ctx workflow.Context, input *mturk.ListAssignmentsForHITInput) *ListAssignmentsForHITFuture

	ListBonusPayments(ctx workflow.Context, input *mturk.ListBonusPaymentsInput) (*mturk.ListBonusPaymentsOutput, error)
	ListBonusPaymentsAsync(ctx workflow.Context, input *mturk.ListBonusPaymentsInput) *ListBonusPaymentsFuture

	ListHITs(ctx workflow.Context, input *mturk.ListHITsInput) (*mturk.ListHITsOutput, error)
	ListHITsAsync(ctx workflow.Context, input *mturk.ListHITsInput) *ListHITsFuture

	ListHITsForQualificationType(ctx workflow.Context, input *mturk.ListHITsForQualificationTypeInput) (*mturk.ListHITsForQualificationTypeOutput, error)
	ListHITsForQualificationTypeAsync(ctx workflow.Context, input *mturk.ListHITsForQualificationTypeInput) *ListHITsForQualificationTypeFuture

	ListQualificationRequests(ctx workflow.Context, input *mturk.ListQualificationRequestsInput) (*mturk.ListQualificationRequestsOutput, error)
	ListQualificationRequestsAsync(ctx workflow.Context, input *mturk.ListQualificationRequestsInput) *ListQualificationRequestsFuture

	ListQualificationTypes(ctx workflow.Context, input *mturk.ListQualificationTypesInput) (*mturk.ListQualificationTypesOutput, error)
	ListQualificationTypesAsync(ctx workflow.Context, input *mturk.ListQualificationTypesInput) *ListQualificationTypesFuture

	ListReviewPolicyResultsForHIT(ctx workflow.Context, input *mturk.ListReviewPolicyResultsForHITInput) (*mturk.ListReviewPolicyResultsForHITOutput, error)
	ListReviewPolicyResultsForHITAsync(ctx workflow.Context, input *mturk.ListReviewPolicyResultsForHITInput) *ListReviewPolicyResultsForHITFuture

	ListReviewableHITs(ctx workflow.Context, input *mturk.ListReviewableHITsInput) (*mturk.ListReviewableHITsOutput, error)
	ListReviewableHITsAsync(ctx workflow.Context, input *mturk.ListReviewableHITsInput) *ListReviewableHITsFuture

	ListWorkerBlocks(ctx workflow.Context, input *mturk.ListWorkerBlocksInput) (*mturk.ListWorkerBlocksOutput, error)
	ListWorkerBlocksAsync(ctx workflow.Context, input *mturk.ListWorkerBlocksInput) *ListWorkerBlocksFuture

	ListWorkersWithQualificationType(ctx workflow.Context, input *mturk.ListWorkersWithQualificationTypeInput) (*mturk.ListWorkersWithQualificationTypeOutput, error)
	ListWorkersWithQualificationTypeAsync(ctx workflow.Context, input *mturk.ListWorkersWithQualificationTypeInput) *ListWorkersWithQualificationTypeFuture

	NotifyWorkers(ctx workflow.Context, input *mturk.NotifyWorkersInput) (*mturk.NotifyWorkersOutput, error)
	NotifyWorkersAsync(ctx workflow.Context, input *mturk.NotifyWorkersInput) *NotifyWorkersFuture

	RejectAssignment(ctx workflow.Context, input *mturk.RejectAssignmentInput) (*mturk.RejectAssignmentOutput, error)
	RejectAssignmentAsync(ctx workflow.Context, input *mturk.RejectAssignmentInput) *RejectAssignmentFuture

	SendBonus(ctx workflow.Context, input *mturk.SendBonusInput) (*mturk.SendBonusOutput, error)
	SendBonusAsync(ctx workflow.Context, input *mturk.SendBonusInput) *SendBonusFuture

	SendTestEventNotification(ctx workflow.Context, input *mturk.SendTestEventNotificationInput) (*mturk.SendTestEventNotificationOutput, error)
	SendTestEventNotificationAsync(ctx workflow.Context, input *mturk.SendTestEventNotificationInput) *SendTestEventNotificationFuture

	UpdateExpirationForHIT(ctx workflow.Context, input *mturk.UpdateExpirationForHITInput) (*mturk.UpdateExpirationForHITOutput, error)
	UpdateExpirationForHITAsync(ctx workflow.Context, input *mturk.UpdateExpirationForHITInput) *UpdateExpirationForHITFuture

	UpdateHITReviewStatus(ctx workflow.Context, input *mturk.UpdateHITReviewStatusInput) (*mturk.UpdateHITReviewStatusOutput, error)
	UpdateHITReviewStatusAsync(ctx workflow.Context, input *mturk.UpdateHITReviewStatusInput) *UpdateHITReviewStatusFuture

	UpdateHITTypeOfHIT(ctx workflow.Context, input *mturk.UpdateHITTypeOfHITInput) (*mturk.UpdateHITTypeOfHITOutput, error)
	UpdateHITTypeOfHITAsync(ctx workflow.Context, input *mturk.UpdateHITTypeOfHITInput) *UpdateHITTypeOfHITFuture

	UpdateNotificationSettings(ctx workflow.Context, input *mturk.UpdateNotificationSettingsInput) (*mturk.UpdateNotificationSettingsOutput, error)
	UpdateNotificationSettingsAsync(ctx workflow.Context, input *mturk.UpdateNotificationSettingsInput) *UpdateNotificationSettingsFuture

	UpdateQualificationType(ctx workflow.Context, input *mturk.UpdateQualificationTypeInput) (*mturk.UpdateQualificationTypeOutput, error)
	UpdateQualificationTypeAsync(ctx workflow.Context, input *mturk.UpdateQualificationTypeInput) *UpdateQualificationTypeFuture
}

func NewClient

func NewClient() Client

type CreateAdditionalAssignmentsForHITFuture

type CreateAdditionalAssignmentsForHITFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateAdditionalAssignmentsForHITFuture) Get

type CreateHITFuture

type CreateHITFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateHITFuture) Get

type CreateHITTypeFuture

type CreateHITTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateHITTypeFuture) Get

type CreateHITWithHITTypeFuture

type CreateHITWithHITTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateHITWithHITTypeFuture) Get

type CreateQualificationTypeFuture

type CreateQualificationTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateQualificationTypeFuture) Get

type CreateWorkerBlockFuture

type CreateWorkerBlockFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateWorkerBlockFuture) Get

type DeleteHITFuture

type DeleteHITFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteHITFuture) Get

type DeleteQualificationTypeFuture

type DeleteQualificationTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteQualificationTypeFuture) Get

type DeleteWorkerBlockFuture

type DeleteWorkerBlockFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteWorkerBlockFuture) Get

type DisassociateQualificationFromWorkerFuture

type DisassociateQualificationFromWorkerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateQualificationFromWorkerFuture) Get

type GetAccountBalanceFuture

type GetAccountBalanceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAccountBalanceFuture) Get

type GetAssignmentFuture

type GetAssignmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetAssignmentFuture) Get

type GetFileUploadURLFuture

type GetFileUploadURLFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetFileUploadURLFuture) Get

type GetHITFuture

type GetHITFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetHITFuture) Get

type GetQualificationScoreFuture

type GetQualificationScoreFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetQualificationScoreFuture) Get

type GetQualificationTypeFuture

type GetQualificationTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetQualificationTypeFuture) Get

type ListAssignmentsForHITFuture

type ListAssignmentsForHITFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListAssignmentsForHITFuture) Get

type ListBonusPaymentsFuture

type ListBonusPaymentsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListBonusPaymentsFuture) Get

type ListHITsForQualificationTypeFuture

type ListHITsForQualificationTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListHITsForQualificationTypeFuture) Get

type ListHITsFuture

type ListHITsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListHITsFuture) Get

type ListQualificationRequestsFuture

type ListQualificationRequestsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListQualificationRequestsFuture) Get

type ListQualificationTypesFuture

type ListQualificationTypesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListQualificationTypesFuture) Get

type ListReviewPolicyResultsForHITFuture

type ListReviewPolicyResultsForHITFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListReviewPolicyResultsForHITFuture) Get

type ListReviewableHITsFuture

type ListReviewableHITsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListReviewableHITsFuture) Get

type ListWorkerBlocksFuture

type ListWorkerBlocksFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListWorkerBlocksFuture) Get

type ListWorkersWithQualificationTypeFuture

type ListWorkersWithQualificationTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListWorkersWithQualificationTypeFuture) Get

type NotifyWorkersFuture

type NotifyWorkersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*NotifyWorkersFuture) Get

type RejectAssignmentFuture

type RejectAssignmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RejectAssignmentFuture) Get

type SendBonusFuture

type SendBonusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SendBonusFuture) Get

type SendTestEventNotificationFuture

type SendTestEventNotificationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SendTestEventNotificationFuture) Get

type UpdateExpirationForHITFuture

type UpdateExpirationForHITFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateExpirationForHITFuture) Get

type UpdateHITReviewStatusFuture

type UpdateHITReviewStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateHITReviewStatusFuture) Get

type UpdateHITTypeOfHITFuture

type UpdateHITTypeOfHITFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateHITTypeOfHITFuture) Get

type UpdateNotificationSettingsFuture

type UpdateNotificationSettingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateNotificationSettingsFuture) Get

type UpdateQualificationTypeFuture

type UpdateQualificationTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateQualificationTypeFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL