pgc

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeForBangumi     = 1
	TypeForMovie       = 2
	TypeForDocumentary = 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Archive

type Archive struct {
	AID      int64
	SeasonID int64
	Tp       int8
	Status   int8
	EpID     int64
	CID      int64
}

type BangumiEpisode

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

type Documentary struct {
	EpID     int64 `json:"id"`
	SeasonID int64
	AID      int64 `json:"aid"`
	CID      int64 `json:"cid"`
	Status   int8  `json:"is_delete"`
}

type MovieEpisode

type MovieEpisode struct {
	EpID     int64 `json:"id"`
	SeasonID int64 `json:"movieSeasonId"`
	AID      int64 `json:"aid"`
	CID      int64 `json:"cid"`
	Status   int8  `json:"status"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL