Versions in this module Expand all Collapse all v0 v0.4.2 Aug 16, 2021 v0.4.1 May 11, 2021 v0.4.0 May 11, 2021 v0.3.0 Mar 9, 2021 Changes in this version type Builder + Extensions []Dependency + K6Repo string v0.2.0 Dec 2, 2020 Changes in this version + type Builder struct + K6Version string + Plugins []Dependency + RaceDetector bool + Replacements []Replace + SkipCleanup bool + TimeoutBuild time.Duration + TimeoutGet time.Duration + func (b Builder) Build(ctx context.Context, outputFile string) error + type Compile struct + Cgo bool + func SupportedPlatforms() ([]Compile, error) + func (c Compile) CgoEnabled() string + type Dependency struct + PackagePath string + Version string + type Platform struct + ARM string + Arch string + OS string + type Replace struct + New ReplacementPath + Old ReplacementPath + func NewReplace(old, new string) Replace + type ReplacementPath string + func (r ReplacementPath) Param() string + func (r ReplacementPath) String() string