| 70 | } |
| 71 | |
| 72 | type PolicyUrl struct { |
| 73 | // A string containing a go-getter style source url compatible with conftest pull |
| 74 | Url string |
| 75 | Kind PolicyType |
| 76 | } |
| 77 | |
| 78 | // downloadCache is a concurrent map used to cache downloaded files. |
| 79 | var downloadCache sync.Map |
nothing calls this directly
no outgoing calls
no test coverage detected