Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: interfaces.go
Generated by this command:
mockgen -source=interfaces.go -destination=mock/interfaces.go -package mock
Package mock is a generated GoMock package.
Index ¶
- type MockClientInterface
- func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
- func (m *MockClientInterface) Flavors(ctx context.Context, organizationID, regionID string) ([]openapi.Flavor, error)
- func (m *MockClientInterface) Images(ctx context.Context, organizationID, regionID string) ([]openapi.Image, error)
- func (m *MockClientInterface) List(ctx context.Context, organizationID string) ([]openapi.RegionRead, error)
- type MockClientInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientInterface ¶
type MockClientInterface struct {
// contains filtered or unexported fields
}
MockClientInterface is a mock of ClientInterface interface.
func NewMockClientInterface ¶
func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface
NewMockClientInterface creates a new mock instance.
func (*MockClientInterface) EXPECT ¶
func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientInterface) Flavors ¶ added in v1.12.0
func (m *MockClientInterface) Flavors(ctx context.Context, organizationID, regionID string) ([]openapi.Flavor, error)
Flavors mocks base method.
func (*MockClientInterface) Images ¶
func (m *MockClientInterface) Images(ctx context.Context, organizationID, regionID string) ([]openapi.Image, error)
Images mocks base method.
func (*MockClientInterface) List ¶ added in v1.13.0
func (m *MockClientInterface) List(ctx context.Context, organizationID string) ([]openapi.RegionRead, error)
List mocks base method.
type MockClientInterfaceMockRecorder ¶
type MockClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.
func (*MockClientInterfaceMockRecorder) Flavors ¶ added in v1.12.0
func (mr *MockClientInterfaceMockRecorder) Flavors(ctx, organizationID, regionID any) *gomock.Call
Flavors indicates an expected call of Flavors.
Click to show internal directories.
Click to hide internal directories.