Documentation ¶
Index ¶
- Variables
- type Article
- func (*Article) Descriptor() ([]byte, []int)deprecated
- func (x *Article) GetAuthor() string
- func (x *Article) GetContent() string
- func (x *Article) GetCreateAt() string
- func (x *Article) GetId() string
- func (x *Article) GetJobId() string
- func (x *Article) GetKeyword() string
- func (x *Article) GetPlatform() string
- func (x *Article) GetScoreEmbarrassed() string
- func (x *Article) GetScoreFear() string
- func (x *Article) GetScoreHappy() string
- func (x *Article) GetScoreHurt() string
- func (x *Article) GetScoreMaxName() string
- func (x *Article) GetScoreMaxValue() string
- func (x *Article) GetScoreRage() string
- func (x *Article) GetScoreSad() string
- func (x *Article) GetWorkerId() string
- func (*Article) ProtoMessage()
- func (x *Article) ProtoReflect() protoreflect.Message
- func (x *Article) Reset()
- func (x *Article) String() string
- type ArticleCount
- func (*ArticleCount) Descriptor() ([]byte, []int)deprecated
- func (x *ArticleCount) GetCount() uint32
- func (x *ArticleCount) GetCreateAtTime() string
- func (x *ArticleCount) GetScoreMaxName() string
- func (*ArticleCount) ProtoMessage()
- func (x *ArticleCount) ProtoReflect() protoreflect.Message
- func (x *ArticleCount) Reset()
- func (x *ArticleCount) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pb_unit_article_article_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Author string `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"` Keyword string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` Platform string `protobuf:"bytes,5,opt,name=platform,proto3" json:"platform,omitempty"` ScoreHappy string `protobuf:"bytes,6,opt,name=Score_happy,json=ScoreHappy,proto3" json:"Score_happy,omitempty"` ScoreFear string `protobuf:"bytes,7,opt,name=Score_fear,json=ScoreFear,proto3" json:"Score_fear,omitempty"` ScoreEmbarrassed string `protobuf:"bytes,8,opt,name=Score_embarrassed,json=ScoreEmbarrassed,proto3" json:"Score_embarrassed,omitempty"` ScoreSad string `protobuf:"bytes,9,opt,name=Score_sad,json=ScoreSad,proto3" json:"Score_sad,omitempty"` ScoreRage string `protobuf:"bytes,10,opt,name=Score_rage,json=ScoreRage,proto3" json:"Score_rage,omitempty"` ScoreHurt string `protobuf:"bytes,11,opt,name=Score_hurt,json=ScoreHurt,proto3" json:"Score_hurt,omitempty"` ScoreMaxValue string `protobuf:"bytes,12,opt,name=score_max_value,json=scoreMaxValue,proto3" json:"score_max_value,omitempty"` ScoreMaxName string `protobuf:"bytes,13,opt,name=score_max_name,json=scoreMaxName,proto3" json:"score_max_name,omitempty"` CreateAt string `protobuf:"bytes,14,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,15,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` WorkerId string `protobuf:"bytes,16,opt,name=worker_id,json=workerId,proto3" json:"worker_id,omitempty"` // contains filtered or unexported fields }
func (*Article) Descriptor
deprecated
func (*Article) GetContent ¶
func (*Article) GetCreateAt ¶
func (*Article) GetKeyword ¶
func (*Article) GetPlatform ¶
func (*Article) GetScoreEmbarrassed ¶
func (*Article) GetScoreFear ¶
func (*Article) GetScoreHappy ¶
func (*Article) GetScoreHurt ¶
func (*Article) GetScoreMaxName ¶
func (*Article) GetScoreMaxValue ¶
func (*Article) GetScoreRage ¶
func (*Article) GetScoreSad ¶
func (*Article) GetWorkerId ¶
func (*Article) ProtoMessage ¶
func (*Article) ProtoMessage()
func (*Article) ProtoReflect ¶
func (x *Article) ProtoReflect() protoreflect.Message
type ArticleCount ¶
type ArticleCount struct { CreateAtTime string `protobuf:"bytes,1,opt,name=createAtTime,proto3" json:"createAtTime,omitempty"` Count uint32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` ScoreMaxName string `protobuf:"bytes,3,opt,name=scoreMaxName,proto3" json:"scoreMaxName,omitempty"` // contains filtered or unexported fields }
func (*ArticleCount) Descriptor
deprecated
func (*ArticleCount) Descriptor() ([]byte, []int)
Deprecated: Use ArticleCount.ProtoReflect.Descriptor instead.
func (*ArticleCount) GetCount ¶
func (x *ArticleCount) GetCount() uint32
func (*ArticleCount) GetCreateAtTime ¶
func (x *ArticleCount) GetCreateAtTime() string
func (*ArticleCount) GetScoreMaxName ¶
func (x *ArticleCount) GetScoreMaxName() string
func (*ArticleCount) ProtoMessage ¶
func (*ArticleCount) ProtoMessage()
func (*ArticleCount) ProtoReflect ¶
func (x *ArticleCount) ProtoReflect() protoreflect.Message
func (*ArticleCount) Reset ¶
func (x *ArticleCount) Reset()
func (*ArticleCount) String ¶
func (x *ArticleCount) String() string
Click to show internal directories.
Click to hide internal directories.