Skip to content

Commit

Permalink
Add clarification comment for binary codec var
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Apr 26, 2023
1 parent f037a4b commit b2067fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
)

var (
// BinaryEncodingFormat specifies the default serialization format of binary data
// BinaryCodec sets the serialization format of binary data
BinaryCodec = CodecBase64
)

Expand Down

0 comments on commit b2067fb

Please sign in to comment.