model

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2022 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exif

type Exif struct {
	Data        map[string]any `json:"data,omitempty"`
	Date        time.Time      `json:"date,omitempty"`
	Geocode     Geocode        `json:"geocode,omitempty"`
	Description string         `json:"description,omitempty"`
}

Exif data

func (Exif) IsZero

func (e Exif) IsZero() bool

IsZero checks if struct is empty or not

type Geocode

type Geocode struct {
	Address   map[string]string `json:"address,omitempty"`
	Latitude  float64           `json:"lat,omitempty"`
	Longitude float64           `json:"lon,omitempty"`
}

Geocode data

func (Geocode) HasAddress added in v0.4.0

func (g Geocode) HasAddress() bool

HasAddress checks if struct has address

func (Geocode) HasCoordinates added in v0.4.0

func (g Geocode) HasCoordinates() bool

HasCoordinates checks if struct has coordinates

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL