Documentation
¶
Overview ¶
Package mock_device_store is a generated GoMock package.
Index ¶
- type MockStore
- func (m *MockStore) EXPECT() *MockStoreMockRecorder
- func (m *MockStore) Get(arg0 device.ID) (*device.Device, error)
- func (m *MockStore) List(arg0 chan<- device.Device) error
- func (m *MockStore) Update(arg0 *device.Device) (*device.Device, error)
- func (m *MockStore) Watch(arg0 chan<- device.Event) error
- type MockStoreMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStore ¶
type MockStore struct {
// contains filtered or unexported fields
}
MockStore is a mock of Store interface
func NewMockStore ¶
func NewMockStore(ctrl *gomock.Controller) *MockStore
NewMockStore creates a new mock instance
func (*MockStore) EXPECT ¶
func (m *MockStore) EXPECT() *MockStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockStoreMockRecorder ¶
type MockStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockStoreMockRecorder is the mock recorder for MockStore
func (*MockStoreMockRecorder) Get ¶
func (mr *MockStoreMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockStoreMockRecorder) List ¶
func (mr *MockStoreMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockStoreMockRecorder) Update ¶
func (mr *MockStoreMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update
func (*MockStoreMockRecorder) Watch ¶
func (mr *MockStoreMockRecorder) Watch(arg0 interface{}) *gomock.Call
Watch indicates an expected call of Watch
Click to show internal directories.
Click to hide internal directories.