Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Make a summary comment about handshake serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
cache-nez committed Dec 6, 2020
1 parent d17060c commit 9093252
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions routing/handshake/seralize.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// This file defines how a handshake is serialized and deserialized.
// * defines the handshake's format (hsFormat) and registers it in the
// formats registry. Thanks to this registration, this format can be
// retrieved in Handshake.Serialize and HandshakeFactory.Deserialize.
// * defines the JSON message for the handshake, which is the format
// in-between Handshake message and serialized []byte representation.

package handshake

import (
Expand Down

0 comments on commit 9093252

Please sign in to comment.