Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DashboardYielder ¶
type DashboardYielder interface { GetPort() (portNumber uint, useTLS bool) HealthChecker }
DashboardYielder defines a type that can yield a dashboard.
type HealthChecker ¶
type HealthChecker interface {
HealthCheck() bool
}
HealthChecker defines a type that can be used to perform a health check.
Click to show internal directories.
Click to hide internal directories.