Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SubjectTypeString ¶
Types ¶
type CharacterIDType ¶
type CharacterIDType = uint32
type EpTypeType ¶
type EpTypeType = int16
type Episode ¶
type Episode struct { Airdate string Name string NameCN string Duration string Description string Ep float32 SubjectID SubjectIDType Sort float32 Comment uint32 ID EpisodeIDType Type EpTypeType Disc uint8 }
type EpisodeIDType ¶
type EpisodeIDType = uint32
type IndexIDType ¶
type IndexIDType = uint32
type PersonIDType ¶
type PersonIDType = uint32
type Platform ¶
type RevisionTypeType ¶
type RevisionTypeType = uint8
type Subject ¶
type Subject struct { Image string Summary string Name string Date string // first release date NameCN string Infobox string CompatRawTags []byte // compat field for old tags OnHold uint32 Dropped uint32 Volumes uint32 Eps uint32 Wish uint32 Collect uint32 Doing uint32 ID uint32 PlatformID uint16 TypeID SubjectType Ban uint8 Airtime uint8 // air weekday, start from NSFW bool Rating Rating Redirect uint32 }
type SubjectIDType ¶
type SubjectIDType = uint32 // in case we need future change, but I guess not...
type SubjectType ¶
type SubjectType = uint8
const ( SubjectBook SubjectType = iota + 1 SubjectAnime SubjectMusic SubjectGame SubjectReal )
Click to show internal directories.
Click to hide internal directories.