Documentation ¶
Index ¶
- Variables
- type Connect
- type Connected
- type Response
- type Work
- func (*Work) Descriptor() ([]byte, []int)deprecated
- func (x *Work) GetData() string
- func (x *Work) GetId() string
- func (x *Work) GetSender() *actor.PID
- func (x *Work) GetType() int64
- func (*Work) ProtoMessage()
- func (x *Work) ProtoReflect() protoreflect.Message
- func (x *Work) Reset()
- func (x *Work) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protos_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Connect ¶
type Connect struct { Sender *actor.PID `protobuf:"bytes,1,opt,name=Sender,proto3" json:"Sender,omitempty"` // contains filtered or unexported fields }
func (*Connect) Descriptor
deprecated
func (*Connect) ProtoMessage ¶
func (*Connect) ProtoMessage()
func (*Connect) ProtoReflect ¶
func (x *Connect) ProtoReflect() protoreflect.Message
type Connected ¶
type Connected struct { Message string `protobuf:"bytes,1,opt,name=Message,proto3" json:"Message,omitempty"` // contains filtered or unexported fields }
func (*Connected) Descriptor
deprecated
func (*Connected) GetMessage ¶
func (*Connected) ProtoMessage ¶
func (*Connected) ProtoMessage()
func (*Connected) ProtoReflect ¶
func (x *Connected) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct { Value string `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"` RequestId string `protobuf:"bytes,2,opt,name=RequestId,proto3" json:"RequestId,omitempty"` // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) GetRequestId ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type Work ¶
type Work struct { Sender *actor.PID `protobuf:"bytes,1,opt,name=Sender,proto3" json:"Sender,omitempty"` Data string `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"` Id string `protobuf:"bytes,3,opt,name=Id,proto3" json:"Id,omitempty"` Type int64 `protobuf:"varint,4,opt,name=Type,proto3" json:"Type,omitempty"` // contains filtered or unexported fields }
func (*Work) Descriptor
deprecated
func (*Work) ProtoMessage ¶
func (*Work) ProtoMessage()
func (*Work) ProtoReflect ¶
func (x *Work) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.