v1

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

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

type Store

type Store struct {
	// contains filtered or unexported fields
}

func InitialiseStore

func InitialiseStore(vegaPaths paths.Paths) (*Store, error)

func (*Store) DeleteNetwork added in v0.11.0

func (s *Store) DeleteNetwork(name string) error

func (*Store) GetNetwork

func (s *Store) GetNetwork(name string) (*network.Network, error)

func (*Store) GetNetworkPath

func (s *Store) GetNetworkPath(name string) string

func (*Store) GetNetworksPath

func (s *Store) GetNetworksPath() string

func (*Store) ListNetworks

func (s *Store) ListNetworks() ([]string, error)

func (*Store) NetworkExists

func (s *Store) NetworkExists(name string) (bool, error)

func (*Store) SaveNetwork

func (s *Store) SaveNetwork(net *network.Network) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL