package
0.3.0
Repository: https://github.com/grafana/river.git
Documentation: pkg.go.dev

# Functions

NewBlock returns a new Block with the given name and label.
NewExpr creates a new Expr.
NewFile creates a new File.

# Structs

A Block encapsulates a body within a named and labeled River block.
Body is a list of block and attribute statements.
An Expr represents a single River expression.
A File represents a River configuration file.
A Token is a wrapper around token.Token which contains the token type alongside its literal.

# Interfaces

Tokenizer is any value which can return a raw set of tokens.

# Type aliases

No description provided by the author