Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Device ¶
type Device struct { Meta DeviceMeta Entity *pluginapi.Device }
type DeviceData ¶
type DeviceMeta ¶
type DeviceMeta struct {
Filename string `json:"Filename"`
}
type SortableDevice ¶
type SortableDeviceList ¶
type SortableDeviceList []SortableDevice
func (SortableDeviceList) Len ¶
func (s SortableDeviceList) Len() int
func (SortableDeviceList) Less ¶
func (s SortableDeviceList) Less(i, j int) bool
func (SortableDeviceList) Swap ¶
func (s SortableDeviceList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.