diff options
Diffstat (limited to 'keyserver/api')
-rw-r--r-- | keyserver/api/api.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyserver/api/api.go b/keyserver/api/api.go index 406a252d..c9afb09c 100644 --- a/keyserver/api/api.go +++ b/keyserver/api/api.go @@ -143,6 +143,8 @@ type QueryKeyChangesRequest struct { type QueryKeyChangesResponse struct { // The set of users who have had their keys change. UserIDs []string + // The partition being served - useful if the partition is unknown at request time + Partition int32 // The latest offset represented in this response. Offset int64 // Set if there was a problem handling the request. |