working commit

This commit is contained in:
2026-02-20 19:08:26 +02:00
parent f973293315
commit 3220e2d78f
32 changed files with 195 additions and 213 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ import (
"net/http"
"strconv"
"mstore/pkg/uuid"
"mstore/pkg/auxid"
)
type BlobExistsParams struct {
@@ -73,7 +73,7 @@ type PostUploadParams struct {
From string
}
type PostUploadResult struct {
DockerUploadUUID uuid.UUID
DockerUploadUUID uint64
Location string
ContentLength string
}