# Functions
NewErrResponse creates the instance of err response.
NewGinServer creates a GinServer instance.
NewResponse creates the instance of the response includes json body.
# Structs
ErrResponse represent the response with err message.
GinServer represents a web service implement with gin.
Response represents the general response of the webserver.