Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct { Id string `bson:"_id,omitempty"` CreationDate *int64 `bson:"creationdate,omitempty"` LastUpdate *int64 `bson:"updatedate,omitempty"` User string `bson:"user,omitempty"` Address string `bson:"address,omitempty"` UserAgent string `bson:"useragent,omitempty"` Token string `bson:"token,omitempty"` }
Click to show internal directories.
Click to hide internal directories.