packIndex

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Index

type Index struct {
	XMLName           xml.Name      `xml:"index"`
	SchemaVersionAttr string        `xml:"schemaVersion,attr"`
	Vendor            string        `xml:"vendor"`
	Url               string        `xml:"url"`
	Timestamp         string        `xml:"timestamp"`
	Pindex            []*PindexType `xml:"pindex"`
	Vindex            []*VindexType `xml:"vindex"`
}

Index ...

type PdscType

type PdscType struct {
	UrlAttr         string `xml:"url,attr"`
	VendorAttr      string `xml:"vendor,attr"`
	NameAttr        string `xml:"name,attr"`
	VersionAttr     string `xml:"version,attr"`
	DateAttr        string `xml:"date,attr,omitempty"`
	DeprecatedAttr  string `xml:"deprecated,attr,omitempty"`
	ReplacementAttr string `xml:"replacement,attr,omitempty"`
	SizeAttr        uint32 `xml:"size,attr,omitempty"`
}

PdscType ...

type PindexType

type PindexType struct {
	Pdsc []*PdscType `xml:"pdsc"`
}

PindexType ...

type RestrictedString

type RestrictedString string

RestrictedString ...

type SemanticVersionType

type SemanticVersionType string

SemanticVersionType ...

type VidxType

type VidxType struct {
	UrlAttr    string `xml:"url,attr"`
	VendorAttr string `xml:"vendor,attr"`
	DateAttr   string `xml:"date,attr,omitempty"`
}

VidxType ...

type VindexType

type VindexType struct {
	Pidx []*VidxType `xml:"pidx"`
}

VindexType ...

Jump to

Keyboard shortcuts

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