Versions in this module Expand all Collapse all v0 v0.0.1 Jul 17, 2024 Changes in this version + func SQLColumnToHumpStyle(in string) (ret string) + type Generator struct + func NewGenerator(outputFile string) *Generator + func (g *Generator) Flush() error + func (g *Generator) Format() *Generator + func (g *Generator) Generate() *Generator + func (g *Generator) ParserAST(p *Parser, structs []string) (ret *Generator) + type ImportPkg struct + Pkg string + type Parser struct + func NewParser(dir string) *Parser + func (p *Parser) Parse() (ret []structConfig)