Versions in this module Expand all Collapse all v0 v0.2.1 Aug 15, 2017 v0.2.0 Jun 18, 2017 Changes in this version + func CreateNoData(c *gin.Context) + func DeleteNoData(c *gin.Context) + func GetNoData(c *gin.Context) + func GetNoDataList(c *gin.Context) + func Routes(r *gin.Engine) + func UpdateNoData(c *gin.Context) + type APICreateNoDataInputs struct + DsType string + Metric string + Mock float64 + Name string + Obj string + ObjType string + Step int + Tags string + func (this APICreateNoDataInputs) CheckFormat() (err error) + type APIUpdateNoDataInputs struct + DsType string + ID int64 + Metric string + Mock float64 + Obj string + ObjType string + Step int + Tags string + func (this APIUpdateNoDataInputs) CheckFormat() (err error)