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
feat(ctx): add Context management to RequestConfig struct
- Add a Context field to the RequestConfig struct
- Initialize the Context field with a default value in the New function
- Implement a SetContext method to update the Context field
- Update the initTest function to use the RequestConfig's Context instead of a new background context
Signed-off-by: appleboy <[email protected]>
0 commit comments