people

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PeopleParser

type PeopleParser struct {
	parser.BaseParser
	ID   int
	Data model.People
}

PeopleParser is parser for MyAnimeList people information. Example: https://myanimelist.net/people/1

func InitPeopleParser

func InitPeopleParser(config config.Config, id int) (people PeopleParser, err error)

InitPeopleParser to initiate all fields and data of PeopleParser.

type PeoplePictureParser

type PeoplePictureParser struct {
	parser.BaseParser
	ID   int
	Data []string
}

PeoplePictureParser is parser for MyAnimeList people picture list. Example: https://myanimelist.net/people/1/Tomokazu_Seki/pictures

func InitPeoplePictureParser

func InitPeoplePictureParser(config config.Config, id int) (picture PeoplePictureParser, err error)

InitPeoplePictureParser to initiate all fields and data of PeoplePictureParser.

Jump to

Keyboard shortcuts

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