Versions in this module Expand all Collapse all v0 v0.40.2 Dec 1, 2024 v0.40.1 Dec 1, 2024 Changes in this version + type Format int + const FormatJSON + const FormatMarkdown + func FormatFromString(s string) (Format, error) + func (r Format) String() string + type Generator struct + func NewGenerator(pluginName string, tables schema.Tables) *Generator + func (g *Generator) Generate(dir string, format Format) error