lib

package
v0.0.0-...-d019476 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Anime

type Anime struct {
	Title        string
	Rating       string `json:"averageRating"`
	Status       string `json:"status"`
	EpisodeCount int    `json:"episodeCount"`
	SubType      string `json:"subType"`
}

type Site

type Site interface {
	Login() (string, string, error)
	Trending() ([]Anime, error)
	UserAnime(page uint, limit uint) ([]Anime, error)
	User() (User, error)
}

type User

type User struct {
	ID              string
	ProfileLink     string
	Name            string
	FavouritesCount int
	ReviewsCount    int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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