| 148 | } |
| 149 | |
| 150 | type BlockParser interface { |
| 151 | Parse(*template.Template) error |
| 152 | Write(*bytes.Buffer) |
| 153 | } |
| 154 | |
| 155 | func (c *HCL2UpgradeCommand) RunContext(_ context.Context, cla *HCL2UpgradeArgs) int { |
| 156 | var output io.Writer |
no outgoing calls
no test coverage detected
searching dependent graphs…