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

Method Leave

network/api_test.go:44–46  ·  view source on GitHub ↗
(r *LeaveRequest)

Source from the content-addressed store, hash-verified

42}
43
44func (t *TestDriver) Leave(r *LeaveRequest) error {
45 return nil
46}
47
48func (t *TestDriver) ProgramExternalConnectivity(r *ProgramExternalConnectivityRequest) error {
49 i := r.Options["com.docker.network.endpoint.exposedports"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected