Add Metadata field to ServiceDesc
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user