Files
sim-server/deploy/template/api/config.tpl
2026-02-08 16:19:37 +08:00

10 lines
104 B
Smarty

package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}