codegen

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2016 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunGenerator

func RunGenerator(key string, generator Generator)

func Usage

func Usage()

Usage is a replacement usage function for the flags package.

Types

type File

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

File holds a single parsed file and associated data.

type Generator

type Generator interface {
	Init(parser *GoParser) error
	WriteHeader(w io.Writer) error
	WriteType(w io.Writer, typeName string) error
}

type GoParser

type GoParser struct {
	Package *Package // Package we are scanning.
}

type Package

type Package struct {
	Name string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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