datacache

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataCache

type DataCache interface {
	Add(projectID string, videoID string) error
	Get(ctx context.Context, projectID string) (videoIDs []string, err error)
	Set(projectID string, videoIDs []string) error
	ResolveProjectsForVideo(ctx context.Context, videoID string) (projectIDs []string, err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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