package
0.1.0
Repository: https://github.com/grafana/alloy.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 Alloy block.
Body is a list of block and attribute statements.
An Expr represents a single Alloy expression.
A File represents an Alloy 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