veneers

package
v0.0.18 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assignment

type Assignment struct {
	Path   string               `yaml:"path"`
	Method ast.AssignmentMethod `yaml:"method"`
	Value  ast.AssignmentValue  `yaml:"value"`
}

func (Assignment) AsIR

func (assignment Assignment) AsIR(builders ast.Builders, root ast.Builder) (ast.Assignment, error)

type Option

type Option struct {
	Name        string       `yaml:"name"`
	Assignments []Assignment `yaml:"assignments"`
}

func (Option) AsIR

func (opt Option) AsIR(builders ast.Builders, root ast.Builder) (ast.Option, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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