chore: formatting
This commit is contained in:
@@ -21,12 +21,12 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Service struct {
|
type Service struct {
|
||||||
allAnimeClient *allAnimeClient
|
allAnimeClient *allAnimeClient
|
||||||
httpClient *http.Client
|
httpClient *http.Client
|
||||||
sqlDB *sql.DB
|
sqlDB *sql.DB
|
||||||
db db.Querier
|
db db.Querier
|
||||||
proxyTokens *proxyTokenSigner
|
proxyTokens *proxyTokenSigner
|
||||||
proxyHostCache *lru.Cache[string, proxyHostCacheItem]
|
proxyHostCache *lru.Cache[string, proxyHostCacheItem]
|
||||||
showResolution *lru.Cache[int, showResolutionCacheItem]
|
showResolution *lru.Cache[int, showResolutionCacheItem]
|
||||||
playbackDataCache *lru.Cache[string, playbackDataCacheItem]
|
playbackDataCache *lru.Cache[string, playbackDataCacheItem]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user