// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. //go:build !plus // +build !plus package models import ( "github.com/TeaOSLab/EdgeCommon/pkg/nodeconfigs" "github.com/iwind/TeaGo/dbs" ) // FireThresholds 触发阈值 func (this *NodeIPAddressDAO) FireThresholds(tx *dbs.Tx, role nodeconfigs.NodeRole, nodeId int64) error { return nil }