优化节点阈值设置

This commit is contained in:
GoEdgeLab
2023-11-03 11:20:47 +08:00
parent 37caaf9cbc
commit 54e22a907a
3 changed files with 16 additions and 93 deletions

View File

@@ -0,0 +1,12 @@
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
//go:build !plus
package models
import "github.com/iwind/TeaGo/dbs"
// FireNodeThreshold 触发相关阈值设置
func (this *NodeThresholdDAO) FireNodeThreshold(tx *dbs.Tx, role string, nodeId int64, item string) error {
// stub
return nil
}