target

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GoListVersionsStrategy    VersionsStrategy = 0
	GoDevFileVersionsStrategy VersionsStrategy = 1

	WrapAsGoAppBinaryFetchStrategy         BinaryFetchStrategy = 0
	DownloadPreCompiledBinaryFetchStrategy BinaryFetchStrategy = 1
)

Variables

This section is empty.

Functions

func New

func New(name string, fileName string) *targetData

Types

type BinaryFetchStrategy

type BinaryFetchStrategy int

type Result

type Result struct {
	ModuleName       string
	ResultsByVersion []*VersionedResult
}

type VersionedResult

type VersionedResult struct {
	Version    string
	OffsetData *binary.Result
}

type VersionsStrategy

type VersionsStrategy int

Jump to

Keyboard shortcuts

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