Home
last modified time | relevance | path

Searched defs:lazyLoadedHTTPClient (Results 1 – 1 of 1) sorted by relevance

/dports/devel/gh/cli-2.4.0/pkg/cmd/root/
H A Droot.go152 type lazyLoadedHTTPClient struct { struct
153 factory *cmdutil.Factory
155 httpClientMu sync.RWMutex // guards httpClient
156 httpClient *http.Client
159 func (l *lazyLoadedHTTPClient) Do(req *http.Request) (*http.Response, error) {