Discover Packages
github.com/ViBiOh/exas
pkg
model
package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Feb 26, 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
Documentation
¶
type Exif struct {
Data map[string ]interface{} `json:"data,omitempty"`
Date time .Time `json:"date,omitempty"`
Geocode Geocode `json:"geocode,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.