application

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Servers   servers.Repository
	Instances instances.Repository
	Probes    probes.Repository

	ServerService  *server.Service
	ProbeService   *probe.Service
	FindingService *finding.Service
	MetricService  *monitoring.MetricService
}

func NewApp

func NewApp(
	serversRepo servers.Repository,
	instancesRepo instances.Repository,
	probesRepo probes.Repository,
	serverService *server.Service,
	probeService *probe.Service,
	findingService *finding.Service,
	metrics *monitoring.MetricService,
) *App

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL