handler

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 3 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 {
	Core *core.Core
	Ping *PingHandler
}

func NewHandler

func NewHandler(c *core.Core) *Handler

type PingHandler

type PingHandler struct {
	Core *core.Core
}

func NewPingHandler

func NewPingHandler(c *core.Core) *PingHandler

func (*PingHandler) Ping

func (h *PingHandler) Ping(c *fiber.Ctx) error

Ping @summary Ping to the service @description Do a ping to service just make sure service is working normally. @tags tools @produce json @router /api/v1/ping [get] @success 202 {object} utils.JSONResponse

Jump to

Keyboard shortcuts

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