// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved. //go:build community // +build community 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 }