Documentation
¶
Overview ¶
sumdb provides a utility proxy to convert to a tlog-tiles API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProxyOpts ¶
type ProxyOpts struct {
// PathPrefix should be set if the proxy is hosted not at "/".
// Any path beyond this should be set here, so that it can be stripped.
PathPrefix string
// WitnessSigs should be set to ensure that a given number of witness signatures
// are available. If this is left at the default of 0, then we proxy to the
// latest checkpoint from SumDB. If this is set to a positive number, then we
// request the latest checkpoint with that number of sigs from the checkpoint
// distributor.
// https://github.com/transparency-dev/distributor/
WitnessSigs uint
// IndexFile is the local path to an index.html file to serve at the log root /index.html.
// If empty, nothing is served at /index.html.
IndexFile string
}
Directories
¶
| Path | Synopsis |
|---|---|
|
sumdb is a command that launches a local proxy that allows clients to query using the tlog-tiles API, and retrieve results from SumDB.
|
sumdb is a command that launches a local proxy that allows clients to query using the tlog-tiles API, and retrieve results from SumDB. |
Click to show internal directories.
Click to hide internal directories.