Documentation
¶
Index ¶
- type APIError
- type ResponseData
- type ResponseDataArray
- type SensorDataNumericResponseData
- type SensorResponseData
- type Server
- func (s *Server) CreateSensor(c *gin.Context)
- func (s *Server) GetSensor(c *gin.Context)
- func (s *Server) ListSensor(c *gin.Context)
- func (s *Server) ListSensorDataNumeric(c *gin.Context)
- func (s *Server) RemoveAllSensorDataNumeric(c *gin.Context)
- func (s *Server) RemoveSensor(c *gin.Context)
- func (s *Server) Run()
- func (s *Server) UpdateSensor(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseData ¶
type ResponseData struct {
Data interface{} `json:"data"`
}
type ResponseDataArray ¶
type ResponseDataArray struct {
Data []interface{} `json:"data"`
}
type SensorResponseData ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CreateSensor ¶
func (*Server) ListSensor ¶
func (*Server) ListSensorDataNumeric ¶
func (*Server) RemoveAllSensorDataNumeric ¶
func (*Server) RemoveSensor ¶
func (*Server) UpdateSensor ¶
Click to show internal directories.
Click to hide internal directories.