NewDistZipContainer creates a new Dist ZIP container
(ctx *common.Context)
| 17 | |
| 18 | // NewDistZipContainer creates a new Dist ZIP container |
| 19 | func NewDistZipContainer(ctx *common.Context) *DistZipContainer { |
| 20 | return &DistZipContainer{ |
| 21 | context: ctx, |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | // Detect checks if this is a Dist ZIP application |
| 26 | func (d *DistZipContainer) Detect() (string, error) { |
no outgoing calls
no test coverage detected