mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 01:38:30 +02:00
fixed loadbalancer with idlewatcher, fixed reload issue
This commit is contained in:
@@ -10,5 +10,5 @@ import (
|
||||
type Event = events.Event
|
||||
|
||||
type Watcher interface {
|
||||
Events(ctx context.Context) (<-chan Event, <-chan E.NestedError)
|
||||
Events(ctx context.Context) (<-chan Event, <-chan E.Error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user