torcx

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Location

type Location struct {
	Path *string
	URL  *string
}

type Manifest

type Manifest struct {
	Packages []Package
}

func (*Manifest) UnmarshalJSON

func (t *Manifest) UnmarshalJSON(b []byte) error

type Package

type Package struct {
	Name           string
	DefaultVersion *string
	Versions       []Version
}

type Version

type Version struct {
	Version       string
	Hash          string
	CasDigest     string
	SourcePackage string
	Locations     []Location
}

Jump to

Keyboard shortcuts

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