export

package
v0.3.0-alpha4 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var All = &Profile{
	Simplify:        true,
	ShowOptional:    true,
	ShowDefinitions: true,
	ShowHidden:      true,
	ShowDocs:        true,
	ShowAttributes:  true,
}
View Source
var Final = &Profile{
	Simplify:     true,
	TakeDefaults: true,
}
View Source
var Raw = &Profile{
	ShowOptional:    true,
	ShowDefinitions: true,
	ShowHidden:      true,
	ShowDocs:        true,
}
View Source
var Simplified = &Profile{
	Simplify: true,
	ShowDocs: true,
}

Functions

func Def

func Def(r adt.Runtime, v *adt.Vertex) (*ast.File, errors.Error)

Def exports v as a definition.

func Expr

func Expr(r adt.Runtime, n adt.Expr) (ast.Expr, errors.Error)

func ExtractDoc

func ExtractDoc(v *adt.Vertex) (docs []*ast.CommentGroup)

ExtractDoc collects documentation strings for a field.

Comments are attached to a field with a field shorthand belong to the child node. So in the following the comment is attached to field bar.

// comment
foo: bar: 2

func ExtractFieldAttrs

func ExtractFieldAttrs(a []adt.Conjunct) (attrs []*ast.Attribute)

func Value

func Value(r adt.Runtime, n adt.Value) (ast.Expr, errors.Error)

func Vertex

func Vertex(r adt.Runtime, n *adt.Vertex) (*ast.File, errors.Error)

func VertexFeatures

func VertexFeatures(v *adt.Vertex) []adt.Feature

VertexFeatures returns the feature list of v. The list may include more features than for which there are arcs and also includes features for optional fields. It assumes the Structs fields is properly initialized.

Types

type Profile

type Profile struct {
	Simplify bool

	// TakeDefaults is used in Value mode to drop non-default values.
	TakeDefaults bool

	// TODO:
	// IncludeDocs
	ShowOptional    bool
	ShowDefinitions bool
	ShowHidden      bool
	ShowDocs        bool
	ShowAttributes  bool
}

func (*Profile) Def

func (p *Profile) Def(r adt.Runtime, v *adt.Vertex) (*ast.File, errors.Error)

Def exports v as a definition.

func (*Profile) Expr

func (p *Profile) Expr(r adt.Runtime, n adt.Expr) (ast.Expr, errors.Error)

func (*Profile) Value

func (p *Profile) Value(r adt.Runtime, n adt.Value) (ast.Expr, errors.Error)

Should take context.

func (*Profile) Vertex

func (p *Profile) Vertex(r adt.Runtime, n *adt.Vertex) (*ast.File, errors.Error)

Jump to

Keyboard shortcuts

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