Files
EdgeAPI/internal/nodes/api_node_services_hook.go

10 lines
211 B
Go
Raw Normal View History

2021-07-25 15:46:12 +08:00
// 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) {
}