Documentation ¶
Overview ¶
Package avi is a generated GoMock package.
Package avi is a generated GoMock package.
Package avi is a generated GoMock package.
Package avi is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetCloudByName(name string) (*models.Cloud, error)
- func (m *MockClient) GetClouds() ([]*models0.AviCloud, error)
- func (m *MockClient) GetServiceEngineGroupByName(name string) (*models.ServiceEngineGroup, error)
- func (m *MockClient) GetServiceEngineGroups() ([]*models0.AviServiceEngineGroup, error)
- func (m *MockClient) GetVipNetworkByName(name string) (*models.Network, error)
- func (m *MockClient) GetVipNetworks() ([]*models0.AviVipNetwork, error)
- func (m *MockClient) VerifyAccount(params *models0.AviControllerParams) (bool, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) GetCloudByName(name interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetClouds() *gomock.Call
- func (mr *MockClientMockRecorder) GetServiceEngineGroupByName(name interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetServiceEngineGroups() *gomock.Call
- func (mr *MockClientMockRecorder) GetVipNetworkByName(name interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetVipNetworks() *gomock.Call
- func (mr *MockClientMockRecorder) VerifyAccount(params interface{}) *gomock.Call
- type MockMiniCloudClient
- type MockMiniCloudClientMockRecorder
- type MockMiniNetworkClient
- type MockMiniNetworkClientMockRecorder
- type MockMiniServiceEngineGroupClient
- func (m *MockMiniServiceEngineGroupClient) EXPECT() *MockMiniServiceEngineGroupClientMockRecorder
- func (m *MockMiniServiceEngineGroupClient) GetAll(arg0 ...session.ApiOptionsParams) ([]*models.ServiceEngineGroup, error)
- func (m *MockMiniServiceEngineGroupClient) GetByName(name string, options ...session.ApiOptionsParams) (*models.ServiceEngineGroup, error)
- type MockMiniServiceEngineGroupClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶ added in v0.25.0
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶ added in v0.25.0
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) EXPECT ¶ added in v0.25.0
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) GetCloudByName ¶ added in v0.25.0
func (m *MockClient) GetCloudByName(name string) (*models.Cloud, error)
GetCloudByName mocks base method
func (*MockClient) GetClouds ¶ added in v0.25.0
func (m *MockClient) GetClouds() ([]*models0.AviCloud, error)
GetClouds mocks base method
func (*MockClient) GetServiceEngineGroupByName ¶ added in v0.25.0
func (m *MockClient) GetServiceEngineGroupByName(name string) (*models.ServiceEngineGroup, error)
GetServiceEngineGroupByName mocks base method
func (*MockClient) GetServiceEngineGroups ¶ added in v0.25.0
func (m *MockClient) GetServiceEngineGroups() ([]*models0.AviServiceEngineGroup, error)
GetServiceEngineGroups mocks base method
func (*MockClient) GetVipNetworkByName ¶ added in v0.25.0
func (m *MockClient) GetVipNetworkByName(name string) (*models.Network, error)
GetVipNetworkByName mocks base method
func (*MockClient) GetVipNetworks ¶ added in v0.25.0
func (m *MockClient) GetVipNetworks() ([]*models0.AviVipNetwork, error)
GetVipNetworks mocks base method
func (*MockClient) VerifyAccount ¶ added in v0.25.0
func (m *MockClient) VerifyAccount(params *models0.AviControllerParams) (bool, error)
VerifyAccount mocks base method
type MockClientMockRecorder ¶ added in v0.25.0
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) GetCloudByName ¶ added in v0.25.0
func (mr *MockClientMockRecorder) GetCloudByName(name interface{}) *gomock.Call
GetCloudByName indicates an expected call of GetCloudByName
func (*MockClientMockRecorder) GetClouds ¶ added in v0.25.0
func (mr *MockClientMockRecorder) GetClouds() *gomock.Call
GetClouds indicates an expected call of GetClouds
func (*MockClientMockRecorder) GetServiceEngineGroupByName ¶ added in v0.25.0
func (mr *MockClientMockRecorder) GetServiceEngineGroupByName(name interface{}) *gomock.Call
GetServiceEngineGroupByName indicates an expected call of GetServiceEngineGroupByName
func (*MockClientMockRecorder) GetServiceEngineGroups ¶ added in v0.25.0
func (mr *MockClientMockRecorder) GetServiceEngineGroups() *gomock.Call
GetServiceEngineGroups indicates an expected call of GetServiceEngineGroups
func (*MockClientMockRecorder) GetVipNetworkByName ¶ added in v0.25.0
func (mr *MockClientMockRecorder) GetVipNetworkByName(name interface{}) *gomock.Call
GetVipNetworkByName indicates an expected call of GetVipNetworkByName
func (*MockClientMockRecorder) GetVipNetworks ¶ added in v0.25.0
func (mr *MockClientMockRecorder) GetVipNetworks() *gomock.Call
GetVipNetworks indicates an expected call of GetVipNetworks
func (*MockClientMockRecorder) VerifyAccount ¶ added in v0.25.0
func (mr *MockClientMockRecorder) VerifyAccount(params interface{}) *gomock.Call
VerifyAccount indicates an expected call of VerifyAccount
type MockMiniCloudClient ¶
type MockMiniCloudClient struct {
// contains filtered or unexported fields
}
MockMiniCloudClient is a mock of MiniCloudClient interface
func NewMockMiniCloudClient ¶
func NewMockMiniCloudClient(ctrl *gomock.Controller) *MockMiniCloudClient
NewMockMiniCloudClient creates a new mock instance
func (*MockMiniCloudClient) EXPECT ¶
func (m *MockMiniCloudClient) EXPECT() *MockMiniCloudClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMiniCloudClient) GetAll ¶
func (m *MockMiniCloudClient) GetAll(arg0 ...session.ApiOptionsParams) ([]*models.Cloud, error)
GetAll mocks base method
func (*MockMiniCloudClient) GetByName ¶ added in v0.25.0
func (m *MockMiniCloudClient) GetByName(name string, options ...session.ApiOptionsParams) (*models.Cloud, error)
GetByName mocks base method
type MockMiniCloudClientMockRecorder ¶
type MockMiniCloudClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMiniCloudClientMockRecorder is the mock recorder for MockMiniCloudClient
func (*MockMiniCloudClientMockRecorder) GetAll ¶
func (mr *MockMiniCloudClientMockRecorder) GetAll(arg0 ...interface{}) *gomock.Call
GetAll indicates an expected call of GetAll
func (*MockMiniCloudClientMockRecorder) GetByName ¶ added in v0.25.0
func (mr *MockMiniCloudClientMockRecorder) GetByName(name interface{}, options ...interface{}) *gomock.Call
GetByName indicates an expected call of GetByName
type MockMiniNetworkClient ¶
type MockMiniNetworkClient struct {
// contains filtered or unexported fields
}
MockMiniNetworkClient is a mock of MiniNetworkClient interface
func NewMockMiniNetworkClient ¶
func NewMockMiniNetworkClient(ctrl *gomock.Controller) *MockMiniNetworkClient
NewMockMiniNetworkClient creates a new mock instance
func (*MockMiniNetworkClient) EXPECT ¶
func (m *MockMiniNetworkClient) EXPECT() *MockMiniNetworkClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMiniNetworkClient) GetAll ¶
func (m *MockMiniNetworkClient) GetAll(arg0 ...session.ApiOptionsParams) ([]*models.Network, error)
GetAll mocks base method
func (*MockMiniNetworkClient) GetByName ¶ added in v0.25.0
func (m *MockMiniNetworkClient) GetByName(name string, options ...session.ApiOptionsParams) (*models.Network, error)
GetByName mocks base method
type MockMiniNetworkClientMockRecorder ¶
type MockMiniNetworkClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMiniNetworkClientMockRecorder is the mock recorder for MockMiniNetworkClient
func (*MockMiniNetworkClientMockRecorder) GetAll ¶
func (mr *MockMiniNetworkClientMockRecorder) GetAll(arg0 ...interface{}) *gomock.Call
GetAll indicates an expected call of GetAll
func (*MockMiniNetworkClientMockRecorder) GetByName ¶ added in v0.25.0
func (mr *MockMiniNetworkClientMockRecorder) GetByName(name interface{}, options ...interface{}) *gomock.Call
GetByName indicates an expected call of GetByName
type MockMiniServiceEngineGroupClient ¶
type MockMiniServiceEngineGroupClient struct {
// contains filtered or unexported fields
}
MockMiniServiceEngineGroupClient is a mock of MiniServiceEngineGroupClient interface
func NewMockMiniServiceEngineGroupClient ¶
func NewMockMiniServiceEngineGroupClient(ctrl *gomock.Controller) *MockMiniServiceEngineGroupClient
NewMockMiniServiceEngineGroupClient creates a new mock instance
func (*MockMiniServiceEngineGroupClient) EXPECT ¶
func (m *MockMiniServiceEngineGroupClient) EXPECT() *MockMiniServiceEngineGroupClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMiniServiceEngineGroupClient) GetAll ¶
func (m *MockMiniServiceEngineGroupClient) GetAll(arg0 ...session.ApiOptionsParams) ([]*models.ServiceEngineGroup, error)
GetAll mocks base method
func (*MockMiniServiceEngineGroupClient) GetByName ¶ added in v0.25.0
func (m *MockMiniServiceEngineGroupClient) GetByName(name string, options ...session.ApiOptionsParams) (*models.ServiceEngineGroup, error)
GetByName mocks base method
type MockMiniServiceEngineGroupClientMockRecorder ¶
type MockMiniServiceEngineGroupClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMiniServiceEngineGroupClientMockRecorder is the mock recorder for MockMiniServiceEngineGroupClient
func (*MockMiniServiceEngineGroupClientMockRecorder) GetAll ¶
func (mr *MockMiniServiceEngineGroupClientMockRecorder) GetAll(arg0 ...interface{}) *gomock.Call
GetAll indicates an expected call of GetAll
func (*MockMiniServiceEngineGroupClientMockRecorder) GetByName ¶ added in v0.25.0
func (mr *MockMiniServiceEngineGroupClientMockRecorder) GetByName(name interface{}, options ...interface{}) *gomock.Call
GetByName indicates an expected call of GetByName