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

Struct DiscoveryNotification

network/api.go:183–186  ·  view source on GitHub ↗

DiscoveryNotification is sent by the daemon when a new discovery event occurs

Source from the content-addressed store, hash-verified

181
182// DiscoveryNotification is sent by the daemon when a new discovery event occurs
183type DiscoveryNotification struct {
184 DiscoveryType int
185 DiscoveryData interface{}
186}
187
188// ProgramExternalConnectivityRequest specifies the L4 data
189// and the endpoint for which programming has to be done

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected