handler

package
v0.0.0-...-d5ca5be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler(logger *log.Logger) *Handler

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL