graphicek/server/models/sensors.go

8 lines
134 B
Go
Raw Normal View History

2024-03-29 20:49:08 +01:00
package models
type SensorItem struct {
Id int64 `json:"id"`
Name string `json:"name"`
AuthKey string `json:"authKey"`
}