This commit is contained in:
iamqizhao
2016-04-19 15:56:17 -07:00
parent c321387fd9
commit 310ca08496
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,7 @@ type options struct {
codec Codec
cp Compressor
dc Decompressor
unaryInt UnaryServerInterceptor
unaryInt UnaryServerInterceptor
maxConcurrentStreams uint32
useHandlerImpl bool // use http.Handler-based server
}