package
1.0.31
Repository: https://github.com/script-development/rt-cv.git
Documentation: pkg.go.dev

# Functions

New creates a instance of Builder.

# Constants

Delete is a http method.
Get is a http method.
HTML is a content type.
JSON is a content type.
Patch is a http method.
Post
Post is a http method.
Put is a http method.

# 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.

# Type aliases

ContentType represends a content type.
Method represends a http method.