Documentation
¶
Index ¶
- Variables
- type RedisMessage
- func (*RedisMessage) Descriptor() ([]byte, []int)deprecated
- func (x *RedisMessage) GetId() string
- func (x *RedisMessage) GetPayload() []byte
- func (*RedisMessage) ProtoMessage()
- func (x *RedisMessage) ProtoReflect() protoreflect.Message
- func (x *RedisMessage) Reset()
- func (x *RedisMessage) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_redis_v1_redis_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RedisMessage ¶
type RedisMessage struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*RedisMessage) Descriptor
deprecated
func (*RedisMessage) Descriptor() ([]byte, []int)
Deprecated: Use RedisMessage.ProtoReflect.Descriptor instead.
func (*RedisMessage) GetId ¶
func (x *RedisMessage) GetId() string
func (*RedisMessage) GetPayload ¶
func (x *RedisMessage) GetPayload() []byte
func (*RedisMessage) ProtoMessage ¶
func (*RedisMessage) ProtoMessage()
func (*RedisMessage) ProtoReflect ¶
func (x *RedisMessage) ProtoReflect() protoreflect.Message
func (*RedisMessage) Reset ¶
func (x *RedisMessage) Reset()
func (*RedisMessage) String ¶
func (x *RedisMessage) String() string
Click to show internal directories.
Click to hide internal directories.