Documentation
¶
Index ¶
Constants ¶
View Source
const Path = "/.well-known/status"
Variables ¶
View Source
var ( Healthy = Status{Status: CodeHealthy} Unhealthy = Status{Status: CodeUnhealthy} HealthyHandler Handler = func() Status { return Healthy } )
Functions ¶
func AddHandler ¶
func AddHandler(h Handler)
Types ¶
Click to show internal directories.
Click to hide internal directories.