collector

package
v0.0.0-...-a2d48fd Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Collector_Archive_Url string = "https://gradle.org/releases/"
View Source
var Collector_Release_Checksums string = "https://gradle.org/release-checksums"

Functions

func GetFileNameNoSuffix

func GetFileNameNoSuffix(file_name string) string

func GetSha256ByUrl

func GetSha256ByUrl(url string, isGetSha256 bool) string

func Init

func Init()

Types

type GradleCollector

type GradleCollector struct {
	Items []*GradleItem
}
var Collector *GradleCollector

type GradleItem

type GradleItem struct {
	Version     string
	ReleaseTime string
	FileName    string
	FileType    string
	Sha256      string
	Sha256Url   string
	DownloadUrl string
}

Jump to

Keyboard shortcuts

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