# Functions
DeleteFile wrapper for os.Remove.
DownloadMemeScrapingResultMedia is a function to download meme media from scraping result.
Dump to json using json marshal.
GenerateID generates a random ID using "github.com/google/uuid" and removes the "-" from the string.
GenerateUniqueName generate unique name using GenerateID and time.Now().Format(time.RFC3339).
LogIfError log error if error is not nil.
MultipartFileSaver save multipart file to given path.
ReadFileMetadata read file metadata from multipart file header.
WrapCloser wrap closer.
# Structs
FileMetadata is a struct that contains file metadata.