ast

package
v0.0.0-...-41221c5 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2021 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 ExternalApplicationResource

type ExternalApplicationResource struct {
	Platform       string
	URL            *url.URL
	ID             string
	MinimumVersion string
	Fingerprints   []*Fingerprint
}

type Fingerprint

type Fingerprint struct {
	Type, Value string
}

type ImageResource

type ImageResource struct {
	Source   *url.URL
	Sizes    []string
	Type     string
	Purpose  string
	Platform string
}

type ServiceWorkerRegistration

type ServiceWorkerRegistration struct {
}

type WebManifest

type WebManifest struct {
	Dir                       string
	Lang                      string
	ShortName                 string
	Description               string
	Icons                     []*ImageResource
	Screenshots               []*ImageResource
	Categories                []string
	IARCRatingID              string
	StartURL                  *url.URL
	Display                   string
	Orientation               string
	ThemeColor                string
	BackgroundColor           string
	Scope                     string
	ServiceWorker             []*ServiceWorkerRegistration
	RelatedApplications       []*ExternalApplicationResource
	PreferRelatedApplications bool
}

Jump to

Keyboard shortcuts

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