Versions in this module Expand all Collapse all v1 v1.0.1 Aug 24, 2020 v1.0.0 Aug 24, 2020 Changes in this version + const Unauthorized + type BaseResponse struct + Data interface{} + Message string + Status int + Success bool + func NewBadRequestError(message string) *BaseResponse + func NewCreatedResponse(message string, data interface{}) *BaseResponse + func NewInternalServerError(message string) *BaseResponse + func NewNotFoundError(message string) *BaseResponse + func NewOkResponse(message string, data interface{}) *BaseResponse + func NewUnAuthorizedError() *BaseResponse