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

Struct JoinResponse

network/api.go:163–169  ·  view source on GitHub ↗

JoinResponse is sent in response to a JoinRequest

Source from the content-addressed store, hash-verified

161
162// JoinResponse is sent in response to a JoinRequest
163type JoinResponse struct {
164 InterfaceName InterfaceName
165 Gateway string
166 GatewayIPv6 string
167 StaticRoutes []*StaticRoute
168 DisableGatewayService bool
169}
170
171// LeaveRequest is send by the daemon when a endpoint is leaving a network
172type LeaveRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected