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)
Click to show internal directories.
Click to hide internal directories.