package redis
type createThingEvent struct {
id string
loraDevEUI string
}
type removeThingEvent struct {
type createChannelEvent struct {
loraAppID string
type removeChannelEvent struct {
type connectionThingEvent struct {
chanID string
thingID string