Be able to push marked up image back to the server.

This commit is contained in:
2021-12-28 11:27:37 +10:30
parent 35e5a00888
commit 4118866f7b
3 changed files with 34 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ type Upload struct {
UploadedAt time.Time `json:"uploaded_at"`
OriginalFilename string `json:"original_file"` // path on the local disk
MarkedUpFilename string `json:"markedup_file"` // a temporary file, if the user did some markup
TemporaryFileToUpload string // post-watermark, or just original if unwatermarked
webhookURL string