Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HugoWebhookHandler ¶
type HugoWebhookHandler struct {
*Handler
// contains filtered or unexported fields
}
func NewHugoWebhookHandler ¶
func NewHugoWebhookHandler(handler *Handler, hugoWebhook service.HugoWebHookService) *HugoWebhookHandler
func (*HugoWebhookHandler) UpdateWebSite ¶
func (h *HugoWebhookHandler) UpdateWebSite(c *gin.Context)
type UserHandler ¶
type UserHandler struct {
*Handler
// contains filtered or unexported fields
}
func NewUserHandler ¶
func NewUserHandler(handler *Handler, userService service.UserService, ) *UserHandler
func (*UserHandler) GetUserById ¶
func (h *UserHandler) GetUserById(ctx *gin.Context)
func (*UserHandler) UpdateUser ¶
func (h *UserHandler) UpdateUser(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.