What does it mean that gin.H, is everywhere in the gin framework?

What does it mean that gin.H, is everywhere in the

gin framework?

clipboard.png

Mar.08,2022

read Source , gin.H is actually Map [string] interface {}

c.JSON(http.StatusOK, gin.H{
            "status":  gin.H{
                "code": http.StatusOK,
                "status":      "",
            },
            "message": message
        })
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b41266-2c578.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b41266-2c578.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?