working commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user