Documentation ¶
Index ¶
- type Hub
- func (hub *Hub) AddRuleHandler() func(c *gin.Context)
- func (hub *Hub) AddUserHandler() gin.HandlerFunc
- func (hub *Hub) DeleteRuleHandler() gin.HandlerFunc
- func (hub *Hub) DeleteUserHandler() gin.HandlerFunc
- func (hub *Hub) GetRuleHandler() func(c *gin.Context)
- func (hub *Hub) GetRuleListHandler() gin.HandlerFunc
- func (hub *Hub) GetUserHandler() gin.HandlerFunc
- func (hub *Hub) GetUserListHandler() gin.HandlerFunc
- func (hub *Hub) Server(port string) *http.Server
- func (hub *Hub) UpdateRuleHandler() func(c *gin.Context)
- func (hub *Hub) UpdateUserHandler() gin.HandlerFunc
- func (hub *Hub) UpdateUserResetPasswordHandler() gin.HandlerFunc
- type Sender
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
func (*Hub) AddRuleHandler ¶
func (*Hub) AddUserHandler ¶
func (hub *Hub) AddUserHandler() gin.HandlerFunc
func (*Hub) DeleteRuleHandler ¶
func (hub *Hub) DeleteRuleHandler() gin.HandlerFunc
func (*Hub) DeleteUserHandler ¶
func (hub *Hub) DeleteUserHandler() gin.HandlerFunc
func (*Hub) GetRuleHandler ¶
func (*Hub) GetRuleListHandler ¶
func (hub *Hub) GetRuleListHandler() gin.HandlerFunc
func (*Hub) GetUserHandler ¶
func (hub *Hub) GetUserHandler() gin.HandlerFunc
func (*Hub) GetUserListHandler ¶
func (hub *Hub) GetUserListHandler() gin.HandlerFunc
func (*Hub) UpdateRuleHandler ¶
func (*Hub) UpdateUserHandler ¶
func (hub *Hub) UpdateUserHandler() gin.HandlerFunc
func (*Hub) UpdateUserResetPasswordHandler ¶
func (hub *Hub) UpdateUserResetPasswordHandler() gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.