must

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionDeclaration

type FunctionDeclaration struct {
	Name       string
	Docs       string
	Params     string
	ParamNames string
	Type       string
}

type NodeWalker

type NodeWalker struct {
	Data []byte
	Err  error
	// contains filtered or unexported fields
}

func NewNodeWalker

func NewNodeWalker(template *template.Template) *NodeWalker

func (*NodeWalker) Visit

func (w *NodeWalker) Visit(node ast.Node) ast.Visitor

type Parameter

type Parameter struct {
	Name string
	Type string
}

Jump to

Keyboard shortcuts

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