Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
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 DependencySetSource depset.DependencySetSource // MockRun runs the service with a mock backend MockRun bool // SynchronousProcessors disables background-workers, // requiring manual triggers for the backend to process anything. SynchronousProcessors bool L2RPCs []string Datadir string }
Click to show internal directories.
Click to hide internal directories.