mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-19 05:38:07 +00:00
6 lines
119 B
Go
6 lines
119 B
Go
package config
|
|
|
|
type Local struct {
|
|
Path string `mapstructure:"path" json:"path" yaml:"path"` // 本地文件路径
|
|
}
|