Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptionStatus ¶
type OptionStatus string
const ( // OptionIdle is for when the options are ready to use OptionIdle OptionStatus = "Idle" // OptionWait is for when the options are not ready to use OptionWait OptionStatus = "Wait" // OptionNone is for when the options are not usable OptionNone OptionStatus = "None" )
func (OptionStatus) String ¶
func (o OptionStatus) String() string
type Options ¶
func NewOptions ¶
func NewOptions() *Options
func (*Options) SetStatus ¶
func (o *Options) SetStatus(status OptionStatus)
Click to show internal directories.
Click to hide internal directories.