yamlhelpers

package
v0.0.0-...-e3166bf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VoidKind           yaml.Kind = 0
	UnwrapKind         yaml.Kind = 1 << 5
	UnwrapDocumentNode yaml.Kind = UnwrapKind | yaml.DocumentNode
	UnwrapSequenceNode yaml.Kind = UnwrapKind | yaml.SequenceNode
	UnwrapMappingNode  yaml.Kind = UnwrapKind | yaml.MappingNode
	UnwrapScalarNode   yaml.Kind = UnwrapKind | yaml.ScalarNode
	UnwrapAliasNode    yaml.Kind = UnwrapKind | yaml.AliasNode
)

Variables

This section is empty.

Functions

func IsUnwrap

func IsUnwrap(n *yaml.Node) bool

func IsVoid

func IsVoid(n *yaml.Node) bool

func KindString

func KindString(kind yaml.Kind) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL