aboutsummaryrefslogtreecommitdiff
path: root/type.go
Commit message (Collapse)AuthorAgeFilesLines
* Added start on get-proof-by-hash code pathRasmus Dahlberg2020-10-221-0/+65
| | | | | | If the provided tree size is (mostly) valid the Trillian back-end is asked to provide an inclusion proof, which is then placed in an InclusionProofV1 structure and returned as a JSON object.
* added start on get-entries code pathRasmus Dahlberg2020-10-221-1/+27
| | | | | If the provided range is (mostly) valid the corresponding log entries are fetched from the Trillian back-end and returned as a JSON object.
* added parameter parsing for get-entriesRasmus Dahlberg2020-10-221-0/+31
|
* added start on addEntry code pathRasmus Dahlberg2020-10-211-0/+23
| | | | | If the POSTed StItem can be parsed without errors it is handed over to the Trillian back-end.
* added StFormat, StItem, and basic ChecksumV1 examplesRasmus Dahlberg2020-10-211-1/+75
|
* added basic structureRasmus Dahlberg2020-10-201-0/+3
An STFE server instance that dials the Trillian gRPC back-end, and which listens on six different HTTP endpoints but without any actual processing.