quantize progress

This commit is contained in:
Josh Yan
2024-07-31 10:48:18 -07:00
parent 93ea9240ae
commit de9b21b472
6 changed files with 1346 additions and 7 deletions

View File

@@ -370,6 +370,7 @@ type ProgressResponse struct {
Digest string `json:"digest,omitempty"`
Total int64 `json:"total,omitempty"`
Completed int64 `json:"completed,omitempty"`
Type string `json:"quantize,omitempty"`
}
// PushRequest is the request passed to [Client.Push].