修复一处编译问题

This commit is contained in:
刘祥超
2023-12-18 10:12:20 +08:00
parent 082a6721f3
commit 537e6c9a5e

View File

@@ -3,6 +3,8 @@
package serverNames
import "github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs"
func (this *IndexAction) checkPlan(serverId int64, serverNames []*serverconfigs.ServerNameConfig) {
// stub
}