//
pkg.gl
Category
github.com/sagernet/tailscale
util
progresstracking
package
1.79.0-mod
Repository:
https://github.com/sagernet/tailscale.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
23 SLOC
#
Functions
NewReader
NewReader wraps the given Reader with a progress tracking Reader that reports progress at the following points: - First read - Every read spaced at least interval since the prior read - Last read.