# Functions
New creates a instance of Builder.
# Structs
BaseBuilder is the core builder in here all the routes and middlewares are rememberd.
M gives this package more information about a middleware.
OpenAPI implements the root OpenAPI Response Object Ref: https://swagger.io/specification/#oas-object.
OpenAPIComponents implements the OpenAPI Components Ref: https://swagger.io/specification/#components-object.
OpenAPIContact implements the OpenAPI Contact Object Ref: https://swagger.io/specification/#contact-object.
OpenAPIInfo contains information about the API.
OpenAPILicense implements the OpenAPI License Object Ref: https://swagger.io/specification/#license-object.
OpenAPIMediaType implements the me OpenAPI Media Type Object Ref: https://swagger.io/specification/#media-type-object.
OpenAPIOperation implements the OpenAPI Operation Object Ref: https://swagger.io/specification/#operation-object.
OpenAPIParameter implements the OpenAPI Parameter Object Ref: https://swagger.io/specification/#parameter-object.
OpenAPIPathItem implements the OpenAPI Path Item Object Ref: https://swagger.io/specification/#path-item-object.
OpenAPIRequestBody implements the OpenAPI Request Body Object Ref: https://swagger.io/specification/#request-body-object.
OpenAPIResponse implements the OpenAPI Response Object Ref: https://swagger.io/specification/#response-object.
OpenAPIServer implements the OpenAPI Server Object Ref: https://swagger.io/specification/#server-object.
R gives this package more information about a route From the fiber handler (fn(c *fiber.Ctx) error) we cannot know the expected input and output data.
Route constains information about a route.
Router can be used to define routes and middlwares.
Tag is meta information for a route.