Documentation ¶
Index ¶
- func ExpandTilde(path string) (string, error)
- func ExtractExtensionFromURL(rawURL string) (string, error)
- func FileExistsAndMatches(filepath string, expectedSize int) bool
- func GenerateFolderName(childName string, date string, albumID int, albumTitle string) (string, error)
- func ParseFrontmatter(content string) (string, string, error)
- func RetryWithBackoff(ctx context.Context, operation func() error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandTilde ¶
func ExtractExtensionFromURL ¶
func FileExistsAndMatches ¶
FileExistsAndMatches checks if a file exists and matches a given size.
func GenerateFolderName ¶
func ParseFrontmatter ¶
ParseFrontmatter returns title and date strings for the album given input string containing frontmatter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.