Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormatTransformer ¶
type JsonTransformer ¶
type JsonTransformer struct {
Type string
// contains filtered or unexported fields
}
func NewJsonTransformer ¶
func NewJsonTransformer(Type string) *JsonTransformer
type PlainTransformer ¶
type PlainTransformer struct{}
type Transformer ¶
type YamlTransformer ¶
type YamlTransformer struct {
Type string
// contains filtered or unexported fields
}
func NewYamlTransformer ¶
func NewYamlTransformer(Type string) *YamlTransformer
Click to show internal directories.
Click to hide internal directories.