Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type Mockapi
- func (m *Mockapi) DescribeObservabilityConfiguration(input *apprunner.DescribeObservabilityConfigurationInput) (*apprunner.DescribeObservabilityConfigurationOutput, error)
- func (m *Mockapi) DescribeService(input *apprunner.DescribeServiceInput) (*apprunner.DescribeServiceOutput, error)
- func (m *Mockapi) DescribeVpcIngressConnection(input *apprunner.DescribeVpcIngressConnectionInput) (*apprunner.DescribeVpcIngressConnectionOutput, error)
- func (m *Mockapi) EXPECT() *MockapiMockRecorder
- func (m *Mockapi) ListOperations(input *apprunner.ListOperationsInput) (*apprunner.ListOperationsOutput, error)
- func (m *Mockapi) ListServices(input *apprunner.ListServicesInput) (*apprunner.ListServicesOutput, error)
- func (m *Mockapi) PauseService(input *apprunner.PauseServiceInput) (*apprunner.PauseServiceOutput, error)
- func (m *Mockapi) ResumeService(input *apprunner.ResumeServiceInput) (*apprunner.ResumeServiceOutput, error)
- func (m *Mockapi) StartDeployment(input *apprunner.StartDeploymentInput) (*apprunner.StartDeploymentOutput, error)
- type MockapiMockRecorder
- func (mr *MockapiMockRecorder) DescribeObservabilityConfiguration(input interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DescribeService(input interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DescribeVpcIngressConnection(input interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) ListOperations(input interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) ListServices(input interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) PauseService(input interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) ResumeService(input interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) StartDeployment(input 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) DescribeObservabilityConfiguration ¶ added in v1.18.0
func (m *Mockapi) DescribeObservabilityConfiguration(input *apprunner.DescribeObservabilityConfigurationInput) (*apprunner.DescribeObservabilityConfigurationOutput, error)
DescribeObservabilityConfiguration mocks base method.
func (*Mockapi) DescribeService ¶
func (m *Mockapi) DescribeService(input *apprunner.DescribeServiceInput) (*apprunner.DescribeServiceOutput, error)
DescribeService mocks base method.
func (*Mockapi) DescribeVpcIngressConnection ¶ added in v1.23.0
func (m *Mockapi) DescribeVpcIngressConnection(input *apprunner.DescribeVpcIngressConnectionInput) (*apprunner.DescribeVpcIngressConnectionOutput, error)
DescribeVpcIngressConnection 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) ListOperations ¶
func (m *Mockapi) ListOperations(input *apprunner.ListOperationsInput) (*apprunner.ListOperationsOutput, error)
ListOperations mocks base method.
func (*Mockapi) ListServices ¶
func (m *Mockapi) ListServices(input *apprunner.ListServicesInput) (*apprunner.ListServicesOutput, error)
ListServices mocks base method.
func (*Mockapi) PauseService ¶
func (m *Mockapi) PauseService(input *apprunner.PauseServiceInput) (*apprunner.PauseServiceOutput, error)
PauseService mocks base method.
func (*Mockapi) ResumeService ¶
func (m *Mockapi) ResumeService(input *apprunner.ResumeServiceInput) (*apprunner.ResumeServiceOutput, error)
ResumeService mocks base method.
func (*Mockapi) StartDeployment ¶ added in v1.10.0
func (m *Mockapi) StartDeployment(input *apprunner.StartDeploymentInput) (*apprunner.StartDeploymentOutput, error)
StartDeployment mocks base method.
type MockapiMockRecorder ¶
type MockapiMockRecorder struct {
// contains filtered or unexported fields
}
MockapiMockRecorder is the mock recorder for Mockapi.
func (*MockapiMockRecorder) DescribeObservabilityConfiguration ¶ added in v1.18.0
func (mr *MockapiMockRecorder) DescribeObservabilityConfiguration(input interface{}) *gomock.Call
DescribeObservabilityConfiguration indicates an expected call of DescribeObservabilityConfiguration.
func (*MockapiMockRecorder) DescribeService ¶
func (mr *MockapiMockRecorder) DescribeService(input interface{}) *gomock.Call
DescribeService indicates an expected call of DescribeService.
func (*MockapiMockRecorder) DescribeVpcIngressConnection ¶ added in v1.23.0
func (mr *MockapiMockRecorder) DescribeVpcIngressConnection(input interface{}) *gomock.Call
DescribeVpcIngressConnection indicates an expected call of DescribeVpcIngressConnection.
func (*MockapiMockRecorder) ListOperations ¶
func (mr *MockapiMockRecorder) ListOperations(input interface{}) *gomock.Call
ListOperations indicates an expected call of ListOperations.
func (*MockapiMockRecorder) ListServices ¶
func (mr *MockapiMockRecorder) ListServices(input interface{}) *gomock.Call
ListServices indicates an expected call of ListServices.
func (*MockapiMockRecorder) PauseService ¶
func (mr *MockapiMockRecorder) PauseService(input interface{}) *gomock.Call
PauseService indicates an expected call of PauseService.
func (*MockapiMockRecorder) ResumeService ¶
func (mr *MockapiMockRecorder) ResumeService(input interface{}) *gomock.Call
ResumeService indicates an expected call of ResumeService.
func (*MockapiMockRecorder) StartDeployment ¶ added in v1.10.0
func (mr *MockapiMockRecorder) StartDeployment(input interface{}) *gomock.Call
StartDeployment indicates an expected call of StartDeployment.