MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / responseNotFound

Method responseNotFound

api/pkg/handlers/handler.go:64–69  ·  view source on GitHub ↗
(c fiber.Ctx, message string)

Source from the content-addressed store, hash-verified

62}
63
64func (h *handler) responseNotFound(c fiber.Ctx, message string) error {
65 return c.Status(fiber.StatusNotFound).JSON(fiber.Map{
66 "status": "error",
67 "message": message,
68 })
69}
70
71func (h *handler) responsePaymentRequired(c fiber.Ctx, message string) error {
72 return c.Status(fiber.StatusPaymentRequired).JSON(fiber.Map{

Callers 11

GetAttachmentMethod · 0.80
DeleteMethod · 0.80
deleteMethod · 0.80
deletePhoneMethod · 0.80
UpdateMethod · 0.80
DeleteMethod · 0.80
GetOutstandingMethod · 0.80
PostEventMethod · 0.80
DeleteMethod · 0.80
GetMethod · 0.80
DeleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected