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
Родитель e9855a161b 7233968957
Коммит 64ac69504c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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