mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 09:48:32 +02:00
fix(config): failed reload should not start providers in new state
This commit is contained in:
@@ -28,6 +28,7 @@ type State interface {
|
||||
DeleteProvider(key string)
|
||||
IterProviders() iter.Seq2[string, types.RouteProvider]
|
||||
NumProviders() int
|
||||
StartProviders() error
|
||||
}
|
||||
|
||||
// could be nil
|
||||
|
||||
Reference in New Issue
Block a user