package user import ( "framework_v2/internal/access" "github.com/gin-gonic/gin" ) func CurrentUser(ctx *gin.Context, metadata *access.Metadata) { }