package
2.0.0-rc.2+incompatible
Repository: https://github.com/docker/compose-cli.git
Documentation: pkg.go.dev

# Functions

CopyFile copies a file from a sourceFile to a destinationFile setting permissions to 0755.
GoldenFile golden file specific to platform.
HTTPGetWithRetry performs an HTTP GET on an `endpoint`, using retryDelay also as a request timeout.
Lines split output into lines.
NewE2eCLI returns a configured TestE2eCLI.
NewMetricsServer instaniate a new MockMetricsServer.
NewParallelE2eCLI returns a configured TestE2eCLI with t.Parallel() set.
SetupExistingCLI copies the existing CLI in a temporary directory so that the new CLI can be configured to use it.
StdoutContains returns a predicate on command result expecting a string in stdout.

# Variables

DockerExecutableName is the OS dependent Docker CLI binary name.

# Structs

E2eCLI is used to wrap the CLI for end to end testing nolint stutter.
MockMetricsServer a mock registring all metrics POST invocations.