Documentation ¶
Index ¶
- func GenBaseGo(domainpath string, folder ...string) error
- func GenDaoGo(domainpath string, t table.Table, folder ...string) error
- func GenDaoImplGo(domainpath string, t table.Table, folder ...string) error
- func GenDaoSQL(domainpath string, t table.Table, folder ...string) error
- func GenDomainGo(dpath string, domain astutils.StructMeta) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenBaseGo ¶
GenBaseGo generates Base interface code Base interface wraps some common CRUD operations for convenient use
func GenDaoImplGo ¶
GenDaoImplGo generates dao layer implementation code
func GenDomainGo ¶
func GenDomainGo(dpath string, domain astutils.StructMeta) error
GenDomainGo generates structs code in domain pkg from database tables
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.