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
type OutputResp[B any, H any] struct { Body comm.ResponseT[B] json:",inline" doc:",inline"Header H json:",inline" header:",inline" doc:",inline" }
"I'm trying to wrap my response with a generic type. While the body is working correctly, I'm having issues with the header. The response header doesn't display my custom headers.
The text was updated successfully, but these errors were encountered:
type OutputResp[B any, H any] struct { Body comm.ResponseT[B]
json:",inline" doc:",inline"Header H
json:",inline" header:",inline" doc:",inline"}
"I'm trying to wrap my response with a generic type. While the body is working correctly, I'm having issues with the header. The response header doesn't display my custom headers.
The text was updated successfully, but these errors were encountered: