package
Version:
v1.2.6
Opens a new window with list of versions in this module.
Published: Jan 28, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
Name string `json:"name"`
NameOrig string `json:"name_orig"`
Ext string `json:"ext"`
MIME string `json:"mime"`
Size int64 `json:"size"`
Path []string `json:"path"`
Tags []string `json:"tags"`
}
type PlayList struct {
Content []Item `json:"content"`
Torr *torrent.Torrent `json:"-"`
Whitelist map[string]struct{} `json:"-"`
IgnoreTags map[string]struct{} `json:"-"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.