Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) Options() cloudsearchdomain.Options
- func (_m *IClient) Search(ctx context.Context, params *cloudsearchdomain.SearchInput, ...) (*cloudsearchdomain.SearchOutput, error)
- func (_m *IClient) Suggest(ctx context.Context, params *cloudsearchdomain.SuggestInput, ...) (*cloudsearchdomain.SuggestOutput, error)
- func (_m *IClient) UploadDocuments(ctx context.Context, params *cloudsearchdomain.UploadDocumentsInput, ...) (*cloudsearchdomain.UploadDocumentsOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) Options ¶
func (_m *IClient) Options() cloudsearchdomain.Options
Options provides a mock function with given fields:
func (*IClient) Search ¶
func (_m *IClient) Search(ctx context.Context, params *cloudsearchdomain.SearchInput, optFns ...func(*cloudsearchdomain.Options)) (*cloudsearchdomain.SearchOutput, error)
Search provides a mock function with given fields: ctx, params, optFns
func (*IClient) Suggest ¶
func (_m *IClient) Suggest(ctx context.Context, params *cloudsearchdomain.SuggestInput, optFns ...func(*cloudsearchdomain.Options)) (*cloudsearchdomain.SuggestOutput, error)
Suggest provides a mock function with given fields: ctx, params, optFns
func (*IClient) UploadDocuments ¶
func (_m *IClient) UploadDocuments(ctx context.Context, params *cloudsearchdomain.UploadDocumentsInput, optFns ...func(*cloudsearchdomain.Options)) (*cloudsearchdomain.UploadDocumentsOutput, error)
UploadDocuments provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.