| 32 | } |
| 33 | |
| 34 | type Signatures struct { |
| 35 | Authorities []*certurl.AugmentedCertificate |
| 36 | VouchedSubsets []*VouchedSubset |
| 37 | } |
| 38 | |
| 39 | type VouchedSubset struct { |
| 40 | Authority uint64 // index in Authorities |
nothing calls this directly
no outgoing calls
no test coverage detected