data

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithPackage

func WithPackage(pkg PackageInterface) func(*Data)

func WithRelease

func WithRelease(r Release) func(*Data)

Types

type Data

type Data struct {
	Env     Env
	Runtime Runtime
	Package Package
	Release Release
}

func New

func New(fields ...func(*Data)) *Data

type Env

type Env map[string]string

func ToEnv

func ToEnv(env []string) Env

ToEnv converts a list of strings to an Env (aka a map[string]string).

type Package

type Package struct {
	Name string
	Home string
}

type PackageInterface

type PackageInterface interface {
	GetHome() string
	GetName() string
}

type Release

type Release struct {
	Name string
	Tag  string
}

type Runtime

type Runtime struct {
	Goos   string
	Goarch string
}

Jump to

Keyboard shortcuts

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