Skip to content

Commit

Permalink
add bytestransferred
Browse files Browse the repository at this point in the history
  • Loading branch information
pathuang-sia committed Mar 8, 2022
1 parent eae6cdb commit dcb47f5
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 91 deletions.
187 changes: 98 additions & 89 deletions rpc/common/moc_common_common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions rpc/common/moc_common_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ message ProvisionStatus {

message DownloadStatus {
int64 progress = 1;
string state = 2;
Error errorDetails = 3;
string bytesTransferred = 2;
string state = 3;
Error errorDetails = 4;
}

message Health {
Expand Down

0 comments on commit dcb47f5

Please sign in to comment.