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

Struct VouchedSubset

go/bundle/bundle.go:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type VouchedSubset struct {
40 Authority uint64 // index in Authorities
41 Sig []byte
42 Signed []byte
43}
44
45type Bundle struct {
46 Version version.Version

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected