| 1404 | } |
| 1405 | |
| 1406 | type PostProcessorParser struct { |
| 1407 | WithAnnotations bool |
| 1408 | out []byte |
| 1409 | } |
| 1410 | |
| 1411 | func (p *PostProcessorParser) Parse(tpl *template.Template) error { |
| 1412 | if p.out == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected