Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CFG = &cfg.Configuration{ Module: "", OutputDir: "", Verbose: false, IncludeTables: make([]string, 0), Global: &cfg.GlobalConfiguration{ Author: "bill", DateLayout: "2006-01-02", CopyrightContent: "An anorm Code generator written in Go", WebsiteContent: "https://github.com/go-the-way/anorm-cli", }, Entity: &cfg.EntityConfiguration{ PKG: "entity", TableToEntityStrategy: cfg.UnderlineToUpper, ColumnToFieldStrategy: cfg.UnderlineToUpper, FileNameStrategy: cfg.Default, JSONTag: true, JSONTagKeyStrategy: cfg.Default, FieldIdUpper: true, Comment: true, FieldComment: true, NamePrefix: "", NameSuffix: "", }, Config: &cfg.CfgConfiguration{ PKG: "config", Name: "config", }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.