13 lines
189 B
Smarty
Raw Normal View History

2023-06-05 17:56:55 +08:00
package config
import {{.authImport}}
2023-06-21 16:46:25 +08:00
import "fusenapi/server/faq/internal/types"
2023-06-05 17:56:55 +08:00
type Config struct {
rest.RestConf
2023-06-21 16:46:25 +08:00
SourceMysql string
Auth types.Auth
2023-06-05 17:56:55 +08:00
{{.auth}}
{{.jwtTrans}}
}