Documentation ¶
Index ¶
- type DifferentNetworkNamesError
- type Store
- func (s *Store) DeleteNetwork(name string) error
- func (s *Store) GetNetwork(name string) (*network.Network, error)
- func (s *Store) GetNetworkPath(name string) string
- func (s *Store) GetNetworksPath() string
- func (s *Store) ListNetworks() ([]string, error)
- func (s *Store) NetworkExists(name string) (bool, error)
- func (s *Store) SaveNetwork(net *network.Network) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DifferentNetworkNamesError ¶ added in v0.9.2
type DifferentNetworkNamesError struct {
// contains filtered or unexported fields
}
func NewDifferentNetworkNamesError ¶ added in v0.9.2
func NewDifferentNetworkNamesError(f, c string) DifferentNetworkNamesError
func (DifferentNetworkNamesError) Error ¶ added in v0.9.2
func (e DifferentNetworkNamesError) Error() string
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) DeleteNetwork ¶ added in v0.11.0
func (*Store) GetNetworkPath ¶
func (*Store) GetNetworksPath ¶
func (*Store) ListNetworks ¶
Click to show internal directories.
Click to hide internal directories.