treenodes

package
v0.0.0-...-c1df235 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	*Node
	// contains filtered or unexported fields
}

func NewFile

func NewFile(app *stores.App, path, file string) *File

func (*File) Render

func (v *File) Render() vecty.ComponentOrHTML

type Node

type Node struct {
	vecty.Core
	// contains filtered or unexported fields
}

func (*Node) Body

func (m *Node) Body(body ...vecty.MarkupOrChild) *Node

func (*Node) Build

func (m *Node) Build() vecty.ComponentOrHTML

func (*Node) Children

func (m *Node) Children(children ...vecty.MarkupOrChild) *Node

type Obj

type Obj struct {
	*Node
	// contains filtered or unexported fields
}

func NewObj

func NewObj(app *stores.App, path, file string, root gotypes.Object, name string, typ gotypes.Type, data dst.Expr) *Obj

func (*Obj) Render

func (v *Obj) Render() vecty.ComponentOrHTML

type Package

type Package struct {
	*Node
	// contains filtered or unexported fields
}

func NewPackage

func NewPackage(app *stores.App, path, name string) *Package

func (*Package) Render

func (v *Package) Render() vecty.ComponentOrHTML

type TypeName

type TypeName struct {
	*Node
	// contains filtered or unexported fields
}

func NewTypeName

func NewTypeName(app *stores.App, path, file, name string) *TypeName

func (*TypeName) Render

func (v *TypeName) Render() vecty.ComponentOrHTML

Jump to

Keyboard shortcuts

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