Documentation
¶
Overview ¶
Package management provides core management interfaces and types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPHandler ¶
type HTTPHandler interface {
RoutesInfos() RoutesInfo
}
HTTPHandler is an interface for components that provide management HTTP routes.
type RoutesInfoWrapper ¶
type RoutesInfoWrapper struct {
// contains filtered or unexported fields
}
RoutesInfoWrapper wraps ManagementRoutesInfo to implement ManagementHTTPHandler.
func NewRoutesInfoWrapper ¶
func NewRoutesInfoWrapper(routesInfo RoutesInfo) *RoutesInfoWrapper
NewRoutesInfoWrapper creates a new ManagementRoutesInfoWrapper.
func (*RoutesInfoWrapper) RoutesInfos ¶
func (w *RoutesInfoWrapper) RoutesInfos() RoutesInfo
RoutesInfos returns the wrapped management routes.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package healthcheck provides health and readiness check functionality.
|
Package healthcheck provides health and readiness check functionality. |
|
Package observability provides observability features for the application.
|
Package observability provides observability features for the application. |
Click to show internal directories.
Click to hide internal directories.