This commit is contained in:
Yuxuan Li 2017-05-08 00:22:57 +00:00
parent d9265441de
commit 59426b3c05
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ type test struct {
userAgent string
clientCompression bool
serverCompression bool
timeout time.Duration
timeout time.Duration
unaryClientInt grpc.UnaryClientInterceptor
streamClientInt grpc.StreamClientInterceptor
unaryServerInt grpc.UnaryServerInterceptor