MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / DoRequest

Method DoRequest

perfops/client.go:127–133  ·  view source on GitHub ↗
(req *http.Request, v interface{})

Source from the content-addressed store, hash-verified

125}
126
127func (c *Client) DoRequest(req *http.Request, v interface{}) error {
128 if err := c.do(req, &v); err != nil {
129 return err
130 }
131
132 return nil
133}
134
135func (c *Client) userAgent() string {
136 if c.UserAgent == "" {

Callers 2

runCitiesCmdFunction · 0.80
runCountriesCmdFunction · 0.80

Calls 1

doMethod · 0.95

Tested by

no test coverage detected