Merge pull request #716 from menghanl/service_desc

Add Metadata field to ServiceDesc
This commit is contained in:
Qi Zhao
2016-06-07 17:38:25 -07:00

View File

@ -73,6 +73,7 @@ type ServiceDesc struct {
HandlerType interface{}
Methods []MethodDesc
Streams []StreamDesc
Metadata interface{}
}
// service consists of the information of the server serving this service and