This commit is contained in:
Kevin Wan
2022-08-06 17:48:59 +08:00
committed by GitHub
parent c638fce31c
commit d20d8324e7
2 changed files with 14 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}