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