mturkdouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package mturkdouble contains test double implementation of mturkiface.MTurkAPI

Package mturkdouble provides a TestDouble implementation of mturkiface.MTurkAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MTurkDouble

type MTurkDouble struct {
	mturkiface.MTurkAPI
	*awsdouble.AWSTestDouble
}

MTurkDouble is TestDouble for mturkiface.MTurkAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *MTurkDouble

Constructor for MTurkDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*MTurkDouble) AcceptQualificationRequest

func (*MTurkDouble) AcceptQualificationRequestRequest

func (d *MTurkDouble) AcceptQualificationRequestRequest(i0 *mturk.AcceptQualificationRequestInput) (r0 *request.Request, r1 *mturk.AcceptQualificationRequestOutput)

func (*MTurkDouble) AcceptQualificationRequestWithContext

func (d *MTurkDouble) AcceptQualificationRequestWithContext(i0 context.Context, i1 *mturk.AcceptQualificationRequestInput, i2 ...request.Option) (r0 *mturk.AcceptQualificationRequestOutput, r1 error)

func (*MTurkDouble) ApproveAssignment

func (d *MTurkDouble) ApproveAssignment(i0 *mturk.ApproveAssignmentInput) (r0 *mturk.ApproveAssignmentOutput, r1 error)

func (*MTurkDouble) ApproveAssignmentRequest

func (d *MTurkDouble) ApproveAssignmentRequest(i0 *mturk.ApproveAssignmentInput) (r0 *request.Request, r1 *mturk.ApproveAssignmentOutput)

func (*MTurkDouble) ApproveAssignmentWithContext

func (d *MTurkDouble) ApproveAssignmentWithContext(i0 context.Context, i1 *mturk.ApproveAssignmentInput, i2 ...request.Option) (r0 *mturk.ApproveAssignmentOutput, r1 error)

func (*MTurkDouble) CreateHIT

func (d *MTurkDouble) CreateHIT(i0 *mturk.CreateHITInput) (r0 *mturk.CreateHITOutput, r1 error)

func (*MTurkDouble) CreateHITRequest

func (d *MTurkDouble) CreateHITRequest(i0 *mturk.CreateHITInput) (r0 *request.Request, r1 *mturk.CreateHITOutput)

func (*MTurkDouble) CreateHITType

func (d *MTurkDouble) CreateHITType(i0 *mturk.CreateHITTypeInput) (r0 *mturk.CreateHITTypeOutput, r1 error)

func (*MTurkDouble) CreateHITTypeRequest

func (d *MTurkDouble) CreateHITTypeRequest(i0 *mturk.CreateHITTypeInput) (r0 *request.Request, r1 *mturk.CreateHITTypeOutput)

func (*MTurkDouble) CreateHITTypeWithContext

func (d *MTurkDouble) CreateHITTypeWithContext(i0 context.Context, i1 *mturk.CreateHITTypeInput, i2 ...request.Option) (r0 *mturk.CreateHITTypeOutput, r1 error)

func (*MTurkDouble) CreateHITWithContext

func (d *MTurkDouble) CreateHITWithContext(i0 context.Context, i1 *mturk.CreateHITInput, i2 ...request.Option) (r0 *mturk.CreateHITOutput, r1 error)

func (*MTurkDouble) CreateHITWithHITType

func (d *MTurkDouble) CreateHITWithHITType(i0 *mturk.CreateHITWithHITTypeInput) (r0 *mturk.CreateHITWithHITTypeOutput, r1 error)

func (*MTurkDouble) CreateHITWithHITTypeRequest

func (d *MTurkDouble) CreateHITWithHITTypeRequest(i0 *mturk.CreateHITWithHITTypeInput) (r0 *request.Request, r1 *mturk.CreateHITWithHITTypeOutput)

func (*MTurkDouble) CreateHITWithHITTypeWithContext

func (d *MTurkDouble) CreateHITWithHITTypeWithContext(i0 context.Context, i1 *mturk.CreateHITWithHITTypeInput, i2 ...request.Option) (r0 *mturk.CreateHITWithHITTypeOutput, r1 error)

func (*MTurkDouble) CreateQualificationType

func (d *MTurkDouble) CreateQualificationType(i0 *mturk.CreateQualificationTypeInput) (r0 *mturk.CreateQualificationTypeOutput, r1 error)

func (*MTurkDouble) CreateQualificationTypeRequest

func (d *MTurkDouble) CreateQualificationTypeRequest(i0 *mturk.CreateQualificationTypeInput) (r0 *request.Request, r1 *mturk.CreateQualificationTypeOutput)

func (*MTurkDouble) CreateQualificationTypeWithContext

func (d *MTurkDouble) CreateQualificationTypeWithContext(i0 context.Context, i1 *mturk.CreateQualificationTypeInput, i2 ...request.Option) (r0 *mturk.CreateQualificationTypeOutput, r1 error)

func (*MTurkDouble) CreateWorkerBlock

func (d *MTurkDouble) CreateWorkerBlock(i0 *mturk.CreateWorkerBlockInput) (r0 *mturk.CreateWorkerBlockOutput, r1 error)

func (*MTurkDouble) CreateWorkerBlockRequest

func (d *MTurkDouble) CreateWorkerBlockRequest(i0 *mturk.CreateWorkerBlockInput) (r0 *request.Request, r1 *mturk.CreateWorkerBlockOutput)

func (*MTurkDouble) CreateWorkerBlockWithContext

func (d *MTurkDouble) CreateWorkerBlockWithContext(i0 context.Context, i1 *mturk.CreateWorkerBlockInput, i2 ...request.Option) (r0 *mturk.CreateWorkerBlockOutput, r1 error)

func (*MTurkDouble) DeleteHIT

func (d *MTurkDouble) DeleteHIT(i0 *mturk.DeleteHITInput) (r0 *mturk.DeleteHITOutput, r1 error)

func (*MTurkDouble) DeleteHITRequest

func (d *MTurkDouble) DeleteHITRequest(i0 *mturk.DeleteHITInput) (r0 *request.Request, r1 *mturk.DeleteHITOutput)

func (*MTurkDouble) DeleteHITWithContext

func (d *MTurkDouble) DeleteHITWithContext(i0 context.Context, i1 *mturk.DeleteHITInput, i2 ...request.Option) (r0 *mturk.DeleteHITOutput, r1 error)

func (*MTurkDouble) DeleteQualificationType

func (d *MTurkDouble) DeleteQualificationType(i0 *mturk.DeleteQualificationTypeInput) (r0 *mturk.DeleteQualificationTypeOutput, r1 error)

func (*MTurkDouble) DeleteQualificationTypeRequest

func (d *MTurkDouble) DeleteQualificationTypeRequest(i0 *mturk.DeleteQualificationTypeInput) (r0 *request.Request, r1 *mturk.DeleteQualificationTypeOutput)

func (*MTurkDouble) DeleteQualificationTypeWithContext

func (d *MTurkDouble) DeleteQualificationTypeWithContext(i0 context.Context, i1 *mturk.DeleteQualificationTypeInput, i2 ...request.Option) (r0 *mturk.DeleteQualificationTypeOutput, r1 error)

func (*MTurkDouble) DeleteWorkerBlock

func (d *MTurkDouble) DeleteWorkerBlock(i0 *mturk.DeleteWorkerBlockInput) (r0 *mturk.DeleteWorkerBlockOutput, r1 error)

func (*MTurkDouble) DeleteWorkerBlockRequest

func (d *MTurkDouble) DeleteWorkerBlockRequest(i0 *mturk.DeleteWorkerBlockInput) (r0 *request.Request, r1 *mturk.DeleteWorkerBlockOutput)

func (*MTurkDouble) DeleteWorkerBlockWithContext

