Documentation ¶
Overview ¶
Package client is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) AuthorizeAllSecurityGroupIngress(arg0 string) error
- func (m *MockClient) CreateDefaultSecurityGroup() (string, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetDefaultSecurityGroupID() (string, error)
- func (m *MockClient) GetDefaultSubnetIDs() ([]string, error)
- func (m *MockClient) GetSubnetVPCID(arg0 string) (string, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) AuthorizeAllSecurityGroupIngress(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateDefaultSecurityGroup() *gomock.Call
- func (mr *MockClientMockRecorder) GetDefaultSecurityGroupID() *gomock.Call
- func (mr *MockClientMockRecorder) GetDefaultSubnetIDs() *gomock.Call
- func (mr *MockClientMockRecorder) GetSubnetVPCID(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) AuthorizeAllSecurityGroupIngress ¶
func (m *MockClient) AuthorizeAllSecurityGroupIngress(arg0 string) error
AuthorizeAllSecurityGroupIngress mocks base method
func (*MockClient) CreateDefaultSecurityGroup ¶
func (m *MockClient) CreateDefaultSecurityGroup() (string, error)
CreateDefaultSecurityGroup mocks base method
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) GetDefaultSecurityGroupID ¶
func (m *MockClient) GetDefaultSecurityGroupID() (string, error)
GetDefaultSecurityGroupID mocks base method
func (*MockClient) GetDefaultSubnetIDs ¶
func (m *MockClient) GetDefaultSubnetIDs() ([]string, error)
GetDefaultSubnetIDs mocks base method
func (*MockClient) GetSubnetVPCID ¶
func (m *MockClient) GetSubnetVPCID(arg0 string) (string, error)
GetSubnetVPCID mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) AuthorizeAllSecurityGroupIngress ¶
func (mr *MockClientMockRecorder) AuthorizeAllSecurityGroupIngress(arg0 interface{}) *gomock.Call
AuthorizeAllSecurityGroupIngress indicates an expected call of AuthorizeAllSecurityGroupIngress
func (*MockClientMockRecorder) CreateDefaultSecurityGroup ¶
func (mr *MockClientMockRecorder) CreateDefaultSecurityGroup() *gomock.Call
CreateDefaultSecurityGroup indicates an expected call of CreateDefaultSecurityGroup
func (*MockClientMockRecorder) GetDefaultSecurityGroupID ¶
func (mr *MockClientMockRecorder) GetDefaultSecurityGroupID() *gomock.Call
GetDefaultSecurityGroupID indicates an expected call of GetDefaultSecurityGroupID
func (*MockClientMockRecorder) GetDefaultSubnetIDs ¶
func (mr *MockClientMockRecorder) GetDefaultSubnetIDs() *gomock.Call
GetDefaultSubnetIDs indicates an expected call of GetDefaultSubnetIDs
func (*MockClientMockRecorder) GetSubnetVPCID ¶
func (mr *MockClientMockRecorder) GetSubnetVPCID(arg0 interface{}) *gomock.Call
GetSubnetVPCID indicates an expected call of GetSubnetVPCID