Documentation ¶
Overview ¶
Package textractmock is a generated GoMock package.
Index ¶
- type MockTextractAPI
- func (m *MockTextractAPI) AnalyzeDocument(arg0 *textract.AnalyzeDocumentInput) (*textract.AnalyzeDocumentOutput, error)
- func (m *MockTextractAPI) AnalyzeDocumentRequest(arg0 *textract.AnalyzeDocumentInput) (*request.Request, *textract.AnalyzeDocumentOutput)
- func (m *MockTextractAPI) AnalyzeDocumentWithContext(arg0 context.Context, arg1 *textract.AnalyzeDocumentInput, ...) (*textract.AnalyzeDocumentOutput, error)
- func (m *MockTextractAPI) DetectDocumentText(arg0 *textract.DetectDocumentTextInput) (*textract.DetectDocumentTextOutput, error)
- func (m *MockTextractAPI) DetectDocumentTextRequest(arg0 *textract.DetectDocumentTextInput) (*request.Request, *textract.DetectDocumentTextOutput)
- func (m *MockTextractAPI) DetectDocumentTextWithContext(arg0 context.Context, arg1 *textract.DetectDocumentTextInput, ...) (*textract.DetectDocumentTextOutput, error)
- func (m *MockTextractAPI) EXPECT() *MockTextractAPIMockRecorder
- func (m *MockTextractAPI) GetDocumentAnalysis(arg0 *textract.GetDocumentAnalysisInput) (*textract.GetDocumentAnalysisOutput, error)
- func (m *MockTextractAPI) GetDocumentAnalysisRequest(arg0 *textract.GetDocumentAnalysisInput) (*request.Request, *textract.GetDocumentAnalysisOutput)
- func (m *MockTextractAPI) GetDocumentAnalysisWithContext(arg0 context.Context, arg1 *textract.GetDocumentAnalysisInput, ...) (*textract.GetDocumentAnalysisOutput, error)
- func (m *MockTextractAPI) GetDocumentTextDetection(arg0 *textract.GetDocumentTextDetectionInput) (*textract.GetDocumentTextDetectionOutput, error)
- func (m *MockTextractAPI) GetDocumentTextDetectionRequest(arg0 *textract.GetDocumentTextDetectionInput) (*request.Request, *textract.GetDocumentTextDetectionOutput)
- func (m *MockTextractAPI) GetDocumentTextDetectionWithContext(arg0 context.Context, arg1 *textract.GetDocumentTextDetectionInput, ...) (*textract.GetDocumentTextDetectionOutput, error)
- func (m *MockTextractAPI) StartDocumentAnalysis(arg0 *textract.StartDocumentAnalysisInput) (*textract.StartDocumentAnalysisOutput, error)
- func (m *MockTextractAPI) StartDocumentAnalysisRequest(arg0 *textract.StartDocumentAnalysisInput) (*request.Request, *textract.StartDocumentAnalysisOutput)
- func (m *MockTextractAPI) StartDocumentAnalysisWithContext(arg0 context.Context, arg1 *textract.StartDocumentAnalysisInput, ...) (*textract.StartDocumentAnalysisOutput, error)
- func (m *MockTextractAPI) StartDocumentTextDetection(arg0 *textract.StartDocumentTextDetectionInput) (*textract.StartDocumentTextDetectionOutput, error)
- func (m *MockTextractAPI) StartDocumentTextDetectionRequest(arg0 *textract.StartDocumentTextDetectionInput) (*request.Request, *textract.StartDocumentTextDetectionOutput)
- func (m *MockTextractAPI) StartDocumentTextDetectionWithContext(arg0 context.Context, arg1 *textract.StartDocumentTextDetectionInput, ...) (*textract.StartDocumentTextDetectionOutput, error)
- type MockTextractAPIMockRecorder
- func (mr *MockTextractAPIMockRecorder) AnalyzeDocument(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeDocumentRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) AnalyzeDocumentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) DetectDocumentText(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) DetectDocumentTextRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) DetectDocumentTextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysis(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysisRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetection(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysis(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysisRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetection(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTextractAPI ¶
type MockTextractAPI struct {
// contains filtered or unexported fields
}
MockTextractAPI is a mock of TextractAPI interface
func NewMockTextractAPI ¶
func NewMockTextractAPI(ctrl *gomock.Controller) *MockTextractAPI
NewMockTextractAPI creates a new mock instance
func (*MockTextractAPI) AnalyzeDocument ¶
func (m *MockTextractAPI) AnalyzeDocument(arg0 *textract.AnalyzeDocumentInput) (*textract.AnalyzeDocumentOutput, error)
AnalyzeDocument mocks base method
func (*MockTextractAPI) AnalyzeDocumentRequest ¶
func (m *MockTextractAPI) AnalyzeDocumentRequest(arg0 *textract.AnalyzeDocumentInput) (*request.Request, *textract.AnalyzeDocumentOutput)
AnalyzeDocumentRequest mocks base method
func (*MockTextractAPI) AnalyzeDocumentWithContext ¶
func (m *MockTextractAPI) AnalyzeDocumentWithContext(arg0 context.Context, arg1 *textract.AnalyzeDocumentInput, arg2 ...request.Option) (*textract.AnalyzeDocumentOutput, error)
AnalyzeDocumentWithContext mocks base method
func (*MockTextractAPI) DetectDocumentText ¶
func (m *MockTextractAPI) DetectDocumentText(arg0 *textract.DetectDocumentTextInput) (*textract.DetectDocumentTextOutput, error)
DetectDocumentText mocks base method
func (*MockTextractAPI) DetectDocumentTextRequest ¶
func (m *MockTextractAPI) DetectDocumentTextRequest(arg0 *textract.DetectDocumentTextInput) (*request.Request, *textract.DetectDocumentTextOutput)
DetectDocumentTextRequest mocks base method
func (*MockTextractAPI) DetectDocumentTextWithContext ¶
func (m *MockTextractAPI) DetectDocumentTextWithContext(arg0 context.Context, arg1 *textract.DetectDocumentTextInput, arg2 ...request.Option) (*textract.DetectDocumentTextOutput, error)
DetectDocumentTextWithContext mocks base method
func (*MockTextractAPI) EXPECT ¶
func (m *MockTextractAPI) EXPECT() *MockTextractAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTextractAPI) GetDocumentAnalysis ¶
func (m *MockTextractAPI) GetDocumentAnalysis(arg0 *textract.GetDocumentAnalysisInput) (*textract.GetDocumentAnalysisOutput, error)
GetDocumentAnalysis mocks base method
func (*MockTextractAPI) GetDocumentAnalysisRequest ¶
func (m *MockTextractAPI) GetDocumentAnalysisRequest(arg0 *textract.GetDocumentAnalysisInput) (*request.Request, *textract.GetDocumentAnalysisOutput)
GetDocumentAnalysisRequest mocks base method
func (*MockTextractAPI) GetDocumentAnalysisWithContext ¶
func (m *MockTextractAPI) GetDocumentAnalysisWithContext(arg0 context.Context, arg1 *textract.GetDocumentAnalysisInput, arg2 ...request.Option) (*textract.GetDocumentAnalysisOutput, error)
GetDocumentAnalysisWithContext mocks base method
func (*MockTextractAPI) GetDocumentTextDetection ¶
func (m *MockTextractAPI) GetDocumentTextDetection(arg0 *textract.GetDocumentTextDetectionInput) (*textract.GetDocumentTextDetectionOutput, error)
GetDocumentTextDetection mocks base method
func (*MockTextractAPI) GetDocumentTextDetectionRequest ¶
func (m *MockTextractAPI) GetDocumentTextDetectionRequest(arg0 *textract.GetDocumentTextDetectionInput) (*request.Request, *textract.GetDocumentTextDetectionOutput)
GetDocumentTextDetectionRequest mocks base method
func (*MockTextractAPI) GetDocumentTextDetectionWithContext ¶
func (m *MockTextractAPI) GetDocumentTextDetectionWithContext(arg0 context.Context, arg1 *textract.GetDocumentTextDetectionInput, arg2 ...request.Option) (*textract.GetDocumentTextDetectionOutput, error)
GetDocumentTextDetectionWithContext mocks base method
func (*MockTextractAPI) StartDocumentAnalysis ¶
func (m *MockTextractAPI) StartDocumentAnalysis(arg0 *textract.StartDocumentAnalysisInput) (*textract.StartDocumentAnalysisOutput, error)
StartDocumentAnalysis mocks base method
func (*MockTextractAPI) StartDocumentAnalysisRequest ¶
func (m *MockTextractAPI) StartDocumentAnalysisRequest(arg0 *textract.StartDocumentAnalysisInput) (*request.Request, *textract.StartDocumentAnalysisOutput)
StartDocumentAnalysisRequest mocks base method
func (*MockTextractAPI) StartDocumentAnalysisWithContext ¶
func (m *MockTextractAPI) StartDocumentAnalysisWithContext(arg0 context.Context, arg1 *textract.StartDocumentAnalysisInput, arg2 ...request.Option) (*textract.StartDocumentAnalysisOutput, error)
StartDocumentAnalysisWithContext mocks base method
func (*MockTextractAPI) StartDocumentTextDetection ¶
func (m *MockTextractAPI) StartDocumentTextDetection(arg0 *textract.StartDocumentTextDetectionInput) (*textract.StartDocumentTextDetectionOutput, error)
StartDocumentTextDetection mocks base method
func (*MockTextractAPI) StartDocumentTextDetectionRequest ¶
func (m *MockTextractAPI) StartDocumentTextDetectionRequest(arg0 *textract.StartDocumentTextDetectionInput) (*request.Request, *textract.StartDocumentTextDetectionOutput)
StartDocumentTextDetectionRequest mocks base method
func (*MockTextractAPI) StartDocumentTextDetectionWithContext ¶
func (m *MockTextractAPI) StartDocumentTextDetectionWithContext(arg0 context.Context, arg1 *textract.StartDocumentTextDetectionInput, arg2 ...request.Option) (*textract.StartDocumentTextDetectionOutput, error)
StartDocumentTextDetectionWithContext mocks base method
type MockTextractAPIMockRecorder ¶
type MockTextractAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockTextractAPIMockRecorder is the mock recorder for MockTextractAPI
func (*MockTextractAPIMockRecorder) AnalyzeDocument ¶
func (mr *MockTextractAPIMockRecorder) AnalyzeDocument(arg0 interface{}) *gomock.Call
AnalyzeDocument indicates an expected call of AnalyzeDocument
func (*MockTextractAPIMockRecorder) AnalyzeDocumentRequest ¶
func (mr *MockTextractAPIMockRecorder) AnalyzeDocumentRequest(arg0 interface{}) *gomock.Call
AnalyzeDocumentRequest indicates an expected call of AnalyzeDocumentRequest
func (*MockTextractAPIMockRecorder) AnalyzeDocumentWithContext ¶
func (mr *MockTextractAPIMockRecorder) AnalyzeDocumentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AnalyzeDocumentWithContext indicates an expected call of AnalyzeDocumentWithContext
func (*MockTextractAPIMockRecorder) DetectDocumentText ¶
func (mr *MockTextractAPIMockRecorder) DetectDocumentText(arg0 interface{}) *gomock.Call
DetectDocumentText indicates an expected call of DetectDocumentText
func (*MockTextractAPIMockRecorder) DetectDocumentTextRequest ¶
func (mr *MockTextractAPIMockRecorder) DetectDocumentTextRequest(arg0 interface{}) *gomock.Call
DetectDocumentTextRequest indicates an expected call of DetectDocumentTextRequest
func (*MockTextractAPIMockRecorder) DetectDocumentTextWithContext ¶
func (mr *MockTextractAPIMockRecorder) DetectDocumentTextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DetectDocumentTextWithContext indicates an expected call of DetectDocumentTextWithContext
func (*MockTextractAPIMockRecorder) GetDocumentAnalysis ¶
func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysis(arg0 interface{}) *gomock.Call
GetDocumentAnalysis indicates an expected call of GetDocumentAnalysis
func (*MockTextractAPIMockRecorder) GetDocumentAnalysisRequest ¶
func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysisRequest(arg0 interface{}) *gomock.Call
GetDocumentAnalysisRequest indicates an expected call of GetDocumentAnalysisRequest
func (*MockTextractAPIMockRecorder) GetDocumentAnalysisWithContext ¶
func (mr *MockTextractAPIMockRecorder) GetDocumentAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDocumentAnalysisWithContext indicates an expected call of GetDocumentAnalysisWithContext
func (*MockTextractAPIMockRecorder) GetDocumentTextDetection ¶
func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetection(arg0 interface{}) *gomock.Call
GetDocumentTextDetection indicates an expected call of GetDocumentTextDetection
func (*MockTextractAPIMockRecorder) GetDocumentTextDetectionRequest ¶
func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetectionRequest(arg0 interface{}) *gomock.Call
GetDocumentTextDetectionRequest indicates an expected call of GetDocumentTextDetectionRequest
func (*MockTextractAPIMockRecorder) GetDocumentTextDetectionWithContext ¶
func (mr *MockTextractAPIMockRecorder) GetDocumentTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDocumentTextDetectionWithContext indicates an expected call of GetDocumentTextDetectionWithContext
func (*MockTextractAPIMockRecorder) StartDocumentAnalysis ¶
func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysis(arg0 interface{}) *gomock.Call
StartDocumentAnalysis indicates an expected call of StartDocumentAnalysis
func (*MockTextractAPIMockRecorder) StartDocumentAnalysisRequest ¶
func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysisRequest(arg0 interface{}) *gomock.Call
StartDocumentAnalysisRequest indicates an expected call of StartDocumentAnalysisRequest
func (*MockTextractAPIMockRecorder) StartDocumentAnalysisWithContext ¶
func (mr *MockTextractAPIMockRecorder) StartDocumentAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartDocumentAnalysisWithContext indicates an expected call of StartDocumentAnalysisWithContext
func (*MockTextractAPIMockRecorder) StartDocumentTextDetection ¶
func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetection(arg0 interface{}) *gomock.Call
StartDocumentTextDetection indicates an expected call of StartDocumentTextDetection
func (*MockTextractAPIMockRecorder) StartDocumentTextDetectionRequest ¶
func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetectionRequest(arg0 interface{}) *gomock.Call
StartDocumentTextDetectionRequest indicates an expected call of StartDocumentTextDetectionRequest
func (*MockTextractAPIMockRecorder) StartDocumentTextDetectionWithContext ¶
func (mr *MockTextractAPIMockRecorder) StartDocumentTextDetectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartDocumentTextDetectionWithContext indicates an expected call of StartDocumentTextDetectionWithContext