Files
PandaX/pkg/config/queue.go
2023-08-22 15:17:14 +08:00

7 lines
111 B
Go

package config
type Queue struct {
Enable bool `yaml:" enable"`
Num int64 `yaml:" num"` //并发数
}