()
| 59 | ) |
| 60 | |
| 61 | func 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 |
| 71 | type CLI struct { |
nothing calls this directly
no outgoing calls
no test coverage detected