eagle

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Image

type Image struct {
	ID               string   `json:"id"`
	Name             string   `json:"name"`
	Size             int64    `json:"size"`
	BTime            int64    `json:"btime"`
	MTime            int64    `json:"mtime"`
	Ext              string   `json:"ext"`
	Tags             []string `json:"tags"`
	Folders          []string `json:"folders"`
	IsDeleted        bool     `json:"isDeleted"`
	URL              string   `json:"url"`
	Annotation       string   `json:"annotation"`
	ModificationTime int64    `json:"modificationTime"`
	Star             int      `json:"star,omitempty"`
	NoThumbnail      bool     `json:"noThumbnail"`
	Width            int      `json:"width"`
	Height           int      `json:"height"`
	Palettes         []string `json:"palettes"`
	LastModified     int64    `json:"lastModified"`
}

type Pack

type Pack struct {
	Images []Image `json:"images"`
}

Jump to

Keyboard shortcuts

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