v2.2.0
-
Generated
ServiceDesc
now supports options passed viadesc.Apply(opts)
and implementstransport.ConfigurableServiceDesc
-
Now executing gRPC middlewares for HTTP calls
For execution, pass your interceptor viadesc.Apply(transport.WithUnaryInterceptor(ic))
clay/server
does that automatically when usingWithGRPCUnaryMiddlewares()
option.