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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Review

type Review struct {
	ID       int            `json:"id"`
	Username string         `json:"username"`
	Image    string         `json:"image"`
	Source   Source         `json:"source"`
	Helpful  int            `json:"helpful"`
	Date     time.Time      `json:"date"`
	Episode  string         `json:"episode"`
	Chapter  string         `json:"chapter"`
	Score    map[string]int `json:"score"`
	Review   string         `json:"review"`
}

Review represents the main model for MyAnimeList review information.

type Source

type Source struct {
	ID    int    `json:"id"`
	Title string `json:"title"`
	Type  string `json:"type"`
	Image string `json:"image"`
}

Source represents a simple review source (anime/manga) model.

Jump to

Keyboard shortcuts

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