13 lines
170 B
Smarty
13 lines
170 B
Smarty
// Code scaffolded by goctl. Safe to edit.
|
|
// goctl {{.version}}
|
|
|
|
package config
|
|
|
|
import {{.authImport}}
|
|
|
|
type Config struct {
|
|
rest.RestConf
|
|
{{.auth}}
|
|
{{.jwtTrans}}
|
|
}
|