| 661 | } |
| 662 | |
| 663 | type GenerateOptions struct { |
| 664 | // ProjectName to set in the Compose file |
| 665 | ProjectName string |
| 666 | // Containers passed in the command line to be used as reference for service definition |
| 667 | Containers []string |
| 668 | } |
| 669 | |
| 670 | const ( |
| 671 | // STARTING indicates that stack is being deployed |
nothing calls this directly
no outgoing calls
no test coverage detected