| 1107 | } |
| 1108 | |
| 1109 | type AmazonAmiDatasourceParser struct { |
| 1110 | Builders []*template.Builder |
| 1111 | WithAnnotations bool |
| 1112 | out []byte |
| 1113 | } |
| 1114 | |
| 1115 | func (p *AmazonAmiDatasourceParser) Parse(_ *template.Template) error { |
| 1116 | if p.out == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected