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

Method GetCapabilities

network/api.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32// Driver represent the interface a driver must fulfill.
33type Driver interface {
34 GetCapabilities() (*CapabilitiesResponse, error)
35 CreateNetwork(*CreateNetworkRequest) error
36 AllocateNetwork(*AllocateNetworkRequest) (*AllocateNetworkResponse, error)
37 DeleteNetwork(*DeleteNetworkRequest) error

Callers 1

initMuxMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected