Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheck ¶
type HealthCheck struct { }
HealthCheck is the struct defines provider health check
func (*HealthCheck) HighwayCheck ¶
HighwayCheck returns status OK and self serviceName
func (*HealthCheck) RestCheck ¶
func (hc *HealthCheck) RestCheck(ctx *rf.Context)
RestCheck returns status OK and self serviceName
func (*HealthCheck) URLPatterns ¶
func (hc *HealthCheck) URLPatterns() []rf.Route
URLPatterns returns HealthCheck's routes
Click to show internal directories.
Click to hide internal directories.