MCPcopy Create free account
hub / github.com/conforma/cli / PolicyUrl

Struct PolicyUrl

internal/policy/source/source.go:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type 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.
79var downloadCache sync.Map

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected