Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Search(ctx workflow.Context, input *cloudsearchdomain.SearchInput) (*cloudsearchdomain.SearchOutput, error) SearchAsync(ctx workflow.Context, input *cloudsearchdomain.SearchInput) *SearchFuture Suggest(ctx workflow.Context, input *cloudsearchdomain.SuggestInput) (*cloudsearchdomain.SuggestOutput, error) SuggestAsync(ctx workflow.Context, input *cloudsearchdomain.SuggestInput) *SuggestFuture UploadDocuments(ctx workflow.Context, input *cloudsearchdomain.UploadDocumentsInput) (*cloudsearchdomain.UploadDocumentsOutput, error) UploadDocumentsAsync(ctx workflow.Context, input *cloudsearchdomain.UploadDocumentsInput) *UploadDocumentsFuture }
type SearchFuture ¶
func (*SearchFuture) Get ¶
func (r *SearchFuture) Get(ctx workflow.Context) (*cloudsearchdomain.SearchOutput, error)
type SuggestFuture ¶
func (*SuggestFuture) Get ¶
func (r *SuggestFuture) Get(ctx workflow.Context) (*cloudsearchdomain.SuggestOutput, error)
type UploadDocumentsFuture ¶
type UploadDocumentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UploadDocumentsFuture) Get ¶
func (r *UploadDocumentsFuture) Get(ctx workflow.Context) (*cloudsearchdomain.UploadDocumentsOutput, error)
Click to show internal directories.
Click to hide internal directories.