Documentation
¶
Overview ¶
Package formatters houses the build-in formatter functions that are registered with please
Index ¶
- Constants
- func Bash(in interface{}) (string, error)
- func Dot(in interface{}) (string, error)
- func Json(in interface{}) (string, error)
- func Names() []string
- func Query(in interface{}) (string, error)
- func Register(name string, formatter Formatter) error
- func Xml(in interface{}) (string, error)
- func Yaml(in interface{}) (string, error)
- type Formatter
Constants ¶
View Source
const INDENT = " "
Variables ¶
This section is empty.
Functions ¶
func Names ¶
func Names() []string
Names returns a sorted list of valid options for the "format" parameter of Format
Types ¶
Click to show internal directories.
Click to hide internal directories.