Skip to content

Commit

Permalink
Added pagination to list snapshots by GUN
Browse files Browse the repository at this point in the history
This is required as there could be many, MANY of these.

Relates to: overmindtech/gateway#646
  • Loading branch information
dylanratcliffe committed Aug 13, 2024
1 parent bc68ae6 commit 45b610e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snapshots.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package snapshots;
import "google/protobuf/timestamp.proto";
import "bookmarks.proto";
import "items.proto";
import "util.proto";

// ___ .---------.._
// ______!fsc!_....-' .g8888888p. '-------....._
Expand Down Expand Up @@ -125,8 +126,10 @@ message GetInitialDataResponse {

message ListSnapshotsByGUNRequest {
string globallyUniqueName = 1;
PaginationRequest pagination = 2;
}

message ListSnapshotsByGUNResponse {
repeated bytes UUIDs = 1;
PaginationResponse pagination = 2;
}

0 comments on commit 45b610e

Please sign in to comment.