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

Struct EndpointInterface

network/api.go:117–121  ·  view source on GitHub ↗

EndpointInterface contains endpoint interface information

Source from the content-addressed store, hash-verified

115
116// EndpointInterface contains endpoint interface information
117type EndpointInterface struct {
118 Address string
119 AddressIPv6 string
120 MacAddress string
121}
122
123// DeleteEndpointRequest is sent by the daemon when an endpoint needs to be removed
124type DeleteEndpointRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected