Initial commit (code only without large binaries)
This commit is contained in:
10
EdgeAPI/internal/nodes/api_node_services_hook.go
Normal file
10
EdgeAPI/internal/nodes/api_node_services_hook.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
//go:build !plus
|
||||
// +build !plus
|
||||
|
||||
package nodes
|
||||
|
||||
import "google.golang.org/grpc"
|
||||
|
||||
func APINodeServicesRegister(node *APINode, server *grpc.Server) {
|
||||
}
|
||||
Reference in New Issue
Block a user