Files
EdgeCommon/pkg/monitorconfigs/rate_config.go
2024-05-17 18:28:59 +08:00

9 lines
214 B
Go

// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
package monitorconfigs
type RateConfig struct {
Minutes int32 `json:"minutes"` // 周期分钟
Count int32 `json:"count"` // 数量
}