Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CSS = Register("CSS", NewCSSPrettier())
)
View Source
var (
HTML = Register("HTML", NewHTMLPrettier())
)
View Source
var (
JSON = Register("JSON", NewJSONPrettier())
)
View Source
var Registry = map[string]Prettier{}
View Source
var (
XML = Register("XML", NewXMLPrettier())
)
Functions ¶
This section is empty.
Types ¶
type CSSPrettier ¶ added in v0.6.0
type CSSPrettier struct {
}
func NewCSSPrettier ¶ added in v0.6.0
func NewCSSPrettier() *CSSPrettier
type FallbackPrettier ¶
type FallbackPrettier struct{}
func NewFallbackPrettier ¶
func NewFallbackPrettier() *FallbackPrettier
type HTMLPrettier ¶ added in v0.6.0
type HTMLPrettier struct{}
func NewHTMLPrettier ¶ added in v0.6.0
func NewHTMLPrettier() *HTMLPrettier
type JSONPrettier ¶
type JSONPrettier struct{}
func NewJSONPrettier ¶
func NewJSONPrettier() *JSONPrettier
type XMLPrettier ¶ added in v0.6.0
type XMLPrettier struct{}
func NewXMLPrettier ¶ added in v0.6.0
func NewXMLPrettier() *XMLPrettier
Click to show internal directories.
Click to hide internal directories.