mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-05 01:20:25 +08:00
10 lines
211 B
Go
10 lines
211 B
Go
// 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) {
|
|
}
|