MCPcopy Create free account
hub / github.com/WICG/webpackage / Signatures

Struct Signatures

go/bundle/bundle.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type Signatures struct {
35 Authorities []*certurl.AugmentedCertificate
36 VouchedSubsets []*VouchedSubset
37}
38
39type VouchedSubset struct {
40 Authority uint64 // index in Authorities

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected