Versions in this module Expand all Collapse all v1 v1.1.0 Jun 9, 2025 Changes in this version + type ErrorResponse struct + Code int + func NewErrorResponse(statusCode int, message string, data any) (int, ErrorResponse) + type Response struct + Data any + Message string + Status Status + func NewSuccessResponse(message string, data any) (int, Response) + type Status string + const StatusError + const StatusSuccess