model

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2021 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"`
	Date    time.Time              `json:"date"`
	Geocode Geocode                `json:"geocode"`
}

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"`
	Latitude  string            `json:"lat"`
	Longitude string            `json:"lon"`
}

Geocode data

func (Geocode) IsZero

func (g Geocode) IsZero() bool

IsZero checks if struct is empty or not

type StorageItem

type StorageItem struct {
	Date     time.Time `json:"date"`
	Name     string    `json:"name"`
	Pathname string    `json:"pathname"`
	IsDir    bool      `json:"isDir"`
	Size     int64     `json:"size"`
}

StorageItem describe item on a storage provider

Jump to

Keyboard shortcuts

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