mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 03:12:44 +00:00
6 lines
121 B
Go
6 lines
121 B
Go
package config
|
|
|
|
type JWT struct {
|
|
SigningKey string `mapstructure:"signing-key" json:"signingKey" yaml:"signing-key"`
|
|
}
|