handler

package
v0.0.0-...-c4e8904 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Handler

type Handler struct {
	PingHandler PingHandler
	LogHandler  LogHandler
}

type LogHandler

type LogHandler interface {
	GetLogInfoByLogId(ctx *fiber.Ctx) error
	GetLogInfoList(ctx *fiber.Ctx) error
}

func NewLogHandler

func NewLogHandler(v *validator.Validate, l utils.Logger, svc service.LogService) LogHandler

type PingHandler

type PingHandler interface {
	Ping(ctx *fiber.Ctx) error
}

func NewPingHandler

func NewPingHandler(svc service.PingService) PingHandler

Jump to

Keyboard shortcuts

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