Versions in this module Expand all Collapse all v0 v0.2.0 Aug 8, 2026 v0.1.0 Aug 3, 2026 Changes in this version + func DepsGraph(ctx context.Context, l *loader.Loader, path string) (models.Deps, error) + func LookupSymbol(ctx context.Context, l *loader.Loader, name string, detail SymbolDetail) (models.Symbol, error) + func Overview(ctx context.Context, l *loader.Loader) (models.Overview, error) + func PackageInfo(ctx context.Context, l *loader.Loader, path string) (models.Package, error) + func StructShape(ctx context.Context, l *loader.Loader, name string) (models.Struct, error) + type SymbolDetail struct + Body bool + Doc bool + Shape bool + SignatureOnly bool