Categorygithub.com/BSick7/go-api
modulepackage
0.18.0
Repository: https://github.com/bsick7/go-api.git
Documentation: pkg.go.dev

# README

go-api

This is a library to facilitate building API servers. It relies on gorilla/mux.

The Endpoint interface can be implemented to communicate with different data types. The default implementation is that of JSON.

How to build

make tools
make dep

# Packages

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

# Functions

DefaultFallbackBehavior configures the api server with default NotFound and MethodNotAllowed handlers These handlers will be wrapped with the middlewares that are configured on the api server.
MiddlewaresHandler wraps a raw handler with middlewares This can be used to ensure NotFound and MethodNotAllowed are logged.

# Structs

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
No description provided by the author