controller

package
v0.0.0-...-03aceed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

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 (this *WebAppCtl) CtlAccountCheckCodeImage(ctx *gin.Context)

func (*WebAppCtl) CtlAccountLogin

func (this *WebAppCtl) CtlAccountLogin(ctx *gin.Context)

func (*WebAppCtl) CtlAccountLogout

func (this *WebAppCtl) CtlAccountLogout(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendAdd

func (this *WebAppCtl) CtlIngressActionBackendAdd(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendInfo

func (this *WebAppCtl) CtlIngressActionBackendInfo(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendMapData

func (this *WebAppCtl) CtlIngressActionBackendMapData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendNodeAdd

func (this *WebAppCtl) CtlIngressActionBackendNodeAdd(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendNodePageData

func (this *WebAppCtl) CtlIngressActionBackendNodePageData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendNodeRemove

func (this *WebAppCtl) CtlIngressActionBackendNodeRemove(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendPageData

func (this *WebAppCtl) CtlIngressActionBackendPageData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendRemove

func (this *WebAppCtl) CtlIngressActionBackendRemove(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionBackendSave

func (this *WebAppCtl) CtlIngressActionBackendSave(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionStaticAdd

func (this *WebAppCtl) CtlIngressActionStaticAdd(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionStaticInfo

func (this *WebAppCtl) CtlIngressActionStaticInfo(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionStaticMapData

func (this *WebAppCtl) CtlIngressActionStaticMapData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionStaticPageData

func (this *WebAppCtl) CtlIngressActionStaticPageData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionStaticRemove

func (this *WebAppCtl) CtlIngressActionStaticRemove(ctx *gin.Context)

func (*WebAppCtl) CtlIngressActionStaticSave

func (this *WebAppCtl) CtlIngressActionStaticSave(ctx *gin.Context)

func (*WebAppCtl) CtlIngressNamespaceAdd

func (this *WebAppCtl) CtlIngressNamespaceAdd(ctx *gin.Context)

func (*WebAppCtl) CtlIngressNamespaceInfo

func (this *WebAppCtl) CtlIngressNamespaceInfo(ctx *gin.Context)

func (*WebAppCtl) CtlIngressNamespaceMapData

func (this *WebAppCtl) CtlIngressNamespaceMapData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressNamespacePageData

func (this *WebAppCtl) CtlIngressNamespacePageData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressNamespacePublish

func (this *WebAppCtl) CtlIngressNamespacePublish(ctx *gin.Context)

func (*WebAppCtl) CtlIngressNamespaceRemove

func (this *WebAppCtl) CtlIngressNamespaceRemove(ctx *gin.Context)

func (*WebAppCtl) CtlIngressNamespaceSave

func (this *WebAppCtl) CtlIngressNamespaceSave(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSiteAdd

func (this *WebAppCtl) CtlIngressSiteAdd(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSiteInfo

func (this *WebAppCtl) CtlIngressSiteInfo(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSitePageData

func (this *WebAppCtl) CtlIngressSitePageData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSiteRemove

func (this *WebAppCtl) CtlIngressSiteRemove(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSiteRuleAdd

func (this *WebAppCtl) CtlIngressSiteRuleAdd(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSiteRuleInfo

func (this *WebAppCtl) CtlIngressSiteRuleInfo(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSiteRulePageData

func (this *WebAppCtl) CtlIngressSiteRulePageData(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSiteRuleRemove

func (this *WebAppCtl) CtlIngressSiteRuleRemove(ctx *gin.Context)

func (*WebAppCtl) CtlIngressSiteSave

func (this *WebAppCtl) CtlIngressSiteSave(ctx *gin.Context)

func (*WebAppCtl) CtlUserGetCurrent

func (this *WebAppCtl) CtlUserGetCurrent(ctx *gin.Context)

func (*WebAppCtl) CtlUserUpdateInfo

func (this *WebAppCtl) CtlUserUpdateInfo(ctx *gin.Context)

func (*WebAppCtl) CtlUserUpdateSecurity

func (this *WebAppCtl) CtlUserUpdateSecurity(ctx *gin.Context)

func (*WebAppCtl) CtlWorkerApiFetchConfig

func (this *WebAppCtl) CtlWorkerApiFetchConfig(ctx *gin.Context)

func (*WebAppCtl) CtlWorkerApiGetToken

func (this *WebAppCtl) CtlWorkerApiGetToken(ctx *gin.Context)

func (*WebAppCtl) CtlWorkerApiQueryConfig

func (this *WebAppCtl) CtlWorkerApiQueryConfig(ctx *gin.Context)

func (*WebAppCtl) ReturnWrokerApiMsg

func (this *WebAppCtl) ReturnWrokerApiMsg(ctx *gin.Context, msg interface{})

type WebCtl

type WebCtl struct {
	// contains filtered or unexported fields
}

func (*WebCtl) GetClientIp

func (this *WebCtl) GetClientIp(ctx *gin.Context) string

func (*WebCtl) Init

func (this *WebCtl) Init(cfg *config.ConfigApp) error

func (*WebCtl) ReturnAppError

func (this *WebCtl) ReturnAppError(ctx *gin.Context, errorMessage string)

func (*WebCtl) ReturnAppSuccess

func (this *WebCtl) ReturnAppSuccess(ctx *gin.Context, errorMessage string)

func (*WebCtl) ReturnAppSuccessData

func (this *WebCtl) ReturnAppSuccessData(ctx *gin.Context, data interface{})

func (*WebCtl) ReturnIntenalError

func (this *WebCtl) ReturnIntenalError(ctx *gin.Context)

func (*WebCtl) ReturnMsg

func (this *WebCtl) ReturnMsg(ctx *gin.Context, errorCode string, errorMessage string, data interface{})

func (*WebCtl) ReturnPageData

func (this *WebCtl) ReturnPageData(ctx *gin.Context, pageData dbmodel.PageData)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL