# Functions
FetchConsensusClient fetches a consensus client, instantiating it if required.
FetchExecutionClient fetches an execution client service, instantiating it if required.
FetchRelayClient fetches a relay client service, instantiating it if required.
InitComptrollerDB initialises the comptroller database.
InitExecDB initialises the exec database.
InitMajordomo initialises the majordomo service, for fetching secrets.
LogLevel returns the best log level for the path.
ProcessConcurrency returns the best process concurrency for the path.
ResolvePath resolves a potentially relative path to an absolute path.
Scatter scatters a computation across multiple goroutines, returning a set of per-worker results.
Timeout returns the best timeout for the path.
# Structs
ScatterResult is the result of a single scatter worker.