internal/checker+gui: remove voice-srv test (Discord doesn't expose regional voice servers via public DNS)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ type Config struct {
|
||||
// for them on the "check:result" event. Mirrors checker.Result but with
|
||||
// Duration converted to milliseconds (int) for the JS side.
|
||||
type CheckResult struct {
|
||||
ID string `json:"id"` // tcp / greet / auth / connect / udp / voice-quality / voice-srv / api
|
||||
ID string `json:"id"` // tcp / greet / auth / connect / udp / voice-quality / api
|
||||
Status string `json:"status"` // running | passed | warn | failed | skipped
|
||||
Metric string `json:"metric,omitempty"`
|
||||
Error string `json:"error,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user