Documentation ¶
Index ¶
Constants ¶
View Source
const (
ThingsDeliverGroup = "things_rule_group"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppSubEvent ¶
type AppSubEvent interface { // DeviceEventReport 设备事件上报 DeviceEventReport(out *application.EventReport) error // DevicePropertyReport 设备属性上报 DevicePropertyReport(out *application.PropertyReport) error // DeviceStatusConnected 设备连接状态上报 DeviceStatusConnected(out *application.ConnectMsg) error // DeviceStatusDisConnected 设备离线上报 DeviceStatusDisConnected(out *application.ConnectMsg) error }
type Handle ¶
type Handle func(ctx context.Context) AppSubEvent
type NatsClient ¶
type NatsClient struct {
// contains filtered or unexported fields
}
func (*NatsClient) Subscribe ¶
func (n *NatsClient) Subscribe(handle Handle) error
Click to show internal directories.
Click to hide internal directories.