installer

package
v0.0.0-...-dd8ada8 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetInstallDir

func GetInstallDir() (string, error)

func Install

func Install(address string)

Types

type Release

type Release struct {
	Name        string    `json:"name"`
	BinaryName  string    `json:"binaryName"`
	Version     string    `json:"version"`
	Description string    `json:"description"`
	Urls        []Url     `json:"urls"`
	Created     time.Time `json:"created"`
}

type Url

type Url struct {
	Platform string `json:"platform"`
	Os       string `json:"os"`
	Url      string `json:"url"`
}

Jump to

Keyboard shortcuts

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