Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceCreation ¶
type DeviceCreation struct {
Reasons []string
}
func (DeviceCreation) Error ¶
func (e DeviceCreation) Error() string
type DeviceRetrieval ¶
type DeviceRetrieval struct {
Reasons []string
}
func (DeviceRetrieval) Error ¶
func (e DeviceRetrieval) Error() string
type DeviceUpdate ¶
type DeviceUpdate struct {
Reasons []string
}
func (DeviceUpdate) Error ¶
func (e DeviceUpdate) Error() string
type LastMessageUpdate ¶
type LastMessageUpdate struct {
Reasons []string
}
func (LastMessageUpdate) Error ¶
func (e LastMessageUpdate) Error() string
type ReadingCollection ¶
type ReadingCollection struct {
Reasons []string
}
func (ReadingCollection) Error ¶
func (e ReadingCollection) Error() string
type ReadingUpdate ¶
type ReadingUpdate struct {
Reasons []string
}
func (ReadingUpdate) Error ¶
func (e ReadingUpdate) Error() string
Click to show internal directories.
Click to hide internal directories.