Documentation ¶
Index ¶
Constants ¶
View Source
const ( // lorawan LoraWanType = "lora" MqttJson = "mqtt_json" Amqp = "amq" )
Variables ¶
This section is empty.
Functions ¶
func RegisterBuilder ¶
Types ¶
type Builder ¶
type Builder func(conf Info, props map[string]string, listener UpLinkListener) (c *Connector, err error)
func GetBuilder ¶
type UpLinkListener ¶
type UpLinkListener func(context *model.LinkMessage)
Click to show internal directories.
Click to hide internal directories.