Versions in this module Expand all Collapse all v1 v1.1.1 Jun 15, 2025 v1.1.0 Jun 9, 2025 Changes in this version + type ApiResponse struct + Code int + Data any + Error any + Message string + Status StatusType + func NewErrorResponse(code int, message string) ApiResponse + func NewFailResponse(code int, message string) ApiResponse + func NewSuccessResponse(message string, data any) ApiResponse + func (r ApiResponse) AsGinResponse() (int, any) + func (r ApiResponse) AsJson() ([]byte, error) + type StatusType string + const StatusError + const StatusFail + const StatusSuccess