Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶ added in v0.3.1
type HealthChecker struct {
BaseURL string
}
func (*HealthChecker) IsResponding ¶ added in v0.3.1
func (h *HealthChecker) IsResponding() bool
IsResponding checks if the server is responding
func (*HealthChecker) WaitForReady ¶ added in v0.3.1
func (h *HealthChecker) WaitForReady(timeout time.Duration) error
Click to show internal directories.
Click to hide internal directories.