package
0.0.0-20211026212055-4d288612957a
Repository: https://github.com/klintonlee/go-rest-api-course.git
Documentation: pkg.go.dev

# Functions

BasicAuth - a handy middleware function that will provide basic auth around specific endpoints.
JWTAuth - a decorator function for jwt validation for endpoints.
LoggingMiddleware - adds middleware around endpoints.
NewHandler - returns a pointer to a Handler.

# Structs

Handler - stores the pointer to our comments service.
No description provided by the author