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

Method GetCapabilities

network/api_test.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (t *TestDriver) GetCapabilities() (*CapabilitiesResponse, error) {
21 return &CapabilitiesResponse{Scope: LocalScope, ConnectivityScope: GlobalScope}, nil
22}
23
24func (t *TestDriver) CreateNetwork(r *CreateNetworkRequest) error {
25 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected