Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "vega-monitoring",
Short: "",
Long: ``,
}
Functions ¶
Types ¶
type AllServices ¶
type AllServices struct { Config *config.Config Log *logging.Logger StoreService *services.StoreService ReadService *read.ReadService UpdateService *update.UpdateService PrometheusService *prometheus.PrometheusService NodeScannerService *nodescanner.NodeScannerService MetaMonitoringStatusService *metamonitoring.MetaMonitoringStatusService EthereumNodeScannerService *ethnodescanner.EthNodeScannerService }
func SetupServices ¶
func SetupServices(configFilePath string, forceDebug bool) (svc AllServices, err error)
Click to show internal directories.
Click to hide internal directories.