package config import {{.authImport}} import "fusenapi/server/faq/internal/types" type Config struct { rest.RestConf SourceMysql string Auth types.Auth {{.auth}} {{.jwtTrans}} }