model

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 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 {
	Date        time.Time      `json:"date,omitempty"`
	Data        map[string]any `json:"data,omitempty"`
	Description string         `json:"description,omitempty"`
	Geocode     Geocode        `json:"geocode,omitempty"`
}

Exif data

func (Exif) HasData added in v0.5.0

func (e Exif) HasData() bool

IsZero checks if struct is empty or not

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