Documentation ¶
Index ¶
- Variables
- func CheckFileExists(path string) bool
- func CheckIsPDF(path string) bool
- func CheckMimeType(path string) (string, error)
- func ConvertExiftoolDate(dateString string) (time.Time, error)
- func EnsurePathExists(path string) error
- func GetFileSize(filepath string) (int64, error)
- func GetPDFMetadata(path string) (exiftool.FileMetadata, error)
- func InitiateExiftool() error
- func SHA1HashForFile(path string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var EXIFTOOL *exiftool.Exiftool
Functions ¶
func CheckFileExists ¶
func CheckIsPDF ¶
func CheckMimeType ¶
func EnsurePathExists ¶
func GetFileSize ¶
func GetPDFMetadata ¶
func InitiateExiftool ¶
func InitiateExiftool() error
func SHA1HashForFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.