1.4.5.2
This commit is contained in:
8
EdgeCommon/pkg/monitorconfigs/rate_config.go
Normal file
8
EdgeCommon/pkg/monitorconfigs/rate_config.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package monitorconfigs
|
||||
|
||||
type RateConfig struct {
|
||||
Minutes int32 `json:"minutes"` // 周期分钟
|
||||
Count int32 `json:"count"` // 数量
|
||||
}
|
||||
Reference in New Issue
Block a user