| 6 | ) |
| 7 | |
| 8 | type ResourceRecord struct { |
| 9 | Type string |
| 10 | Name string |
| 11 | ID string |
| 12 | Inputs resource.PropertyMap |
| 13 | MockedProperties map[string]string |
| 14 | } |
| 15 | |
| 16 | type DecodedResource struct { |
| 17 | Provider string |
nothing calls this directly
no outgoing calls
no test coverage detected