Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + func Created(c *gin.Context, data interface{}) + func Error(c *gin.Context, status int, message string) + func Paginated(c *gin.Context, data interface{}, page, perPage int, total int64) + func Success(c *gin.Context, data interface{}) + type APIResponse struct + Data interface{} + Error string + Meta *Meta + Success bool + type Meta struct + Page int + PerPage int + Total int64 + TotalPages int