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
We're often giving a lot of context to context.Context, but when an error is returned, most of the case the whole context is lost when an error is returned, we have the stack trace, but not the ID of the models which are concerned.
I'm proposing to add overlay type keeping the context.
We're often giving a lot of context to context.Context, but when an error is returned, most of the case the whole context is lost when an error is returned, we have the stack trace, but not the ID of the models which are concerned.
I'm proposing to add overlay type keeping the context.
The goal is for instance the ability for go-handlers middleware to do something like this.
What do you think of this?
The text was updated successfully, but these errors were encountered: