RequestOption represents an option that can modify an http.Request.
func(req *http.Request)
| 762 | |
| 763 | // RequestOption represents an option that can modify an http.Request. |
| 764 | type RequestOption func(req *http.Request) |
| 765 | |
| 766 | // WithVersion overrides the GitHub v3 API version for this individual request. |
| 767 | // For more information, see: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…