meta

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Remove

func Remove(name string) error

func Upsert

func Upsert(name, repo, version, asset string) error

Types

type Meta

type Meta struct {
	Packages map[string]Package `json:"packages"`
}

func Read

func Read() (Meta, error)

type Package

type Package struct {
	Repo    string `json:"repo"`
	Version string `json:"version"`
	Asset   string `json:"asset"`
}

Jump to

Keyboard shortcuts

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