Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnnotatedNode ¶
type AnnotatedNode struct {
// contains filtered or unexported fields
}
func (AnnotatedNode) EquivalentToNode ¶
func (n AnnotatedNode) EquivalentToNode(o Node) bool
func (AnnotatedNode) MarshalYAML ¶
func (n AnnotatedNode) MarshalYAML() (string, interface{})
func (AnnotatedNode) SourceName ¶
func (n AnnotatedNode) SourceName() string
func (AnnotatedNode) Value ¶
func (n AnnotatedNode) Value() interface{}
type Node ¶
type Node interface { candiedyaml.Marshaler Value() interface{} SourceName() string EquivalentToNode(Node) bool }
type NonStringKeyError ¶
type NonStringKeyError struct {
Key interface{}
}
func (NonStringKeyError) Error ¶
func (e NonStringKeyError) Error() string
Click to show internal directories.
Click to hide internal directories.