package model import "github.com/golang-jwt/jwt/v5" type UserClaim struct { UserId uint UserName string jwt.RegisteredClaims }