Skip to content

Commit

Permalink
Entity add checksum (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXiangUSTC authored Jul 11, 2018
1 parent 658ea9c commit 4141907
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 23 deletions.
97 changes: 74 additions & 23 deletions go-binlog/pump.pb.go

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

3 changes: 3 additions & 0 deletions proto/binlog/pump.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ message Entity {

// The payload of binlog entity.
bytes payload = 2;

// checksum of binlog payload.
bytes checksum = 3;
}

0 comments on commit 4141907

Please sign in to comment.