mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-02 22:10:26 +08:00
11 lines
223 B
Go
11 lines
223 B
Go
// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
|
|
//go:build !plus
|
|
// +build !plus
|
|
|
|
package nodes
|
|
|
|
import "google.golang.org/grpc"
|
|
|
|
func APINodeServicesRegister(node *APINode, server *grpc.Server) {
|
|
}
|