config.tpl 170 B

123456789101112
  1. // Code scaffolded by goctl. Safe to edit.
  2. // goctl {{.version}}
  3. package config
  4. import {{.authImport}}
  5. type Config struct {
  6. rest.RestConf
  7. {{.auth}}
  8. {{.jwtTrans}}
  9. }