pollymock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package pollymock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPollyAPI

type MockPollyAPI struct {
	// contains filtered or unexported fields
}

MockPollyAPI is a mock of PollyAPI interface.

func NewMockPollyAPI

func NewMockPollyAPI(ctrl *gomock.Controller) *MockPollyAPI

NewMockPollyAPI creates a new mock instance.

func (*MockPollyAPI) DeleteLexicon

DeleteLexicon mocks base method.

func (*MockPollyAPI) DeleteLexiconRequest

func (m *MockPollyAPI) DeleteLexiconRequest(arg0 *polly.DeleteLexiconInput) (*request.Request, *polly.DeleteLexiconOutput)

DeleteLexiconRequest mocks base method.

func (*MockPollyAPI) DeleteLexiconWithContext

func (m *MockPollyAPI) DeleteLexiconWithContext(arg0 context.Context, arg1 *polly.DeleteLexiconInput, arg2 ...request.Option) (*polly.DeleteLexiconOutput, error)

DeleteLexiconWithContext mocks base method.

func (*MockPollyAPI) DescribeVoices

DescribeVoices mocks base method.

func (*MockPollyAPI) DescribeVoicesRequest

func (m *MockPollyAPI) DescribeVoicesRequest(arg0 *polly.DescribeVoicesInput) (*request.Request, *polly.DescribeVoicesOutput)

DescribeVoicesRequest mocks base method.

func (*MockPollyAPI) DescribeVoicesWithContext

func (m *MockPollyAPI) DescribeVoicesWithContext(arg0 context.Context, arg1 *polly.DescribeVoicesInput, arg2 ...request.Option) (*polly.DescribeVoicesOutput, error)

DescribeVoicesWithContext mocks base method.

func (*MockPollyAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPollyAPI) GetLexicon

func (m *MockPollyAPI) GetLexicon(arg0 *polly.GetLexiconInput) (*polly.GetLexiconOutput, error)

GetLexicon mocks base method.

func (*MockPollyAPI) GetLexiconRequest

func (m *MockPollyAPI) GetLexiconRequest(arg0 *polly.GetLexiconInput) (*request.Request, *polly.GetLexiconOutput)

GetLexiconRequest mocks base method.

func (*MockPollyAPI) GetLexiconWithContext

func (m *MockPollyAPI) GetLexiconWithContext(arg0 context.Context, arg1 *polly.GetLexiconInput, arg2 ...request.Option) (*polly.GetLexiconOutput, error)

GetLexiconWithContext mocks base method.

func (*MockPollyAPI) GetSpeechSynthesisTask

GetSpeechSynthesisTask mocks base method.

func (*MockPollyAPI) GetSpeechSynthesisTaskRequest

GetSpeechSynthesisTaskRequest mocks base method.

func (*MockPollyAPI) GetSpeechSynthesisTaskWithContext

func (m *MockPollyAPI) GetSpeechSynthesisTaskWithContext(arg0 context.Context, arg1 *polly.GetSpeechSynthesisTaskInput, arg2 ...request.Option) (*polly.GetSpeechSynthesisTaskOutput, error)

GetSpeechSynthesisTaskWithContext mocks base method.

func (*MockPollyAPI) ListLexicons

ListLexicons mocks base method.

func (*MockPollyAPI) ListLexiconsRequest

func (m *MockPollyAPI) ListLexiconsRequest(arg0 *polly.ListLexiconsInput) (*request.Request, *polly.ListLexiconsOutput)

ListLexiconsRequest mocks base method.

func (*MockPollyAPI) ListLexiconsWithContext

func (m *MockPollyAPI) ListLexiconsWithContext(arg0 context.Context, arg1 *polly.ListLexiconsInput, arg2 ...request.Option) (*polly.ListLexiconsOutput, error)

ListLexiconsWithContext mocks base method.

func (*MockPollyAPI) ListSpeechSynthesisTasks

