Versions in this module Expand all Collapse all v0 v0.1.1 Apr 28, 2026 v0.1.0 Apr 28, 2026 Changes in this version + func CachePath(projectID, dataset string) (string, error) + func Save(doc *Doc) (string, error) + type BlockSummary struct + Marks []string + Styles []string + type Doc struct + APIVersion string + Dataset string + IntrospectedAt string + MaxDepth int + Perspective string + ProjectID string + SampleSize int + Types map[string]*TypeInfo + func Introspect(ctx context.Context, client api.Client, inst *config.Instance, opts Options) (*Doc, error) + func Load(projectID, dataset string) (*Doc, string, error) + type Field struct + AssetKind string + Blocks *BlockSummary + Fields map[string]*Field + Nullable bool + Of []*Field + Optional bool + Tag string + To []string + Truncated bool + Type string + Union []string + Unresolved bool + type Options struct + MaxDepth int + ResolveReferences bool + SampleSize int + type TypeInfo struct + Count int + Empty bool + Fields map[string]*Field + SampleSize int