MCPcopy Create free account
hub / github.com/docker/compose / init

Function init

pkg/e2e/framework.go:61–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59)
60
61func init() {
62 if runtime.GOOS == "windows" {
63 DockerExecutableName += WindowsExecutableSuffix
64 DockerComposeExecutableName += WindowsExecutableSuffix
65 DockerScanExecutableName += WindowsExecutableSuffix
66 DockerBuildxExecutableName += WindowsExecutableSuffix
67 }
68}
69
70// CLI is used to wrap the CLI for end to end testing
71type CLI struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected