Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 379 Bytes

File metadata and controls

17 lines (10 loc) · 379 Bytes

serve go package

The serve package contains several subpackages that help the the building of API services.

Auth

WIP: A basic authentication middleware package.

OpenAPI

Parses your openapi.yaml file and provides a handler to render your docs.

ServeMux

The servemux package is a very light-weight and simple multiplexer for handling and building API's.