diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-03-30 13:26:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-03-30 13:26:44 -0700 |
| commit | 51fafdb5255bbc874470d423bb0070d37f7520f7 (patch) | |
| tree | b1d1fc5bdefd095dc37152216e98748af6f36ad1 /go/operation | |
| parent | 2861275fb67112cb2fe51521b5052c3f1a98414d (diff) | |
| download | seaweedfs-51fafdb5255bbc874470d423bb0070d37f7520f7.tar.xz seaweedfs-51fafdb5255bbc874470d423bb0070d37f7520f7.zip | |
more robust filer
Diffstat (limited to 'go/operation')
| -rw-r--r-- | go/operation/upload_content.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go/operation/upload_content.go b/go/operation/upload_content.go index 10e9db315..646df6886 100644 --- a/go/operation/upload_content.go +++ b/go/operation/upload_content.go @@ -17,6 +17,7 @@ import ( ) type UploadResult struct { + Name string Size int Error string } |
