Merge pull request #716 from menghanl/service_desc
Add Metadata field to ServiceDesc
This commit is contained in:
Коммит
64ac69504c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче