manami

package
v0.0.0-...-3f23c4f Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSoucre

func NewSoucre() *manamiSource

Types

type ManamiAnime

type ManamiAnime struct {
	Sources     []string          `json:"sources"`
	Title       string            `json:"title"`
	Type        string            `json:"type"`
	Episodes    int               `json:"episodes"`
	AnimeSeason ManamiAnimeSeason `json:"animeSeason"`
	Picture     string            `json:"picture"`
	Thumbnail   string            `json:"thumbnail"`
	Synonyms    []string          `json:"synonyms"`
	Relations   []string          `json:"relations"`
	Tags        []string          `json:"tags"`
	Status      string            `json:"status"`
}

type ManamiAnimeSeason

type ManamiAnimeSeason struct {
	Season string `json:"season"`
	Year   *int   `json:"year"`
}

type ManamiLicense

type ManamiLicense struct {
	Name string `json:"name"`
	URL  string `json:"url"`
}

type ManamiRoot

type ManamiRoot struct {
	License    ManamiLicense `json:"license"`
	Repository string        `json:"repository"`
	LastUpdate string        `json:"lastUpdate"`
	Data       []ManamiAnime `json:"data"`
}

Jump to

Keyboard shortcuts

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