MCPcopy Index your code
hub / github.com/docker/docker-agent / Do

Method Do

pkg/telemetry/types.go:256–256  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

254// HTTPClient interface for making HTTP requests (allows mocking in tests)
255type HTTPClient interface {
256 Do(req *http.Request) (*http.Response, error)
257}
258
259// Client provides simplified telemetry functionality for docker agent

Calls

no outgoing calls