Documentation ¶ Index ¶ type Network func New(bytes []byte) *Network func (network *Network) Create() error func (network *Network) Find() (map[string]dockerNetwork.EndpointResource, bool, error) func (network *Network) Remove() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Network ¶ type Network struct { Name string Driver string IPV4AddressPool string } func New ¶ func New(bytes []byte) *Network func (*Network) Create ¶ func (network *Network) Create() error func (*Network) Find ¶ func (network *Network) Find() (map[string]dockerNetwork.EndpointResource, bool, error) func (*Network) Remove ¶ added in v0.1.16 func (network *Network) Remove() error Source Files ¶ View all Source files Network.go Type.go Click to show internal directories. Click to hide internal directories.