Documentation ¶ Index ¶ type State Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type State ¶ type State string State describes the current fast-mode state. const ( // StateOff indicates fast mode is disabled. StateOff State = "off" // StateCooldown indicates fast mode is cooling down. StateCooldown State = "cooldown" // StateOn indicates fast mode is enabled. StateOn State = "on" ) Source Files ¶ View all Source files fastmode.go Click to show internal directories. Click to hide internal directories.