Add debug http server

This commit is contained in:
世界
2023-04-22 15:58:25 +08:00
parent e35d48c076
commit d84893af34
7 changed files with 73 additions and 49 deletions

View File

@@ -7,6 +7,7 @@ import (
)
type DebugOptions struct {
Listen string `json:"listen,omitempty"`
GCPercent *int `json:"gc_percent,omitempty"`
MaxStack *int `json:"max_stack,omitempty"`
MaxThreads *int `json:"max_threads,omitempty"`