5 lines
122 B
Go
5 lines
122 B
Go
|
package application
|
||
|
|
||
|
// Configures and starts Prometheus data fetching goroutine.
|
||
|
func (a *Application) startFetcher() {}
|