package
Version:
v1.0.4-0...-7069f2b
Opens a new window with list of versions in this module.
Published: Sep 2, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
From string `bson:"from" json:"from"`
Payload Payload `bson:"payload" json:"payload"`
Timestamp time.Time `bson:"timestamp" json:"timestamp"`
}
type Payload struct {
SensorID int `bson:"sensorId" json:"sensorId"`
Value interface{} `bson:"value" json:"value"`
}
Query represents the domain data query properties
Source Files
¶
Click to show internal directories.
Click to hide internal directories.