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