backloggd

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 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 Review

type Review struct {
	URL          string
	Title        string
	Username     string
	GameURL      string
	GameImageURL string
	PlayType     string
	Platform     string
	Rating       int
	Text         string
	Likes        int
	Comments     int
	Date         string
}

type User

type User struct {
	Name string
	Bio  string

	GamesPlayedTotal    int
	GamesPlayedThisYear int
	GamesBackloggd      int
	GamesFav            []UserFavGame

	ReviewStats UserReviewStats
}

type UserFavGame

type UserFavGame struct {
	Name     string
	URL      string
	ImageURL string
}

type UserReviewStats

type UserReviewStats struct {
	ReviewCount int
	FavCount    int
}

Jump to

Keyboard shortcuts

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