Complete artifact binary transfer streaming

This commit is contained in:
npc0-hue
2026-09-03 13:27:22 +08:00
parent fe09d21a56
commit ec2462a312
8 changed files with 178 additions and 35 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ type ArtifactChunkUploadRequest struct {
Offset int64 `json:"offset"`
SizeBytes int `json:"sizeBytes"`
Checksum string `json:"checksum"`
Payload []byte `json:"payload"`
Payload []byte `json:"-"`
}
type ArtifactChunkUploadResponse struct {