//
pkg.gl
Category
github.com/diamondburned/gotktrix
internal
components
progress
package
0.1.4
Repository:
https://github.com/diamondburned/gotktrix.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
2
Files
185 SLOC
#
Functions
Download
Download is a helper function that downloads the resource at the given URL into the path at the given dst.
NewBar
NewBar creates a new progress bar.
WrapReader
WrapReader wraps the given io.Reader to also update the given Bar.
#
Structs
Bar
Bar describes a progress bar.
Reader
Reader wraps a progress bar and implements io.Reader.