package
Version:
v0.1.6-rc.2
Opens a new window with list of versions in this module.
Published: Dec 24, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (b *Base) AddMiddleware(mw fiber.Handler) *Base
func (b *Base) Middlewares() []fiber.Handler
type Controller interface {
Routes() []route.Route
Prefix() string
Middlewares() []fiber.Handler
Name() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.