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/outbound.go')
-rw-r--r--web/service/outbound.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/service/outbound.go b/web/service/outbound.go
index 94a8f0b3..530d12eb 100644
--- a/web/service/outbound.go
+++ b/web/service/outbound.go
@@ -9,6 +9,8 @@ import (
"gorm.io/gorm"
)
+// OutboundService provides business logic for managing Xray outbound configurations.
+// It handles outbound traffic monitoring and statistics.
type OutboundService struct{}
func (s *OutboundService) AddTraffic(traffics []*xray.Traffic, clientTraffics []*xray.ClientTraffic) (error, bool) {