10 lines
104 B
Smarty
Raw Normal View History

2023-06-05 17:56:55 +08:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}