Andrea Rosa

Results 3 issues of Andrea Rosa

We need to inject in the gin middleware the function which allows to load and extend the middleware with custom ones. Fixes: #1326

The agent.CallOpt allows configuring a call before execution, its definition is the follow: ```type CallOpt func(c *call) error``` It is possible then define new `CallOpt` that get executed during the...

In the bindHandlers method we should call the apiMiddlewareWrapper on the admin Router, at the moment we don't do that and so it is not possible to inject middleware for...