model

package
v1.0.1-0...-32d7d0a Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Album

type Album struct {
	Id      uint64
	Images  []Image
	Edges   map[uint64]map[uint64]int
	Expires time.Time
}

type File

type File struct {
	io.Reader

	Size int64
	// contains filtered or unexported fields
}

func NewFile

func NewFile(reader io.Reader, close func() error, size int64) File

func (File) Close

func (f File) Close() error

type Image

type Image struct {
	Id         uint64
	Src        string
	Token      uint64
	Rating     float64
	Compressed bool
}

Jump to

Keyboard shortcuts

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