优化代码

This commit is contained in:
GoEdgeLab
2022-09-18 12:39:17 +08:00
parent e876db7bda
commit 5a206cb518
2 changed files with 15 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
//go:build !plus
package models
import (
"github.com/iwind/TeaGo/dbs"
)
func (this *NodeDAO) CheckNodesLimit(tx *dbs.Tx) error {
return nil
}