cli

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main(ldf LDFlags)

func VertexHash

func VertexHash(v Vertex) string

Types

type Describer

type Describer interface {
	GetDescription() *ast.StringValue
}

type LDFlags added in v0.4.0

type LDFlags struct {
	Version string
	Commit  string
	Date    string
}

LDFlags contain fields that get linked and compiled into the final binary program at build time.

type Vertex

type Vertex struct {
	Name string
	Node ast.Node
}

func NewVertex

func NewVertex(node ast.Node) Vertex

Jump to

Keyboard shortcuts

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