messages

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Connect.ProtoReflect.Descriptor instead.

func (*Connect) GetSender

func (x *Connect) GetSender() *actor.PID

func (*Connect) ProtoMessage

func (*Connect) ProtoMessage()

func (*Connect) ProtoReflect

func (x *Connect) ProtoReflect() protoreflect.Message

func (*Connect) Reset

func (x *Connect) Reset()

func (*Connect) String

func (x *Connect) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Connected.ProtoReflect.Descriptor instead.

func (*Connected) GetMessage

func (x *Connected) GetMessage() string

func (*Connected) ProtoMessage

func (*Connected) ProtoMessage()

func (*Connected) ProtoReflect

func (x *Connected) ProtoReflect() protoreflect.Message

func (*Connected) Reset

func (x *Connected) Reset()

func (*Connected) String

func (x *Connected) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetRequestId

func (x *Response) GetRequestId() string

func (*Response) GetValue

func (x *Response) GetValue() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

func (x *Response) ProtoReflect() protoreflect.Message

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Work.ProtoReflect.Descriptor instead.

func (*Work) GetData

func (x *Work) GetData() string

func (*Work) GetId

func (x *Work) GetId() string

func (*Work) GetSender

func (x *Work) GetSender() *actor.PID

func (*Work) GetType added in v0.5.1

func (x *Work) GetType() int64

func (*Work) ProtoMessage

func (*Work) ProtoMessage()

func (*Work) ProtoReflect

func (x *Work) ProtoReflect() protoreflect.Message

func (*Work) Reset

func (x *Work) Reset()

func (*Work) String

func (x *Work) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL