Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layout ¶
type Layout interface { BirthTopic(uid string) []string IsBirthTopic(path []string) bool LastWillTopic(uid string) []string IsLastWillTopic(path []string) bool UplinkTopic(uid string) []string IsUplinkTopic(path []string) bool StatusTopic(uid string) []string IsStatusTopic(path []string) bool TxAckTopic(uid string) []string IsTxAckTopic(path []string) bool DownlinkTopic(uid string) []string }
Layout represents an MQTT topic layout.
Click to show internal directories.
Click to hide internal directories.