ListSpeechSynthesisTasks mocks base method.

func (*MockPollyAPI) ListSpeechSynthesisTasksPages

func (m *MockPollyAPI) ListSpeechSynthesisTasksPages(arg0 *polly.ListSpeechSynthesisTasksInput, arg1 func(*polly.ListSpeechSynthesisTasksOutput, bool) bool) error

ListSpeechSynthesisTasksPages mocks base method.

func (*MockPollyAPI) ListSpeechSynthesisTasksPagesWithContext

func (m *MockPollyAPI) ListSpeechSynthesisTasksPagesWithContext(arg0 context.Context, arg1 *polly.ListSpeechSynthesisTasksInput, arg2 func(*polly.ListSpeechSynthesisTasksOutput, bool) bool, arg3 ...request.Option) error

ListSpeechSynthesisTasksPagesWithContext mocks base method.

func (*MockPollyAPI) ListSpeechSynthesisTasksRequest

ListSpeechSynthesisTasksRequest mocks base method.

func (*MockPollyAPI) ListSpeechSynthesisTasksWithContext

func (m *MockPollyAPI) ListSpeechSynthesisTasksWithContext(arg0 context.Context, arg1 *polly.ListSpeechSynthesisTasksInput, arg2 ...request.Option) (*polly.ListSpeechSynthesisTasksOutput, error)

ListSpeechSynthesisTasksWithContext mocks base method.

func (*MockPollyAPI) PutLexicon

func (m *MockPollyAPI) PutLexicon(arg0 *polly.PutLexiconInput) (*polly.PutLexiconOutput, error)

PutLexicon mocks base method.

func (*MockPollyAPI) PutLexiconRequest

func (m *MockPollyAPI) PutLexiconRequest(arg0 *polly.PutLexiconInput) (*request.Request, *polly.PutLexiconOutput)

PutLexiconRequest mocks base method.

func (*MockPollyAPI) PutLexiconWithContext

func (m *MockPollyAPI) PutLexiconWithContext(arg0 context.Context, arg1 *polly.PutLexiconInput, arg2 ...request.Option) (*polly.PutLexiconOutput, error)

PutLexiconWithContext mocks base method.

func (*MockPollyAPI) StartSpeechSynthesisTask

StartSpeechSynthesisTask mocks base method.

func (*MockPollyAPI) StartSpeechSynthesisTaskRequest

StartSpeechSynthesisTaskRequest mocks base method.

func (*MockPollyAPI) StartSpeechSynthesisTaskWithContext

func (m *MockPollyAPI) StartSpeechSynthesisTaskWithContext(arg0 context.Context, arg1 *polly.StartSpeechSynthesisTaskInput, arg2 ...request.Option) (*polly.StartSpeechSynthesisTaskOutput, error)

StartSpeechSynthesisTaskWithContext mocks base method.

func (*MockPollyAPI) SynthesizeSpeech

SynthesizeSpeech mocks base method.

func (*MockPollyAPI) SynthesizeSpeechRequest

func (m *MockPollyAPI) SynthesizeSpeechRequest(arg0 *polly.SynthesizeSpeechInput) (*request.Request, *polly.SynthesizeSpeechOutput)

SynthesizeSpeechRequest mocks base method.

func (*MockPollyAPI) SynthesizeSpeechWithContext

func (m *MockPollyAPI) SynthesizeSpeechWithContext(arg0 context.Context, arg1 *polly.SynthesizeSpeechInput, arg2 ...request.Option) (*polly.SynthesizeSpeechOutput, error)

SynthesizeSpeechWithContext mocks base method.

type MockPollyAPIMockRecorder

type MockPollyAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockPollyAPIMockRecorder is the mock recorder for MockPollyAPI.

func (*MockPollyAPIMockRecorder) DeleteLexicon

func (mr *MockPollyAPIMockRecorder) DeleteLexicon(arg0 interface{}) *gomock.Call

