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