Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Module includes the providers (gin engine and api router) and the registers. Module = fx.Options( fx.Provide( newEngine, newAPIRouter, ), handlerModule, fx.Provide(func() prometheus.Registerer { return controllermetrics.Registry }), fx.Invoke(metrics.NewChaosDashboardMetricsCollector), fx.Invoke(register), ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.