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 MockLXDProfile ¶
type MockLXDProfile struct {
// contains filtered or unexported fields
}
MockLXDProfile is a mock of LXDProfile interface
func NewMockLXDProfile ¶
func NewMockLXDProfile(ctrl *gomock.Controller) *MockLXDProfile
NewMockLXDProfile creates a new mock instance
func (*MockLXDProfile) EXPECT ¶
func (m *MockLXDProfile) EXPECT() *MockLXDProfileMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLXDProfile) ValidateConfigDevices ¶
func (m *MockLXDProfile) ValidateConfigDevices() error
ValidateConfigDevices mocks base method
type MockLXDProfileMockRecorder ¶
type MockLXDProfileMockRecorder struct {
// contains filtered or unexported fields
}
MockLXDProfileMockRecorder is the mock recorder for MockLXDProfile
func (*MockLXDProfileMockRecorder) Empty ¶
func (mr *MockLXDProfileMockRecorder) Empty() *gomock.Call
Empty indicates an expected call of Empty
func (*MockLXDProfileMockRecorder) ValidateConfigDevices ¶
func (mr *MockLXDProfileMockRecorder) ValidateConfigDevices() *gomock.Call
ValidateConfigDevices indicates an expected call of ValidateConfigDevices
type MockLXDProfiler ¶
type MockLXDProfiler struct {
// contains filtered or unexported fields
}
MockLXDProfiler is a mock of LXDProfiler interface
func NewMockLXDProfiler ¶
func NewMockLXDProfiler(ctrl *gomock.Controller) *MockLXDProfiler
NewMockLXDProfiler creates a new mock instance
func (*MockLXDProfiler) EXPECT ¶
func (m *MockLXDProfiler) EXPECT() *MockLXDProfilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLXDProfiler) LXDProfile ¶
func (m *MockLXDProfiler) LXDProfile() lxdprofile.LXDProfile
LXDProfile mocks base method
type MockLXDProfilerMockRecorder ¶
type MockLXDProfilerMockRecorder struct {
// contains filtered or unexported fields
}
MockLXDProfilerMockRecorder is the mock recorder for MockLXDProfiler
func (*MockLXDProfilerMockRecorder) LXDProfile ¶
func (mr *MockLXDProfilerMockRecorder) LXDProfile() *gomock.Call
LXDProfile indicates an expected call of LXDProfile