imgcache

package
v0.0.0-...-1b9946f Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2024 License: Apache-2.0, MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotCached = errors.New("image not cached")

Functions

func MangleKey

func MangleKey(videoID string, t time.Duration) string

Types

type ImgCache

type ImgCache interface {
	GetImage(ctx context.Context, videoID string, t time.Duration) ([]byte, error)
	SetImage(videoID string, t time.Duration, img []byte) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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