Documentation ¶
Index ¶
- Variables
- type Link
- func (*Link) Descriptor() ([]byte, []int)deprecated
- func (x *Link) GetConnectionID() string
- func (x *Link) GetDstNodeID() string
- func (x *Link) GetDstPort() uint32
- func (x *Link) GetID() string
- func (x *Link) GetProto() uint32
- func (x *Link) GetSrcNodeID() string
- func (x *Link) GetSrcPort() uint32
- func (*Link) ProtoMessage()
- func (x *Link) ProtoReflect() protoreflect.Message
- func (x *Link) Reset()
- func (x *Link) String() string
- type PortFwd
- func (*PortFwd) Descriptor() ([]byte, []int)deprecated
- func (x *PortFwd) GetData() []byte
- func (x *PortFwd) GetID() string
- func (x *PortFwd) GetLink() *Link
- func (x *PortFwd) GetPortFwdType() int32
- func (*PortFwd) ProtoMessage()
- func (x *PortFwd) ProtoReflect() protoreflect.Message
- func (x *PortFwd) Reset()
- func (x *PortFwd) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_mmesh_protobuf_network_v1_mmsp_portFwd_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Link ¶
type Link struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Proto uint32 `protobuf:"varint,2,opt,name=proto,proto3" json:"proto,omitempty"` SrcNodeID string `protobuf:"bytes,3,opt,name=srcNodeID,proto3" json:"srcNodeID,omitempty"` SrcPort uint32 `protobuf:"varint,4,opt,name=srcPort,proto3" json:"srcPort,omitempty"` DstNodeID string `protobuf:"bytes,5,opt,name=dstNodeID,proto3" json:"dstNodeID,omitempty"` DstPort uint32 `protobuf:"varint,6,opt,name=dstPort,proto3" json:"dstPort,omitempty"` ConnectionID string `protobuf:"bytes,7,opt,name=connectionID,proto3" json:"connectionID,omitempty"` // contains filtered or unexported fields }
func (*Link) ProtoReflect ¶
func (x *Link) ProtoReflect() protoreflect.Message
type PortFwd ¶
type PortFwd struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` PortFwdType int32 `protobuf:"varint,2,opt,name=portFwdType,proto3" json:"portFwdType,omitempty"` Link *Link `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"` Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*PortFwd) ProtoReflect ¶
func (x *PortFwd) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.