Add Metadata field to ServiceDesc

This commit is contained in:
Menghan Li
2016-06-07 14:31:07 -07:00
parent b60d3e9ed8
commit 7233968957

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