mirrors

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mirror

type Mirror interface {
	Versions() ([]*VersionDesc, error)
	BaseURL() string
}

func Go

func Go() Mirror

func Java added in v0.0.3

func Java() Mirror

func Node

func Node() Mirror

type VersionDesc added in v0.0.3

type VersionDesc struct {
	URL      string `json:"url"`
	Filename string `json:"filename"`
	Version  string `json:"version"`
	Sha256   string `json:"sha256"`
}

Jump to

Keyboard shortcuts

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