Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInterrupted = fmt.Errorf("scheduler interrupted, ignore like EPIPE")
View Source
var Log = *log2.NewStderr(log2.LDebug)
Functions ¶
Types ¶
type DeviceOfflineError ¶
type DeviceOfflineError struct {
Device Devicer
}
func (DeviceOfflineError) Error ¶
func (oe DeviceOfflineError) Error() string
type InputEvent ¶
func (*InputEvent) IsDigit ¶
func (e *InputEvent) IsDigit() bool
func (*InputEvent) IsDot ¶
func (e *InputEvent) IsDot() bool
func (*InputEvent) IsZero ¶
func (e *InputEvent) IsZero() bool
type MenuItemType ¶
func (*MenuItemType) String ¶
func (self *MenuItemType) String() string
type UIMenuResult ¶
type UIMenuResult struct { Item MenuItemType Cream uint8 Sugar uint8 }
type UItype ¶
type UItype struct { FrontResult UIMenuResult Menu map[string]MenuItemType }
Click to show internal directories.
Click to hide internal directories.