GroovyContainer handles Groovy script applications
| 10 | |
| 11 | // GroovyContainer handles Groovy script applications |
| 12 | type GroovyContainer struct { |
| 13 | context *common.Context |
| 14 | groovyScripts []string |
| 15 | } |
| 16 | |
| 17 | // NewGroovyContainer creates a new Groovy container |
| 18 | func NewGroovyContainer(ctx *common.Context) *GroovyContainer { |
nothing calls this directly
no outgoing calls
no test coverage detected