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

Method CreateNetwork

network/api_test.go:24–26  ·  view source on GitHub ↗
(r *CreateNetworkRequest)

Source from the content-addressed store, hash-verified

22}
23
24func (t *TestDriver) CreateNetwork(r *CreateNetworkRequest) error {
25 return nil
26}
27
28func (t *TestDriver) DeleteNetwork(r *DeleteNetworkRequest) error {
29 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected