config.tpl 104 B

123456789
  1. package config
  2. import {{.authImport}}
  3. type Config struct {
  4. rest.RestConf
  5. {{.auth}}
  6. {{.jwtTrans}}
  7. }