MCPcopy
hub / github.com/authgear/authgear-server / CSPHashSource

Struct CSPHashSource

pkg/util/httputil/csp.go:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214type CSPHashSource struct {
215 Hash string
216}
217
218var _ CSPSource = CSPHashSource{}
219

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected