package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Oct 13, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrHandshakeIsNil = errors.New("handshake is nil")
ErrInvalidSystemIdentifier = errors.New("invalid system identifier")
ErrMissingNodeIdentifier = errors.New("missing node identifier")
)
type Handshake struct {
SystemIdentifier []byte
NodeIdentifier string
}
func (*Handshake) IsValid ¶
added in
v0.2.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.