Versions in this module Expand all Collapse all v0 v0.1.0 Jun 6, 2021 Changes in this version + type Config struct + Deadline time.Duration + Interval time.Duration + LogID string + MaxRange int64 + Prefix string + TreeID int64 + Witnesses map[[types.HashSize]byte][types.VerificationKeySize]byte + type Handler struct + Endpoint types.Endpoint + Handler func(context.Context, *Instance, http.ResponseWriter, *http.Request) (int, error) + Instance *Instance + Method string + func (a Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (h Handler) Path() string + type Instance struct + Client trillian.Client + Signer crypto.Signer + Stateman state.StateManager + func (i *Instance) Handlers() []Handler