Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct { Description string Type string Required bool // KeyValue is a map of key and value designed for JSONContent KeyValue *[]KeyValue // Choice is a map of key and value designed for Options Choice *Choice // Value is a map of string and value designed for string Value *Value // Boolean is a map of string and value designed for boolean Boolean *Value }
type Pretty ¶
type Pretty struct { Choices []PrettyChoice Inputs []PrettyInput Boolean []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.