Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CountType ¶
type CountType struct {
Count *int `json:"count"`
}
CountType represents a wrapper for count and inlinecount
type HandheldEvent ¶
type HandheldEvent struct {
// Can be FullScanStart, FullScanComplete, or Calculate
Event string `json:"event"`
// Time event was received in epoch
// min: 13
Timestamp int64 `json:"timestamp"`
}
HandheldEvent represents a handheld event model
func (*HandheldEvent) Scan ¶
func (handheldEvent *HandheldEvent) Scan(value interface{}) error
Scan implements sql.Scanner inferfaces
Click to show internal directories.
Click to hide internal directories.