Versions in this module Expand all Collapse all v1 v1.0.2 Aug 1, 2025 v1.0.1 Feb 1, 2025 Changes in this version + const API + const MIDDLEWARE + func Assemble(ctx *fiber.Ctx, field *reflect.StructField) (values []reflect.Value, err error) + func RegisterController(bean ControllerBean) + func RegisterGlobalMiddleware(middleware GlobalMiddleware) + func RunServer(ctx context.Context) error + func ShutdownServer(context context.Context) error + func Validate(items []reflect.Value) (err error) + type Config struct + Server struct{ ... } + type ControllerBean interface + GetControllerPath func() string + type GlobalMiddleware interface + GetMiddleware func() fiber.Handler + GetPathPrefix func() string + GetPriority func() int + type Header struct + type PathParam struct + type QueryParam struct + type RequestBody struct + type SelfValidator interface + SelfValidate func() error + type Valid struct + type ValidError struct + func NewValidError(msg string) *ValidError + func (e *ValidError) Error() string