simple_node_set

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 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 Input

type Input struct {
	Nodes        int             `toml:"nodes" validate:"required"`
	OverrideMode string          `toml:"override_mode" validate:"required,oneof=all each"`
	NodeSpecs    []*clnode.Input `toml:"node_specs"`
	Out          *Output         `toml:"out"`
}

type Output

type Output struct {
	UseCache bool             `toml:"use_cache"`
	CLNodes  []*clnode.Output `toml:"cl_nodes"`
}

func NewNodeSet

func NewNodeSet(in *Input, bcOut *blockchain.Output, fakeUrl string) (*Output, error)

TODO: it seems we can use one DB for now TODO: remove

func NewSharedDBNodeSet

func NewSharedDBNodeSet(in *Input, bcOut *blockchain.Output, fakeUrl string) (*Output, error)

Jump to

Keyboard shortcuts

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