Documentation ¶
Index ¶
- Constants
- func RecordNotFound(ctx *fiber.Ctx, err error) error
- type RouterConfig
- func (c *RouterConfig) DELETE(path string, handler fiber.Handler) fiber.Router
- func (c *RouterConfig) GET(path string, handler fiber.Handler) fiber.Router
- func (c *RouterConfig) POST(path string, handler fiber.Handler) fiber.Router
- func (c *RouterConfig) PUT(path string, handler fiber.Handler) fiber.Router
Constants ¶
View Source
const ( ResourceNotFound = "Resource not found" InternalServerError = "Internal server error" )
Variables ¶
This section is empty.
Functions ¶
func RecordNotFound ¶
Types ¶
type RouterConfig ¶
func (*RouterConfig) DELETE ¶
func (c *RouterConfig) DELETE(path string, handler fiber.Handler) fiber.Router
func (*RouterConfig) GET ¶
func (c *RouterConfig) GET(path string, handler fiber.Handler) fiber.Router
func (*RouterConfig) POST ¶
func (c *RouterConfig) POST(path string, handler fiber.Handler) fiber.Router
func (*RouterConfig) PUT ¶
func (c *RouterConfig) PUT(path string, handler fiber.Handler) fiber.Router
Click to show internal directories.
Click to hide internal directories.