output

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	Run(pkgpaths []string) error
}

Command :

type Gen

type Gen struct {
	Name     string
	Object   types.Object
	File     *ast.File
	Generate func(w io.Writer, f *ast.File) error // xxx tentative
}

Gen :

type Task

type Task interface {
	Prepare(pkg *types.Package, files bypos.Sorted) error

	Do(pkg *types.Package, files bypos.Sorted) ([]Gen, error)
}

Task :

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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