andygrunwald / go-gerrit

Go client/library for Gerrit Code Review
https://godoc.org/github.com/andygrunwald/go-gerrit
MIT License
95 stars 40 forks source link

Contexts #115

Closed Jille closed 2 years ago

Jille commented 2 years ago

Heya. Thanks for the library :)

Are there any plans for passing through context.Contexts? I'd like to use them for:

  1. Passing through deadlines in the X-Gerrit-Deadline header
  2. Pass some extra information about that one request to my custom *http.Client
Jille commented 2 years ago

Sigh. I did check the issue list before, but apparently can't read.

Duplicate of #99.