Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bartmeuris/progressio
/ types & classes
Types & classes
10 in github.com/bartmeuris/progressio
⨍
Functions
38
◇
Types & classes
10
↓ 2 callers
TypeAlias
SecondFormatter
SecondFormatter represents a duration in seconds
durationformatter.go:7
Struct
Progress
Progress is the object sent back over the progress channel.
progress.go:76
Struct
ProgressReader
ProgressReader is a struct representing an io.ReaderCloser, which sends back progress feedback over a channel
progressreader.go:11
Struct
ProgressWriter
ProgressWriter is a struct representing an io.WriterCloser, which sends back progress feedback over a channel
progresswriter.go:15
Struct
SizeSystem
SizeSystem is a structure representing a unit standard
byteformatter.go:85
Struct
args
byteformatter_test.go:15
Struct
ioProgress
progress.go:87
Struct
nopWriteCloser
Copy functionality of ioutil.NopCloser, but for Writers
progresswriter.go:6
Struct
throttleReader
examples_test.go:30
Struct
throttleWriter
examples_test.go:14