| 4 | import "github.com/cloud66-oss/starter/common" |
| 5 | |
| 6 | type Pack struct { |
| 7 | packs.PackBase |
| 8 | Analysis *Analysis |
| 9 | } |
| 10 | |
| 11 | const ( |
| 12 | nodeExpressStencilTemplatePath = "" //TODO: this way we only have to add the filename. We should start by download the templates.json, do a couples of checks and after that download the stuff |
nothing calls this directly
no outgoing calls
no test coverage detected