Documentation
¶
Index ¶
Constants ¶
View Source
const ( YAML = iota JSON INI )
View Source
const DefaultFileName = "application"
Variables ¶
This section is empty.
Functions ¶
func NewConvertError ¶
Types ¶
type ConvertError ¶
type ConvertError struct {
// contains filtered or unexported fields
}
func (*ConvertError) Error ¶
func (c *ConvertError) Error() string
type IniParser ¶
type IniParser struct {
// contains filtered or unexported fields
}
func NewIniParser ¶
type JsonParser ¶
type JsonParser struct {
// contains filtered or unexported fields
}
func NewJsonParser ¶
func NewJsonParser(e *Engine) *JsonParser
func (JsonParser) Parse ¶
func (y JsonParser) Parse() error
type YamlParser ¶
type YamlParser struct {
// contains filtered or unexported fields
}
func NewYamlParser ¶
func NewYamlParser(e *Engine) *YamlParser
func (YamlParser) Parse ¶
func (y YamlParser) Parse() error
Click to show internal directories.
Click to hide internal directories.