Documentation ¶
Overview ¶
Package sqsmsg is a generated protocol buffer package.
It is generated from these files:
server/sqsproto/sqsmsg/sqspayload.proto
It has these top-level messages:
UserAttribute SQSMessagePayload
Index ¶
- Variables
- type SQSMessagePayload
- func (*SQSMessagePayload) Descriptor() ([]byte, []int)
- func (this *SQSMessagePayload) Equal(that interface{}) bool
- func (m *SQSMessagePayload) GetUserAttributes() map[string]*UserAttribute
- func (this *SQSMessagePayload) GoString() string
- func (m *SQSMessagePayload) Marshal() (data []byte, err error)
- func (m *SQSMessagePayload) MarshalTo(data []byte) (int, error)
- func (*SQSMessagePayload) ProtoMessage()
- func (m *SQSMessagePayload) Reset()
- func (m *SQSMessagePayload) Size() (n int)
- func (this *SQSMessagePayload) String() string
- func (m *SQSMessagePayload) Unmarshal(data []byte) error
- type UserAttribute
- func (*UserAttribute) Descriptor() ([]byte, []int)
- func (this *UserAttribute) Equal(that interface{}) bool
- func (this *UserAttribute) GoString() string
- func (m *UserAttribute) Marshal() (data []byte, err error)
- func (m *UserAttribute) MarshalTo(data []byte) (int, error)
- func (*UserAttribute) ProtoMessage()
- func (m *UserAttribute) Reset()
- func (m *UserAttribute) Size() (n int)
- func (this *UserAttribute) String() string
- func (m *UserAttribute) Unmarshal(data []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthSqspayload = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSqspayload = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type SQSMessagePayload ¶
type SQSMessagePayload struct { Payload string `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` MD5OfMessageBody string `protobuf:"bytes,2,opt,name=MD5_of_message_body,json=mD5OfMessageBody,proto3" json:"MD5_of_message_body,omitempty"` MD5OfMessageAttributes string `` /* 131-byte string literal not displayed */ SenderId string `protobuf:"bytes,4,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"` SentTimestamp string `protobuf:"bytes,5,opt,name=sent_timestamp,json=sentTimestamp,proto3" json:"sent_timestamp,omitempty"` UserAttributes map[string]*UserAttribute `` /* 177-byte string literal not displayed */ }
func (*SQSMessagePayload) Descriptor ¶
func (*SQSMessagePayload) Descriptor() ([]byte, []int)
func (*SQSMessagePayload) Equal ¶
func (this *SQSMessagePayload) Equal(that interface{}) bool
func (*SQSMessagePayload) GetUserAttributes ¶
func (m *SQSMessagePayload) GetUserAttributes() map[string]*UserAttribute
func (*SQSMessagePayload) GoString ¶
func (this *SQSMessagePayload) GoString() string
func (*SQSMessagePayload) Marshal ¶
func (m *SQSMessagePayload) Marshal() (data []byte, err error)
func (*SQSMessagePayload) MarshalTo ¶
func (m *SQSMessagePayload) MarshalTo(data []byte) (int, error)
func (*SQSMessagePayload) ProtoMessage ¶
func (*SQSMessagePayload) ProtoMessage()
func (*SQSMessagePayload) Reset ¶
func (m *SQSMessagePayload) Reset()
func (*SQSMessagePayload) Size ¶
func (m *SQSMessagePayload) Size() (n int)
func (*SQSMessagePayload) String ¶
func (this *SQSMessagePayload) String() string
func (*SQSMessagePayload) Unmarshal ¶
func (m *SQSMessagePayload) Unmarshal(data []byte) error
type UserAttribute ¶
type UserAttribute struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` }
func (*UserAttribute) Descriptor ¶
func (*UserAttribute) Descriptor() ([]byte, []int)
func (*UserAttribute) Equal ¶
func (this *UserAttribute) Equal(that interface{}) bool
func (*UserAttribute) GoString ¶
func (this *UserAttribute) GoString() string
func (*UserAttribute) Marshal ¶
func (m *UserAttribute) Marshal() (data []byte, err error)
func (*UserAttribute) ProtoMessage ¶
func (*UserAttribute) ProtoMessage()
func (*UserAttribute) Reset ¶
func (m *UserAttribute) Reset()
func (*UserAttribute) Size ¶
func (m *UserAttribute) Size() (n int)
func (*UserAttribute) String ¶
func (this *UserAttribute) String() string
func (*UserAttribute) Unmarshal ¶
func (m *UserAttribute) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.