Documentation ¶
Overview ¶
Package artifactmock is a generated GoMock package.
Index ¶
- type MockArtifactAPI
- func (m *MockArtifactAPI) EXPECT() *MockArtifactAPIMockRecorder
- func (m *MockArtifactAPI) GetAccountSettings(arg0 *artifact.GetAccountSettingsInput) (*artifact.GetAccountSettingsOutput, error)
- func (m *MockArtifactAPI) GetAccountSettingsRequest(arg0 *artifact.GetAccountSettingsInput) (*request.Request, *artifact.GetAccountSettingsOutput)
- func (m *MockArtifactAPI) GetAccountSettingsWithContext(arg0 context.Context, arg1 *artifact.GetAccountSettingsInput, ...) (*artifact.GetAccountSettingsOutput, error)
- func (m *MockArtifactAPI) GetReport(arg0 *artifact.GetReportInput) (*artifact.GetReportOutput, error)
- func (m *MockArtifactAPI) GetReportMetadata(arg0 *artifact.GetReportMetadataInput) (*artifact.GetReportMetadataOutput, error)
- func (m *MockArtifactAPI) GetReportMetadataRequest(arg0 *artifact.GetReportMetadataInput) (*request.Request, *artifact.GetReportMetadataOutput)
- func (m *MockArtifactAPI) GetReportMetadataWithContext(arg0 context.Context, arg1 *artifact.GetReportMetadataInput, ...) (*artifact.GetReportMetadataOutput, error)
- func (m *MockArtifactAPI) GetReportRequest(arg0 *artifact.GetReportInput) (*request.Request, *artifact.GetReportOutput)
- func (m *MockArtifactAPI) GetReportWithContext(arg0 context.Context, arg1 *artifact.GetReportInput, arg2 ...request.Option) (*artifact.GetReportOutput, error)
- func (m *MockArtifactAPI) GetTermForReport(arg0 *artifact.GetTermForReportInput) (*artifact.GetTermForReportOutput, error)
- func (m *MockArtifactAPI) GetTermForReportRequest(arg0 *artifact.GetTermForReportInput) (*request.Request, *artifact.GetTermForReportOutput)
- func (m *MockArtifactAPI) GetTermForReportWithContext(arg0 context.Context, arg1 *artifact.GetTermForReportInput, ...) (*artifact.GetTermForReportOutput, error)
- func (m *MockArtifactAPI) ListReports(arg0 *artifact.ListReportsInput) (*artifact.ListReportsOutput, error)
- func (m *MockArtifactAPI) ListReportsPages(arg0 *artifact.ListReportsInput, ...) error
- func (m *MockArtifactAPI) ListReportsPagesWithContext(arg0 context.Context, arg1 *artifact.ListReportsInput, ...) error
- func (m *MockArtifactAPI) ListReportsRequest(arg0 *artifact.ListReportsInput) (*request.Request, *artifact.ListReportsOutput)
- func (m *MockArtifactAPI) ListReportsWithContext(arg0 context.Context, arg1 *artifact.ListReportsInput, arg2 ...request.Option) (*artifact.ListReportsOutput, error)
- func (m *MockArtifactAPI) PutAccountSettings(arg0 *artifact.PutAccountSettingsInput) (*artifact.PutAccountSettingsOutput, error)
- func (m *MockArtifactAPI) PutAccountSettingsRequest(arg0 *artifact.PutAccountSettingsInput) (*request.Request, *artifact.PutAccountSettingsOutput)
- func (m *MockArtifactAPI) PutAccountSettingsWithContext(arg0 context.Context, arg1 *artifact.PutAccountSettingsInput, ...) (*artifact.PutAccountSettingsOutput, error)
- type MockArtifactAPIMockRecorder
- func (mr *MockArtifactAPIMockRecorder) GetAccountSettings(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetAccountSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetReport(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetReportMetadata(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetReportMetadataRequest(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetReportMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetReportRequest(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetTermForReport(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetTermForReportRequest(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) GetTermForReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) ListReports(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) ListReportsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) ListReportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) ListReportsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) ListReportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) PutAccountSettings(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) PutAccountSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockArtifactAPIMockRecorder) PutAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockArtifactAPI ¶
type MockArtifactAPI struct {
// contains filtered or unexported fields
}
MockArtifactAPI is a mock of ArtifactAPI interface
func NewMockArtifactAPI ¶
func NewMockArtifactAPI(ctrl *gomock.Controller) *MockArtifactAPI
NewMockArtifactAPI creates a new mock instance
func (*MockArtifactAPI) EXPECT ¶
func (m *MockArtifactAPI) EXPECT() *MockArtifactAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockArtifactAPI) GetAccountSettings ¶
func (m *MockArtifactAPI) GetAccountSettings(arg0 *artifact.GetAccountSettingsInput) (*artifact.GetAccountSettingsOutput, error)
GetAccountSettings mocks base method
func (*MockArtifactAPI) GetAccountSettingsRequest ¶
func (m *MockArtifactAPI) GetAccountSettingsRequest(arg0 *artifact.GetAccountSettingsInput) (*request.Request, *artifact.GetAccountSettingsOutput)
GetAccountSettingsRequest mocks base method
func (*MockArtifactAPI) GetAccountSettingsWithContext ¶
func (m *MockArtifactAPI) GetAccountSettingsWithContext(arg0 context.Context, arg1 *artifact.GetAccountSettingsInput, arg2 ...request.Option) (*artifact.GetAccountSettingsOutput, error)
GetAccountSettingsWithContext mocks base method
func (*MockArtifactAPI) GetReport ¶
func (m *MockArtifactAPI) GetReport(arg0 *artifact.GetReportInput) (*artifact.GetReportOutput, error)
GetReport mocks base method
func (*MockArtifactAPI) GetReportMetadata ¶
func (m *MockArtifactAPI) GetReportMetadata(arg0 *artifact.GetReportMetadataInput) (*artifact.GetReportMetadataOutput, error)
GetReportMetadata mocks base method
func (*MockArtifactAPI) GetReportMetadataRequest ¶
func (m *MockArtifactAPI) GetReportMetadataRequest(arg0 *artifact.GetReportMetadataInput) (*request.Request, *artifact.GetReportMetadataOutput)
GetReportMetadataRequest mocks base method
func (*MockArtifactAPI) GetReportMetadataWithContext ¶
func (m *MockArtifactAPI) GetReportMetadataWithContext(arg0 context.Context, arg1 *artifact.GetReportMetadataInput, arg2 ...request.Option) (*artifact.GetReportMetadataOutput, error)
GetReportMetadataWithContext mocks base method
func (*MockArtifactAPI) GetReportRequest ¶
func (m *MockArtifactAPI) GetReportRequest(arg0 *artifact.GetReportInput) (*request.Request, *artifact.GetReportOutput)
GetReportRequest mocks base method
func (*MockArtifactAPI) GetReportWithContext ¶
func (m *MockArtifactAPI) GetReportWithContext(arg0 context.Context, arg1 *artifact.GetReportInput, arg2 ...request.Option) (*artifact.GetReportOutput, error)
GetReportWithContext mocks base method
func (*MockArtifactAPI) GetTermForReport ¶
func (m *MockArtifactAPI) GetTermForReport(arg0 *artifact.GetTermForReportInput) (*artifact.GetTermForReportOutput, error)
GetTermForReport mocks base method
func (*MockArtifactAPI) GetTermForReportRequest ¶
func (m *MockArtifactAPI) GetTermForReportRequest(arg0 *artifact.GetTermForReportInput) (*request.Request, *artifact.GetTermForReportOutput)
GetTermForReportRequest mocks base method
func (*MockArtifactAPI) GetTermForReportWithContext ¶
func (m *MockArtifactAPI) GetTermForReportWithContext(arg0 context.Context, arg1 *artifact.GetTermForReportInput, arg2 ...request.Option) (*artifact.GetTermForReportOutput, error)
GetTermForReportWithContext mocks base method
func (*MockArtifactAPI) ListReports ¶
func (m *MockArtifactAPI) ListReports(arg0 *artifact.ListReportsInput) (*artifact.ListReportsOutput, error)
ListReports mocks base method
func (*MockArtifactAPI) ListReportsPages ¶
func (m *MockArtifactAPI) ListReportsPages(arg0 *artifact.ListReportsInput, arg1 func(*artifact.ListReportsOutput, bool) bool) error
ListReportsPages mocks base method
func (*MockArtifactAPI) ListReportsPagesWithContext ¶
func (m *MockArtifactAPI) ListReportsPagesWithContext(arg0 context.Context, arg1 *artifact.ListReportsInput, arg2 func(*artifact.ListReportsOutput, bool) bool, arg3 ...request.Option) error
ListReportsPagesWithContext mocks base method
func (*MockArtifactAPI) ListReportsRequest ¶
func (m *MockArtifactAPI) ListReportsRequest(arg0 *artifact.ListReportsInput) (*request.Request, *artifact.ListReportsOutput)
ListReportsRequest mocks base method
func (*MockArtifactAPI) ListReportsWithContext ¶
func (m *MockArtifactAPI) ListReportsWithContext(arg0 context.Context, arg1 *artifact.ListReportsInput, arg2 ...request.Option) (*artifact.ListReportsOutput, error)
ListReportsWithContext mocks base method
func (*MockArtifactAPI) PutAccountSettings ¶
func (m *MockArtifactAPI) PutAccountSettings(arg0 *artifact.PutAccountSettingsInput) (*artifact.PutAccountSettingsOutput, error)
PutAccountSettings mocks base method
func (*MockArtifactAPI) PutAccountSettingsRequest ¶
func (m *MockArtifactAPI) PutAccountSettingsRequest(arg0 *artifact.PutAccountSettingsInput) (*request.Request, *artifact.PutAccountSettingsOutput)
PutAccountSettingsRequest mocks base method
func (*MockArtifactAPI) PutAccountSettingsWithContext ¶
func (m *MockArtifactAPI) PutAccountSettingsWithContext(arg0 context.Context, arg1 *artifact.PutAccountSettingsInput, arg2 ...request.Option) (*artifact.PutAccountSettingsOutput, error)
PutAccountSettingsWithContext mocks base method
type MockArtifactAPIMockRecorder ¶
type MockArtifactAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockArtifactAPIMockRecorder is the mock recorder for MockArtifactAPI
func (*MockArtifactAPIMockRecorder) GetAccountSettings ¶
func (mr *MockArtifactAPIMockRecorder) GetAccountSettings(arg0 interface{}) *gomock.Call
GetAccountSettings indicates an expected call of GetAccountSettings
func (*MockArtifactAPIMockRecorder) GetAccountSettingsRequest ¶
func (mr *MockArtifactAPIMockRecorder) GetAccountSettingsRequest(arg0 interface{}) *gomock.Call
GetAccountSettingsRequest indicates an expected call of GetAccountSettingsRequest
func (*MockArtifactAPIMockRecorder) GetAccountSettingsWithContext ¶
func (mr *MockArtifactAPIMockRecorder) GetAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetAccountSettingsWithContext indicates an expected call of GetAccountSettingsWithContext
func (*MockArtifactAPIMockRecorder) GetReport ¶
func (mr *MockArtifactAPIMockRecorder) GetReport(arg0 interface{}) *gomock.Call
GetReport indicates an expected call of GetReport
func (*MockArtifactAPIMockRecorder) GetReportMetadata ¶
func (mr *MockArtifactAPIMockRecorder) GetReportMetadata(arg0 interface{}) *gomock.Call
GetReportMetadata indicates an expected call of GetReportMetadata
func (*MockArtifactAPIMockRecorder) GetReportMetadataRequest ¶
func (mr *MockArtifactAPIMockRecorder) GetReportMetadataRequest(arg0 interface{}) *gomock.Call
GetReportMetadataRequest indicates an expected call of GetReportMetadataRequest
func (*MockArtifactAPIMockRecorder) GetReportMetadataWithContext ¶
func (mr *MockArtifactAPIMockRecorder) GetReportMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetReportMetadataWithContext indicates an expected call of GetReportMetadataWithContext
func (*MockArtifactAPIMockRecorder) GetReportRequest ¶
func (mr *MockArtifactAPIMockRecorder) GetReportRequest(arg0 interface{}) *gomock.Call
GetReportRequest indicates an expected call of GetReportRequest
func (*MockArtifactAPIMockRecorder) GetReportWithContext ¶
func (mr *MockArtifactAPIMockRecorder) GetReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetReportWithContext indicates an expected call of GetReportWithContext
func (*MockArtifactAPIMockRecorder) GetTermForReport ¶
func (mr *MockArtifactAPIMockRecorder) GetTermForReport(arg0 interface{}) *gomock.Call
GetTermForReport indicates an expected call of GetTermForReport
func (*MockArtifactAPIMockRecorder) GetTermForReportRequest ¶
func (mr *MockArtifactAPIMockRecorder) GetTermForReportRequest(arg0 interface{}) *gomock.Call
GetTermForReportRequest indicates an expected call of GetTermForReportRequest
func (*MockArtifactAPIMockRecorder) GetTermForReportWithContext ¶
func (mr *MockArtifactAPIMockRecorder) GetTermForReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetTermForReportWithContext indicates an expected call of GetTermForReportWithContext
func (*MockArtifactAPIMockRecorder) ListReports ¶
func (mr *MockArtifactAPIMockRecorder) ListReports(arg0 interface{}) *gomock.Call
ListReports indicates an expected call of ListReports
func (*MockArtifactAPIMockRecorder) ListReportsPages ¶
func (mr *MockArtifactAPIMockRecorder) ListReportsPages(arg0, arg1 interface{}) *gomock.Call
ListReportsPages indicates an expected call of ListReportsPages
func (*MockArtifactAPIMockRecorder) ListReportsPagesWithContext ¶
func (mr *MockArtifactAPIMockRecorder) ListReportsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListReportsPagesWithContext indicates an expected call of ListReportsPagesWithContext
func (*MockArtifactAPIMockRecorder) ListReportsRequest ¶
func (mr *MockArtifactAPIMockRecorder) ListReportsRequest(arg0 interface{}) *gomock.Call
ListReportsRequest indicates an expected call of ListReportsRequest
func (*MockArtifactAPIMockRecorder) ListReportsWithContext ¶
func (mr *MockArtifactAPIMockRecorder) ListReportsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListReportsWithContext indicates an expected call of ListReportsWithContext
func (*MockArtifactAPIMockRecorder) PutAccountSettings ¶
func (mr *MockArtifactAPIMockRecorder) PutAccountSettings(arg0 interface{}) *gomock.Call
PutAccountSettings indicates an expected call of PutAccountSettings
func (*MockArtifactAPIMockRecorder) PutAccountSettingsRequest ¶
func (mr *MockArtifactAPIMockRecorder) PutAccountSettingsRequest(arg0 interface{}) *gomock.Call
PutAccountSettingsRequest indicates an expected call of PutAccountSettingsRequest
func (*MockArtifactAPIMockRecorder) PutAccountSettingsWithContext ¶
func (mr *MockArtifactAPIMockRecorder) PutAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutAccountSettingsWithContext indicates an expected call of PutAccountSettingsWithContext