mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-26 21:39:36 +08:00
iot init
This commit is contained in:
6
pkg/config/queue.go
Normal file
6
pkg/config/queue.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
type Queue struct {
|
||||
Enable bool `yaml:" enable"`
|
||||
Num int64 `yaml:" num"` //并发数
|
||||
}
|
||||
Reference in New Issue
Block a user