cachekeys

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AnimeSeasons       = (KeyPrefix + "anime-seasons")
	AnimeSeasonYears   = (KeyPrefix + "anime-season-years")
	AnimeFormats       = (KeyPrefix + "anime-formats")
	AnimeStatuses      = (KeyPrefix + "anime-statuses")
	AnimeGenres        = (KeyPrefix + "anime-genres")
	AnimeStudios       = (KeyPrefix + "anime-studios")
	AnimeSearchSet     = (KeyPrefix + "anime-search-set")
	AnimeReleaseGroups = (KeyPrefix + "anime-release-groups")

	Simulcasts = (KeyPrefix + "simulcasts")

	Packlist = (KeyPrefix + "packlist")
)
View Source
const (
	// BaseKeyPrefix resembles the cache prefix to be used
	// for distributed systems.
	BaseKeyPrefix = "anime-pack"

	// KeyPrefix resembles the cache prefix to be used
	// for distributed systems.
	KeyPrefix = (BaseKeyPrefix + ":")
)
View Source
const (
	PacklistMutex = (KeyPrefix + "packlist:mutex")
)

Variables

This section is empty.

Functions

func Anime

func Anime(id *int64) string

func AnimeEpisode

func AnimeEpisode(arg params.FilterAnimeEpisodeParams) string

func AnimeMedia

func AnimeMedia(arg params.FilterAnimeMediaParams) string

func Bot

func Bot(name *string) string

func Episode

func Episode(id *int64, name *string) string

func Genre

func Genre(id *int64, name *string) string

func LibraryVideo

func LibraryVideo(arg params.FilterLibraryParams) string

func Quality

func Quality(id, height *int64) string

func ReleaseGroup

func ReleaseGroup(name *string) string

func Runner

func Runner(ident *string) string

func Studio

func Studio(id *int64, name *string) string

func Title

func Title(id *int64, name, seasonNumber *string, year *int) string

func TitleEpisode

func TitleEpisode(id, titleID, episodeID *int64) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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