mirror of https://github.com/grpc/grpc-go.git
Add Metadata field to ServiceDesc
This commit is contained in:
parent
b60d3e9ed8
commit
7233968957
|
|
@ -73,6 +73,7 @@ type ServiceDesc struct {
|
||||||
HandlerType interface{}
|
HandlerType interface{}
|
||||||
Methods []MethodDesc
|
Methods []MethodDesc
|
||||||
Streams []StreamDesc
|
Streams []StreamDesc
|
||||||
|
Metadata interface{}
|
||||||
}
|
}
|
||||||
|
|
||||||
// service consists of the information of the server serving this service and
|
// service consists of the information of the server serving this service and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue