Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Aug 4, 2024
1 parent abb3f99 commit 58bf7ce
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 281 deletions.
196 changes: 98 additions & 98 deletions net/pb/net.pb.go

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

8 changes: 4 additions & 4 deletions net/pb/net.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ message FetchEncryptionKeyRequest {
bytes signature = 6;
}

message GetHeadLogRequest {}

message PushLogReply {}

// FetchEncryptionKeyReply is a response to FetchEncryptionKeyRequest request
// by a peer that holds the requested doc encryption key.
message FetchEncryptionKeyReply {
Expand All @@ -76,6 +72,10 @@ message FetchEncryptionKeyReply {
bytes signature = 5;
}

message GetHeadLogRequest {}

message PushLogReply {}

message GetHeadLogReply {}

// Service is the peer-to-peer network API for document sync
Expand Down
Loading

0 comments on commit 58bf7ce

Please sign in to comment.