----------------------------------------------------------------------------- SignedHeader is a header along with the commits that prove it.
| 115 | |
| 116 | // SignedHeader is a header along with the commits that prove it. |
| 117 | type SignedHeader struct { |
| 118 | *Header `json:"header"` |
| 119 | |
| 120 | Commit *Commit `json:"commit"` |
| 121 | } |
| 122 | |
| 123 | // ValidateBasic does basic consistency checks and makes sure the header |
| 124 | // and commit are consistent. |
nothing calls this directly
no outgoing calls
no test coverage detected