Skip to content

Commit

Permalink
add sites bitmaps to granules
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Feb 18, 2024
1 parent 4755649 commit 6bad101
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 39 deletions.
87 changes: 48 additions & 39 deletions gen/go/staples/v1/staples.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/staples/v1/staples.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ message Granule {
int64 max = 3;
uint64 size = 4;
uint64 rows = 5;
bytes sites = 6;
}

message Event {
Expand Down

0 comments on commit 6bad101

Please sign in to comment.