Skip to content

Commit

Permalink
Merge pull request #245 from overmindtech/paginate-snap-by-gun
Browse files Browse the repository at this point in the history
Added pagination to list snapshots by GUN
  • Loading branch information
dylanratcliffe authored Aug 13, 2024
2 parents bc68ae6 + 45b610e commit 27fd773
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 27fd773

Please sign in to comment.