mirror of
https://github.com/docker/compose.git
synced 2026-06-29 20:56:07 +00:00
This commit introduces WithMaxConcurrency and WithDryRun to replace direct mutators on composeService commands and flags are translated into a set of functional parameters which are eventually applied as a ComposeService is created just before being actually used by a command Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com> |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| dryrunclient.go | ||
| errors.go | ||
| errors_test.go | ||
| io.go | ||
| labels.go | ||
| labels_test.go | ||