Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrNotExists ¶
func ReachableFiles ¶
Types ¶
type ASF ¶
type ASF struct {
// contains filtered or unexported fields
}
func (*ASF) PackedCode ¶
func (a *ASF) PackedCode(pkgName string, members []string) (pc PackedCode, err error)
type DefGraph ¶
func NewDefGraph ¶
func NewDefGraph() *DefGraph
type PackedCode ¶
type PackedCode struct { // Package is package name (e.g. `main`) Package string // SrcFiles is used source file name list (e.g. `[src_a.go src_b.go]`) SrcFiles string // Imports is import declare code of go (e.g. `import "strings"`) Imports string // Decls is packed code body Decls string }
PackedCode is passed value to template
Click to show internal directories.
Click to hide internal directories.