DeleteLexicon indicates an expected call of DeleteLexicon.

func (*MockPollyAPIMockRecorder) DeleteLexiconRequest

func (mr *MockPollyAPIMockRecorder) DeleteLexiconRequest(arg0 interface{}) *gomock.Call

DeleteLexiconRequest indicates an expected call of DeleteLexiconRequest.

func (*MockPollyAPIMockRecorder) DeleteLexiconWithContext

func (mr *MockPollyAPIMockRecorder) DeleteLexiconWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLexiconWithContext indicates an expected call of DeleteLexiconWithContext.

func (*MockPollyAPIMockRecorder) DescribeVoices

func (mr *MockPollyAPIMockRecorder) DescribeVoices(arg0 interface{}) *gomock.Call

DescribeVoices indicates an expected call of DescribeVoices.

func (*MockPollyAPIMockRecorder) DescribeVoicesRequest

func (mr *MockPollyAPIMockRecorder) DescribeVoicesRequest(arg0 interface{}) *gomock.Call

DescribeVoicesRequest indicates an expected call of DescribeVoicesRequest.

func (*MockPollyAPIMockRecorder) DescribeVoicesWithContext

func (mr *MockPollyAPIMockRecorder) DescribeVoicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVoicesWithContext indicates an expected call of DescribeVoicesWithContext.

func (*MockPollyAPIMockRecorder) GetLexicon

func (mr *MockPollyAPIMockRecorder) GetLexicon(arg0 interface{}) *gomock.Call

GetLexicon indicates an expected call of GetLexicon.

func (*MockPollyAPIMockRecorder) GetLexiconRequest

func (mr *MockPollyAPIMockRecorder) GetLexiconRequest(arg0 interface{}) *gomock.Call

GetLexiconRequest indicates an expected call of GetLexiconRequest.

func (*MockPollyAPIMockRecorder) GetLexiconWithContext

func (mr *MockPollyAPIMockRecorder) GetLexiconWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLexiconWithContext indicates an expected call of GetLexiconWithContext.

func (*MockPollyAPIMockRecorder) GetSpeechSynthesisTask

func (mr *MockPollyAPIMockRecorder) GetSpeechSynthesisTask(arg0 interface{}) *gomock.Call

GetSpeechSynthesisTask indicates an expected call of GetSpeechSynthesisTask.

func (*MockPollyAPIMockRecorder) GetSpeechSynthesisTaskRequest

func (mr *MockPollyAPIMockRecorder) GetSpeechSynthesisTaskRequest(arg0 interface{}) *gomock.Call

GetSpeechSynthesisTaskRequest indicates an expected call of GetSpeechSynthesisTaskRequest.

func (*MockPollyAPIMockRecorder) GetSpeechSynthesisTaskWithContext

func (mr *MockPollyAPIMockRecorder) GetSpeechSynthesisTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSpeechSynthesisTaskWithContext indicates an expected call of GetSpeechSynthesisTaskWithContext.

func (*MockPollyAPIMockRecorder) ListLexicons

func (mr *MockPollyAPIMockRecorder) ListLexicons(arg0 interface{}) *gomock.Call

ListLexicons indicates an expected call of ListLexicons.

func (*MockPollyAPIMockRecorder) ListLexiconsRequest

func (mr *MockPollyAPIMockRecorder) ListLexiconsRequest(arg0 interface{}) *gomock.Call

ListLexiconsRequest indicates an expected call of ListLexiconsRequest.

func (*MockPollyAPIMockRecorder) ListLexiconsWithContext

func (mr *MockPollyAPIMockRecorder) ListLexiconsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLexiconsWithContext indicates an expected call of ListLexiconsWithContext.

func (*MockPollyAPIMockRecorder) ListSpeechSynthesisTasks

func (mr *MockPollyAPIMockRecorder) ListSpeechSynthesisTasks(arg0 interface{}) *gomock.Call

