This commit is contained in:
Josh Soref
2022-02-21 06:40:09 -05:00
committed by GitHub
parent ce851a5929
commit 819de02101
18 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ type BalancerHandler interface {
}
// BalancerStatusHandler is an http Handler that does load-balancing,
// andupdates its parents of its status.
// and updates its parents of its status.
type BalancerStatusHandler interface {
BalancerHandler
StatusUpdater