Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_brkbd_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KeySeq ¶
type KeySeq struct { Seq []*KeySeq_KeyCode `protobuf:"bytes,1,rep,name=seq,proto3" json:"seq,omitempty"` // contains filtered or unexported fields }
func (*KeySeq) Descriptor
deprecated
func (*KeySeq) GetSeq ¶
func (x *KeySeq) GetSeq() []*KeySeq_KeyCode
func (*KeySeq) ProtoMessage ¶
func (*KeySeq) ProtoMessage()
func (*KeySeq) ProtoReflect ¶
func (x *KeySeq) ProtoReflect() protoreflect.Message
type KeySeq_KeyCode ¶
type KeySeq_KeyCode struct { Code []byte `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*KeySeq_KeyCode) Descriptor
deprecated
func (*KeySeq_KeyCode) Descriptor() ([]byte, []int)
Deprecated: Use KeySeq_KeyCode.ProtoReflect.Descriptor instead.
func (*KeySeq_KeyCode) GetCode ¶
func (x *KeySeq_KeyCode) GetCode() []byte
func (*KeySeq_KeyCode) ProtoMessage ¶
func (*KeySeq_KeyCode) ProtoMessage()
func (*KeySeq_KeyCode) ProtoReflect ¶
func (x *KeySeq_KeyCode) ProtoReflect() protoreflect.Message
func (*KeySeq_KeyCode) Reset ¶
func (x *KeySeq_KeyCode) Reset()
func (*KeySeq_KeyCode) String ¶
func (x *KeySeq_KeyCode) String() string
Click to show internal directories.
Click to hide internal directories.