feat 排队

This commit is contained in:
2026-01-06 18:36:19 +08:00
parent fdb4798b36
commit 2e1a418485
10 changed files with 214 additions and 34 deletions

View File

@@ -10,6 +10,7 @@ type Config struct {
Client *struct {
Count int32 `yaml:"count"`
USN []int64 `yaml:"usn"`
Http *config.AddressConfig `yaml:"http"`
Websocket *config.AddressConfig `yaml:"websocket"`
} `yaml:"client"`
}