Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheckables ¶
type HealthCheckables map[string]HealthCheckable
type HealthService ¶
type HealthService struct {
// contains filtered or unexported fields
}
func NewHealthService ¶
func NewHealthService(checkables HealthCheckables) *HealthService
type Providers ¶
type Providers map[string]StatisticProvider
type StatisticProvider ¶
type StatisticsService ¶
type StatisticsService struct {
// contains filtered or unexported fields
}
func NewStatisticsService ¶
func NewStatisticsService(checkables Providers) *StatisticsService
Click to show internal directories.
Click to hide internal directories.