chore: clean up internal interface definitions

This commit is contained in:
wwqgtxx
2025-12-03 11:08:16 +08:00
parent fdb7cb1f58
commit 9df8392c65
8 changed files with 63 additions and 60 deletions

View File

@@ -139,11 +139,6 @@ type ProxyAdapter interface {
Close() error
}
type Group interface {
URLTest(ctx context.Context, url string, expectedStatus utils.IntRanges[uint16]) (mp map[string]uint16, err error)
Touch()
}
type DelayHistory struct {
Time time.Time `json:"time"`
Delay uint16 `json:"delay"`