review

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: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DetailParser added in v0.5.0

type DetailParser struct {
	parser.BaseParser
	ID   int
	Type string
	Data model.Review
}

DetailParser is parser for MyAnimeList anime & manga review information. Example: https://myanimelist.net/reviews.php?id=1

func InitDetailParser added in v0.5.0

func InitDetailParser(config config.Config, id int) (review DetailParser, err error)

InitDetailParser to initiate all fields and data of DetailParser.

type ListParser added in v0.5.0

type ListParser struct {
	parser.BaseParser
	Type string
	Page int
	Data []model.Review
}

ListParser is parser for MyAnimeList anime/manga review list. Example: https://myanimelist.net/reviews.php

func InitListParser added in v0.5.0

func InitListParser(config config.Config, params ...interface{}) (reviews ListParser, err error)

InitListParser to initiate all fields and data of ListParser.

Jump to

Keyboard shortcuts

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