SpringBootCLIContainer handles Spring Boot CLI applications
| 10 | |
| 11 | // SpringBootCLIContainer handles Spring Boot CLI applications |
| 12 | type SpringBootCLIContainer struct { |
| 13 | context *common.Context |
| 14 | groovyFiles []string |
| 15 | groovyUtils *GroovyUtils |
| 16 | } |
| 17 | |
| 18 | // NewSpringBootCLIContainer creates a new Spring Boot CLI container |
| 19 | func NewSpringBootCLIContainer(ctx *common.Context) *SpringBootCLIContainer { |
nothing calls this directly
no outgoing calls
no test coverage detected