package
Version:
v0.0.0-...-3bb77e7
Opens a new window with list of versions in this module.
Published: Dec 6, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Endpoint interface {
Action(c fiber.Ctx) error
}
endpoint interface
type Request struct {
Status string `json:"status" validate:"required"`
Body string `json:"body" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.