Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type Mockapi
- func (m *Mockapi) BatchDeleteImage(arg0 *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)
- func (m *Mockapi) DescribeImages(arg0 *ecr.DescribeImagesInput) (*ecr.DescribeImagesOutput, error)
- func (m *Mockapi) DescribeRepositories(arg0 *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error)
- func (m *Mockapi) EXPECT() *MockapiMockRecorder
- func (m *Mockapi) GetAuthorizationToken(arg0 *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)
- type MockapiMockRecorder
- func (mr *MockapiMockRecorder) BatchDeleteImage(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DescribeRepositories(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) GetAuthorizationToken(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mockapi ¶
type Mockapi struct {
// contains filtered or unexported fields
}
Mockapi is a mock of api interface
func NewMockapi ¶
func NewMockapi(ctrl *gomock.Controller) *Mockapi
NewMockapi creates a new mock instance
func (*Mockapi) BatchDeleteImage ¶
func (m *Mockapi) BatchDeleteImage(arg0 *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)
BatchDeleteImage mocks base method
func (*Mockapi) DescribeImages ¶
func (m *Mockapi) DescribeImages(arg0 *ecr.DescribeImagesInput) (*ecr.DescribeImagesOutput, error)
DescribeImages mocks base method
func (*Mockapi) DescribeRepositories ¶
func (m *Mockapi) DescribeRepositories(arg0 *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error)
DescribeRepositories mocks base method
func (*Mockapi) EXPECT ¶
func (m *Mockapi) EXPECT() *MockapiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*Mockapi) GetAuthorizationToken ¶
func (m *Mockapi) GetAuthorizationToken(arg0 *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)
GetAuthorizationToken mocks base method
type MockapiMockRecorder ¶
type MockapiMockRecorder struct {
// contains filtered or unexported fields
}
MockapiMockRecorder is the mock recorder for Mockapi
func (*MockapiMockRecorder) BatchDeleteImage ¶
func (mr *MockapiMockRecorder) BatchDeleteImage(arg0 interface{}) *gomock.Call
BatchDeleteImage indicates an expected call of BatchDeleteImage
func (*MockapiMockRecorder) DescribeImages ¶
func (mr *MockapiMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call
DescribeImages indicates an expected call of DescribeImages
func (*MockapiMockRecorder) DescribeRepositories ¶
func (mr *MockapiMockRecorder) DescribeRepositories(arg0 interface{}) *gomock.Call
DescribeRepositories indicates an expected call of DescribeRepositories
func (*MockapiMockRecorder) GetAuthorizationToken ¶
func (mr *MockapiMockRecorder) GetAuthorizationToken(arg0 interface{}) *gomock.Call
GetAuthorizationToken indicates an expected call of GetAuthorizationToken