Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Primary ¶
type Primary struct { Config handler.Config MaxRange int // Maximum number of leaves per get-leaves request DbClient db.Client // provides access to the backend, usually Trillian Stateman state.StateManager // coordinates access to (co)signed tree heads TokenVerifier token.Verifier // checks if domain name knows a public key RateLimiter rateLimit.Limiter }
Primary is an instance of the log's primary node
func (Primary) InternalHTTPMux ¶
InternalHTTPMux() regsiters all internal handlers
Click to show internal directories.
Click to hide internal directories.