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