Documentation
¶
Index ¶
- type IndexSvrModule
- func (indexSvr *IndexSvrModule) AddGuildIndex(c *gin.Context)
- func (indexSvr *IndexSvrModule) AddUserIndex(c *gin.Context)
- func (indexSvr *IndexSvrModule) DeleteGuildIndex(c *gin.Context)
- func (indexSvr *IndexSvrModule) DirtyWordFilter(c *gin.Context)
- func (indexSvr *IndexSvrModule) FindGuidsByName(c *gin.Context)
- func (indexSvr *IndexSvrModule) FindUsersByName(c *gin.Context)
- func (indexSvr *IndexSvrModule) ModifyGuildName(c *gin.Context)
- func (indexSvr *IndexSvrModule) ModifyUserName(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexSvrModule ¶
type IndexSvrModule struct {
ModuleMetas base.WebModuleMetas
}
var (
WebIndexSvrModule *IndexSvrModule = new(IndexSvrModule)
)
func (*IndexSvrModule) AddGuildIndex ¶
func (indexSvr *IndexSvrModule) AddGuildIndex(c *gin.Context)
func (*IndexSvrModule) AddUserIndex ¶
func (indexSvr *IndexSvrModule) AddUserIndex(c *gin.Context)
func (*IndexSvrModule) DeleteGuildIndex ¶
func (indexSvr *IndexSvrModule) DeleteGuildIndex(c *gin.Context)
func (*IndexSvrModule) DirtyWordFilter ¶
func (indexSvr *IndexSvrModule) DirtyWordFilter(c *gin.Context)
func (*IndexSvrModule) FindGuidsByName ¶
func (indexSvr *IndexSvrModule) FindGuidsByName(c *gin.Context)
func (*IndexSvrModule) FindUsersByName ¶
func (indexSvr *IndexSvrModule) FindUsersByName(c *gin.Context)
func (*IndexSvrModule) ModifyGuildName ¶
func (indexSvr *IndexSvrModule) ModifyGuildName(c *gin.Context)
func (*IndexSvrModule) ModifyUserName ¶
func (indexSvr *IndexSvrModule) ModifyUserName(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.