(plan PushPlan)
| 9 | } |
| 10 | |
| 11 | func ShouldCreateDockerPackage(plan PushPlan) bool { |
| 12 | return plan.DropletPath == "" && plan.DockerImageCredentials.Path != "" |
| 13 | } |
| 14 | |
| 15 | func ShouldCreateDroplet(plan PushPlan) bool { |
| 16 | return plan.DropletPath != "" |
no outgoing calls
no test coverage detected