MCPcopy Index your code
hub / github.com/google/go-github / RequestOption

FuncType RequestOption

github/github.go:764–764  ·  view source on GitHub ↗

RequestOption represents an option that can modify an http.Request.

func(req *http.Request)

Source from the content-addressed store, hash-verified

762
763// RequestOption represents an option that can modify an http.Request.
764type RequestOption func(req *http.Request)
765
766// WithVersion overrides the GitHub v3 API version for this individual request.
767// For more information, see:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…