// Copyright (c) Mainflux
// SPDX-License-Identifier: Apache-2.0
package redis
type createThingEvent struct {
id string
opcuaNodeID string
}
type removeThingEvent struct {
type connectThingEvent struct {
chanID string
thingID string
type createChannelEvent struct {
opcuaServerURI string
type removeChannelEvent struct {