MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / InfoRequest

Struct InfoRequest

network/api.go:137–140  ·  view source on GitHub ↗

InfoRequest is send by the daemon when querying endpoint information

Source from the content-addressed store, hash-verified

135
136// InfoRequest is send by the daemon when querying endpoint information
137type InfoRequest struct {
138 NetworkID string
139 EndpointID string
140}
141
142// InfoResponse is endpoint information sent in response to an InfoRequest
143type InfoResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected