Documentation ¶ Index ¶ type Definition type Goderive type Interface type JoinDef Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Definition ¶ type Definition struct { StType string Table string Plural string Alias string Joins []*JoinDef All, Select, Insert, Update, Delete bool } type Goderive ¶ type Goderive interface { GetFuncName(typs ...types.Type) string } type Interface ¶ type Interface interface { P(format string, a ...interface{}) In() Out() NewImport(name, path string) func() string TypeString(types.Type) string } type JoinDef ¶ type JoinDef struct { JnType string StType string Table string Alias string OnCond string } Source Files ¶ View all Source files gen.go Directories ¶ Show internal Expand all Path Synopsis dsl gocmt e_testpkg_mix1 e_testpkg_mix2 e_testpkg_mix3 e_testpkg_mix4 e_testpkg_multi1 e_testpkg_multi2 testpkg1 This is a package sqlgen: package this line is ignored This is a package sqlgen: package this line is ignored sqlgen strs substruct typedesc Click to show internal directories. Click to hide internal directories.