Documentation
¶
Index ¶
- Variables
- type ScmEntry
- type SkPacketEntry
- func (*SkPacketEntry) Descriptor() ([]byte, []int)deprecated
- func (x *SkPacketEntry) GetIdFor() uint32
- func (x *SkPacketEntry) GetLength() uint32
- func (x *SkPacketEntry) GetScm() []*ScmEntry
- func (*SkPacketEntry) ProtoMessage()
- func (x *SkPacketEntry) ProtoReflect() protoreflect.Message
- func (x *SkPacketEntry) Reset()
- func (x *SkPacketEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_sk_packet_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ScmEntry ¶
type ScmEntry struct { Type *uint32 `protobuf:"varint,1,req,name=type" json:"type,omitempty"` Rights []uint32 `protobuf:"varint,2,rep,name=rights" json:"rights,omitempty"` // contains filtered or unexported fields }
func (*ScmEntry) Descriptor
deprecated
func (*ScmEntry) ProtoMessage ¶
func (*ScmEntry) ProtoMessage()
func (*ScmEntry) ProtoReflect ¶
func (x *ScmEntry) ProtoReflect() protoreflect.Message
type SkPacketEntry ¶
type SkPacketEntry struct { IdFor *uint32 `protobuf:"varint,1,req,name=id_for,json=idFor" json:"id_for,omitempty"` Length *uint32 `protobuf:"varint,2,req,name=length" json:"length,omitempty"` // Reserved for message address // optional bytes addr = 3; Scm []*ScmEntry `protobuf:"bytes,4,rep,name=scm" json:"scm,omitempty"` // contains filtered or unexported fields }
func (*SkPacketEntry) Descriptor
deprecated
func (*SkPacketEntry) Descriptor() ([]byte, []int)
Deprecated: Use SkPacketEntry.ProtoReflect.Descriptor instead.
func (*SkPacketEntry) GetIdFor ¶
func (x *SkPacketEntry) GetIdFor() uint32
func (*SkPacketEntry) GetLength ¶
func (x *SkPacketEntry) GetLength() uint32
func (*SkPacketEntry) GetScm ¶
func (x *SkPacketEntry) GetScm() []*ScmEntry
func (*SkPacketEntry) ProtoMessage ¶
func (*SkPacketEntry) ProtoMessage()
func (*SkPacketEntry) ProtoReflect ¶
func (x *SkPacketEntry) ProtoReflect() protoreflect.Message
func (*SkPacketEntry) Reset ¶
func (x *SkPacketEntry) Reset()
func (*SkPacketEntry) String ¶
func (x *SkPacketEntry) String() string
Click to show internal directories.
Click to hide internal directories.