Split methods and streams in service info
This commit is contained in:
@ -94,6 +94,8 @@ func TestGetServiceInfo(t *testing.T) {
|
||||
"grpc.testing.EmptyService": &ServiceInfo{
|
||||
Methods: []string{
|
||||
"EmptyCall",
|
||||
},
|
||||
Streams: []string{
|
||||
"EmptyStream",
|
||||
},
|
||||
Metadata: []int{0, 2, 1, 3},
|
||||
|
Reference in New Issue
Block a user