Versions in this module Expand all Collapse all v0 v0.3.1 Jun 16, 2026 v0.3.0 Jun 8, 2026 Changes in this version + func Generators() map[string]Generator + type Generator interface + Generate func(snap schema.Snapshot, opts Options) ([]byte, error) + Name func() string + type GoGenerator struct + func (GoGenerator) Name() string + func (g GoGenerator) Generate(snap schema.Snapshot, opts Options) ([]byte, error) + type Options struct + Header string + Package string + type Source struct + Client *http.Client + File string + URL string + func (s Source) Load() (schema.Snapshot, error) + type TSGenerator struct + func (TSGenerator) Name() string + func (g TSGenerator) Generate(snap schema.Snapshot, opts Options) ([]byte, error)