Files

10 lines
104 B
Smarty
Raw Permalink Normal View History

2025-11-06 23:39:06 +08:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}