Documentation
¶
Index ¶
- func GetCurrencyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetInviteConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetNodeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetNodeMultiplierHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetPrivacyPolicyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetRegisterConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetSiteConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetSubscribeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetTosConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetVerifyCodeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetVerifyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func SetNodeMultiplierHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func SettingTelegramBotHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateCurrencyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateInviteConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateNodeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdatePrivacyPolicyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateRegisterConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateSiteConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateSubscribeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateTosConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateVerifyCodeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateVerifyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrencyConfigHandler ¶
func GetCurrencyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get Currency Config
func GetInviteConfigHandler ¶
func GetInviteConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get invite config
func GetNodeConfigHandler ¶
func GetNodeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get node config
func GetNodeMultiplierHandler ¶
func GetNodeMultiplierHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get Node Multiplier
func GetPrivacyPolicyConfigHandler ¶
func GetPrivacyPolicyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
get Privacy Policy Config
func GetRegisterConfigHandler ¶
func GetRegisterConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get register config
func GetSiteConfigHandler ¶
func GetSiteConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get site config
func GetSubscribeConfigHandler ¶
func GetSubscribeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get subscribe config
func GetTosConfigHandler ¶
func GetTosConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get Team of Service Config
func GetVerifyCodeConfigHandler ¶
func GetVerifyCodeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get Verify Code Config
func GetVerifyConfigHandler ¶
func GetVerifyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get verify config
func SetNodeMultiplierHandler ¶
func SetNodeMultiplierHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Set Node Multiplier
func SettingTelegramBotHandler ¶
func SettingTelegramBotHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
setting telegram bot
func UpdateCurrencyConfigHandler ¶
func UpdateCurrencyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update Currency Config
func UpdateInviteConfigHandler ¶
func UpdateInviteConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update invite config
func UpdateNodeConfigHandler ¶
func UpdateNodeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update node config
func UpdatePrivacyPolicyConfigHandler ¶
func UpdatePrivacyPolicyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update Privacy Policy Config
func UpdateRegisterConfigHandler ¶
func UpdateRegisterConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update register config
func UpdateSiteConfigHandler ¶
func UpdateSiteConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update site config
func UpdateSubscribeConfigHandler ¶
func UpdateSubscribeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update subscribe config
func UpdateTosConfigHandler ¶
func UpdateTosConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update Team of Service Config
func UpdateVerifyCodeConfigHandler ¶
func UpdateVerifyCodeConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update Verify Code Config
func UpdateVerifyConfigHandler ¶
func UpdateVerifyConfigHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update verify config
Types ¶
This section is empty.
Source Files
¶
- getCurrencyConfigHandler.go
- getInviteConfigHandler.go
- getNodeConfigHandler.go
- getNodeMultiplierHandler.go
- getPrivacyPolicyConfigHandler.go
- getRegisterConfigHandler.go
- getSiteConfigHandler.go
- getSubscribeConfigHandler.go
- getTosConfigHandler.go
- getVerifyCodeConfigHandler.go
- getVerifyConfigHandler.go
- setNodeMultiplierHandler.go
- settingTelegramBotHandler.go
- updateCurrencyConfigHandler.go
- updateInviteConfigHandler.go
- updateNodeConfigHandler.go
- updatePrivacyPolicyConfigHandler.go
- updateRegisterConfigHandler.go
- updateSiteConfigHandler.go
- updateSubscribeConfigHandler.go
- updateTosConfigHandler.go
- updateVerifyCodeConfigHandler.go
- updateVerifyConfigHandler.go
Click to show internal directories.
Click to hide internal directories.