Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadTableFuncService ¶
type DownloadTableFuncService struct {
funchandler.FuncService
}
func NewDownloadTableFuncService ¶
func NewDownloadTableFuncService() *DownloadTableFuncService
func (*DownloadTableFuncService) Execute ¶
func (this *DownloadTableFuncService) Execute(c *gin.Context)
@Summary 下载表代码 @Description 代码工厂接口下载代码 @Tags 代码引擎 @Produce octet-stream @Accept octet-stream @Param table query string true "query params: table" @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /factroy/table [get]
type ListTableFuncService ¶
type ListTableFuncService struct {
funchandler.FuncService
}
func NewListTableFuncService ¶
func NewListTableFuncService() *ListTableFuncService
func (*ListTableFuncService) ExeFunc ¶
func (this *ListTableFuncService) ExeFunc(ctx *gin.Context) (any, error)
func (*ListTableFuncService) Execute ¶
func (this *ListTableFuncService) Execute(c *gin.Context)
@Summary 表结构 @Description 表结构 @Tags 代码引擎 @Produce json @Accept json @Param table query string true "query params: table" @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /factroy/listtable [get]
type ListTablesFuncService ¶
type ListTablesFuncService struct {
funchandler.FuncService
}
func NewListTablesFuncService ¶
func NewListTablesFuncService() *ListTablesFuncService
func (*ListTablesFuncService) ExeFunc ¶
func (this *ListTablesFuncService) ExeFunc(ctx *gin.Context) (any, error)
func (*ListTablesFuncService) Execute ¶
func (this *ListTablesFuncService) Execute(c *gin.Context)
@Summary 表清单 @Description 表清单 @Tags 代码引擎 @Produce json @Accept json @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /factroy/list [get]
type MakeTablesFuncService ¶
type MakeTablesFuncService struct {
funchandler.FuncService
}
func NewMakeTablesFuncService ¶
func NewMakeTablesFuncService() *MakeTablesFuncService
func (*MakeTablesFuncService) Execute ¶
func (this *MakeTablesFuncService) Execute(context *gin.Context)
@Summary 生成所有表代码 @Tags 代码引擎 @Description 代码工厂下载 @Produce octet-stream @Accept octet-stream @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /factroy/tables [get]