transport: move to internal to make room for new, public transport API (#2212)
This is a breaking change, but the transport package was never intended for use outside of grpc. Any current users that we are aware of are incorrect or have a preferred alternative.
This commit is contained in:
@ -27,7 +27,7 @@ import (
|
||||
|
||||
"golang.org/x/net/context"
|
||||
"google.golang.org/grpc/internal/leakcheck"
|
||||
"google.golang.org/grpc/transport"
|
||||
"google.golang.org/grpc/internal/transport"
|
||||
)
|
||||
|
||||
type emptyServiceServer interface{}
|
||||
|
Reference in New Issue
Block a user