Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeviceEventRepositoryInMemory ¶
func NewDeviceEventRepositoryInMemory(s *storage.DeviceEventStorage) repository.DeviceEventRepository
NewDeviceEventRepositoryInMemory is used ...
func NewDeviceReadRepositoryInMemory ¶
func NewDeviceReadRepositoryInMemory(s *storage.DeviceReadStorage) repository.DeviceReadRepository
NewDeviceReadRepositoryInMemory is used ...
Types ¶
type DeviceEventRepositoryInMemory ¶
type DeviceEventRepositoryInMemory struct {
Storage *storage.DeviceEventStorage
}
DeviceEventRepositoryInMemory is used ...
type DeviceReadRepositoryInMemory ¶
type DeviceReadRepositoryInMemory struct {
Storage *storage.DeviceReadStorage
}
DeviceReadRepositoryInMemory is used ...
func (*DeviceReadRepositoryInMemory) Save ¶
func (f *DeviceReadRepositoryInMemory) Save(deviceRead *storage.DeviceRead) <-chan error
Save is used ...
Click to show internal directories.
Click to hide internal directories.