goploy/config/jwt.go
2024-01-19 09:25:00 +08:00

6 lines
67 B
Go

package config
type JWTConfig struct {
Key string `toml:"key"`
}