Documentation
¶
Index ¶
- Variables
- func ConsoleLog(...) string
- func EpisodeName(n int, lang Language) string
- func Load(dir string) <-chan []FolderInfo
- func Println(title string, data map[string]struct{})
- func Reanme(in <-chan []FolderInfo) <-chan []FolderInfo
- type FileInfo
- type FolderInfo
- type ImageSize
- type Language
- type LimitedSizeInfo
- type ThumbnailSize
Constants ¶
This section is empty.
Variables ¶
View Source
var LimitedSizeInfoByContentType = map[string]LimitedSizeInfo{ "comic": { Image: ImageSize{Width: 1600, Size: 10485760}, Thumbnail: ThumbnailSize{Width: 500, Size: 51200}, Folder: 62914560, }, "magazine_comic": { Image: ImageSize{Width: 2266, Size: 31457280}, Thumbnail: ThumbnailSize{Width: 500, Size: 51200}, Folder: 62914560, }, }
Functions ¶
func ConsoleLog ¶
func EpisodeName ¶
func Load ¶
func Load(dir string) <-chan []FolderInfo
func Reanme ¶
func Reanme(in <-chan []FolderInfo) <-chan []FolderInfo
Types ¶
type FileInfo ¶
type FolderInfo ¶
type LimitedSizeInfo ¶
type LimitedSizeInfo struct { Folder int64 Image ImageSize Thumbnail ThumbnailSize }
type ThumbnailSize ¶
Click to show internal directories.
Click to hide internal directories.