Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Thing ¶
type Thing struct {
ID bson.ObjectId `json:"id" bson:"_id"`
GroupID bson.ObjectId `json:"group_id" bson:"groupId"`
Name string `json:"name" bson:"name"`
MAC string `json:"mac" bson:"mac"`
CreatedAt time.Time `json:"created_at" bson:"createdAt"`
UpdatedAt time.Time `json:"updated_at" bson:"updatedAt"`
}
Thing represents a Db Thing element
Click to show internal directories.
Click to hide internal directories.