top

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnimeParser

type AnimeParser struct {
	parser.BaseParser
	StringType string
	Type       int
	Page       int
	Data       []model.Anime
}

AnimeParser is parser for MyAnimeList top anime list. Example: https://myanimelist.net/topanime.php

func InitAnimeParser

func InitAnimeParser(params ...int) (anime AnimeParser, err error)

InitAnimeParser to initiate all fields and data of AnimeParser.

type CharacterParser

type CharacterParser struct {
	parser.BaseParser
	Page int
	Data []model.Character
}

CharacterParser is parser for MyAnimeList top character list. Example: https://myanimelist.net/character.php

func InitCharacterParser

func InitCharacterParser(page ...int) (character CharacterParser, err error)

InitCharacterParser to initiate all fields and data of CharacterParser.

type MangaParser

type MangaParser struct {
	parser.BaseParser
	StringType string
	Type       int
	Page       int
	Data       []model.Manga
}

MangaParser is parser for MyAnimeList top manga list. Example: https://mymangalist.net/topmanga.php

func InitMangaParser

func InitMangaParser(params ...int) (manga MangaParser, err error)

InitMangaParser to initiate all fields and data of MangaParser.

type PeopleParser

type PeopleParser struct {
	parser.BaseParser
	Page int
	Data []model.People
}

PeopleParser is parser for MyAnimeList top people list. Example: https://myanimelist.net/people.php

func InitPeopleParser

func InitPeopleParser(page ...int) (people PeopleParser, err error)

InitPeopleParser to initiate all fields and data of PeopleParser.

Jump to

Keyboard shortcuts

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