package
0.1.0
Repository: https://github.com/grafana/alloy.git
Documentation: pkg.go.dev

# Functions

Get returns the list of tagged fields for some struct type ty.

# Constants

FlagAttr treats a field as attribute.
FlagBlock treats a field as a block.
FlagEnum treats a field as an enum of blocks.
FlagLabel will store block labels in the field.
FlagOptional marks a field optional for decoding/encoding.
FlagSquash will expose inner fields from a struct as outer fields.

# Structs

Field is a tagged field within a struct.

# Type aliases

Flags is a bitmap of flags associated with a field on a struct.