package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Apr 5, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Breaker struct {
Down int32
}
Breaker represents circut breaker
New creates a new circut breaker
FlagDown flags connection Down
FlagUp flags resource down
IsUp returns true if resource is up
type Prober interface {
Probe()
}
Prober represents abstraction to check if service is up
Source Files
¶
Click to show internal directories.
Click to hide internal directories.