媒介可以设置发送频率/消息接收人可以设置接收消息时间段

This commit is contained in:
GoEdgeLab
2021-08-24 17:46:48 +08:00
parent dea628ca09
commit 2989c877f5
11 changed files with 327 additions and 222 deletions

View 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"` // 数量
}