Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FactroyService = NewIchubFactroyService()
@Title 文件名称: factroy_service.go @Description 描述: 规则引擎领域服务
@Author 作者: leijianming@163.com 时间(2024-02-18 22:38:21) @Update 作者: leijianming@163.com 时间(2024-02-18 22:38:21)
Functions ¶
func InjectMakeMysql ¶
func InjectMakeMysql(s *MakeMysql)
func LoadMakeMysql ¶
func LoadMakeMysql() baseiface.ISingleton
Types ¶
type IchubFactroyService ¶
type IchubFactroyService struct {
}
func NewIchubFactroyService ¶
func NewIchubFactroyService() *IchubFactroyService
func (*IchubFactroyService) FindMake ¶
func (this *IchubFactroyService) FindMake() IMake
func (*IchubFactroyService) MakeTable ¶
func (this *IchubFactroyService) MakeTable(ctx *gin.Context) (*table.TableFactroy, string)
func (*IchubFactroyService) MakeTables ¶
func (this *IchubFactroyService) MakeTables(ctx *gin.Context) (*table.TableFactroy, error)
type MakeMysql ¶
type MakeMysql struct {
basedto.BaseEntitySingle
// contains filtered or unexported fields
}
@Title 文件名称: build_mysql.go @Description 描述: 代码工厂执行 @Author 作者: leijianming@163.com 时间(2024-01-31 22:38:21) @Update 作者: leijianming@163.com 时间(2024-01-31 22:38:21) @author:leijmdas @date:2024-1-24 @explain: 生成mysql的代码 * http://vrg123.com/ idea golang工具激活码网站
func FindBeanMakeMysql ¶
func FindBeanMakeMysql() *MakeMysql
func NewMakeMysql ¶
func NewMakeMysql() *MakeMysql
func (*MakeMysql) MakeTables ¶
type MakePostgres ¶
type MakePostgres struct {
// contains filtered or unexported fields
}
func NewMakePostgres ¶
func NewMakePostgres() *MakePostgres
func (*MakePostgres) MakeTable ¶
func (this *MakePostgres) MakeTable(table string) *service.GoFactroy
func (*MakePostgres) MakeTables ¶
func (this *MakePostgres) MakeTables() *service.GoFactroy
Click to show internal directories.
Click to hide internal directories.