Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client -
func NewKafkaClient ¶
NewKafkaClient -
func (*Client) SendResultToKafka ¶
SendResultToKafka -
type MessageData ¶
type MessageData struct { Ts int64 `json:"ts"` SensorID string `json:"sensorID"` // sensor ArcData float64 `json:"arcData"` // arc }
MessageData -
Click to show internal directories.
Click to hide internal directories.