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 MockDeviceDiscoverer ¶
type MockDeviceDiscoverer struct {
// contains filtered or unexported fields
}
MockDeviceDiscoverer is a mock of DeviceDiscoverer interface
func NewMockDeviceDiscoverer ¶
func NewMockDeviceDiscoverer(ctrl *gomock.Controller) *MockDeviceDiscoverer
NewMockDeviceDiscoverer creates a new mock instance
func (*MockDeviceDiscoverer) EXPECT ¶
func (m *MockDeviceDiscoverer) EXPECT() *MockDeviceDiscovererMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDeviceDiscoverer) GetDeviceCodename ¶
func (m *MockDeviceDiscoverer) GetDeviceCodename(arg0 string) (string, error)
GetDeviceCodename mocks base method
func (*MockDeviceDiscoverer) GetDeviceIds ¶
func (m *MockDeviceDiscoverer) GetDeviceIds() ([]string, error)
GetDeviceIds mocks base method
func (*MockDeviceDiscoverer) Name ¶
func (m *MockDeviceDiscoverer) Name() string
Name mocks base method
type MockDeviceDiscovererMockRecorder ¶
type MockDeviceDiscovererMockRecorder struct {
// contains filtered or unexported fields
}
MockDeviceDiscovererMockRecorder is the mock recorder for MockDeviceDiscoverer
func (*MockDeviceDiscovererMockRecorder) GetDeviceCodename ¶
func (mr *MockDeviceDiscovererMockRecorder) GetDeviceCodename(arg0 interface{}) *gomock.Call
GetDeviceCodename indicates an expected call of GetDeviceCodename
func (*MockDeviceDiscovererMockRecorder) GetDeviceIds ¶
func (mr *MockDeviceDiscovererMockRecorder) GetDeviceIds() *gomock.Call
GetDeviceIds indicates an expected call of GetDeviceIds
func (*MockDeviceDiscovererMockRecorder) Name ¶
func (mr *MockDeviceDiscovererMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name
Click to show internal directories.
Click to hide internal directories.