diff options
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. |