Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/service/warp.go')
-rw-r--r--web/service/warp.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/service/warp.go b/web/service/warp.go
index ef9e573b..6b048ea6 100644
--- a/web/service/warp.go
+++ b/web/service/warp.go
@@ -12,6 +12,8 @@ import (
"github.com/mhsanaei/3x-ui/v2/util/common"
)
+// WarpService provides business logic for Cloudflare WARP integration.
+// It manages WARP configuration and connectivity settings.
type WarpService struct {
SettingService
}