func (d *MTurkDouble) DeleteWorkerBlockWithContext(i0 context.Context, i1 *mturk.DeleteWorkerBlockInput, i2 ...request.Option) (r0 *mturk.DeleteWorkerBlockOutput, r1 error)

func (*MTurkDouble) GetAccountBalance

func (d *MTurkDouble) GetAccountBalance(i0 *mturk.GetAccountBalanceInput) (r0 *mturk.GetAccountBalanceOutput, r1 error)

func (*MTurkDouble) GetAccountBalanceRequest

func (d *MTurkDouble) GetAccountBalanceRequest(i0 *mturk.GetAccountBalanceInput) (r0 *request.Request, r1 *mturk.GetAccountBalanceOutput)

func (*MTurkDouble) GetAccountBalanceWithContext

func (d *MTurkDouble) GetAccountBalanceWithContext(i0 context.Context, i1 *mturk.GetAccountBalanceInput, i2 ...request.Option) (r0 *mturk.GetAccountBalanceOutput, r1 error)

func (*MTurkDouble) GetAssignment

func (d *MTurkDouble) GetAssignment(i0 *mturk.GetAssignmentInput) (r0 *mturk.GetAssignmentOutput, r1 error)

func (*MTurkDouble) GetAssignmentRequest

func (d *MTurkDouble) GetAssignmentRequest(i0 *mturk.GetAssignmentInput) (r0 *request.Request, r1 *mturk.GetAssignmentOutput)

func (*MTurkDouble) GetAssignmentWithContext

func (d *MTurkDouble) GetAssignmentWithContext(i0 context.Context, i1 *mturk.GetAssignmentInput, i2 ...request.Option) (r0 *mturk.GetAssignmentOutput, r1 error)

func (*MTurkDouble) GetFileUploadURL

func (d *MTurkDouble) GetFileUploadURL(i0 *mturk.GetFileUploadURLInput) (r0 *mturk.GetFileUploadURLOutput, r1 error)

func (*MTurkDouble) GetFileUploadURLRequest

func (d *MTurkDouble) GetFileUploadURLRequest(i0 *mturk.GetFileUploadURLInput) (r0 *request.Request, r1 *mturk.GetFileUploadURLOutput)

func (*MTurkDouble) GetFileUploadURLWithContext

func (d *MTurkDouble) GetFileUploadURLWithContext(i0 context.Context, i1 *mturk.GetFileUploadURLInput, i2 ...request.Option) (r0 *mturk.GetFileUploadURLOutput, r1 error)

func (*MTurkDouble) GetHIT

func (d *MTurkDouble) GetHIT(i0 *mturk.GetHITInput) (r0 *mturk.GetHITOutput, r1 error)

func (*MTurkDouble) GetHITRequest

func (d *MTurkDouble) GetHITRequest(i0 *mturk.GetHITInput) (r0 *request.Request, r1 *mturk.GetHITOutput)

func (*MTurkDouble) GetHITWithContext

func (d *MTurkDouble) GetHITWithContext(i0 context.Context, i1 *mturk.GetHITInput, i2 ...request.Option) (r0 *mturk.GetHITOutput, r1 error)

func (*MTurkDouble) GetQualificationScore

func (d *MTurkDouble) GetQualificationScore(i0 *mturk.GetQualificationScoreInput) (r0 *mturk.GetQualificationScoreOutput, r1 error)

func (*MTurkDouble) GetQualificationScoreRequest

func (d *MTurkDouble) GetQualificationScoreRequest(i0 *mturk.GetQualificationScoreInput) (r0 *request.Request, r1 *mturk.GetQualificationScoreOutput)

func (*MTurkDouble) GetQualificationScoreWithContext

func (d *MTurkDouble) GetQualificationScoreWithContext(i0 context.Context, i1 *mturk.GetQualificationScoreInput, i2 ...request.Option) (r0 *mturk.GetQualificationScoreOutput, r1 error)

