Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Thing ¶
type Thing struct {
Name string `json:"name" bson:"name"` // DevEUI
Status bool `json:"status" bson:"status"` // active/inactive
Model string `json:"model" bson:"model"` // model describes project decoder
Project string `json:"project" bson:"project"` // project identification
}
Thing contains thing identification and its parent project
Click to show internal directories.
Click to hide internal directories.