Documentation ¶
Overview ¶
Package registrymock is a generated GoMock package.
Package registrymock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VMGetter ¶
type VMGetter struct {
// contains filtered or unexported fields
}
VMGetter is a mock of VMGetter interface.
func NewVMGetter ¶
func NewVMGetter(ctrl *gomock.Controller) *VMGetter
NewVMGetter creates a new mock instance.
func (*VMGetter) EXPECT ¶
func (m *VMGetter) EXPECT() *VMGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type VMGetterMockRecorder ¶
type VMGetterMockRecorder struct {
// contains filtered or unexported fields
}
VMGetterMockRecorder is the mock recorder for VMGetter.
func (*VMGetterMockRecorder) Get ¶
func (mr *VMGetterMockRecorder) Get() *gomock.Call
Get indicates an expected call of Get.
type VMRegistry ¶
type VMRegistry struct {
// contains filtered or unexported fields
}
VMRegistry is a mock of VMRegistry interface.
func NewVMRegistry ¶
func NewVMRegistry(ctrl *gomock.Controller) *VMRegistry
NewVMRegistry creates a new mock instance.
func (*VMRegistry) EXPECT ¶
func (m *VMRegistry) EXPECT() *VMRegistryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type VMRegistryMockRecorder ¶
type VMRegistryMockRecorder struct {
// contains filtered or unexported fields
}
VMRegistryMockRecorder is the mock recorder for VMRegistry.
Click to show internal directories.
Click to hide internal directories.