PauseOptions group options of the Pause API
| 634 | |
| 635 | // PauseOptions group options of the Pause API |
| 636 | type PauseOptions struct { |
| 637 | // Services passed in the command line to be started |
| 638 | Services []string |
| 639 | // Project is the compose project used to define this app. Might be nil if user ran command just with project name |
| 640 | Project *types.Project |
| 641 | } |
| 642 | |
| 643 | // ExportOptions group options of the Export API |
| 644 | type ExportOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected