funcs

package
v0.0.0-...-311f8e2 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2017 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 Const

type Const struct {
	Name string
	Type Type
}

type Field

type Field struct {
	Name string
	Type Type
	Tag  string
}

type Method

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

type Package

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

func PackageFunc

func PackageFunc(pkgName string) (*Package, error)

func (*Package) Consts

func (p *Package) Consts() chan *Const

func (*Package) Types

func (p *Package) Types(types ...string) chan *Type

type Type

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

func (*Type) Fields

func (t *Type) Fields() chan *Field

func (*Type) Methods

func (t *Type) Methods() chan *Method

Jump to

Keyboard shortcuts

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