mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 08:48:32 +02:00
api: enrich provider statistifcs
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"github.com/yusing/go-proxy/internal/task"
|
||||
U "github.com/yusing/go-proxy/internal/utils"
|
||||
F "github.com/yusing/go-proxy/internal/utils/functional"
|
||||
"github.com/yusing/go-proxy/internal/watcher/health"
|
||||
)
|
||||
|
||||
type (
|
||||
@@ -28,6 +29,7 @@ type (
|
||||
task.TaskFinisher
|
||||
String() string
|
||||
TargetURL() url.URL
|
||||
Health() health.Status
|
||||
}
|
||||
RawEntry = types.RawEntry
|
||||
RawEntries = types.RawEntries
|
||||
|
||||
Reference in New Issue
Block a user