producer

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 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 {
	ID        int             `json:"id"`
	Image     string          `json:"image"`
	Title     string          `json:"title"`
	Genres    []Genre         `json:"genres"`
	Synopsis  string          `json:"synopsis"`
	Source    string          `json:"source"`
	Producers []common.IDName `json:"producers"`
	Episode   int             `json:"episode"`
	Licensors []string        `json:"licensors"`
	Type      string          `json:"type"`
	StartDate string          `json:"startDate"`
	Member    int             `json:"member"`
	Score     float64         `json:"score"`
}

Anime represents the main model for MyAnimeList producer/studio/licensor's anime list.

type Genre

type Genre struct {
	ID   int    `json:"id"`
	Name string `json:"name"`
	Type string `json:"type"`
}

Genre represents genre simple model.

type Producer

type Producer struct {
	ID    int    `json:"id"`
	Name  string `json:"name"`
	Count int    `json:"count"`
}

Producer represents producer/studio/licensor simple model with its anime count.

Jump to

Keyboard shortcuts

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