mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-14 07:03:09 +00:00
docs: add comments for all functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user