package
0.0.0-20210111035702-c95084895d95
Repository: https://github.com/codewinks/cwblog.git
Documentation: pkg.go.dev
# Functions
ErrConflict – The request conflicts with another request (perhaps due to using the same idempotent key).
ErrInvalidRequest – The request was unacceptable, often due to missing a required parameter.
ErrRender response error writer.
ErrRequestFailed – The parameters were valid but the request failed.
# Variables
ErrNotFound – The requested resource doesn't exist.
ErrTooManyRequests – Too many requests hit the API too quickly.
ErrUnauthorized – No valid API token provided.
# Structs
ErrResponse contains error information.
Handler consists of the DB connection and Routes.