You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your feedback. We are going to implement Funcware. It's like a middleware, but runs in another part of flow: Middleware -> Funcware -> Func -> Funcware -> Middleware.
Funcware:
// call before => method, namespace, args
resp.Set(s.Method(args.S))
// call after => result, err
So, you'll be able to access (and modify) result and error and access to args as struct before. Is it ok for you?
Please provide example Middileware func that runs before request is precessed but after rpc acquires method and params for request.
Needed for uuid generation for specific request.
The text was updated successfully, but these errors were encountered: