diff options
author | Wolfy-J <[email protected]> | 2018-06-13 22:24:47 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-13 22:24:47 +0300 |
commit | df4c11fb59b8ffca369f14eededda82884ee4dad (patch) | |
tree | c59b4af544cf11008739313a54b878cc20db793d /service/http/uploads.go | |
parent | 235adef3eef67888e4c391b28cedadfb3f8874e3 (diff) |
more tests + rpc tests
Diffstat (limited to 'service/http/uploads.go')
-rw-r--r-- | service/http/uploads.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/uploads.go b/service/http/uploads.go index beb1a946..f8334c30 100644 --- a/service/http/uploads.go +++ b/service/http/uploads.go @@ -70,7 +70,7 @@ func (u *Uploads) Clear() { // FileUpload represents singular file NewUpload. type FileUpload struct { - // Name contains filename specified by the client. + // ID contains filename specified by the client. Name string `json:"name"` // Mime contains mime-type provided by the client. |