diff --git a/server.go b/server.go index bfb9c606..440fe249 100644 --- a/server.go +++ b/server.go @@ -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