Documentation ¶
Index ¶
Constants ¶
View Source
const ( RelationSequel = "SEQUEL" RelationPrequel = "PREQUEL" RelationAlternativeSetting = "ALTERNATIVE_SETTING" RelationAlternativeVersion = "ALTERNATIVE_VERSION" RelationSideStory = "SIDE_STORY" RelationParentStory = "PARENT_STORY" RelationSummary = "SUMMARY" RelationFullStory = "FULL_STORY" RelationSpinOff = "SPIN_OFF" RelationAdaptation = "ADAPTATION" RelationCharacter = "CHARACTER" RelationOther = "OTHER" )
Available manga relation.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlternativeTitle ¶
AlternativeTitle is entity for alternative title.
type Manga ¶
type Manga struct { ID int64 Title string AlternativeTitles AlternativeTitle Picture string StartDate Date EndDate Date Synopsis string Background string NSFW bool Type Type Status Status Chapter int Volume int Mean float64 Rank int Popularity int Member int Voter int Genres []Genre Pictures []string Related []Related Authors []Author Serialization []Magazine UpdatedAt time.Time }
Manga is entity for manga.
Click to show internal directories.
Click to hide internal directories.