Documentation ¶ Index ¶ type TransferStats Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TransferStats ¶ type TransferStats struct { Read int64 // total bytes read (from network connection) Written int64 // total bytes written (to network connection) Size int64 // total size of files } Source Files ¶ View all Source files rsyncstats.go Click to show internal directories. Click to hide internal directories.