Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Options = map[string]OutputOptions{ "DEFAULT": OutputOptions(""), "MD": OutputOptions("md"), "TXT": OutputOptions("txt"), "HTML": OutputOptions("html"), "JSON": OutputOptions("json"), }
Options for output format
Functions ¶
Types ¶
type OutputOptions ¶
type OutputOptions string
OutputOptions type that help work wit types
func (*OutputOptions) Set ¶
func (o *OutputOptions) Set(v string) error
Set provide a way to change de object value
func (*OutputOptions) String ¶
func (o *OutputOptions) String() string
String converts the object to string format
Click to show internal directories.
Click to hide internal directories.