sk-matrix-project/backend/golang/matrix-middle-service/pkg/config/jwt/jwt.go

7 lines
115 B
Go
Raw Normal View History

package jwt
type Config struct {
Secret string `comment:"密钥"`
Expire int64 `comment:"超时时间(秒)"`
}