Documentation ¶
Index ¶
- func GenDaoGo(entityPath string, t table.Table, folder ...string) error
- func GenDaoSQL(entityPath string, t table.Table, folder ...string) error
- func GenDto(dir string, entities []astutils.StructMeta)
- func GenEntityGo(dpath string, entity astutils.StructMeta)
- func GenIDaoGo(entityPath string, t table.Table, folder ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenDto ¶ added in v2.0.5
func GenDto(dir string, entities []astutils.StructMeta)
GenDto generates structs code in dto pkg from database tables
func GenEntityGo ¶ added in v2.0.4
func GenEntityGo(dpath string, entity astutils.StructMeta)
GenEntityGo generates structs code in entity pkg from database tables
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.