12 lines
145 B
Smarty
Raw Normal View History

2023-06-05 17:56:55 +08:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
2023-06-21 16:46:25 +08:00
SourceMysql string
Auth types.Auth
2023-06-05 17:56:55 +08:00
{{.auth}}
{{.jwtTrans}}
}