Skip to content

Commit

Permalink
WIP: Support once-encoded messages with the objects saved via Put RPC
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
cthulhu-rider committed Dec 15, 2023
1 parent e600b99 commit 67afdd0
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 7 deletions.
12 changes: 12 additions & 0 deletions client/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ const (
fieldNumSigPubKey = 1
fieldNumSigVal = 2
fieldNumSigScheme = 3

fieldNumVersionMajor = 1
fieldNumVersionMinor = 2

fieldNumRequestMetaVersion = 1
fieldNumRequestMetaTTL = 3
fieldNumRequestMetaSession = 5
fieldNumRequestMetaBearer = 6

fieldNumVerifyHdrBodySig = 1
fieldNumVerifyHdrMetaSig = 2
fieldNumVerifyHdrOriginSig = 3
)

// groups meta parameters shared between all Client operations.
Expand Down
Loading

0 comments on commit 67afdd0

Please sign in to comment.