Documentation
¶
Index ¶
- Variables
- type Report
- func (*Report) Descriptor() ([]byte, []int)deprecated
- func (x *Report) GetEventTs() *timestamp.Timestamp
- func (x *Report) GetRegisteredAt() *timestamp.Timestamp
- func (x *Report) GetReportComment() string
- func (x *Report) GetReportId() string
- func (x *Report) GetReportedByUserId() string
- func (x *Report) GetUpdatedAt() *timestamp.Timestamp
- func (*Report) ProtoMessage()
- func (x *Report) ProtoReflect() protoreflect.Message
- func (x *Report) Reset()
- func (x *Report) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_examplepb_example_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
ReportId string `protobuf:"bytes,1,opt,name=report_id,json=reportId,proto3" json:"report_id,omitempty"`
ReportComment string `protobuf:"bytes,2,opt,name=report_comment,json=reportComment,proto3" json:"report_comment,omitempty"`
ReportedByUserId string `protobuf:"bytes,3,opt,name=reported_by_user_id,json=reportedByUserId,proto3" json:"reported_by_user_id,omitempty"`
// The event_ts will be used to partition messages
EventTs *timestamp.Timestamp `protobuf:"bytes,4,opt,name=event_ts,json=eventTs,proto3" json:"event_ts,omitempty"`
RegisteredAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=registered_at,json=registeredAt,proto3" json:"registered_at,omitempty"`
UpdatedAt *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
// contains filtered or unexported fields
}
Dummy definition for testing purposes
func (*Report) Descriptor
deprecated
func (*Report) GetEventTs ¶
func (*Report) GetRegisteredAt ¶
func (*Report) GetReportComment ¶
func (*Report) GetReportId ¶
func (*Report) GetReportedByUserId ¶
func (*Report) GetUpdatedAt ¶
func (*Report) ProtoMessage ¶
func (*Report) ProtoMessage()
func (*Report) ProtoReflect ¶
func (x *Report) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.