protondb_integration

package
v0.1.42 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProtonDBUrl

func ProtonDBUrl(steamAppId uint32) *url.URL

func SummaryUrl added in v0.1.29

func SummaryUrl(steamAppId uint32) *url.URL

Types

type ConfidenceGetter added in v0.1.34

type ConfidenceGetter interface {
	GetConfidence() string
}

type Summary added in v0.1.33

type Summary struct {
	BestReportedTier string  `json:"bestReportedTier"`
	Confidence       string  `json:"confidence"`
	ProvisionalTier  string  `json:"provisionalTier"`
	Score            float64 `json:"score"`
	Tier             string  `json:"tier"`
	Total            int     `json:"total"`
	TrendingTier     string  `json:"trendingTier"`
}

func (*Summary) GetConfidence added in v0.1.33

func (s *Summary) GetConfidence() string

func (*Summary) String added in v0.1.33

func (s *Summary) String() string

Jump to

Keyboard shortcuts

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