Documentation
¶
Index ¶
- Constants
- func Unmarshal(content []byte, dest interface{}, translate bool) bool
- type YAMLNode
- func (node *YAMLNode) Child(name string) *YAMLNode
- func (node YAMLNode) Children() []YAMLNode
- func (node *YAMLNode) Create(path string) *YAMLNode
- func (node *YAMLNode) Get(path string) *YAMLNode
- func (node YAMLNode) IsArray() bool
- func (node YAMLNode) IsObject() bool
- func (node YAMLNode) IsValue() bool
- func (node *YAMLNode) Load(path string) bool
- func (node YAMLNode) Name() string
- func (node YAMLNode) Object(data interface{}, translate bool)
- func (node *YAMLNode) Parse(content string) bool
- func (node *YAMLNode) SetValue(data interface{})
- func (node YAMLNode) String(indent ...string) string
- func (node YAMLNode) Value() string
Constants ¶
View Source
const ( NONE = 0 VALUE = 1 ARRAY = 2 OBJECT = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.