package
0.2.11
Repository: https://github.com/elastic/harp.git
Documentation: pkg.go.dev

# Functions

Parse parses a set line.
ParseFile parses a set line, but its final value is loaded from the file at the path specified by the original value.
ParseInto parses a strvals line and merges the result into dest.
ParseIntoFile parses a filevals line and merges the result into dest.
ParseIntoString parses a strvals line and merges the result into dest.
ParseString parses a set line and forces a string value.
ToYAML takes a string of arguments and converts to a YAML document.

# Variables

ErrNotList indicates that a non-list was treated as a list.

# Type aliases

RunesValueReader is a function that takes the given value (a slice of runes) and returns the parsed value.