Documentation
¶
Index ¶
- Variables
- type PostCreatedEvent
- func (m *PostCreatedEvent) CloneMessageVT() proto.Message
- func (m *PostCreatedEvent) CloneVT() *PostCreatedEvent
- func (*PostCreatedEvent) Descriptor() ([]byte, []int)deprecated
- func (this *PostCreatedEvent) EqualMessageVT(thatMsg proto.Message) bool
- func (this *PostCreatedEvent) EqualVT(that *PostCreatedEvent) bool
- func (x *PostCreatedEvent) GetId() int32
- func (x *PostCreatedEvent) GetOwnerId() int32
- func (m *PostCreatedEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *PostCreatedEvent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *PostCreatedEvent) MarshalToVT(dAtA []byte) (int, error)
- func (m *PostCreatedEvent) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *PostCreatedEvent) MarshalVT() (dAtA []byte, err error)
- func (m *PostCreatedEvent) MarshalVTStrict() (dAtA []byte, err error)
- func (*PostCreatedEvent) ProtoMessage()
- func (x *PostCreatedEvent) ProtoReflect() protoreflect.Message
- func (x *PostCreatedEvent) Reset()
- func (m *PostCreatedEvent) SizeVT() (n int)
- func (x *PostCreatedEvent) String() string
- func (m *PostCreatedEvent) UnmarshalVT(dAtA []byte) error
- func (m *PostCreatedEvent) UnmarshalVTUnsafe(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type PostCreatedEvent ¶
type PostCreatedEvent struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
OwnerId int32 `protobuf:"varint,2,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
// contains filtered or unexported fields
}
func (*PostCreatedEvent) CloneMessageVT ¶
func (m *PostCreatedEvent) CloneMessageVT() proto.Message
func (*PostCreatedEvent) CloneVT ¶
func (m *PostCreatedEvent) CloneVT() *PostCreatedEvent
func (*PostCreatedEvent) Descriptor
deprecated
func (*PostCreatedEvent) Descriptor() ([]byte, []int)
Deprecated: Use PostCreatedEvent.ProtoReflect.Descriptor instead.
func (*PostCreatedEvent) EqualMessageVT ¶
func (this *PostCreatedEvent) EqualMessageVT(thatMsg proto.Message) bool
func (*PostCreatedEvent) EqualVT ¶
func (this *PostCreatedEvent) EqualVT(that *PostCreatedEvent) bool
func (*PostCreatedEvent) GetId ¶
func (x *PostCreatedEvent) GetId() int32
func (*PostCreatedEvent) GetOwnerId ¶
func (x *PostCreatedEvent) GetOwnerId() int32
func (*PostCreatedEvent) MarshalToSizedBufferVT ¶
func (m *PostCreatedEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*PostCreatedEvent) MarshalToSizedBufferVTStrict ¶
func (m *PostCreatedEvent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*PostCreatedEvent) MarshalToVT ¶
func (m *PostCreatedEvent) MarshalToVT(dAtA []byte) (int, error)
func (*PostCreatedEvent) MarshalToVTStrict ¶
func (m *PostCreatedEvent) MarshalToVTStrict(dAtA []byte) (int, error)
func (*PostCreatedEvent) MarshalVT ¶
func (m *PostCreatedEvent) MarshalVT() (dAtA []byte, err error)
func (*PostCreatedEvent) MarshalVTStrict ¶
func (m *PostCreatedEvent) MarshalVTStrict() (dAtA []byte, err error)
func (*PostCreatedEvent) ProtoMessage ¶
func (*PostCreatedEvent) ProtoMessage()
func (*PostCreatedEvent) ProtoReflect ¶
func (x *PostCreatedEvent) ProtoReflect() protoreflect.Message
func (*PostCreatedEvent) Reset ¶
func (x *PostCreatedEvent) Reset()
func (*PostCreatedEvent) SizeVT ¶
func (m *PostCreatedEvent) SizeVT() (n int)
func (*PostCreatedEvent) String ¶
func (x *PostCreatedEvent) String() string
func (*PostCreatedEvent) UnmarshalVT ¶
func (m *PostCreatedEvent) UnmarshalVT(dAtA []byte) error
func (*PostCreatedEvent) UnmarshalVTUnsafe ¶
func (m *PostCreatedEvent) UnmarshalVTUnsafe(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.