thumbcache

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ThumbCache

type ThumbCache interface {
	Has(ctx context.Context, videoID string) (bool, error)
	Del(videoID string) error
	Set(videoID string, r io.Reader) error
	Get(ctx context.Context, videoID string, w io.Writer) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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