Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LivenessObserver ¶
type LivenessObserver struct {
*subscriber.Observer
}
LivenessObserver for HTTP.
type ReadinessObserver ¶
type ReadinessObserver struct {
*subscriber.Observer
}
ReadinessObserver for HTTP.
type RegisterParams ¶ added in v1.66.0
type RegisterParams struct { fx.In Mux *http.ServeMux Health *HealthObserver Liveness *LivenessObserver Readiness *ReadinessObserver Content *content.Content }
RegisterParams health for HTTP.
Click to show internal directories.
Click to hide internal directories.