Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDataStore ¶
FakeDataStore represents a mocking type for the data store
func (*FakeDataStore) Delete ¶
func (fds *FakeDataStore) Delete(deviceID string) error
Delete provides a mock function to delete data from the database
type FakeLogger ¶
FakeLogger represents a mocking type for the logging service
func (*FakeLogger) Debug ¶
func (fl *FakeLogger) Debug(...interface{})
Debug provides a mock function for the debugging Info capability
func (*FakeLogger) Error ¶
func (fl *FakeLogger) Error(...interface{})
Error provides a mock function for the debugging Info capability
func (*FakeLogger) Errorf ¶
func (fl *FakeLogger) Errorf(string, ...interface{})
Errorf provides a mock function for the debugging Info capability
func (*FakeLogger) Info ¶
func (fl *FakeLogger) Info(...interface{})
Info provides a mock function for the debugging Info capability
func (*FakeLogger) Infof ¶
func (fl *FakeLogger) Infof(string, ...interface{})
Infof provides a mock function for the debugging Info capability
func (*FakeLogger) Warn ¶
func (fl *FakeLogger) Warn(...interface{})
Warn provides a mock function for the debugging Info capability
type FakeThingService ¶
FakeThingService represents a mocking type for the thing's service