Documentation ¶
Index ¶
- Constants
- func Anime(id *int64) string
- func AnimeEpisode(arg params.FilterAnimeEpisodeParams) string
- func AnimeMedia(arg params.FilterAnimeMediaParams) string
- func Bot(name *string) string
- func Episode(id *int64, name *string) string
- func Genre(id *int64, name *string) string
- func LibraryVideo(arg params.FilterLibraryParams) string
- func Quality(id, height *int64) string
- func ReleaseGroup(name *string) string
- func Runner(ident *string) string
- func Studio(id *int64, name *string) string
- func Title(id *int64, name, seasonNumber *string, year *int) string
- func TitleEpisode(id, titleID, episodeID *int64) string
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 AnimeEpisode ¶
func AnimeEpisode(arg params.FilterAnimeEpisodeParams) string
func AnimeMedia ¶
func AnimeMedia(arg params.FilterAnimeMediaParams) string
func LibraryVideo ¶
func LibraryVideo(arg params.FilterLibraryParams) string
func ReleaseGroup ¶
func TitleEpisode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.