Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TimeFormat = "2006-01-02 15:04:05"
Functions ¶
Types ¶
type RawSensorData ¶
type RawSensorData struct { ID int `json:"id"` Data *json.RawMessage `json:"data"` Time time.Time `json:"time"` }
func GetRawDataByDateAndRef ¶
func GetRawDataWithLimitByRef ¶
GetRawDataWithLimitByRef fetches the last n records available for given dataset id and reference.
Click to show internal directories.
Click to hide internal directories.