package
Version:
v0.0.0-...-83adff0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
TypeForBangumi = 1
TypeForMovie = 2
TypeForDocumentary = 3
)
type BangumiEpisode struct {
EpID int64 `json:"episodeId"`
AID int64 `json:"avId"`
SeasonID int64 `json:"seasonId"`
CID int64 `json:"danmaku"`
Status int8 `json:"isDelete"`
}
type Documentary struct {
EpID int64 `json:"id"`
SeasonID int64
AID int64 `json:"aid"`
CID int64 `json:"cid"`
Status int8 `json:"is_delete"`
}
type MovieEpisode struct {
EpID int64 `json:"id"`
SeasonID int64 `json:"movieSeasonId"`
AID int64 `json:"aid"`
CID int64 `json:"cid"`
Status int8 `json:"status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.