12 lines
145 B
Smarty
Raw Normal View History

2023-06-25 18:30:39 +08:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
{{.auth}}
{{.jwtTrans}}
}