Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
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) DescribeAlarms ¶
func (m *Mockapi) DescribeAlarms(input *cloudwatch.DescribeAlarmsInput) (*cloudwatch.DescribeAlarmsOutput, error)
DescribeAlarms 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) DescribeAlarms ¶
func (mr *MockapiMockRecorder) DescribeAlarms(input interface{}) *gomock.Call
DescribeAlarms indicates an expected call of DescribeAlarms.
type MockresourceGetter ¶
type MockresourceGetter struct {
// contains filtered or unexported fields
}
MockresourceGetter is a mock of resourceGetter interface.
func NewMockresourceGetter ¶
func NewMockresourceGetter(ctrl *gomock.Controller) *MockresourceGetter
NewMockresourceGetter creates a new mock instance.
func (*MockresourceGetter) EXPECT ¶
func (m *MockresourceGetter) EXPECT() *MockresourceGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockresourceGetter) GetResourcesByTags ¶
func (m *MockresourceGetter) GetResourcesByTags(resourceType string, tags map[string]string) ([]*resourcegroups.Resource, error)
GetResourcesByTags mocks base method.
type MockresourceGetterMockRecorder ¶
type MockresourceGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockresourceGetterMockRecorder is the mock recorder for MockresourceGetter.
func (*MockresourceGetterMockRecorder) GetResourcesByTags ¶
func (mr *MockresourceGetterMockRecorder) GetResourcesByTags(resourceType, tags interface{}) *gomock.Call
GetResourcesByTags indicates an expected call of GetResourcesByTags.