Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pretty ¶
type Pretty struct { Choices []PrettyChoice Inputs []PrettyInput KeyVals []PrettyKeyValue }
type PrettyChoice ¶
func (*PrettyChoice) SetValue ¶
func (c *PrettyChoice) SetValue(value string)
type PrettyInput ¶
func (*PrettyInput) SetValue ¶
func (i *PrettyInput) SetValue(value string)
type PrettyKeyValue ¶
func (*PrettyKeyValue) SetValue ¶
func (kv *PrettyKeyValue) SetValue(value string)
Click to show internal directories.
Click to hide internal directories.