Documentation
¶
Index ¶
Constants ¶
View Source
const ( CurrentVersion = "v1.5.2" RepoAddr = "https://github.com/AmbitiousJun/go-emby2alist" )
View Source
const ( Reg_Socket = `(?i)^/.*(socket|embywebsocket)` Reg_PlaybackInfo = `(?i)^/.*items/.*/playbackinfo\??` Reg_PlayingStopped = `(?i)^/.*sessions/playing/stopped` Reg_PlayingProgress = `(?i)^/.*sessions/playing/progress` Reg_UserItems = `(?i)^/.*users/.*/items/\d+($|\?)` Reg_UserEpisodeItems = `(?i)^/.*users/.*/items\?.*includeitemtypes=(episode|movie)` Reg_UserItemsRandomResort = `(?i)^/.*users/.*/items\?.*SortBy=Random` Reg_UserItemsRandomWithLimit = `(?i)^/.*users/.*/items/with_limit\?.*SortBy=Random` Reg_UserPlayedItems = `(?i)^/.*users/.*/playeditems/(\d+)($|\?|/.*)?` Reg_ShowEpisodes = `(?i)^/.*shows/.*/episodes\??` Reg_VideoSubtitles = `(?i)^/.*videos/.*/subtitles` Reg_ResourceStream = `(?i)^/.*(videos|audio)/.*/(stream|universal)(\.\w+)?\??` Reg_ResourceMaster = `(?i)^/.*(videos|audio)/.*/(master)(\.\w+)?\??` Reg_ResourceMain = `(?i)^/.*(videos|audio)/.*/main.m3u8\??` Reg_ProxyPlaylist = `(?i)^/.*videos/proxy_playlist\??` Reg_ProxyTs = `(?i)^/.*videos/proxy_ts\??` Reg_ProxySubtitle = `(?i)^/.*videos/proxy_subtitle\??` Reg_ItemDownload = `(?i)^/.*items/\d+/download($|\?)` Reg_ItemSyncDownload = `(?i)^/.*sync/jobitems/\d+/file($|\?)` Reg_Images = `(?i)^/.*images` Reg_VideoModWebDefined = `(?i)^/web/modules/htmlvideoplayer/plugin.js` Reg_Proxy2Origin = `^/$|(?i)^.*(/web|/users|/artists|/genres|/similar|/shows|/system|/remote|/scheduledtasks)` Reg_All = `.*` )
View Source
const (
RouteSubMatchGinKey = "routeSubMatches" // 路由匹配成功时, 会将匹配的正则结果存放到 Gin 上下文
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.