Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewLine = func() string { if runtime.GOOS == "windows" { return "\r\n" } return "\n" }()
Functions ¶
func GenerateCode ¶
func GenerateQueryBuilder ¶
Types ¶
type Generator ¶
type Generator interface { String() string // contains filtered or unexported methods }
type MongoGenerator ¶
type MongoGenerator struct {
// contains filtered or unexported fields
}
func NewMongoGenerator ¶
func NewMongoGenerator() *MongoGenerator
type SqlGenerator ¶
type SqlGenerator struct {
// contains filtered or unexported fields
}
func NewSqlGenerator ¶
func NewSqlGenerator() *SqlGenerator
Click to show internal directories.
Click to hide internal directories.