top

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Anime

type Anime struct {
	Rank      int       `json:"rank"`
	Title     string    `json:"title"`
	Image     string    `json:"image"`
	ID        int       `json:"id"`
	Type      string    `json:"type"`
	Episode   int       `json:"episode"`
	StartDate time.Time `json:"startDate"`
	EndDate   time.Time `json:"endDate"`
	Member    int       `json:"member"`
	Score     float64   `json:"score"`
}

Anime represents the main model for MyAnimeList top anime list.

type Character

type Character struct {
	Rank         int       `json:"rank"`
	ID           int       `json:"id"`
	Name         string    `json:"name"`
	JapaneseName string    `json:"japaneseName"`
	Image        string    `json:"image"`
	Favorite     int       `json:"favorite"`
	Animeography []Ography `json:"animeography"`
	Mangaography []Ography `json:"mangaography"`
}

Character represents the main model for MyAnimeList top character list.

type Manga

type Manga struct {
	Rank      int       `json:"rank"`
	Title     string    `json:"title"`
	Image     string    `json:"image"`
	ID        int       `json:"id"`
	Type      string    `json:"type"`
	Volume    int       `json:"volume"`
	StartDate time.Time `json:"startDate"`
	EndDate   time.Time `json:"endDate"`
	Member    int       `json:"member"`
	Score     float64   `json:"score"`
}

Manga represents the main model for MyAnimeList top manga list.

type Ography

type Ography struct {
	ID    int    `json:"id"`
	Title string `json:"title"`
}

Ography represents simple anime & manga ography model.

type People

type People struct {
	Rank         int       `json:"rank"`
	ID           int       `json:"id"`
	Name         string    `json:"name"`
	JapaneseName string    `json:"japaneseName"`
	Image        string    `json:"image"`
	Birthday     time.Time `json:"birthday"`
	Favorite     int       `json:"favorite"`
}

People represents the main model for MyAnimeList top people list.

Jump to

Keyboard shortcuts

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