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

Struct JoinRequest

network/api.go:148–153  ·  view source on GitHub ↗

JoinRequest is sent by the Daemon when an endpoint needs be joined to a network

Source from the content-addressed store, hash-verified

146
147// JoinRequest is sent by the Daemon when an endpoint needs be joined to a network
148type JoinRequest struct {
149 NetworkID string
150 EndpointID string
151 SandboxKey string
152 Options map[string]interface{}
153}
154
155// StaticRoute contains static route information
156type StaticRoute struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected