image

package
v0.0.0-...-98f4190 Latest Latest
Warning

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

Go to latest
Published: May 19, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = errors.New("image not found")

Functions

This section is empty.

Types

type Hash

type Hash struct {
	AHash string
	DHash string
	PHash string
}

type ID

type ID string

type Image

type Image struct {
	ID        ID
	FileLink  file.Link
	Width     uint
	Height    uint
	Hash      Hash
	Sizes     []Size
	CreatedAt time.Time
}

type Size

type Size struct {
	Width    uint
	Height   uint
	FileLink file.Link
}

Directories

Path Synopsis
storage

Jump to

Keyboard shortcuts

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