Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Deps = testbinDeps.Deps SerialDeps = testbinDeps.SerialDeps CtxDeps = testbinDeps.CtxDeps SerialCtxDeps = testbinDeps.SerialCtxDeps )
View Source
var Config = struct { Binaries []Binary Dir string }{ Dir: "testbin/bin", }
Functions ¶
Types ¶
type Binary ¶
type Binary struct {
Name string
Version string
URL string
GetVersion GetVersionFunc
// Optional: only specify if the binary is not located at <top-level-dir>/name
// or <top-level-dir>/bin/name within the archive.
PathInArchive string
}
type GetVersionFunc ¶
Click to show internal directories.
Click to hide internal directories.