Versions in this module Expand all Collapse all v1 v1.0.1 Nov 9, 2023 v1.0.0 Nov 9, 2023 Changes in this version + func GetUserID(c *gin.Context) uint64 + func HealthCheck(c *gin.Context) + func Recover(c *gin.Context) + func RouteNotFound(c *gin.Context) + func SendResponse(c *gin.Context, err error, data interface{}) + type Response struct + Code int + Data interface{} + Message string