MCPcopy
hub / github.com/google/cadvisor / statsURL

Method statsURL

client/v2/client.go:126–128  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

124}
125
126func (c *Client) statsURL(name string) string {
127 return c.baseURL + path.Join("stats", name)
128}
129
130func (c *Client) httpGetResponse(postData interface{}, urlPath, infoName string) ([]byte, error) {
131 var resp *http.Response

Callers 1

StatsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected