Documentation ¶
Index ¶
- 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 Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) DeleteNetwork ¶
func (*Store) GetNetworkPath ¶
func (*Store) GetNetworksPath ¶
func (*Store) ListNetworks ¶
Click to show internal directories.
Click to hide internal directories.