Documentation ¶
Index ¶
- Variables
- type Handshake
- func (*Handshake) Descriptor() ([]byte, []int)deprecated
- func (x *Handshake) GetNodeIdentifier() string
- func (x *Handshake) GetSystemIdentifier() []byte
- func (*Handshake) ProtoMessage()
- func (x *Handshake) ProtoReflect() protoreflect.Message
- func (x *Handshake) Reset()
- func (x *Handshake) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_handshake_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Handshake ¶
type Handshake struct { SystemIdentifier []byte `protobuf:"bytes,1,opt,name=system_identifier,json=systemIdentifier,proto3" json:"system_identifier,omitempty"` NodeIdentifier string `protobuf:"bytes,2,opt,name=node_identifier,json=nodeIdentifier,proto3" json:"node_identifier,omitempty"` // contains filtered or unexported fields }
func (*Handshake) Descriptor
deprecated
func (*Handshake) GetNodeIdentifier ¶
func (*Handshake) GetSystemIdentifier ¶
func (*Handshake) ProtoMessage ¶
func (*Handshake) ProtoMessage()
func (*Handshake) ProtoReflect ¶
func (x *Handshake) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.