From 6ced549deaecb42b9bb93ea9efcb4c1bbaabe8a4 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sat, 20 Sep 2025 09:35:50 +0200 Subject: docs: add comments for all functions --- xray/traffic.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xray/traffic.go') diff --git a/xray/traffic.go b/xray/traffic.go index 7b907bae..3547573c 100644 --- a/xray/traffic.go +++ b/xray/traffic.go @@ -1,5 +1,7 @@ package xray +// Traffic represents network traffic statistics for Xray connections. +// It tracks upload and download bytes for inbound or outbound traffic. type Traffic struct { IsInbound bool IsOutbound bool -- cgit v1.2.3