Module progress_jsonl

Module progress_jsonl 

Source
Expand description

Output progress data using the json-lines format. For more information see https://jsonlines.org/.

StructsΒ§

ProgressWriter πŸ”’
ProgressWriterInner πŸ”’
RawProgressFd πŸ”’
SubTaskBytes
An incremental update to e.g. a container image layer download. The first time a given β€œsubtask” name is seen, a new progress bar should be created. If bytes == bytes_total, then the subtask is considered complete.
SubTaskStep
Marks the beginning and end of a dictrete step

EnumsΒ§

Event
An event emitted as JSON.

ConstantsΒ§

API_VERSION πŸ”’
Semantic version of the protocol.
REFRESH_HZ πŸ”’