package
Version:
v0.3.3
Opens a new window with list of versions in this module.
Published: Mar 7, 2022
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,omitempty"`
Date time.Time `json:"date,omitempty"`
Geocode Geocode `json:"geocode,omitempty"`
Description string `json:"description,omitempty"`
}
Exif data
IsZero checks if struct is empty or not
type Geocode struct {
Address map[string]string `json:"address,omitempty"`
Latitude float64 `json:"lat,omitempty"`
Longitude float64 `json:"lon,omitempty"`
}
Geocode data
IsZero checks if struct is empty or not
Source Files
¶
Click to show internal directories.
Click to hide internal directories.