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

Method responseNoContent

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

Source from the content-addressed store, hash-verified

76}
77
78func (h *handler) responseNoContent(c fiber.Ctx, message string) error {
79 return c.Status(fiber.StatusNoContent).JSON(fiber.Map{
80 "status": "success",
81 "message": message,
82 })
83}
84
85func (h *handler) responseAccepted(c fiber.Ctx, message string) error {
86 return c.Status(fiber.StatusAccepted).JSON(fiber.Map{

Callers 10

EventMethod · 0.80
DeleteMethod · 0.80
cancelSubscriptionMethod · 0.80
deleteMethod · 0.80
deletePhoneMethod · 0.80
DispatchMethod · 0.80
DeleteMethod · 0.80
PostEventMethod · 0.80
DeleteMethod · 0.80
DeleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected