Versions in this module Expand all Collapse all v1 v1.0.0 Sep 1, 2024 Changes in this version + type FileWriter struct + func New(dir, templateFile, filenameTemplate, downloadMedia string) (FileWriter, error) + func (f *FileWriter) Write(post *client.Post) error + type FilenameDate struct + Day string + Month string + Year int + type FilenameTemplateContext struct + Date FilenameDate + Post *client.Post + type PostFile struct + Dir string + File *os.File + Name string + type TemplateContext struct + Post *client.Post