优化代码

This commit is contained in:
刘祥超
2022-09-18 12:39:17 +08:00
parent e7f620d28f
commit fb084a9f48
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
}