diff --git a/app/handlers/converter/file/file.go b/app/handlers/converter/file/file.go index ef8c861a..c7c12156 100644 --- a/app/handlers/converter/file/file.go +++ b/app/handlers/converter/file/file.go @@ -14,7 +14,9 @@ import ( // File represents a file which has been created // from a request. type File struct { + // Type is the kind of file. Type Type + // Path is the file path. Path string }