handler

package
v0.0.0-...-fd0fae2 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthHandler

type HealthHandler interface {
	Health(ctx *gin.Context)
}

HealthHandler is the handler for health check from load balancer

func NewHealthHandler

func NewHealthHandler() HealthHandler

NewHealthHandler is factory method of HealthHandler

type SendMailHandler

type SendMailHandler interface {
	Send(ctx *gin.Context)
}

SendMailHandler is the handler for sending mail

func NewSendMailHandler

func NewSendMailHandler(sendMailService service.SendMailService) SendMailHandler

NewSendMailHandler is factory method of SendMailHandler

Jump to

Keyboard shortcuts

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