chore(updater): shared not enough servers error
This commit is contained in:
5
internal/provider/common/updater.go
Normal file
5
internal/provider/common/updater.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNotEnoughServers = errors.New("not enough servers found")
|
||||
Reference in New Issue
Block a user