Documentation
¶
Index ¶
- Variables
- type BrvgaTextMemory
- type Textmemupdate
- func (*Textmemupdate) Descriptor() ([]byte, []int)deprecated
- func (x *Textmemupdate) GetCpid() uint32
- func (x *Textmemupdate) GetSeq() []*Textmemupdate_Byteseq
- func (*Textmemupdate) ProtoMessage()
- func (x *Textmemupdate) ProtoReflect() protoreflect.Message
- func (x *Textmemupdate) Reset()
- func (x *Textmemupdate) String() string
- type Textmemupdate_Byteseq
- func (*Textmemupdate_Byteseq) Descriptor() ([]byte, []int)deprecated
- func (x *Textmemupdate_Byteseq) GetPayload() []byte
- func (x *Textmemupdate_Byteseq) GetPos() uint32
- func (*Textmemupdate_Byteseq) ProtoMessage()
- func (x *Textmemupdate_Byteseq) ProtoReflect() protoreflect.Message
- func (x *Textmemupdate_Byteseq) Reset()
- func (x *Textmemupdate_Byteseq) String() string
- type Update
Constants ¶
This section is empty.
Variables ¶
View Source
var File_brvga_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BrvgaTextMemory ¶
type BrvgaTextMemory struct { Cps []cpTextMemory // contains filtered or unexported fields }
func NewBrvgaTextMemory ¶
func NewBrvgaTextMemory(constraint string) (*BrvgaTextMemory, error)
func (*BrvgaTextMemory) Dump ¶
func (b *BrvgaTextMemory) Dump() string
func (*BrvgaTextMemory) UNIXSockReceiver ¶
func (b *BrvgaTextMemory) UNIXSockReceiver(ctx context.Context, path string)
func (*BrvgaTextMemory) UNIXSockSender ¶
func (b *BrvgaTextMemory) UNIXSockSender(ctx context.Context, path string, buf *Textmemupdate) error
type Textmemupdate ¶
type Textmemupdate struct { Cpid uint32 `protobuf:"varint,1,opt,name=cpid,proto3" json:"cpid,omitempty"` Seq []*Textmemupdate_Byteseq `protobuf:"bytes,2,rep,name=seq,proto3" json:"seq,omitempty"` // contains filtered or unexported fields }
func (*Textmemupdate) Descriptor
deprecated
func (*Textmemupdate) Descriptor() ([]byte, []int)
Deprecated: Use Textmemupdate.ProtoReflect.Descriptor instead.
func (*Textmemupdate) GetCpid ¶
func (x *Textmemupdate) GetCpid() uint32
func (*Textmemupdate) GetSeq ¶
func (x *Textmemupdate) GetSeq() []*Textmemupdate_Byteseq
func (*Textmemupdate) ProtoMessage ¶
func (*Textmemupdate) ProtoMessage()
func (*Textmemupdate) ProtoReflect ¶
func (x *Textmemupdate) ProtoReflect() protoreflect.Message
func (*Textmemupdate) Reset ¶
func (x *Textmemupdate) Reset()
func (*Textmemupdate) String ¶
func (x *Textmemupdate) String() string
type Textmemupdate_Byteseq ¶
type Textmemupdate_Byteseq struct { Pos uint32 `protobuf:"varint,1,opt,name=pos,proto3" json:"pos,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*Textmemupdate_Byteseq) Descriptor
deprecated
func (*Textmemupdate_Byteseq) Descriptor() ([]byte, []int)
Deprecated: Use Textmemupdate_Byteseq.ProtoReflect.Descriptor instead.
func (*Textmemupdate_Byteseq) GetPayload ¶
func (x *Textmemupdate_Byteseq) GetPayload() []byte
func (*Textmemupdate_Byteseq) GetPos ¶
func (x *Textmemupdate_Byteseq) GetPos() uint32
func (*Textmemupdate_Byteseq) ProtoMessage ¶
func (*Textmemupdate_Byteseq) ProtoMessage()
func (*Textmemupdate_Byteseq) ProtoReflect ¶
func (x *Textmemupdate_Byteseq) ProtoReflect() protoreflect.Message
func (*Textmemupdate_Byteseq) Reset ¶
func (x *Textmemupdate_Byteseq) Reset()
func (*Textmemupdate_Byteseq) String ¶
func (x *Textmemupdate_Byteseq) String() string
type Update ¶
type Update struct { Updates []*Textmemupdate `protobuf:"bytes,1,rep,name=updates,proto3" json:"updates,omitempty"` // contains filtered or unexported fields }
func (*Update) Descriptor
deprecated
func (*Update) GetUpdates ¶
func (x *Update) GetUpdates() []*Textmemupdate
func (*Update) ProtoMessage ¶
func (*Update) ProtoMessage()
func (*Update) ProtoReflect ¶
func (x *Update) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.