Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingL2RPC = errors.New("must specify at least one L2 RPC") ErrMissingDatadir = errors.New("must specify datadir") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Version string
LogConfig oplog.CLIConfig
MetricsConfig opmetrics.CLIConfig
PprofConfig oppprof.CLIConfig
RPC oprpc.CLIConfig
// MockRun runs the service with a mock backend
MockRun bool
L2RPCs []string
Datadir string
}
Click to show internal directories.
Click to hide internal directories.