func (*MTurkDouble) GetQualificationType

func (d *MTurkDouble) GetQualificationType(i0 *mturk.GetQualificationTypeInput) (r0 *mturk.GetQualificationTypeOutput, r1 error)

func (*MTurkDouble) GetQualificationTypeRequest

func (d *MTurkDouble) GetQualificationTypeRequest(i0 *mturk.GetQualificationTypeInput) (r0 *request.Request, r1 *mturk.GetQualificationTypeOutput)

func (*MTurkDouble) GetQualificationTypeWithContext

func (d *MTurkDouble) GetQualificationTypeWithContext(i0 context.Context, i1 *mturk.GetQualificationTypeInput, i2 ...request.Option) (r0 *mturk.GetQualificationTypeOutput, r1 error)

func (*MTurkDouble) ListAssignmentsForHIT

func (d *MTurkDouble) ListAssignmentsForHIT(i0 *mturk.ListAssignmentsForHITInput) (r0 *mturk.ListAssignmentsForHITOutput, r1 error)

func (*MTurkDouble) ListAssignmentsForHITPages

func (d *MTurkDouble) ListAssignmentsForHITPages(i0 *mturk.ListAssignmentsForHITInput, i1 func(*mturk.ListAssignmentsForHITOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListAssignmentsForHITPagesWithContext

func (d *MTurkDouble) ListAssignmentsForHITPagesWithContext(i0 context.Context, i1 *mturk.ListAssignmentsForHITInput, i2 func(*mturk.ListAssignmentsForHITOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListAssignmentsForHITRequest

func (d *MTurkDouble) ListAssignmentsForHITRequest(i0 *mturk.ListAssignmentsForHITInput) (r0 *request.Request, r1 *mturk.ListAssignmentsForHITOutput)

func (*MTurkDouble) ListAssignmentsForHITWithContext

func (d *MTurkDouble) ListAssignmentsForHITWithContext(i0 context.Context, i1 *mturk.ListAssignmentsForHITInput, i2 ...request.Option) (r0 *mturk.ListAssignmentsForHITOutput, r1 error)

func (*MTurkDouble) ListBonusPayments

func (d *MTurkDouble) ListBonusPayments(i0 *mturk.ListBonusPaymentsInput) (r0 *mturk.ListBonusPaymentsOutput, r1 error)

func (*MTurkDouble) ListBonusPaymentsPages

func (d *MTurkDouble) ListBonusPaymentsPages(i0 *mturk.ListBonusPaymentsInput, i1 func(*mturk.ListBonusPaymentsOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListBonusPaymentsPagesWithContext

func (d *MTurkDouble) ListBonusPaymentsPagesWithContext(i0 context.Context, i1 *mturk.ListBonusPaymentsInput, i2 func(*mturk.ListBonusPaymentsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListBonusPaymentsRequest

func (d *MTurkDouble) ListBonusPaymentsRequest(i0 *mturk.ListBonusPaymentsInput) (r0 *request.Request, r1 *mturk.ListBonusPaymentsOutput)

func (*MTurkDouble) ListBonusPaymentsWithContext

func (d *MTurkDouble) ListBonusPaymentsWithContext(i0 context.Context, i1 *mturk.ListBonusPaymentsInput, i2 ...request.Option) (r0 *mturk.ListBonusPaymentsOutput, r1 error)

func (*MTurkDouble) ListHITs

func (d *MTurkDouble) ListHITs(i0 *mturk.ListHITsInput) (r0 *mturk.ListHITsOutput, r1 error)

func (*MTurkDouble) ListHITsForQualificationType

func (*MTurkDouble) ListHITsForQualificationTypePages

func (d *MTurkDouble) ListHITsForQualificationTypePages(i0 *mturk.ListHITsForQualificationTypeInput, i1 func(*mturk.ListHITsForQualificationTypeOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListHITsForQualificationTypePagesWithContext

func (d *MTurkDouble) ListHITsForQualificationTypePagesWithContext(i0 context.Context, i1 *mturk.ListHITsForQualificationTypeInput, i2 func(*mturk.ListHITsForQualificationTypeOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListHITsForQualificationTypeWithContext

func (d *MTurkDouble) ListHITsForQualificationTypeWithContext(i0 context.Context, i1 *mturk.ListHITsForQualificationTypeInput, i2 ...request.Option) (r0 *mturk.ListHITsForQualificationTypeOutput, r1 error)

func (*MTurkDouble) ListHITsPages

func (d *MTurkDouble) ListHITsPages(i0 *mturk.ListHITsInput, i1 func(*mturk.ListHITsOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListHITsPagesWithContext

func (d *MTurkDouble) ListHITsPagesWithContext(i0 context.Context, i1 *mturk.ListHITsInput, i2 func(*mturk.ListHITsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListHITsRequest

func (d *MTurkDouble) ListHITsRequest(i0 *mturk.ListHITsInput) (r0 *request.Request, r1 *mturk.ListHITsOutput)

func (*MTurkDouble) ListHITsWithContext

func (d *MTurkDouble) ListHITsWithContext(i0 context.Context, i1 *mturk.ListHITsInput, i2 ...request.Option) (r0 *mturk.ListHITsOutput, r1 error)

func (*MTurkDouble) ListQualificationRequests

func (d *MTurkDouble) ListQualificationRequests(i0 *mturk.ListQualificationRequestsInput) (r0 *mturk.ListQualificationRequestsOutput, r1 error)

func (*MTurkDouble) ListQualificationRequestsPages

func (d *MTurkDouble) ListQualificationRequestsPages(i0 *mturk.ListQualificationRequestsInput, i1 func(*mturk.ListQualificationRequestsOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListQualificationRequestsPagesWithContext

func (d *MTurkDouble) ListQualificationRequestsPagesWithContext(i0 context.Context, i1 *mturk.ListQualificationRequestsInput, i2 func(*mturk.ListQualificationRequestsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListQualificationRequestsRequest

func (d *MTurkDouble) ListQualificationRequestsRequest(i0 *mturk.ListQualificationRequestsInput) (r0 *request.Request, r1 *mturk.ListQualificationRequestsOutput)

func (*MTurkDouble) ListQualificationRequestsWithContext

func (d *MTurkDouble) ListQualificationRequestsWithContext(i0 context.Context, i1 *mturk.ListQualificationRequestsInput, i2 ...request.Option) (r0 *mturk.ListQualificationRequestsOutput, r1 error)

func (*MTurkDouble) ListQualificationTypes

func (d *MTurkDouble) ListQualificationTypes(i0 *mturk.ListQualificationTypesInput) (r0 *mturk.ListQualificationTypesOutput, r1 error)

func (*MTurkDouble) ListQualificationTypesPages

func (d *MTurkDouble) ListQualificationTypesPages(i0 *mturk.ListQualificationTypesInput, i1 func(*mturk.ListQualificationTypesOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListQualificationTypesPagesWithContext

func (d *MTurkDouble) ListQualificationTypesPagesWithContext(i0 context.Context, i1 *mturk.ListQualificationTypesInput, i2 func(*mturk.ListQualificationTypesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListQualificationTypesRequest

func (d *MTurkDouble) ListQualificationTypesRequest(i0 *mturk.ListQualificationTypesInput) (r0 *request.Request, r1 *mturk.ListQualificationTypesOutput)

func (*MTurkDouble) ListQualificationTypesWithContext

func (d *MTurkDouble) ListQualificationTypesWithContext(i0 context.Context, i1 *mturk.ListQualificationTypesInput, i2 ...request.Option) (r0 *mturk.ListQualificationTypesOutput, r1 error)

func (*MTurkDouble) ListReviewPolicyResultsForHIT

func (*MTurkDouble) ListReviewPolicyResultsForHITPages

func (d *MTurkDouble) ListReviewPolicyResultsForHITPages(i0 *mturk.ListReviewPolicyResultsForHITInput, i1 func(*mturk.ListReviewPolicyResultsForHITOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListReviewPolicyResultsForHITPagesWithContext

func (d *MTurkDouble) ListReviewPolicyResultsForHITPagesWithContext(i0 context.Context, i1 *mturk.ListReviewPolicyResultsForHITInput, i2 func(*mturk.ListReviewPolicyResultsForHITOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListReviewPolicyResultsForHITWithContext

func (d *MTurkDouble) ListReviewPolicyResultsForHITWithContext(i0 context.Context, i1 *mturk.ListReviewPolicyResultsForHITInput, i2 ...request.Option) (r0 *mturk.ListReviewPolicyResultsForHITOutput, r1 error)

func (*MTurkDouble) ListReviewableHITs

func (d *MTurkDouble) ListReviewableHITs(i0 *mturk.ListReviewableHITsInput) (r0 *mturk.ListReviewableHITsOutput, r1 error)

func (*MTurkDouble) ListReviewableHITsPages

func (d *MTurkDouble) ListReviewableHITsPages(i0 *mturk.ListReviewableHITsInput, i1 func(*mturk.ListReviewableHITsOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListReviewableHITsPagesWithContext

func (d *MTurkDouble) ListReviewableHITsPagesWithContext(i0 context.Context, i1 *mturk.ListReviewableHITsInput, i2 func(*mturk.ListReviewableHITsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListReviewableHITsRequest

func (d *MTurkDouble) ListReviewableHITsRequest(i0 *mturk.ListReviewableHITsInput) (r0 *request.Request, r1 *mturk.ListReviewableHITsOutput)

func (*MTurkDouble) ListReviewableHITsWithContext

func (d *MTurkDouble) ListReviewableHITsWithContext(i0 context.Context, i1 *mturk.ListReviewableHITsInput, i2 ...request.Option) (r0 *mturk.ListReviewableHITsOutput, r1 error)

func (*MTurkDouble) ListWorkerBlocks

func (d *MTurkDouble) ListWorkerBlocks(i0 *mturk.ListWorkerBlocksInput) (r0 *mturk.ListWorkerBlocksOutput, r1 error)

func (*MTurkDouble) ListWorkerBlocksPages

func (d *MTurkDouble) ListWorkerBlocksPages(i0 *mturk.ListWorkerBlocksInput, i1 func(*mturk.ListWorkerBlocksOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListWorkerBlocksPagesWithContext

func (d *MTurkDouble) ListWorkerBlocksPagesWithContext(i0 context.Context, i1 *mturk.ListWorkerBlocksInput, i2 func(*mturk.ListWorkerBlocksOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) ListWorkerBlocksRequest

func (d *MTurkDouble) ListWorkerBlocksRequest(i0 *mturk.ListWorkerBlocksInput) (r0 *request.Request, r1 *mturk.ListWorkerBlocksOutput)

func (*MTurkDouble) ListWorkerBlocksWithContext

func (d *MTurkDouble) ListWorkerBlocksWithContext(i0 context.Context, i1 *mturk.ListWorkerBlocksInput, i2 ...request.Option) (r0 *mturk.ListWorkerBlocksOutput, r1 error)

func (*MTurkDouble) ListWorkersWithQualificationTypePages

func (d *MTurkDouble) ListWorkersWithQualificationTypePages(i0 *mturk.ListWorkersWithQualificationTypeInput, i1 func(*mturk.ListWorkersWithQualificationTypeOutput, bool) bool) (r0 error)

func (*MTurkDouble) ListWorkersWithQualificationTypePagesWithContext

func (d *MTurkDouble) ListWorkersWithQualificationTypePagesWithContext(i0 context.Context, i1 *mturk.ListWorkersWithQualificationTypeInput, i2 func(*mturk.ListWorkersWithQualificationTypeOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*MTurkDouble) NotifyWorkers

func (d *MTurkDouble) NotifyWorkers(i0 *mturk.NotifyWorkersInput) (r0 *mturk.NotifyWorkersOutput, r1 error)

func (*MTurkDouble) NotifyWorkersRequest

func (d *MTurkDouble) NotifyWorkersRequest(i0 *mturk.NotifyWorkersInput) (r0 *request.Request, r1 *mturk.NotifyWorkersOutput)

func (*MTurkDouble) NotifyWorkersWithContext

func (d *MTurkDouble) NotifyWorkersWithContext(i0 context.Context, i1 *mturk.NotifyWorkersInput, i2 ...request.Option) (r0 *mturk.NotifyWorkersOutput, r1 error)

func (*MTurkDouble) RejectAssignment

func (d *MTurkDouble) RejectAssignment(i0 *mturk.RejectAssignmentInput) (r0 *mturk.RejectAssignmentOutput, r1 error)

func (*MTurkDouble) RejectAssignmentRequest

func (d *MTurkDouble) RejectAssignmentRequest(i0 *mturk.RejectAssignmentInput) (r0 *request.Request, r1 *mturk.RejectAssignmentOutput)

func (*MTurkDouble) RejectAssignmentWithContext

func (d *MTurkDouble) RejectAssignmentWithContext(i0 context.Context, i1 *mturk.RejectAssignmentInput, i2 ...request.Option) (r0 *mturk.RejectAssignmentOutput, r1 error)

func (*MTurkDouble) RejectQualificationRequest

func (*MTurkDouble) RejectQualificationRequestRequest

func (d *MTurkDouble) RejectQualificationRequestRequest(i0 *mturk.RejectQualificationRequestInput) (r0 *request.Request, r1 *mturk.RejectQualificationRequestOutput)

func (*MTurkDouble) RejectQualificationRequestWithContext

func (d *MTurkDouble) RejectQualificationRequestWithContext(i0 context.Context, i1 *mturk.RejectQualificationRequestInput, i2 ...request.Option) (r0 *mturk.RejectQualificationRequestOutput, r1 error)

func (*MTurkDouble) SendBonus

func (d *MTurkDouble) SendBonus(i0 *mturk.SendBonusInput) (r0 *mturk.SendBonusOutput, r1 error)

func (*MTurkDouble) SendBonusRequest

func (d *MTurkDouble) SendBonusRequest(i0 *mturk.SendBonusInput) (r0 *request.Request, r1 *mturk.SendBonusOutput)

func (*MTurkDouble) SendBonusWithContext

func (d *MTurkDouble) SendBonusWithContext(i0 context.Context, i1 *mturk.SendBonusInput, i2 ...request.Option) (r0 *mturk.SendBonusOutput, r1 error)

func (*MTurkDouble) SendTestEventNotification

func (d *MTurkDouble) SendTestEventNotification(i0 *mturk.SendTestEventNotificationInput) (r0 *mturk.SendTestEventNotificationOutput, r1 error)

func (*MTurkDouble) SendTestEventNotificationRequest

func (d *MTurkDouble) SendTestEventNotificationRequest(i0 *mturk.SendTestEventNotificationInput) (r0 *request.Request, r1 *mturk.SendTestEventNotificationOutput)

func (*MTurkDouble) SendTestEventNotificationWithContext

func (d *MTurkDouble) SendTestEventNotificationWithContext(i0 context.Context, i1 *mturk.SendTestEventNotificationInput, i2 ...request.Option) (r0 *mturk.SendTestEventNotificationOutput, r1 error)

func (*MTurkDouble) UpdateExpirationForHIT

func (d *MTurkDouble) UpdateExpirationForHIT(i0 *mturk.UpdateExpirationForHITInput) (r0 *mturk.UpdateExpirationForHITOutput, r1 error)

func (*MTurkDouble) UpdateExpirationForHITRequest

func (d *MTurkDouble) UpdateExpirationForHITRequest(i0 *mturk.UpdateExpirationForHITInput) (r0 *request.Request, r1 *mturk.UpdateExpirationForHITOutput)

func (*MTurkDouble) UpdateExpirationForHITWithContext

func (d *MTurkDouble) UpdateExpirationForHITWithContext(i0 context.Context, i1 *mturk.UpdateExpirationForHITInput, i2 ...request.Option) (r0 *mturk.UpdateExpirationForHITOutput, r1 error)

func (*MTurkDouble) UpdateHITReviewStatus

func (d *MTurkDouble) UpdateHITReviewStatus(i0 *mturk.UpdateHITReviewStatusInput) (r0 *mturk.UpdateHITReviewStatusOutput, r1 error)

func (*MTurkDouble) UpdateHITReviewStatusRequest

func (d *MTurkDouble) UpdateHITReviewStatusRequest(i0 *mturk.UpdateHITReviewStatusInput) (r0 *request.Request, r1 *mturk.UpdateHITReviewStatusOutput)

func (*MTurkDouble) UpdateHITReviewStatusWithContext

func (d *MTurkDouble) UpdateHITReviewStatusWithContext(i0 context.Context, i1 *mturk.UpdateHITReviewStatusInput, i2 ...request.Option) (r0 *mturk.UpdateHITReviewStatusOutput, r1 error)

func (*MTurkDouble) UpdateHITTypeOfHIT

func (d *MTurkDouble) UpdateHITTypeOfHIT(i0 *mturk.UpdateHITTypeOfHITInput) (r0 *mturk.UpdateHITTypeOfHITOutput, r1 error)

func (*MTurkDouble) UpdateHITTypeOfHITRequest

func (d *MTurkDouble) UpdateHITTypeOfHITRequest(i0 *mturk.UpdateHITTypeOfHITInput) (r0 *request.Request, r1 *mturk.UpdateHITTypeOfHITOutput)

func (*MTurkDouble) UpdateHITTypeOfHITWithContext

func (d *MTurkDouble) UpdateHITTypeOfHITWithContext(i0 context.Context, i1 *mturk.UpdateHITTypeOfHITInput, i2 ...request.Option) (r0 *mturk.UpdateHITTypeOfHITOutput, r1 error)

func (*MTurkDouble) UpdateNotificationSettings

func (*MTurkDouble) UpdateNotificationSettingsRequest

func (d *MTurkDouble) UpdateNotificationSettingsRequest(i0 *mturk.UpdateNotificationSettingsInput) (r0 *request.Request, r1 *mturk.UpdateNotificationSettingsOutput)

func (*MTurkDouble) UpdateNotificationSettingsWithContext

func (d *MTurkDouble) UpdateNotificationSettingsWithContext(i0 context.Context, i1 *mturk.UpdateNotificationSettingsInput, i2 ...request.Option) (r0 *mturk.UpdateNotificationSettingsOutput, r1 error)

func (*MTurkDouble) UpdateQualificationType

func (d *MTurkDouble) UpdateQualificationType(i0 *mturk.UpdateQualificationTypeInput) (r0 *mturk.UpdateQualificationTypeOutput, r1 error)

func (*MTurkDouble) UpdateQualificationTypeRequest

func (d *MTurkDouble) UpdateQualificationTypeRequest(i0 *mturk.UpdateQualificationTypeInput) (r0 *request.Request, r1 *mturk.UpdateQualificationTypeOutput)

func (*MTurkDouble) UpdateQualificationTypeWithContext

func (d *MTurkDouble) UpdateQualificationTypeWithContext(i0 context.Context, i1 *mturk.UpdateQualificationTypeInput, i2 ...request.Option) (r0 *mturk.UpdateQualificationTypeOutput, r1 error)

Jump to

Keyboard shortcuts

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