Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EncFuncService ¶
type EncFuncService struct {
funchandler.FuncService
}
func NewEncFuncService ¶
func NewEncFuncService() *EncFuncService
func (*EncFuncService) Execute ¶
func (this *EncFuncService) Execute(ctx *gin.Context)
@Summary 加密 @Description 加密 @Tags 代码引擎 @Produce octet-stream @Accept octet-stream @Param text query string true "query params: text" @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /dbfactroy/enc [get]
type QueryCfgFuncService ¶
type QueryCfgFuncService struct {
funchandler.FuncService
}
func NewQueryCfgFuncService ¶
func NewQueryCfgFuncService() *QueryCfgFuncService
func (*QueryCfgFuncService) ExeFunc ¶
func (this *QueryCfgFuncService) ExeFunc(ctx *gin.Context) (any, error)
func (*QueryCfgFuncService) Execute ¶
func (this *QueryCfgFuncService) Execute(ctx *gin.Context)
@Summary 查询数据源 @Description 查询数据源 @Tags 代码引擎 @Produce octet-stream @Accept octet-stream @Pparam text query string true "query params: text" @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /dbfactroy/query [get]
Click to show internal directories.
Click to hide internal directories.