Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer interface {
Consume() <-chan *DeviceEvent
}
type DeviceEvent ¶
type DeviceEvent struct { Object api.Object State api.DeviceState }
type RedisStreamEvent ¶
type RedisStreamEvent struct { ID string DeviceEvent *DeviceEvent }
Click to show internal directories.
Click to hide internal directories.