package
0.0.0-20240706105249-f356f3c13b4b
Repository: https://github.com/ardihikaru/go-chi-example-part-2.git
Documentation: pkg.go.dev

# Functions

GetJsonBody extracts json data from the request payload.
WriteResponse - writes the response to the http request.

# Constants

ErrorResponse - Error response type Code.
SuccessResponse - Success response type Code.

# Structs

ErrorResponseModel defines the error response model.
No description provided by the author
No description provided by the author

# Type aliases

ResponseType defines what kind of response is sent for the request received.