Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type Mockapi
- func (m *Mockapi) DescribeRules(arg0 *elbv2.DescribeRulesInput) (*elbv2.DescribeRulesOutput, error)
- func (m *Mockapi) DescribeRulesWithContext(arg0 context.Context, arg1 *elbv2.DescribeRulesInput, arg2 ...request.Option) (*elbv2.DescribeRulesOutput, error)
- func (m *Mockapi) DescribeTargetHealth(arg0 *elbv2.DescribeTargetHealthInput) (*elbv2.DescribeTargetHealthOutput, error)
- func (m *Mockapi) EXPECT() *MockapiMockRecorder
- type MockapiMockRecorder
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) DescribeRules ¶ added in v1.18.0
func (m *Mockapi) DescribeRules(arg0 *elbv2.DescribeRulesInput) (*elbv2.DescribeRulesOutput, error)
DescribeRules mocks base method.
func (*Mockapi) DescribeRulesWithContext ¶ added in v1.22.0
func (m *Mockapi) DescribeRulesWithContext(arg0 context.Context, arg1 *elbv2.DescribeRulesInput, arg2 ...request.Option) (*elbv2.DescribeRulesOutput, error)
DescribeRulesWithContext mocks base method.
func (*Mockapi) DescribeTargetHealth ¶
func (m *Mockapi) DescribeTargetHealth(arg0 *elbv2.DescribeTargetHealthInput) (*elbv2.DescribeTargetHealthOutput, error)
DescribeTargetHealth mocks base method.
func (*Mockapi) EXPECT ¶
func (m *Mockapi) EXPECT() *MockapiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockapiMockRecorder ¶
type MockapiMockRecorder struct {
// contains filtered or unexported fields
}
MockapiMockRecorder is the mock recorder for Mockapi.
func (*MockapiMockRecorder) DescribeRules ¶ added in v1.18.0
func (mr *MockapiMockRecorder) DescribeRules(arg0 interface{}) *gomock.Call
DescribeRules indicates an expected call of DescribeRules.
func (*MockapiMockRecorder) DescribeRulesWithContext ¶ added in v1.22.0
func (mr *MockapiMockRecorder) DescribeRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeRulesWithContext indicates an expected call of DescribeRulesWithContext.
func (*MockapiMockRecorder) DescribeTargetHealth ¶
func (mr *MockapiMockRecorder) DescribeTargetHealth(arg0 interface{}) *gomock.Call
DescribeTargetHealth indicates an expected call of DescribeTargetHealth.
Click to show internal directories.
Click to hide internal directories.