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 `json:"id"` Type DeviceType `json:"type"` Name string `json:"name"` CreatedAt time.Time `json:"date"` }
type DeviceList ¶
type DeviceList []Device
type DeviceType ¶
type DeviceType string
const ( DeviceSmartphone DeviceType = "smartphone" DeviceTablet DeviceType = "tablet" DeviceIot DeviceType = "iot" )
Click to show internal directories.
Click to hide internal directories.