Documentation
¶
Index ¶
- Constants
- func KafkaTopicDeviceLogUnmarshal(data []byte) (*log.DeviceLogData, error)
- func KafkaTopicDeviceLogUnmarshalTo(data []byte, v *log.DeviceLogData) error
- func KafkaTopicDeviceReportUnmarshal(data []byte) (*collection.CollectionData, error)
- func KafkaTopicDeviceReportUnmarshalTo(data []byte, v *collection.CollectionData) error
Constants ¶
View Source
const (
KafkaTopicDeviceLog = "device-log"
)
View Source
const (
KafkaTopicDeviceReport = "device-report"
)
Variables ¶
This section is empty.
Functions ¶
func KafkaTopicDeviceLogUnmarshal ¶
func KafkaTopicDeviceLogUnmarshal(data []byte) (*log.DeviceLogData, error)
func KafkaTopicDeviceLogUnmarshalTo ¶
func KafkaTopicDeviceLogUnmarshalTo(data []byte, v *log.DeviceLogData) error
func KafkaTopicDeviceReportUnmarshal ¶
func KafkaTopicDeviceReportUnmarshal(data []byte) (*collection.CollectionData, error)
func KafkaTopicDeviceReportUnmarshalTo ¶
func KafkaTopicDeviceReportUnmarshalTo(data []byte, v *collection.CollectionData) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.