Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option interface {
Apply(*options)
}
func WithErrorHandler ¶
func WithErrorHandler(errHandler fiber.ErrorHandler) Option
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func OfController ¶
func OfController(ct controller.Controller) *Server
Click to show internal directories.
Click to hide internal directories.