model

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 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]interface{} `json:"data,omitempty"`
	Date    time.Time              `json:"date,omitempty"`
	Geocode Geocode                `json:"geocode,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) IsZero

func (g Geocode) IsZero() bool

IsZero checks if struct is empty or not

Jump to

Keyboard shortcuts

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