Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
type HealthChecker struct { ioc.ObjectImpl ioc_health.HealthCheck Service healthgrpc.HealthServer `ioc:"autowire=true;namespace=controllers"` // contains filtered or unexported fields }
func (*HealthChecker) HealthHandleFunc ¶
func (h *HealthChecker) HealthHandleFunc(c *gin.Context)
func (*HealthChecker) Init ¶
func (h *HealthChecker) Init() error
func (*HealthChecker) Meta ¶
func (h *HealthChecker) Meta() ioc.ObjectMeta
func (*HealthChecker) Name ¶
func (h *HealthChecker) Name() string
func (*HealthChecker) Registry ¶
func (h *HealthChecker) Registry(r gin.IRouter)
Click to show internal directories.
Click to hide internal directories.