package
Version:
v0.0.0-...-d124ba8
Opens a new window with list of versions in this module.
Published: Nov 19, 2019
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DirectoryFile struct {
Name string `json:"name"`
}
type DirectoryListing struct {
Files []DirectoryFile `json:"files"`
}
type FileMeta struct {
Name string `json:"name"`
Size int64 `json:"size"`
ContentType string `json:"content_type"`
}
ImageFileMeta Extends FileMeta with a [string]string map for EXIF attributes
ForFile get meta data for file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.