NewPlayContainer creates a new Play Framework container
(ctx *common.Context)
| 20 | |
| 21 | // NewPlayContainer creates a new Play Framework container |
| 22 | func NewPlayContainer(ctx *common.Context) *PlayContainer { |
| 23 | return &PlayContainer{ |
| 24 | context: ctx, |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | // Detect checks if this is a Play Framework application |
| 29 | func (p *PlayContainer) Detect() (string, error) { |
no outgoing calls
no test coverage detected