package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Nov 14, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Exif struct {
Data map[string]interface{} `json:"data"`
Date time.Time `json:"date"`
Geocode Geocode `json:"geocode"`
}
Exif data
IsZero checks if struct is empty or not
type Geocode struct {
Address map[string]string `json:"address"`
Latitude string `json:"lat"`
Longitude string `json:"lon"`
}
Geocode data
IsZero checks if struct is empty or not
type StorageItem struct {
Date time.Time `json:"date"`
Name string `json:"name"`
Pathname string `json:"pathname"`
IsDir bool `json:"isDir"`
Size int64 `json:"size"`
}
StorageItem describe item on a storage provider
Source Files
¶
Click to show internal directories.
Click to hide internal directories.