Documentation ¶
Overview ¶
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Index ¶
- type MockIngestService
- func (m *MockIngestService) EXPECT() *MockIngestServiceMockRecorder
- func (m *MockIngestService) Hide(arg0 context.Context, arg1 string) (*amclient.IngestHideResponse, *amclient.Response, error)
- func (m *MockIngestService) Status(arg0 context.Context, arg1 string) (*amclient.IngestStatusResponse, *amclient.Response, error)
- type MockIngestServiceMockRecorder
- type MockJobsService
- type MockJobsServiceMockRecorder
- type MockPackageService
- type MockPackageServiceMockRecorder
- type MockProcessingConfigService
- type MockProcessingConfigServiceMockRecorder
- type MockTaskService
- type MockTaskServiceMockRecorder
- type MockTransferService
- func (m *MockTransferService) Approve(arg0 context.Context, arg1 *amclient.TransferApproveRequest) (*amclient.TransferApproveResponse, *amclient.Response, error)
- func (m *MockTransferService) EXPECT() *MockTransferServiceMockRecorder
- func (m *MockTransferService) Hide(arg0 context.Context, arg1 string) (*amclient.TransferHideResponse, *amclient.Response, error)
- func (m *MockTransferService) Start(arg0 context.Context, arg1 *amclient.TransferStartRequest) (*amclient.TransferStartResponse, *amclient.Response, error)
- func (m *MockTransferService) Status(arg0 context.Context, arg1 string) (*amclient.TransferStatusResponse, *amclient.Response, error)
- func (m *MockTransferService) Unapproved(arg0 context.Context, arg1 *amclient.TransferUnapprovedRequest) (*amclient.TransferUnapprovedResponse, *amclient.Response, error)
- type MockTransferServiceMockRecorder
- func (mr *MockTransferServiceMockRecorder) Approve(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransferServiceMockRecorder) Hide(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransferServiceMockRecorder) Start(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransferServiceMockRecorder) Status(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransferServiceMockRecorder) Unapproved(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIngestService ¶
type MockIngestService struct {
// contains filtered or unexported fields
}
MockIngestService is a mock of IngestService interface
func NewMockIngestService ¶
func NewMockIngestService(ctrl *gomock.Controller) *MockIngestService
NewMockIngestService creates a new mock instance
func (*MockIngestService) EXPECT ¶
func (m *MockIngestService) EXPECT() *MockIngestServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIngestServiceMockRecorder ¶
type MockIngestServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockIngestServiceMockRecorder is the mock recorder for MockIngestService
func (*MockIngestServiceMockRecorder) Hide ¶
func (mr *MockIngestServiceMockRecorder) Hide(arg0, arg1 interface{}) *gomock.Call
Hide indicates an expected call of Hide
func (*MockIngestServiceMockRecorder) Status ¶
func (mr *MockIngestServiceMockRecorder) Status(arg0, arg1 interface{}) *gomock.Call
Status indicates an expected call of Status
type MockJobsService ¶
type MockJobsService struct {
// contains filtered or unexported fields
}
MockJobsService is a mock of JobsService interface
func NewMockJobsService ¶
func NewMockJobsService(ctrl *gomock.Controller) *MockJobsService
NewMockJobsService creates a new mock instance
func (*MockJobsService) EXPECT ¶
func (m *MockJobsService) EXPECT() *MockJobsServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockJobsServiceMockRecorder ¶
type MockJobsServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockJobsServiceMockRecorder is the mock recorder for MockJobsService
func (*MockJobsServiceMockRecorder) List ¶
func (mr *MockJobsServiceMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List
type MockPackageService ¶
type MockPackageService struct {
// contains filtered or unexported fields
}
MockPackageService is a mock of PackageService interface
func NewMockPackageService ¶
func NewMockPackageService(ctrl *gomock.Controller) *MockPackageService
NewMockPackageService creates a new mock instance
func (*MockPackageService) Create ¶
func (m *MockPackageService) Create(arg0 context.Context, arg1 *amclient.PackageCreateRequest) (*amclient.PackageCreateResponse, *amclient.Response, error)
Create mocks base method
func (*MockPackageService) EXPECT ¶
func (m *MockPackageService) EXPECT() *MockPackageServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockPackageServiceMockRecorder ¶
type MockPackageServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockPackageServiceMockRecorder is the mock recorder for MockPackageService
func (*MockPackageServiceMockRecorder) Create ¶
func (mr *MockPackageServiceMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create
type MockProcessingConfigService ¶
type MockProcessingConfigService struct {
// contains filtered or unexported fields
}
MockProcessingConfigService is a mock of ProcessingConfigService interface
func NewMockProcessingConfigService ¶
func NewMockProcessingConfigService(ctrl *gomock.Controller) *MockProcessingConfigService
NewMockProcessingConfigService creates a new mock instance
func (*MockProcessingConfigService) EXPECT ¶
func (m *MockProcessingConfigService) EXPECT() *MockProcessingConfigServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockProcessingConfigServiceMockRecorder ¶
type MockProcessingConfigServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockProcessingConfigServiceMockRecorder is the mock recorder for MockProcessingConfigService
func (*MockProcessingConfigServiceMockRecorder) Get ¶
func (mr *MockProcessingConfigServiceMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
type MockTaskService ¶
type MockTaskService struct {
// contains filtered or unexported fields
}
MockTaskService is a mock of TaskService interface
func NewMockTaskService ¶
func NewMockTaskService(ctrl *gomock.Controller) *MockTaskService
NewMockTaskService creates a new mock instance
func (*MockTaskService) EXPECT ¶
func (m *MockTaskService) EXPECT() *MockTaskServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockTaskServiceMockRecorder ¶
type MockTaskServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockTaskServiceMockRecorder is the mock recorder for MockTaskService
func (*MockTaskServiceMockRecorder) Read ¶
func (mr *MockTaskServiceMockRecorder) Read(arg0, arg1 interface{}) *gomock.Call
Read indicates an expected call of Read
type MockTransferService ¶
type MockTransferService struct {
// contains filtered or unexported fields
}
MockTransferService is a mock of TransferService interface
func NewMockTransferService ¶
func NewMockTransferService(ctrl *gomock.Controller) *MockTransferService
NewMockTransferService creates a new mock instance
func (*MockTransferService) Approve ¶
func (m *MockTransferService) Approve(arg0 context.Context, arg1 *amclient.TransferApproveRequest) (*amclient.TransferApproveResponse, *amclient.Response, error)
Approve mocks base method
func (*MockTransferService) EXPECT ¶
func (m *MockTransferService) EXPECT() *MockTransferServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTransferService) Hide ¶
func (m *MockTransferService) Hide(arg0 context.Context, arg1 string) (*amclient.TransferHideResponse, *amclient.Response, error)
Hide mocks base method
func (*MockTransferService) Start ¶
func (m *MockTransferService) Start(arg0 context.Context, arg1 *amclient.TransferStartRequest) (*amclient.TransferStartResponse, *amclient.Response, error)
Start mocks base method
func (*MockTransferService) Status ¶
func (m *MockTransferService) Status(arg0 context.Context, arg1 string) (*amclient.TransferStatusResponse, *amclient.Response, error)
Status mocks base method
func (*MockTransferService) Unapproved ¶
func (m *MockTransferService) Unapproved(arg0 context.Context, arg1 *amclient.TransferUnapprovedRequest) (*amclient.TransferUnapprovedResponse, *amclient.Response, error)
Unapproved mocks base method
type MockTransferServiceMockRecorder ¶
type MockTransferServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockTransferServiceMockRecorder is the mock recorder for MockTransferService
func (*MockTransferServiceMockRecorder) Approve ¶
func (mr *MockTransferServiceMockRecorder) Approve(arg0, arg1 interface{}) *gomock.Call
Approve indicates an expected call of Approve
func (*MockTransferServiceMockRecorder) Hide ¶
func (mr *MockTransferServiceMockRecorder) Hide(arg0, arg1 interface{}) *gomock.Call
Hide indicates an expected call of Hide
func (*MockTransferServiceMockRecorder) Start ¶
func (mr *MockTransferServiceMockRecorder) Start(arg0, arg1 interface{}) *gomock.Call
Start indicates an expected call of Start
func (*MockTransferServiceMockRecorder) Status ¶
func (mr *MockTransferServiceMockRecorder) Status(arg0, arg1 interface{}) *gomock.Call
Status indicates an expected call of Status
func (*MockTransferServiceMockRecorder) Unapproved ¶
func (mr *MockTransferServiceMockRecorder) Unapproved(arg0, arg1 interface{}) *gomock.Call
Unapproved indicates an expected call of Unapproved