format FileStore
This commit is contained in:
parent
f513d02938
commit
99ca34e1ce
|
@ -7,9 +7,9 @@ import (
|
||||||
type MetaData map[string]string
|
type MetaData map[string]string
|
||||||
|
|
||||||
type FileInfo struct {
|
type FileInfo struct {
|
||||||
Id string
|
Id string
|
||||||
// Total file size in bytes specified in the NewUpload call
|
// Total file size in bytes specified in the NewUpload call
|
||||||
Size int64
|
Size int64
|
||||||
// Offset in bytes (zero-based)
|
// Offset in bytes (zero-based)
|
||||||
Offset int64
|
Offset int64
|
||||||
MetaData MetaData
|
MetaData MetaData
|
||||||
|
|
Loading…
Reference in New Issue