Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkState ¶
type NetworkState struct { Config *config.Config GeneratedServices *types.GeneratedServices RunningJobs *types.NetworkJobs VegaChainID string }
func LoadNetworkState ¶
func LoadNetworkState(networkDir string) (*NetworkState, error)
func (*NetworkState) Empty ¶
func (ns *NetworkState) Empty() bool
func (NetworkState) Persist ¶
func (ns NetworkState) Persist() error
func (*NetworkState) Running ¶
func (ns *NetworkState) Running() bool
Click to show internal directories.
Click to hide internal directories.