Documentation ¶
Index ¶
- Variables
- type FileStore
- func (s *FileStore) DeleteNetwork(name string) error
- func (s *FileStore) GetNetwork(name string) (*network.Network, error)
- func (s *FileStore) GetNetworkPath(name string) string
- func (s *FileStore) GetNetworksPath() string
- func (s *FileStore) ListNetworks() ([]string, error)
- func (s *FileStore) NetworkExists(name string) (bool, error)
- func (s *FileStore) RenameNetwork(currentName, newName string) error
- func (s *FileStore) SaveNetwork(net *network.Network) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type FileStore ¶ added in v0.69.0
type FileStore struct {
// contains filtered or unexported fields
}
func (*FileStore) DeleteNetwork ¶ added in v0.69.0
func (*FileStore) GetNetwork ¶ added in v0.69.0
func (*FileStore) GetNetworkPath ¶ added in v0.69.0
func (*FileStore) GetNetworksPath ¶ added in v0.69.0
func (*FileStore) ListNetworks ¶ added in v0.69.0
func (*FileStore) NetworkExists ¶ added in v0.69.0
func (*FileStore) RenameNetwork ¶ added in v0.69.0
Click to show internal directories.
Click to hide internal directories.