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

FuncType ClientOptionsFunc

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

ClientOptionsFunc is a functional option for providing configuration options to a Client.

func(*clientOptions) error

Source from the content-addressed store, hash-verified

361// ClientOptionsFunc is a functional option for providing configuration options
362// to a Client.
363type ClientOptionsFunc func(*clientOptions) error
364
365// WithHTTPClient returns a ClientOptionsFunc that sets the http.Client
366// for a Client. If not set, a default http.Client will be used.

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…