diff options
author | Linus Nordberg <linus@nordu.net> | 2015-09-09 15:06:11 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-09-09 15:06:11 +0200 |
commit | 0157f5512ba45a2f21e003f6ab0e89ef26ec97ea (patch) | |
tree | 6b8dd98c3f7ad5130d4932324f48d9636bbdd46f /doc | |
parent | c51097dd9cf2edd506d9aa8f2b0cb646e88759c3 (diff) |
Document GetEntry in design doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/design.txt b/doc/design.txt index 7a76c6a..7b41545 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -81,8 +81,9 @@ Storage node storage before sending a response. * When seeing a new STH, moves the variable start to the index of the first unpublished hash. -* Has a read API FetchNewEntries() which returns - NewEntries[start...length(NewEntries)-1]. +* Has two read API entry points; FetchNewEntries() which returns + NewEntries[start...length(NewEntries)-1] and GetEntry(Hashes) which + returns entries. Signing node |