pcm-coordinator/deploy/goctl/api/config.tpl

10 lines
104 B
Smarty

package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}