Categorygithub.com/dbubel/api
modulepackage
1.0.0
Repository: https://github.com/dbubel/api.git
Documentation: pkg.go.dev

# README

API Serve

The purpose of API Serve is to be a very minimal yet production ready API server. API Serve was designed with web applications in mind that are primarily handing JSON request/responses. API Serve supports global and route specific middleware. It also uses httprouter under the hood for request routing. The server supports load shedding out of the box for production applications.

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Unmarshal decodes the input to the struct type and checks the fields to verify the value is in a proper state.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Invalid describes a validation error belonging to a specific field.

# Type aliases

No description provided by the author
No description provided by the author
InvalidError is a custom error type for invalid fields.
No description provided by the author