mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 17:22:26 +00:00
tranport draft, renamed module
This commit is contained in:
10
transport/grpc/grpc.go
Normal file
10
transport/grpc/grpc.go
Normal file
@ -0,0 +1,10 @@
|
||||
package grpc
|
||||
|
||||
import (
|
||||
"go.linka.cloud/grpc/transport"
|
||||
"google.golang.org/grpc"
|
||||
)
|
||||
|
||||
var (
|
||||
_ transport.Transport = &grpc.Server{}
|
||||
)
|
Reference in New Issue
Block a user