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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-18 00:36:40 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-18 00:41:43 +0300
commit2b4d6160c40d55cd8e9a7ffad4cc1524c19c4591 (patch)
tree5aea5de12e5cd2582063a521d5d7ec7bd7314b66 /web/service/outbound.go
parent57029b1a402acd3034723e956c76536f1e1ade66 (diff)
minor changes
Diffstat (limited to 'web/service/outbound.go')
-rw-r--r--web/service/outbound.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/service/outbound.go b/web/service/outbound.go
index 244d7a14..05791f69 100644
--- a/web/service/outbound.go
+++ b/web/service/outbound.go
@@ -10,7 +10,6 @@ import (
)
type OutboundService struct {
- xrayApi xray.XrayAPI
}
func (s *OutboundService) AddTraffic(traffics []*xray.Traffic, clientTraffics []*xray.ClientTraffic) (error, bool) {