mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
upload result changes to the right output variable
This commit is contained in:
parent
039ad101b1
commit
4b5adc60b4
|
@ -32,7 +32,7 @@ type FilePart struct {
|
||||||
|
|
||||||
type SubmitResult struct {
|
type SubmitResult struct {
|
||||||
FileName string `json:"fileName,omitempty"`
|
FileName string `json:"fileName,omitempty"`
|
||||||
FileUrl string `json:"fileUrl,omitempty"`
|
FileUrl string `json:"url,omitempty"`
|
||||||
Fid string `json:"fid,omitempty"`
|
Fid string `json:"fid,omitempty"`
|
||||||
Size uint32 `json:"size,omitempty"`
|
Size uint32 `json:"size,omitempty"`
|
||||||
Error string `json:"error,omitempty"`
|
Error string `json:"error,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue