package
0.0.0-20241003164549-f0901d57a925
Repository: https://github.com/crwgregory/golang-api-skeleton.git
Documentation: pkg.go.dev

# Structs

No description provided by the author
HandlerCallbackRoute is a specific Route to each controller/handler method.
HandlerRoute and pat_routes are used to register the controllers/handlers.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

HandlerCallback is what is called to handle the specific request to the Handler.
HandlerCallbackRoutes is an array of HandlerCallbackRoute.
HandlerRoutes is an array of HandlerRoute.