ListSpeechSynthesisTasks indicates an expected call of ListSpeechSynthesisTasks.

func (*MockPollyAPIMockRecorder) ListSpeechSynthesisTasksPages

func (mr *MockPollyAPIMockRecorder) ListSpeechSynthesisTasksPages(arg0, arg1 interface{}) *gomock.Call

ListSpeechSynthesisTasksPages indicates an expected call of ListSpeechSynthesisTasksPages.

func (*MockPollyAPIMockRecorder) ListSpeechSynthesisTasksPagesWithContext

func (mr *MockPollyAPIMockRecorder) ListSpeechSynthesisTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSpeechSynthesisTasksPagesWithContext indicates an expected call of ListSpeechSynthesisTasksPagesWithContext.

func (*MockPollyAPIMockRecorder) ListSpeechSynthesisTasksRequest

func (mr *MockPollyAPIMockRecorder) ListSpeechSynthesisTasksRequest(arg0 interface{}) *gomock.Call

ListSpeechSynthesisTasksRequest indicates an expected call of ListSpeechSynthesisTasksRequest.

func (*MockPollyAPIMockRecorder) ListSpeechSynthesisTasksWithContext

func (mr *MockPollyAPIMockRecorder) ListSpeechSynthesisTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSpeechSynthesisTasksWithContext indicates an expected call of ListSpeechSynthesisTasksWithContext.

func (*MockPollyAPIMockRecorder) PutLexicon

func (mr *MockPollyAPIMockRecorder) PutLexicon(arg0 interface{}) *gomock.Call

PutLexicon indicates an expected call of PutLexicon.

func (*MockPollyAPIMockRecorder) PutLexiconRequest

func (mr *MockPollyAPIMockRecorder) PutLexiconRequest(arg0 interface{}) *gomock.Call

PutLexiconRequest indicates an expected call of PutLexiconRequest.

func (*MockPollyAPIMockRecorder) PutLexiconWithContext

func (mr *MockPollyAPIMockRecorder) PutLexiconWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutLexiconWithContext indicates an expected call of PutLexiconWithContext.

func (*MockPollyAPIMockRecorder) StartSpeechSynthesisTask

func (mr *MockPollyAPIMockRecorder) StartSpeechSynthesisTask(arg0 interface{}) *gomock.Call

StartSpeechSynthesisTask indicates an expected call of StartSpeechSynthesisTask.

func (*MockPollyAPIMockRecorder) StartSpeechSynthesisTaskRequest

func (mr *MockPollyAPIMockRecorder) StartSpeechSynthesisTaskRequest(arg0 interface{}) *gomock.Call

StartSpeechSynthesisTaskRequest indicates an expected call of StartSpeechSynthesisTaskRequest.

func (*MockPollyAPIMockRecorder) StartSpeechSynthesisTaskWithContext

func (mr *MockPollyAPIMockRecorder) StartSpeechSynthesisTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartSpeechSynthesisTaskWithContext indicates an expected call of StartSpeechSynthesisTaskWithContext.

func (*MockPollyAPIMockRecorder) SynthesizeSpeech

func (mr *MockPollyAPIMockRecorder) SynthesizeSpeech(arg0 interface{}) *gomock.Call

SynthesizeSpeech indicates an expected call of SynthesizeSpeech.

func (*MockPollyAPIMockRecorder) SynthesizeSpeechRequest

func (mr *MockPollyAPIMockRecorder) SynthesizeSpeechRequest(arg0 interface{}) *gomock.Call

SynthesizeSpeechRequest indicates an expected call of SynthesizeSpeechRequest.

func (*MockPollyAPIMockRecorder) SynthesizeSpeechWithContext

func (mr *MockPollyAPIMockRecorder) SynthesizeSpeechWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SynthesizeSpeechWithContext indicates an expected call of SynthesizeSpeechWithContext.

Jump to

Keyboard shortcuts

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