mirror of
https://github.com/XIU2/CloudflareSpeedTest.git
synced 2026-03-05 05:59:46 +08:00
rebuild tcping
This commit is contained in:
9
utils/progress.go
Normal file
9
utils/progress.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package utils
|
||||
|
||||
type ProgressEvent int
|
||||
|
||||
const (
|
||||
NoAvailableIPFound ProgressEvent = iota
|
||||
AvailableIPFound
|
||||
NormalPing
|
||||
)
|
||||
Reference in New Issue
Block a user