Documentation ¶
Index ¶
- type WebAppCtl
- func (this *WebAppCtl) CtlAccountCheckCodeImage(ctx *gin.Context)
- func (this *WebAppCtl) CtlAccountLogin(ctx *gin.Context)
- func (this *WebAppCtl) CtlAccountLogout(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendAdd(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendInfo(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendMapData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendNodeAdd(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendNodePageData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendNodeRemove(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendPageData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendRemove(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionBackendSave(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionStaticAdd(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionStaticInfo(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionStaticMapData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionStaticPageData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionStaticRemove(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressActionStaticSave(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressNamespaceAdd(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressNamespaceInfo(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressNamespaceMapData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressNamespacePageData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressNamespacePublish(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressNamespaceRemove(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressNamespaceSave(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSiteAdd(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSiteInfo(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSitePageData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSiteRemove(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSiteRuleAdd(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSiteRuleInfo(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSiteRulePageData(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSiteRuleRemove(ctx *gin.Context)
- func (this *WebAppCtl) CtlIngressSiteSave(ctx *gin.Context)
- func (this *WebAppCtl) CtlUserGetCurrent(ctx *gin.Context)
- func (this *WebAppCtl) CtlUserUpdateInfo(ctx *gin.Context)
- func (this *WebAppCtl) CtlUserUpdateSecurity(ctx *gin.Context)
- func (this *WebAppCtl) CtlWorkerApiFetchConfig(ctx *gin.Context)
- func (this *WebAppCtl) CtlWorkerApiGetToken(ctx *gin.Context)
- func (this *WebAppCtl) CtlWorkerApiQueryConfig(ctx *gin.Context)
- func (this *WebAppCtl) ReturnWrokerApiMsg(ctx *gin.Context, msg interface{})
- type WebCtl
- func (this *WebCtl) GetClientIp(ctx *gin.Context) string
- func (this *WebCtl) Init(cfg *config.ConfigApp) error
- func (this *WebCtl) ReturnAppError(ctx *gin.Context, errorMessage string)
- func (this *WebCtl) ReturnAppSuccess(ctx *gin.Context, errorMessage string)
- func (this *WebCtl) ReturnAppSuccessData(ctx *gin.Context, data interface{})
- func (this *WebCtl) ReturnIntenalError(ctx *gin.Context)
- func (this *WebCtl) ReturnMsg(ctx *gin.Context, errorCode string, errorMessage string, data interface{})
- func (this *WebCtl) ReturnPageData(ctx *gin.Context, pageData dbmodel.PageData)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebAppCtl ¶
type WebAppCtl struct { WebCtl AppContext *bizcontext.AppContext }
func NewWebAppCtl ¶
func NewWebAppCtl(appCtx *bizcontext.AppContext) *WebAppCtl
func (*WebAppCtl) CtlAccountCheckCodeImage ¶
func (*WebAppCtl) CtlAccountLogin ¶
func (*WebAppCtl) CtlAccountLogout ¶
func (*WebAppCtl) CtlIngressActionBackendAdd ¶
func (*WebAppCtl) CtlIngressActionBackendInfo ¶
func (*WebAppCtl) CtlIngressActionBackendMapData ¶
func (*WebAppCtl) CtlIngressActionBackendNodeAdd ¶
func (*WebAppCtl) CtlIngressActionBackendNodePageData ¶
func (*WebAppCtl) CtlIngressActionBackendNodeRemove ¶
func (*WebAppCtl) CtlIngressActionBackendPageData ¶
func (*WebAppCtl) CtlIngressActionBackendRemove ¶
func (*WebAppCtl) CtlIngressActionBackendSave ¶
func (*WebAppCtl) CtlIngressActionStaticAdd ¶
func (*WebAppCtl) CtlIngressActionStaticInfo ¶
func (*WebAppCtl) CtlIngressActionStaticMapData ¶
func (*WebAppCtl) CtlIngressActionStaticPageData ¶
func (*WebAppCtl) CtlIngressActionStaticRemove ¶
func (*WebAppCtl) CtlIngressActionStaticSave ¶
func (*WebAppCtl) CtlIngressNamespaceAdd ¶
func (*WebAppCtl) CtlIngressNamespaceInfo ¶
func (*WebAppCtl) CtlIngressNamespaceMapData ¶
func (*WebAppCtl) CtlIngressNamespacePageData ¶
func (*WebAppCtl) CtlIngressNamespacePublish ¶
func (*WebAppCtl) CtlIngressNamespaceRemove ¶
func (*WebAppCtl) CtlIngressNamespaceSave ¶
func (*WebAppCtl) CtlIngressSiteAdd ¶
func (*WebAppCtl) CtlIngressSiteInfo ¶
func (*WebAppCtl) CtlIngressSitePageData ¶
func (*WebAppCtl) CtlIngressSiteRemove ¶
func (*WebAppCtl) CtlIngressSiteRuleAdd ¶
func (*WebAppCtl) CtlIngressSiteRuleInfo ¶
func (*WebAppCtl) CtlIngressSiteRulePageData ¶
func (*WebAppCtl) CtlIngressSiteRuleRemove ¶
func (*WebAppCtl) CtlIngressSiteSave ¶
func (*WebAppCtl) CtlUserGetCurrent ¶
func (*WebAppCtl) CtlUserUpdateInfo ¶
func (*WebAppCtl) CtlUserUpdateSecurity ¶
func (*WebAppCtl) CtlWorkerApiFetchConfig ¶
func (*WebAppCtl) CtlWorkerApiGetToken ¶
func (*WebAppCtl) CtlWorkerApiQueryConfig ¶
func (*WebAppCtl) ReturnWrokerApiMsg ¶
type WebCtl ¶
type WebCtl struct {
// contains filtered or unexported fields
}
func (*WebCtl) ReturnAppError ¶
func (*WebCtl) ReturnAppSuccess ¶
func (*WebCtl) ReturnAppSuccessData ¶
func (*WebCtl) ReturnIntenalError ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.