| 1070 | } |
| 1071 | |
| 1072 | type AmazonSecretsDatasourceParser struct { |
| 1073 | WithAnnotations bool |
| 1074 | out []byte |
| 1075 | } |
| 1076 | |
| 1077 | func (p *AmazonSecretsDatasourceParser) Parse(_ *template.Template) error { |
| 1078 | if p.out == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected