Documentation ¶
Index ¶
- func DeleteAdminHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteCommunityHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteNewsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteNoticeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetAdminsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetNewsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetNoticesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetUserByRoleHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetUserRolesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func HandleApplyHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListApplyHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func ListCommunityHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func NewAdminHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func NewCommunityHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func NewNewsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func NewNoticeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateCommunityAdminHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateSuperAdminHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAdminHandler ¶
func DeleteAdminHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteCommunityHandler ¶
func DeleteCommunityHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteNewsHandler ¶
func DeleteNewsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteNoticeHandler ¶
func DeleteNoticeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetAdminsHandler ¶
func GetAdminsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetNewsHandler ¶
func GetNewsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetNoticesHandler ¶
func GetNoticesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetUserByRoleHandler ¶ added in v1.6.3
func GetUserByRoleHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetUserRolesHandler ¶ added in v1.3.5
func GetUserRolesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func HandleApplyHandler ¶ added in v1.6.4
func HandleApplyHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListApplyHandler ¶ added in v1.6.4
func ListApplyHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func ListCommunityHandler ¶
func ListCommunityHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func NewAdminHandler ¶
func NewAdminHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func NewCommunityHandler ¶
func NewCommunityHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func NewNewsHandler ¶
func NewNewsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func NewNoticeHandler ¶
func NewNoticeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateCommunityAdminHandler ¶ added in v1.3.5
func UpdateCommunityAdminHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateSuperAdminHandler ¶ added in v1.3.5
func UpdateSuperAdminHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
Types ¶
This section is empty.
Source Files ¶
- delete_admin_handler.go
- delete_community_handler.go
- delete_news_handler.go
- delete_notice_handler.go
- get_admins_handler.go
- get_news_handler.go
- get_notices_handler.go
- get_user_by_role_handler.go
- get_user_roles_handler.go
- handle_apply_handler.go
- list_apply_handler.go
- list_community_handler.go
- new_admin_handler.go
- new_community_handler.go
- new_news_handler.go
- new_notice_handler.go
- update_community_admin_handler.go
- update_super_admin_handler.go
Click to show internal directories.
Click to hide internal directories.