Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThingGroup ¶
type ThingGroup struct {
ID bson.ObjectId `json:"id" bson:"_id"`
AccountID bson.ObjectId `json:"account_id" bson:"accountId"`
Name string `json:"name" bson:"name"`
Description string `json:"description" bson:"description"`
CreatedAt time.Time `json:"created_at" bson:"createdAt"`
UpdatedAt time.Time `json:"updated_at" bson:"updatedAt"`
}
ThingGroup represents a group of thing
Click to show internal directories.
Click to hide internal directories.