diff options
Diffstat (limited to 'web/service/outbound.go')
| -rw-r--r-- | web/service/outbound.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/service/outbound.go b/web/service/outbound.go index 05791f69..685ac422 100644 --- a/web/service/outbound.go +++ b/web/service/outbound.go @@ -9,8 +9,7 @@ import ( "gorm.io/gorm" ) -type OutboundService struct { -} +type OutboundService struct{} func (s *OutboundService) AddTraffic(traffics []*xray.Traffic, clientTraffics []*xray.ClientTraffic) (error, bool) { var err error |
