Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServeDashboard ¶
func ServeDashboard(w http.ResponseWriter, req *http.Request)
func ServeFailuresAtom ¶
func ServeFailuresAtom(w http.ResponseWriter, req *http.Request)
ServeFailuresAtom publishes inconsistencies seen in checksum databases as an Atom feed.
Types ¶
type Dashboard ¶
type Dashboard struct {
Domain string
SumDBs []SumDB
InconsistentSTHs []InconsistentSTH
DuplicateRecords []DuplicateRecord
}
type DuplicateRecord ¶
type InconsistentSTH ¶
type InconsistentSTH struct {
SumDB string
TreeSize uint64
RootHash []byte
CalculatedRootHash []byte
Signature []byte
ObservedAt time.Time
}
func (*InconsistentSTH) CalculatedRootHashString ¶
func (sth *InconsistentSTH) CalculatedRootHashString() string
func (*InconsistentSTH) DownloadURL ¶
func (sth *InconsistentSTH) DownloadURL() template.URL
func (*InconsistentSTH) RootHashString ¶
func (sth *InconsistentSTH) RootHashString() string
func (*InconsistentSTH) STH ¶
func (sth *InconsistentSTH) STH() *sumdb.STH
Click to show internal directories.
Click to hide internal directories.