区分社区版和商业版

This commit is contained in:
刘祥超
2021-07-25 15:46:12 +08:00
parent 5fffc8a833
commit 3fbad22218
5 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
// +build community
package nodes
import "google.golang.org/grpc"
func APINodeServicesRegister(node *APINode, server *grpc.Server) {
}