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

Struct InfoResponse

network/api.go:143–145  ·  view source on GitHub ↗

InfoResponse is endpoint information sent in response to an InfoRequest

Source from the content-addressed store, hash-verified

141
142// InfoResponse is endpoint information sent in response to an InfoRequest
143type InfoResponse struct {
144 Value map[string]string
145}
146
147// JoinRequest is sent by the Daemon when an endpoint needs be joined to a network
148type JoinRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected