app

package
v0.0.0-...-52dbf3a Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2023 License: LGPL-3.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	AdSupported              bool
	AndroidVersion           string
	AndroidVersionMin        float64
	Available                bool
	ContentRating            string
	ContentRatingDescription string
	Description              string
	DescriptionHTML          string
	Developer                string
	DeveloperAddress         string
	DeveloperEmail           string
	DeveloperID              string
	DeveloperInternalID      string
	DeveloperURL             string
	DeveloperWebsite         string
	FamilyGenre              string
	FamilyGenreID            string
	Free                     bool
	Genre                    string
	GenreID                  string
	HeaderImage              string
	IAPOffers                bool
	IAPRange                 string
	Icon                     string
	ID                       string
	Installs                 string
	InstallsMin              int
	InstallsMax              int
	Permissions              map[string][]string
	Price                    Price
	PriceFull                Price
	PrivacyPolicy            string
	Ratings                  int
	RatingsHistogram         map[int]int
	RecentChanges            string
	RecentChangesHTML        string
	Released                 string
	Reviews                  []*reviews.Review
	ReviewsTotalCount        int
	Score                    float64
	ScoreText                string
	Screenshots              []string
	SimilarURL               string
	Summary                  string
	Title                    string
	Updated                  time.Time
	URL                      string
	Version                  string
	Video                    string
	VideoImage               string
	// contains filtered or unexported fields
}

App of search

func New

func New(id string, options Options) *App

New return App instance

func (*App) LoadDetails

func (app *App) LoadDetails() error

LoadDetails of app

func (*App) LoadPermissions

func (app *App) LoadPermissions() error

LoadPermissions get the list of perms an app has access to

type Options

type Options struct {
	Country  string
	Language string
}

Options of app

type Price

type Price struct {
	Currency string
	Value    float64
}

Price of app

Jump to

Keyboard shortcuts

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