1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

fix lint.

This commit is contained in:
Mrs4s 2021-04-11 21:18:08 +08:00
parent 379a589fc8
commit 987c57f7cf
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -86,6 +86,7 @@ type HTTPServer struct {
MiddleWares `yaml:"middlewares"`
}
// PprofServer pprof性能分析服务器相关配置
type PprofServer struct {
Disabled bool `yaml:"disabled"`
Host string `yaml:"host"`