Versions in this module Expand all Collapse all v0 v0.100.0 May 1, 2021 Changes in this version + func Run(pta bool, result *Result) + type FileInfo struct + Data []interface{} + Links []Link + type Link interface + End func() int + Start func() int + Write func(w io.Writer, _ int, start bool) + type PCGNodeJSON struct + Callees []int + Func anchorJSON + type PackageInfo struct + CallGraph []*PCGNodeJSON + CallGraphIndex map[string]int + Types []*TypeInfoJSON + type Result struct + func (res *Result) FileInfo(url string) (fi FileInfo) + func (res *Result) PackageInfo(importPath string) PackageInfo + func (res *Result) Status() string + type TypeInfoJSON struct + Align int64 + ImplGroups []implGroupJSON + Methods []anchorJSON + Name string + Size int64