package
Version:
v2.2.0
Opens a new window with list of versions in this module.
Published: Jul 7, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package healthy 提供健康检查处理器(Handler)的全局注册表。
各组件可在初始化时通过 Register 注册自己的健康检查逻辑,
健康检查端点再通过 List/Get 汇总并执行这些 Handler。
Register 注册一个健康检查 Handler。name 与 r 均不可为空,
且 name 不可重复注册,否则触发 panic。
Handler 是单个健康检查的处理函数,返回 error 表示不健康。
Get 返回指定名称的健康检查 Handler,不存在时返回 nil。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.