Documentation ¶
Index ¶
- Constants
- Variables
- func ErrorUnknownError(format string, args ...interface{}) *errors.Error
- func IsUnknownError(err error) bool
- func RegisterBffHTTPServer(s *http.Server, srv BffHTTPServer)
- func RegisterBffServer(s grpc.ServiceRegistrar, srv BffServer)
- type AccessUserMedalReq
- func (*AccessUserMedalReq) Descriptor() ([]byte, []int)deprecated
- func (x *AccessUserMedalReq) GetMedal() string
- func (*AccessUserMedalReq) ProtoMessage()
- func (x *AccessUserMedalReq) ProtoReflect() protoreflect.Message
- func (x *AccessUserMedalReq) Reset()
- func (x *AccessUserMedalReq) String() string
- func (m *AccessUserMedalReq) Validate() error
- func (m *AccessUserMedalReq) ValidateAll() error
- type AccessUserMedalReqMultiError
- type AccessUserMedalReqValidationError
- func (e AccessUserMedalReqValidationError) Cause() error
- func (e AccessUserMedalReqValidationError) Error() string
- func (e AccessUserMedalReqValidationError) ErrorName() string
- func (e AccessUserMedalReqValidationError) Field() string
- func (e AccessUserMedalReqValidationError) Key() bool
- func (e AccessUserMedalReqValidationError) Reason() string
- type AddColumnIncludesReq
- func (*AddColumnIncludesReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddColumnIncludesReq) GetArticleId() int32
- func (x *AddColumnIncludesReq) GetId() int32
- func (*AddColumnIncludesReq) ProtoMessage()
- func (x *AddColumnIncludesReq) ProtoReflect() protoreflect.Message
- func (x *AddColumnIncludesReq) Reset()
- func (x *AddColumnIncludesReq) String() string
- func (m *AddColumnIncludesReq) Validate() error
- func (m *AddColumnIncludesReq) ValidateAll() error
- type AddColumnIncludesReqMultiError
- type AddColumnIncludesReqValidationError
- func (e AddColumnIncludesReqValidationError) Cause() error
- func (e AddColumnIncludesReqValidationError) Error() string
- func (e AddColumnIncludesReqValidationError) ErrorName() string
- func (e AddColumnIncludesReqValidationError) Field() string
- func (e AddColumnIncludesReqValidationError) Key() bool
- func (e AddColumnIncludesReqValidationError) Reason() string
- type ArticleDraftMarkReq
- func (*ArticleDraftMarkReq) Descriptor() ([]byte, []int)deprecated
- func (x *ArticleDraftMarkReq) GetId() int32
- func (*ArticleDraftMarkReq) ProtoMessage()
- func (x *ArticleDraftMarkReq) ProtoReflect() protoreflect.Message
- func (x *ArticleDraftMarkReq) Reset()
- func (x *ArticleDraftMarkReq) String() string
- func (m *ArticleDraftMarkReq) Validate() error
- func (m *ArticleDraftMarkReq) ValidateAll() error
- type ArticleDraftMarkReqMultiError
- type ArticleDraftMarkReqValidationError
- func (e ArticleDraftMarkReqValidationError) Cause() error
- func (e ArticleDraftMarkReqValidationError) Error() string
- func (e ArticleDraftMarkReqValidationError) ErrorName() string
- func (e ArticleDraftMarkReqValidationError) Field() string
- func (e ArticleDraftMarkReqValidationError) Key() bool
- func (e ArticleDraftMarkReqValidationError) Reason() string
- type ArticleStatisticJudgeReply
- func (*ArticleStatisticJudgeReply) Descriptor() ([]byte, []int)deprecated
- func (x *ArticleStatisticJudgeReply) GetAgree() bool
- func (x *ArticleStatisticJudgeReply) GetCollect() bool
- func (*ArticleStatisticJudgeReply) ProtoMessage()
- func (x *ArticleStatisticJudgeReply) ProtoReflect() protoreflect.Message
- func (x *ArticleStatisticJudgeReply) Reset()
- func (x *ArticleStatisticJudgeReply) String() string
- func (m *ArticleStatisticJudgeReply) Validate() error
- func (m *ArticleStatisticJudgeReply) ValidateAll() error
- type ArticleStatisticJudgeReplyMultiError
- type ArticleStatisticJudgeReplyValidationError
- func (e ArticleStatisticJudgeReplyValidationError) Cause() error
- func (e ArticleStatisticJudgeReplyValidationError) Error() string
- func (e ArticleStatisticJudgeReplyValidationError) ErrorName() string
- func (e ArticleStatisticJudgeReplyValidationError) Field() string
- func (e ArticleStatisticJudgeReplyValidationError) Key() bool
- func (e ArticleStatisticJudgeReplyValidationError) Reason() string
- type ArticleStatisticJudgeReq
- func (*ArticleStatisticJudgeReq) Descriptor() ([]byte, []int)deprecated
- func (x *ArticleStatisticJudgeReq) GetId() int32
- func (*ArticleStatisticJudgeReq) ProtoMessage()
- func (x *ArticleStatisticJudgeReq) ProtoReflect() protoreflect.Message
- func (x *ArticleStatisticJudgeReq) Reset()
- func (x *ArticleStatisticJudgeReq) String() string
- func (m *ArticleStatisticJudgeReq) Validate() error
- func (m *ArticleStatisticJudgeReq) ValidateAll() error
- type ArticleStatisticJudgeReqMultiError
- type ArticleStatisticJudgeReqValidationError
- func (e ArticleStatisticJudgeReqValidationError) Cause() error
- func (e ArticleStatisticJudgeReqValidationError) Error() string
- func (e ArticleStatisticJudgeReqValidationError) ErrorName() string
- func (e ArticleStatisticJudgeReqValidationError) Field() string
- func (e ArticleStatisticJudgeReqValidationError) Key() bool
- func (e ArticleStatisticJudgeReqValidationError) Reason() string
- type BffClient
- type BffErrorReason
- func (BffErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x BffErrorReason) Enum() *BffErrorReason
- func (BffErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x BffErrorReason) Number() protoreflect.EnumNumber
- func (x BffErrorReason) String() string
- func (BffErrorReason) Type() protoreflect.EnumType
- type BffHTTPClient
- type BffHTTPClientImpl
- func (c *BffHTTPClientImpl) AccessUserMedal(ctx context.Context, in *AccessUserMedalReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) AddColumnIncludes(ctx context.Context, in *AddColumnIncludesReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) ArticleDraftMark(ctx context.Context, in *ArticleDraftMarkReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) ArticleStatisticJudge(ctx context.Context, in *ArticleStatisticJudgeReq, opts ...http.CallOption) (*ArticleStatisticJudgeReply, error)
- func (c *BffHTTPClientImpl) CancelArticleAgree(ctx context.Context, in *CancelArticleAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelArticleCollect(ctx context.Context, in *CancelArticleCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelColumnAgree(ctx context.Context, in *CancelColumnAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelColumnCollect(ctx context.Context, in *CancelColumnCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelCommentAgree(ctx context.Context, in *CancelCommentAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelSubCommentAgree(ctx context.Context, in *CancelSubCommentAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelSubscribeColumn(ctx context.Context, in *CancelSubscribeColumnReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelTalkAgree(ctx context.Context, in *CancelTalkAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelTalkCollect(ctx context.Context, in *CancelTalkCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelUserFollow(ctx context.Context, in *CancelUserFollowReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) CancelUserMedalSet(ctx context.Context, in *CancelUserMedalSetReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) ChangeUserPassword(ctx context.Context, in *ChangeUserPasswordReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) ColumnStatisticJudge(ctx context.Context, in *ColumnStatisticJudgeReq, opts ...http.CallOption) (*ColumnStatisticJudgeReply, error)
- func (c *BffHTTPClientImpl) CreateArticleDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateArticleDraftReply, error)
- func (c *BffHTTPClientImpl) CreateCollectionsDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateCollectionsDraftReply, error)
- func (c *BffHTTPClientImpl) CreateColumnDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateColumnDraftReply, error)
- func (c *BffHTTPClientImpl) CreateCommentDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateCommentDraftReply, error)
- func (c *BffHTTPClientImpl) CreateTalkDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateTalkDraftReply, error)
- func (c *BffHTTPClientImpl) DeleteArticle(ctx context.Context, in *DeleteArticleReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) DeleteArticleDraft(ctx context.Context, in *DeleteArticleDraftReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) DeleteCollections(ctx context.Context, in *DeleteCollectionsReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) DeleteColumn(ctx context.Context, in *DeleteColumnReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) DeleteColumnIncludes(ctx context.Context, in *DeleteColumnIncludesReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) DeleteTalk(ctx context.Context, in *DeleteTalkReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) GetAccount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetAccountReply, error)
- func (c *BffHTTPClientImpl) GetAchievementList(ctx context.Context, in *GetAchievementListReq, opts ...http.CallOption) (*GetAchievementListReply, error)
- func (c *BffHTTPClientImpl) GetArticleContentReview(ctx context.Context, in *GetArticleContentReviewReq, opts ...http.CallOption) (*GetArticleContentReviewReply, error)
- func (c *BffHTTPClientImpl) GetArticleCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetArticleCountReply, error)
- func (c *BffHTTPClientImpl) GetArticleCountVisitor(ctx context.Context, in *GetArticleCountVisitorReq, opts ...http.CallOption) (*GetArticleCountReply, error)
- func (c *BffHTTPClientImpl) GetArticleDraftList(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetArticleDraftListReply, error)
- func (c *BffHTTPClientImpl) GetArticleImageReview(ctx context.Context, in *GetArticleImageReviewReq, opts ...http.CallOption) (*GetArticleImageReviewReply, error)
- func (c *BffHTTPClientImpl) GetArticleList(ctx context.Context, in *GetArticleListReq, opts ...http.CallOption) (*GetArticleListReply, error)
- func (c *BffHTTPClientImpl) GetArticleListHot(ctx context.Context, in *GetArticleListHotReq, opts ...http.CallOption) (*GetArticleListHotReply, error)
- func (c *BffHTTPClientImpl) GetArticleListStatistic(ctx context.Context, in *GetArticleListStatisticReq, opts ...http.CallOption) (*GetArticleListStatisticReply, error)
- func (c *BffHTTPClientImpl) GetArticleSearch(ctx context.Context, in *GetArticleSearchReq, opts ...http.CallOption) (*GetArticleSearchReply, error)
- func (c *BffHTTPClientImpl) GetArticleStatistic(ctx context.Context, in *GetArticleStatisticReq, opts ...http.CallOption) (*GetArticleStatisticReply, error)
- func (c *BffHTTPClientImpl) GetAvatarReview(ctx context.Context, in *GetAvatarReviewReq, opts ...http.CallOption) (*GetAvatarReviewReply, error)
- func (c *BffHTTPClientImpl) GetCollectArticleCount(ctx context.Context, in *GetCollectArticleCountReq, opts ...http.CallOption) (*GetCollectArticleCountReply, error)
- func (c *BffHTTPClientImpl) GetCollectArticleList(ctx context.Context, in *GetCollectArticleListReq, opts ...http.CallOption) (*GetArticleListReply, error)
- func (c *BffHTTPClientImpl) GetCollectColumnCount(ctx context.Context, in *GetCollectColumnCountReq, opts ...http.CallOption) (*GetCollectColumnCountReply, error)
- func (c *BffHTTPClientImpl) GetCollectColumnList(ctx context.Context, in *GetCollectColumnListReq, opts ...http.CallOption) (*GetColumnListReply, error)
- func (c *BffHTTPClientImpl) GetCollectTalkCount(ctx context.Context, in *GetCollectTalkCountReq, opts ...http.CallOption) (*GetCollectTalkCountReply, error)
- func (c *BffHTTPClientImpl) GetCollectTalkList(ctx context.Context, in *GetCollectTalkListReq, opts ...http.CallOption) (*GetTalkListReply, error)
- func (c *BffHTTPClientImpl) GetCollections(ctx context.Context, in *GetCollectionsReq, opts ...http.CallOption) (*GetCollectionsReply, error)
- func (c *BffHTTPClientImpl) GetCollectionsContentReview(ctx context.Context, in *GetCollectionsContentReviewReq, ...) (*GetCollectionsContentReviewReply, error)
- func (c *BffHTTPClientImpl) GetCollectionsCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetCollectionsCountReply, error)
- func (c *BffHTTPClientImpl) GetCollectionsList(ctx context.Context, in *GetCollectionsListReq, opts ...http.CallOption) (*GetCollectionsListReply, error)
- func (c *BffHTTPClientImpl) GetCollectionsListAll(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetCollectionsListReply, error)
- func (c *BffHTTPClientImpl) GetCollectionsListByVisitor(ctx context.Context, in *GetCollectionsListByVisitorReq, ...) (*GetCollectionsListReply, error)
- func (c *BffHTTPClientImpl) GetCollectionsVisitorCount(ctx context.Context, in *GetCollectionsVisitorCountReq, ...) (*GetCollectionsCountReply, error)
- func (c *BffHTTPClientImpl) GetColumnArticleList(ctx context.Context, in *GetColumnArticleListReq, opts ...http.CallOption) (*GetArticleListReply, error)
- func (c *BffHTTPClientImpl) GetColumnContentReview(ctx context.Context, in *GetColumnContentReviewReq, opts ...http.CallOption) (*GetColumnContentReviewReply, error)
- func (c *BffHTTPClientImpl) GetColumnCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetColumnCountReply, error)
- func (c *BffHTTPClientImpl) GetColumnCountVisitor(ctx context.Context, in *GetColumnCountVisitorReq, opts ...http.CallOption) (*GetColumnCountReply, error)
- func (c *BffHTTPClientImpl) GetColumnImageReview(ctx context.Context, in *GetColumnImageReviewReq, opts ...http.CallOption) (*GetColumnImageReviewReply, error)
- func (c *BffHTTPClientImpl) GetColumnList(ctx context.Context, in *GetColumnListReq, opts ...http.CallOption) (*GetColumnListReply, error)
- func (c *BffHTTPClientImpl) GetColumnListHot(ctx context.Context, in *GetColumnListHotReq, opts ...http.CallOption) (*GetColumnListHotReply, error)
- func (c *BffHTTPClientImpl) GetColumnListStatistic(ctx context.Context, in *GetColumnListStatisticReq, opts ...http.CallOption) (*GetColumnListStatisticReply, error)
- func (c *BffHTTPClientImpl) GetColumnSearch(ctx context.Context, in *GetColumnSearchReq, opts ...http.CallOption) (*GetColumnSearchReply, error)
- func (c *BffHTTPClientImpl) GetColumnStatistic(ctx context.Context, in *GetColumnStatisticReq, opts ...http.CallOption) (*GetColumnStatisticReply, error)
- func (c *BffHTTPClientImpl) GetColumnSubscribes(ctx context.Context, in *GetColumnSubscribesReq, opts ...http.CallOption) (*GetColumnSubscribesReply, error)
- func (c *BffHTTPClientImpl) GetCommentContentReview(ctx context.Context, in *GetCommentContentReviewReq, opts ...http.CallOption) (*GetCommentContentReviewReply, error)
- func (c *BffHTTPClientImpl) GetCommentList(ctx context.Context, in *GetCommentListReq, opts ...http.CallOption) (*GetCommentListReply, error)
- func (c *BffHTTPClientImpl) GetCommentListHot(ctx context.Context, in *GetCommentListReq, opts ...http.CallOption) (*GetCommentListReply, error)
- func (c *BffHTTPClientImpl) GetCommentUser(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetCommentUserReply, error)
- func (c *BffHTTPClientImpl) GetCosSessionKey(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetCosSessionKeyReply, error)
- func (c *BffHTTPClientImpl) GetCoverReview(ctx context.Context, in *GetCoverReviewReq, opts ...http.CallOption) (*GetCoverReviewReply, error)
- func (c *BffHTTPClientImpl) GetFollowList(ctx context.Context, in *GetFollowListReq, opts ...http.CallOption) (*GetFollowListReply, error)
- func (c *BffHTTPClientImpl) GetFollowListCount(ctx context.Context, in *GetFollowListCountReq, opts ...http.CallOption) (*GetFollowListCountReply, error)
- func (c *BffHTTPClientImpl) GetFollowedList(ctx context.Context, in *GetFollowedListReq, opts ...http.CallOption) (*GetFollowedListReply, error)
- func (c *BffHTTPClientImpl) GetFollowedListCount(ctx context.Context, in *GetFollowedListCountReq, opts ...http.CallOption) (*GetFollowedListCountReply, error)
- func (c *BffHTTPClientImpl) GetHealth(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) GetLastArticleDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastArticleDraftReply, error)
- func (c *BffHTTPClientImpl) GetLastCollectionsDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastCollectionsDraftReply, error)
- func (c *BffHTTPClientImpl) GetLastColumnDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastColumnDraftReply, error)
- func (c *BffHTTPClientImpl) GetLastCommentDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastCommentDraftReply, error)
- func (c *BffHTTPClientImpl) GetLastTalkDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastTalkDraftReply, error)
- func (c *BffHTTPClientImpl) GetLeaderBoard(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLeaderBoardReply, error)
- func (c *BffHTTPClientImpl) GetMailBoxLastTime(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetMailBoxLastTimeReply, error)
- func (c *BffHTTPClientImpl) GetMessageNotification(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetMessageNotificationReply, error)
- func (c *BffHTTPClientImpl) GetMessageSystemNotification(ctx context.Context, in *GetMessageSystemNotificationReq, ...) (*GetMessageSystemNotificationReply, error)
- func (c *BffHTTPClientImpl) GetNews(ctx context.Context, in *GetNewsReq, opts ...http.CallOption) (*GetNewsReply, error)
- func (c *BffHTTPClientImpl) GetNewsSearch(ctx context.Context, in *GetNewsSearchReq, opts ...http.CallOption) (*GetNewsSearchReply, error)
- func (c *BffHTTPClientImpl) GetProfile(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetProfileReply, error)
- func (c *BffHTTPClientImpl) GetProfileList(ctx context.Context, in *GetProfileListReq, opts ...http.CallOption) (*GetProfileListReply, error)
- func (c *BffHTTPClientImpl) GetProfileUpdate(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetProfileUpdateReply, error)
- func (c *BffHTTPClientImpl) GetSubCommentList(ctx context.Context, in *GetSubCommentListReq, opts ...http.CallOption) (*GetSubCommentListReply, error)
- func (c *BffHTTPClientImpl) GetSubscribeList(ctx context.Context, in *GetSubscribeListReq, opts ...http.CallOption) (*GetSubscribeListReply, error)
- func (c *BffHTTPClientImpl) GetSubscribeListCount(ctx context.Context, in *GetSubscribeListCountReq, opts ...http.CallOption) (*GetSubscribeListCountReply, error)
- func (c *BffHTTPClientImpl) GetTalkContentReview(ctx context.Context, in *GetTalkContentReviewReq, opts ...http.CallOption) (*GetTalkContentReviewReply, error)
- func (c *BffHTTPClientImpl) GetTalkCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetTalkCountReply, error)
- func (c *BffHTTPClientImpl) GetTalkCountVisitor(ctx context.Context, in *GetTalkCountVisitorReq, opts ...http.CallOption) (*GetTalkCountReply, error)
- func (c *BffHTTPClientImpl) GetTalkImageReview(ctx context.Context, in *GetTalkImageReviewReq, opts ...http.CallOption) (*GetTalkImageReviewReply, error)
- func (c *BffHTTPClientImpl) GetTalkList(ctx context.Context, in *GetTalkListReq, opts ...http.CallOption) (*GetTalkListReply, error)
- func (c *BffHTTPClientImpl) GetTalkListHot(ctx context.Context, in *GetTalkListHotReq, opts ...http.CallOption) (*GetTalkListHotReply, error)
- func (c *BffHTTPClientImpl) GetTalkListStatistic(ctx context.Context, in *GetTalkListStatisticReq, opts ...http.CallOption) (*GetTalkListStatisticReply, error)
- func (c *BffHTTPClientImpl) GetTalkSearch(ctx context.Context, in *GetTalkSearchReq, opts ...http.CallOption) (*GetTalkSearchReply, error)
- func (c *BffHTTPClientImpl) GetTalkStatistic(ctx context.Context, in *GetTalkStatisticReq, opts ...http.CallOption) (*GetTalkStatisticReply, error)
- func (c *BffHTTPClientImpl) GetTimeLineUsers(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetTimeLineUsersReply, error)
- func (c *BffHTTPClientImpl) GetUserAchievement(ctx context.Context, in *GetUserAchievementReq, opts ...http.CallOption) (*GetUserAchievementReply, error)
- func (c *BffHTTPClientImpl) GetUserArticleAgree(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserArticleAgreeReply, error)
- func (c *BffHTTPClientImpl) GetUserArticleCollect(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserArticleCollectReply, error)
- func (c *BffHTTPClientImpl) GetUserArticleList(ctx context.Context, in *GetUserArticleListReq, opts ...http.CallOption) (*GetArticleListReply, error)
- func (c *BffHTTPClientImpl) GetUserArticleListAll(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetArticleListReply, error)
- func (c *BffHTTPClientImpl) GetUserArticleListSimple(ctx context.Context, in *GetUserArticleListSimpleReq, opts ...http.CallOption) (*GetArticleListReply, error)
- func (c *BffHTTPClientImpl) GetUserArticleListVisitor(ctx context.Context, in *GetUserArticleListVisitorReq, opts ...http.CallOption) (*GetArticleListReply, error)
- func (c *BffHTTPClientImpl) GetUserColumnAgree(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserColumnAgreeReply, error)
- func (c *BffHTTPClientImpl) GetUserColumnCollect(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserColumnCollectReply, error)
- func (c *BffHTTPClientImpl) GetUserColumnList(ctx context.Context, in *GetUserColumnListReq, opts ...http.CallOption) (*GetColumnListReply, error)
- func (c *BffHTTPClientImpl) GetUserColumnListSimple(ctx context.Context, in *GetUserColumnListSimpleReq, opts ...http.CallOption) (*GetColumnListReply, error)
- func (c *BffHTTPClientImpl) GetUserColumnListVisitor(ctx context.Context, in *GetUserColumnListVisitorReq, opts ...http.CallOption) (*GetColumnListReply, error)
- func (c *BffHTTPClientImpl) GetUserCommentAgree(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserCommentAgreeReply, error)
- func (c *BffHTTPClientImpl) GetUserCommentArticleRepliedList(ctx context.Context, in *GetUserCommentArticleRepliedListReq, ...) (*GetUserCommentArticleRepliedListReply, error)
- func (c *BffHTTPClientImpl) GetUserCommentArticleReplyList(ctx context.Context, in *GetUserCommentArticleReplyListReq, ...) (*GetUserCommentArticleReplyListReply, error)
- func (c *BffHTTPClientImpl) GetUserCommentRepliedList(ctx context.Context, in *GetUserCommentRepliedListReq, opts ...http.CallOption) (*GetUserCommentRepliedListReply, error)
- func (c *BffHTTPClientImpl) GetUserCommentTalkRepliedList(ctx context.Context, in *GetUserCommentTalkRepliedListReq, ...) (*GetUserCommentTalkRepliedListReply, error)
- func (c *BffHTTPClientImpl) GetUserCommentTalkReplyList(ctx context.Context, in *GetUserCommentTalkReplyListReq, ...) (*GetUserCommentTalkReplyListReply, error)
- func (c *BffHTTPClientImpl) GetUserFollow(ctx context.Context, in *GetUserFollowReq, opts ...http.CallOption) (*GetUserFollowReply, error)
- func (c *BffHTTPClientImpl) GetUserFollows(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserFollowsReply, error)
- func (c *BffHTTPClientImpl) GetUserInfo(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserInfoReply, error)
- func (c *BffHTTPClientImpl) GetUserInfoVisitor(ctx context.Context, in *GetUserInfoVisitorReq, opts ...http.CallOption) (*GetUserInfoReply, error)
- func (c *BffHTTPClientImpl) GetUserMedal(ctx context.Context, in *GetUserMedalReq, opts ...http.CallOption) (*GetUserMedalReply, error)
- func (c *BffHTTPClientImpl) GetUserMedalProgress(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserMedalProgressReply, error)
- func (c *BffHTTPClientImpl) GetUserSearch(ctx context.Context, in *GetUserSearchReq, opts ...http.CallOption) (*GetUserSearchReply, error)
- func (c *BffHTTPClientImpl) GetUserSubCommentArticleRepliedList(ctx context.Context, in *GetUserSubCommentArticleRepliedListReq, ...) (*GetUserSubCommentArticleRepliedListReply, error)
- func (c *BffHTTPClientImpl) GetUserSubCommentArticleReplyList(ctx context.Context, in *GetUserSubCommentArticleReplyListReq, ...) (*GetUserSubCommentArticleReplyListReply, error)
- func (c *BffHTTPClientImpl) GetUserSubCommentRepliedList(ctx context.Context, in *GetUserSubCommentRepliedListReq, ...) (*GetUserSubCommentRepliedListReply, error)
- func (c *BffHTTPClientImpl) GetUserSubCommentTalkRepliedList(ctx context.Context, in *GetUserSubCommentTalkRepliedListReq, ...) (*GetUserSubCommentTalkRepliedListReply, error)
- func (c *BffHTTPClientImpl) GetUserSubCommentTalkReplyList(ctx context.Context, in *GetUserSubCommentTalkReplyListReq, ...) (*GetUserSubCommentTalkReplyListReply, error)
- func (c *BffHTTPClientImpl) GetUserSubscribeColumn(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserSubscribeColumnReply, error)
- func (c *BffHTTPClientImpl) GetUserTalkAgree(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserTalkAgreeReply, error)
- func (c *BffHTTPClientImpl) GetUserTalkCollect(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserTalkCollectReply, error)
- func (c *BffHTTPClientImpl) GetUserTalkList(ctx context.Context, in *GetUserTalkListReq, opts ...http.CallOption) (*GetTalkListReply, error)
- func (c *BffHTTPClientImpl) GetUserTalkListSimple(ctx context.Context, in *GetUserTalkListSimpleReq, opts ...http.CallOption) (*GetTalkListReply, error)
- func (c *BffHTTPClientImpl) GetUserTalkListVisitor(ctx context.Context, in *GetUserTalkListVisitorReq, opts ...http.CallOption) (*GetTalkListReply, error)
- func (c *BffHTTPClientImpl) GetUserTimeLineListVisitor(ctx context.Context, in *GetUserTimeLineListReq, opts ...http.CallOption) (*GetUserTimeLineListReply, error)
- func (c *BffHTTPClientImpl) LoginByCode(ctx context.Context, in *LoginByCodeReq, opts ...http.CallOption) (*LoginReply, error)
- func (c *BffHTTPClientImpl) LoginByGitee(ctx context.Context, in *LoginByGiteeReq, opts ...http.CallOption) (*LoginReply, error)
- func (c *BffHTTPClientImpl) LoginByGithub(ctx context.Context, in *LoginByGithubReq, opts ...http.CallOption) (*LoginReply, error)
- func (c *BffHTTPClientImpl) LoginByPassword(ctx context.Context, in *LoginByPasswordReq, opts ...http.CallOption) (*LoginReply, error)
- func (c *BffHTTPClientImpl) LoginByQQ(ctx context.Context, in *LoginByQQReq, opts ...http.CallOption) (*LoginReply, error)
- func (c *BffHTTPClientImpl) LoginByWeChat(ctx context.Context, in *LoginByWeChatReq, opts ...http.CallOption) (*LoginReply, error)
- func (c *BffHTTPClientImpl) LoginPasswordReset(ctx context.Context, in *LoginPasswordResetReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) RemoveComment(ctx context.Context, in *RemoveCommentReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) RemoveMailBoxCommentCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) RemoveMailBoxSubCommentCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) RemoveMailBoxSystemNotificationCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) RemoveSubComment(ctx context.Context, in *RemoveSubCommentReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendArticle(ctx context.Context, in *SendArticleReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendArticleEdit(ctx context.Context, in *SendArticleEditReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendCollections(ctx context.Context, in *SendCollectionsReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendCollectionsEdit(ctx context.Context, in *SendCollectionsEditReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendColumn(ctx context.Context, in *SendColumnReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendColumnEdit(ctx context.Context, in *SendColumnEditReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendComment(ctx context.Context, in *SendCommentReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendEmailCode(ctx context.Context, in *SendEmailCodeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendPhoneCode(ctx context.Context, in *SendPhoneCodeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendSubComment(ctx context.Context, in *SendSubCommentReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendTalk(ctx context.Context, in *SendTalkReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SendTalkEdit(ctx context.Context, in *SendTalkEditReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetArticleAgree(ctx context.Context, in *SetArticleAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetArticleCollect(ctx context.Context, in *SetArticleCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetArticleView(ctx context.Context, in *SetArticleViewReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetColumnAgree(ctx context.Context, in *SetColumnAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetColumnCollect(ctx context.Context, in *SetColumnCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetColumnView(ctx context.Context, in *SetColumnViewReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetCommentAgree(ctx context.Context, in *SetCommentAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetMailBoxLastTime(ctx context.Context, in *SetMailBoxLastTimeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetProfileUpdate(ctx context.Context, in *SetProfileUpdateReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetSubCommentAgree(ctx context.Context, in *SetSubCommentAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetTalkAgree(ctx context.Context, in *SetTalkAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetTalkCollect(ctx context.Context, in *SetTalkCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetTalkView(ctx context.Context, in *SetTalkViewReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserEmail(ctx context.Context, in *SetUserEmailReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserFollow(ctx context.Context, in *SetUserFollowReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserGitee(ctx context.Context, in *SetUserGiteeReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserGithub(ctx context.Context, in *SetUserGithubReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserMedal(ctx context.Context, in *SetUserMedalReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserPassword(ctx context.Context, in *SetUserPasswordReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserPhone(ctx context.Context, in *SetUserPhoneReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserQQ(ctx context.Context, in *SetUserQQReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SetUserWechat(ctx context.Context, in *SetUserWechatReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SubscribeColumn(ctx context.Context, in *SubscribeColumnReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) SubscribeJudge(ctx context.Context, in *SubscribeJudgeReq, opts ...http.CallOption) (*SubscribeJudgeReply, error)
- func (c *BffHTTPClientImpl) TalkStatisticJudge(ctx context.Context, in *TalkStatisticJudgeReq, opts ...http.CallOption) (*TalkStatisticJudgeReply, error)
- func (c *BffHTTPClientImpl) UnbindUserEmail(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) UnbindUserGitee(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) UnbindUserGithub(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) UnbindUserPhone(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) UnbindUserQQ(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) UnbindUserWechat(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
- func (c *BffHTTPClientImpl) UserRegister(ctx context.Context, in *UserRegisterReq, opts ...http.CallOption) (*emptypb.Empty, error)
- type BffHTTPServer
- type BffServer
- type CancelArticleAgreeReq
- func (*CancelArticleAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelArticleAgreeReq) GetId() int32
- func (x *CancelArticleAgreeReq) GetUuid() string
- func (*CancelArticleAgreeReq) ProtoMessage()
- func (x *CancelArticleAgreeReq) ProtoReflect() protoreflect.Message
- func (x *CancelArticleAgreeReq) Reset()
- func (x *CancelArticleAgreeReq) String() string
- func (m *CancelArticleAgreeReq) Validate() error
- func (m *CancelArticleAgreeReq) ValidateAll() error
- type CancelArticleAgreeReqMultiError
- type CancelArticleAgreeReqValidationError
- func (e CancelArticleAgreeReqValidationError) Cause() error
- func (e CancelArticleAgreeReqValidationError) Error() string
- func (e CancelArticleAgreeReqValidationError) ErrorName() string
- func (e CancelArticleAgreeReqValidationError) Field() string
- func (e CancelArticleAgreeReqValidationError) Key() bool
- func (e CancelArticleAgreeReqValidationError) Reason() string
- type CancelArticleCollectReq
- func (*CancelArticleCollectReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelArticleCollectReq) GetId() int32
- func (x *CancelArticleCollectReq) GetUuid() string
- func (*CancelArticleCollectReq) ProtoMessage()
- func (x *CancelArticleCollectReq) ProtoReflect() protoreflect.Message
- func (x *CancelArticleCollectReq) Reset()
- func (x *CancelArticleCollectReq) String() string
- func (m *CancelArticleCollectReq) Validate() error
- func (m *CancelArticleCollectReq) ValidateAll() error
- type CancelArticleCollectReqMultiError
- type CancelArticleCollectReqValidationError
- func (e CancelArticleCollectReqValidationError) Cause() error
- func (e CancelArticleCollectReqValidationError) Error() string
- func (e CancelArticleCollectReqValidationError) ErrorName() string
- func (e CancelArticleCollectReqValidationError) Field() string
- func (e CancelArticleCollectReqValidationError) Key() bool
- func (e CancelArticleCollectReqValidationError) Reason() string
- type CancelColumnAgreeReq
- func (*CancelColumnAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelColumnAgreeReq) GetId() int32
- func (x *CancelColumnAgreeReq) GetUuid() string
- func (*CancelColumnAgreeReq) ProtoMessage()
- func (x *CancelColumnAgreeReq) ProtoReflect() protoreflect.Message
- func (x *CancelColumnAgreeReq) Reset()
- func (x *CancelColumnAgreeReq) String() string
- func (m *CancelColumnAgreeReq) Validate() error
- func (m *CancelColumnAgreeReq) ValidateAll() error
- type CancelColumnAgreeReqMultiError
- type CancelColumnAgreeReqValidationError
- func (e CancelColumnAgreeReqValidationError) Cause() error
- func (e CancelColumnAgreeReqValidationError) Error() string
- func (e CancelColumnAgreeReqValidationError) ErrorName() string
- func (e CancelColumnAgreeReqValidationError) Field() string
- func (e CancelColumnAgreeReqValidationError) Key() bool
- func (e CancelColumnAgreeReqValidationError) Reason() string
- type CancelColumnCollectReq
- func (*CancelColumnCollectReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelColumnCollectReq) GetId() int32
- func (x *CancelColumnCollectReq) GetUuid() string
- func (*CancelColumnCollectReq) ProtoMessage()
- func (x *CancelColumnCollectReq) ProtoReflect() protoreflect.Message
- func (x *CancelColumnCollectReq) Reset()
- func (x *CancelColumnCollectReq) String() string
- func (m *CancelColumnCollectReq) Validate() error
- func (m *CancelColumnCollectReq) ValidateAll() error
- type CancelColumnCollectReqMultiError
- type CancelColumnCollectReqValidationError
- func (e CancelColumnCollectReqValidationError) Cause() error
- func (e CancelColumnCollectReqValidationError) Error() string
- func (e CancelColumnCollectReqValidationError) ErrorName() string
- func (e CancelColumnCollectReqValidationError) Field() string
- func (e CancelColumnCollectReqValidationError) Key() bool
- func (e CancelColumnCollectReqValidationError) Reason() string
- type CancelCommentAgreeReq
- func (*CancelCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelCommentAgreeReq) GetCreationId() int32
- func (x *CancelCommentAgreeReq) GetCreationType() int32
- func (x *CancelCommentAgreeReq) GetId() int32
- func (x *CancelCommentAgreeReq) GetUuid() string
- func (*CancelCommentAgreeReq) ProtoMessage()
- func (x *CancelCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *CancelCommentAgreeReq) Reset()
- func (x *CancelCommentAgreeReq) String() string
- func (m *CancelCommentAgreeReq) Validate() error
- func (m *CancelCommentAgreeReq) ValidateAll() error
- type CancelCommentAgreeReqMultiError
- type CancelCommentAgreeReqValidationError
- func (e CancelCommentAgreeReqValidationError) Cause() error
- func (e CancelCommentAgreeReqValidationError) Error() string
- func (e CancelCommentAgreeReqValidationError) ErrorName() string
- func (e CancelCommentAgreeReqValidationError) Field() string
- func (e CancelCommentAgreeReqValidationError) Key() bool
- func (e CancelCommentAgreeReqValidationError) Reason() string
- type CancelSubCommentAgreeReq
- func (*CancelSubCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelSubCommentAgreeReq) GetId() int32
- func (x *CancelSubCommentAgreeReq) GetUuid() string
- func (*CancelSubCommentAgreeReq) ProtoMessage()
- func (x *CancelSubCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *CancelSubCommentAgreeReq) Reset()
- func (x *CancelSubCommentAgreeReq) String() string
- func (m *CancelSubCommentAgreeReq) Validate() error
- func (m *CancelSubCommentAgreeReq) ValidateAll() error
- type CancelSubCommentAgreeReqMultiError
- type CancelSubCommentAgreeReqValidationError
- func (e CancelSubCommentAgreeReqValidationError) Cause() error
- func (e CancelSubCommentAgreeReqValidationError) Error() string
- func (e CancelSubCommentAgreeReqValidationError) ErrorName() string
- func (e CancelSubCommentAgreeReqValidationError) Field() string
- func (e CancelSubCommentAgreeReqValidationError) Key() bool
- func (e CancelSubCommentAgreeReqValidationError) Reason() string
- type CancelSubscribeColumnReq
- func (*CancelSubscribeColumnReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelSubscribeColumnReq) GetId() int32
- func (*CancelSubscribeColumnReq) ProtoMessage()
- func (x *CancelSubscribeColumnReq) ProtoReflect() protoreflect.Message
- func (x *CancelSubscribeColumnReq) Reset()
- func (x *CancelSubscribeColumnReq) String() string
- func (m *CancelSubscribeColumnReq) Validate() error
- func (m *CancelSubscribeColumnReq) ValidateAll() error
- type CancelSubscribeColumnReqMultiError
- type CancelSubscribeColumnReqValidationError
- func (e CancelSubscribeColumnReqValidationError) Cause() error
- func (e CancelSubscribeColumnReqValidationError) Error() string
- func (e CancelSubscribeColumnReqValidationError) ErrorName() string
- func (e CancelSubscribeColumnReqValidationError) Field() string
- func (e CancelSubscribeColumnReqValidationError) Key() bool
- func (e CancelSubscribeColumnReqValidationError) Reason() string
- type CancelTalkAgreeReq
- func (*CancelTalkAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelTalkAgreeReq) GetId() int32
- func (x *CancelTalkAgreeReq) GetUuid() string
- func (*CancelTalkAgreeReq) ProtoMessage()
- func (x *CancelTalkAgreeReq) ProtoReflect() protoreflect.Message
- func (x *CancelTalkAgreeReq) Reset()
- func (x *CancelTalkAgreeReq) String() string
- func (m *CancelTalkAgreeReq) Validate() error
- func (m *CancelTalkAgreeReq) ValidateAll() error
- type CancelTalkAgreeReqMultiError
- type CancelTalkAgreeReqValidationError
- func (e CancelTalkAgreeReqValidationError) Cause() error
- func (e CancelTalkAgreeReqValidationError) Error() string
- func (e CancelTalkAgreeReqValidationError) ErrorName() string
- func (e CancelTalkAgreeReqValidationError) Field() string
- func (e CancelTalkAgreeReqValidationError) Key() bool
- func (e CancelTalkAgreeReqValidationError) Reason() string
- type CancelTalkCollectReq
- func (*CancelTalkCollectReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelTalkCollectReq) GetId() int32
- func (x *CancelTalkCollectReq) GetUuid() string
- func (*CancelTalkCollectReq) ProtoMessage()
- func (x *CancelTalkCollectReq) ProtoReflect() protoreflect.Message
- func (x *CancelTalkCollectReq) Reset()
- func (x *CancelTalkCollectReq) String() string
- func (m *CancelTalkCollectReq) Validate() error
- func (m *CancelTalkCollectReq) ValidateAll() error
- type CancelTalkCollectReqMultiError
- type CancelTalkCollectReqValidationError
- func (e CancelTalkCollectReqValidationError) Cause() error
- func (e CancelTalkCollectReqValidationError) Error() string
- func (e CancelTalkCollectReqValidationError) ErrorName() string
- func (e CancelTalkCollectReqValidationError) Field() string
- func (e CancelTalkCollectReqValidationError) Key() bool
- func (e CancelTalkCollectReqValidationError) Reason() string
- type CancelUserFollowReq
- func (*CancelUserFollowReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelUserFollowReq) GetUuid() string
- func (*CancelUserFollowReq) ProtoMessage()
- func (x *CancelUserFollowReq) ProtoReflect() protoreflect.Message
- func (x *CancelUserFollowReq) Reset()
- func (x *CancelUserFollowReq) String() string
- func (m *CancelUserFollowReq) Validate() error
- func (m *CancelUserFollowReq) ValidateAll() error
- type CancelUserFollowReqMultiError
- type CancelUserFollowReqValidationError
- func (e CancelUserFollowReqValidationError) Cause() error
- func (e CancelUserFollowReqValidationError) Error() string
- func (e CancelUserFollowReqValidationError) ErrorName() string
- func (e CancelUserFollowReqValidationError) Field() string
- func (e CancelUserFollowReqValidationError) Key() bool
- func (e CancelUserFollowReqValidationError) Reason() string
- type CancelUserMedalSetReq
- func (*CancelUserMedalSetReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelUserMedalSetReq) GetMedal() string
- func (*CancelUserMedalSetReq) ProtoMessage()
- func (x *CancelUserMedalSetReq) ProtoReflect() protoreflect.Message
- func (x *CancelUserMedalSetReq) Reset()
- func (x *CancelUserMedalSetReq) String() string
- func (m *CancelUserMedalSetReq) Validate() error
- func (m *CancelUserMedalSetReq) ValidateAll() error
- type CancelUserMedalSetReqMultiError
- type CancelUserMedalSetReqValidationError
- func (e CancelUserMedalSetReqValidationError) Cause() error
- func (e CancelUserMedalSetReqValidationError) Error() string
- func (e CancelUserMedalSetReqValidationError) ErrorName() string
- func (e CancelUserMedalSetReqValidationError) Field() string
- func (e CancelUserMedalSetReqValidationError) Key() bool
- func (e CancelUserMedalSetReqValidationError) Reason() string
- type ChangeUserPasswordReq
- func (*ChangeUserPasswordReq) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeUserPasswordReq) GetOldpassword() string
- func (x *ChangeUserPasswordReq) GetPassword() string
- func (*ChangeUserPasswordReq) ProtoMessage()
- func (x *ChangeUserPasswordReq) ProtoReflect() protoreflect.Message
- func (x *ChangeUserPasswordReq) Reset()
- func (x *ChangeUserPasswordReq) String() string
- func (m *ChangeUserPasswordReq) Validate() error
- func (m *ChangeUserPasswordReq) ValidateAll() error
- type ChangeUserPasswordReqMultiError
- type ChangeUserPasswordReqValidationError
- func (e ChangeUserPasswordReqValidationError) Cause() error
- func (e ChangeUserPasswordReqValidationError) Error() string
- func (e ChangeUserPasswordReqValidationError) ErrorName() string
- func (e ChangeUserPasswordReqValidationError) Field() string
- func (e ChangeUserPasswordReqValidationError) Key() bool
- func (e ChangeUserPasswordReqValidationError) Reason() string
- type ColumnStatisticJudgeReply
- func (*ColumnStatisticJudgeReply) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnStatisticJudgeReply) GetAgree() bool
- func (x *ColumnStatisticJudgeReply) GetCollect() bool
- func (*ColumnStatisticJudgeReply) ProtoMessage()
- func (x *ColumnStatisticJudgeReply) ProtoReflect() protoreflect.Message
- func (x *ColumnStatisticJudgeReply) Reset()
- func (x *ColumnStatisticJudgeReply) String() string
- func (m *ColumnStatisticJudgeReply) Validate() error
- func (m *ColumnStatisticJudgeReply) ValidateAll() error
- type ColumnStatisticJudgeReplyMultiError
- type ColumnStatisticJudgeReplyValidationError
- func (e ColumnStatisticJudgeReplyValidationError) Cause() error
- func (e ColumnStatisticJudgeReplyValidationError) Error() string
- func (e ColumnStatisticJudgeReplyValidationError) ErrorName() string
- func (e ColumnStatisticJudgeReplyValidationError) Field() string
- func (e ColumnStatisticJudgeReplyValidationError) Key() bool
- func (e ColumnStatisticJudgeReplyValidationError) Reason() string
- type ColumnStatisticJudgeReq
- func (*ColumnStatisticJudgeReq) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnStatisticJudgeReq) GetId() int32
- func (*ColumnStatisticJudgeReq) ProtoMessage()
- func (x *ColumnStatisticJudgeReq) ProtoReflect() protoreflect.Message
- func (x *ColumnStatisticJudgeReq) Reset()
- func (x *ColumnStatisticJudgeReq) String() string
- func (m *ColumnStatisticJudgeReq) Validate() error
- func (m *ColumnStatisticJudgeReq) ValidateAll() error
- type ColumnStatisticJudgeReqMultiError
- type ColumnStatisticJudgeReqValidationError
- func (e ColumnStatisticJudgeReqValidationError) Cause() error
- func (e ColumnStatisticJudgeReqValidationError) Error() string
- func (e ColumnStatisticJudgeReqValidationError) ErrorName() string
- func (e ColumnStatisticJudgeReqValidationError) Field() string
- func (e ColumnStatisticJudgeReqValidationError) Key() bool
- func (e ColumnStatisticJudgeReqValidationError) Reason() string
- type CreateArticleDraftReply
- func (*CreateArticleDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateArticleDraftReply) GetId() int32
- func (*CreateArticleDraftReply) ProtoMessage()
- func (x *CreateArticleDraftReply) ProtoReflect() protoreflect.Message
- func (x *CreateArticleDraftReply) Reset()
- func (x *CreateArticleDraftReply) String() string
- func (m *CreateArticleDraftReply) Validate() error
- func (m *CreateArticleDraftReply) ValidateAll() error
- type CreateArticleDraftReplyMultiError
- type CreateArticleDraftReplyValidationError
- func (e CreateArticleDraftReplyValidationError) Cause() error
- func (e CreateArticleDraftReplyValidationError) Error() string
- func (e CreateArticleDraftReplyValidationError) ErrorName() string
- func (e CreateArticleDraftReplyValidationError) Field() string
- func (e CreateArticleDraftReplyValidationError) Key() bool
- func (e CreateArticleDraftReplyValidationError) Reason() string
- type CreateCollectionsDraftReply
- func (*CreateCollectionsDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCollectionsDraftReply) GetId() int32
- func (*CreateCollectionsDraftReply) ProtoMessage()
- func (x *CreateCollectionsDraftReply) ProtoReflect() protoreflect.Message
- func (x *CreateCollectionsDraftReply) Reset()
- func (x *CreateCollectionsDraftReply) String() string
- func (m *CreateCollectionsDraftReply) Validate() error
- func (m *CreateCollectionsDraftReply) ValidateAll() error
- type CreateCollectionsDraftReplyMultiError
- type CreateCollectionsDraftReplyValidationError
- func (e CreateCollectionsDraftReplyValidationError) Cause() error
- func (e CreateCollectionsDraftReplyValidationError) Error() string
- func (e CreateCollectionsDraftReplyValidationError) ErrorName() string
- func (e CreateCollectionsDraftReplyValidationError) Field() string
- func (e CreateCollectionsDraftReplyValidationError) Key() bool
- func (e CreateCollectionsDraftReplyValidationError) Reason() string
- type CreateColumnDraftReply
- func (*CreateColumnDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateColumnDraftReply) GetId() int32
- func (*CreateColumnDraftReply) ProtoMessage()
- func (x *CreateColumnDraftReply) ProtoReflect() protoreflect.Message
- func (x *CreateColumnDraftReply) Reset()
- func (x *CreateColumnDraftReply) String() string
- func (m *CreateColumnDraftReply) Validate() error
- func (m *CreateColumnDraftReply) ValidateAll() error
- type CreateColumnDraftReplyMultiError
- type CreateColumnDraftReplyValidationError
- func (e CreateColumnDraftReplyValidationError) Cause() error
- func (e CreateColumnDraftReplyValidationError) Error() string
- func (e CreateColumnDraftReplyValidationError) ErrorName() string
- func (e CreateColumnDraftReplyValidationError) Field() string
- func (e CreateColumnDraftReplyValidationError) Key() bool
- func (e CreateColumnDraftReplyValidationError) Reason() string
- type CreateCommentDraftReply
- func (*CreateCommentDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentDraftReply) GetId() int32
- func (*CreateCommentDraftReply) ProtoMessage()
- func (x *CreateCommentDraftReply) ProtoReflect() protoreflect.Message
- func (x *CreateCommentDraftReply) Reset()
- func (x *CreateCommentDraftReply) String() string
- func (m *CreateCommentDraftReply) Validate() error
- func (m *CreateCommentDraftReply) ValidateAll() error
- type CreateCommentDraftReplyMultiError
- type CreateCommentDraftReplyValidationError
- func (e CreateCommentDraftReplyValidationError) Cause() error
- func (e CreateCommentDraftReplyValidationError) Error() string
- func (e CreateCommentDraftReplyValidationError) ErrorName() string
- func (e CreateCommentDraftReplyValidationError) Field() string
- func (e CreateCommentDraftReplyValidationError) Key() bool
- func (e CreateCommentDraftReplyValidationError) Reason() string
- type CreateTalkDraftReply
- func (*CreateTalkDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTalkDraftReply) GetId() int32
- func (*CreateTalkDraftReply) ProtoMessage()
- func (x *CreateTalkDraftReply) ProtoReflect() protoreflect.Message
- func (x *CreateTalkDraftReply) Reset()
- func (x *CreateTalkDraftReply) String() string
- func (m *CreateTalkDraftReply) Validate() error
- func (m *CreateTalkDraftReply) ValidateAll() error
- type CreateTalkDraftReplyMultiError
- type CreateTalkDraftReplyValidationError
- func (e CreateTalkDraftReplyValidationError) Cause() error
- func (e CreateTalkDraftReplyValidationError) Error() string
- func (e CreateTalkDraftReplyValidationError) ErrorName() string
- func (e CreateTalkDraftReplyValidationError) Field() string
- func (e CreateTalkDraftReplyValidationError) Key() bool
- func (e CreateTalkDraftReplyValidationError) Reason() string
- type DeleteArticleDraftReq
- func (*DeleteArticleDraftReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteArticleDraftReq) GetId() int32
- func (*DeleteArticleDraftReq) ProtoMessage()
- func (x *DeleteArticleDraftReq) ProtoReflect() protoreflect.Message
- func (x *DeleteArticleDraftReq) Reset()
- func (x *DeleteArticleDraftReq) String() string
- func (m *DeleteArticleDraftReq) Validate() error
- func (m *DeleteArticleDraftReq) ValidateAll() error
- type DeleteArticleDraftReqMultiError
- type DeleteArticleDraftReqValidationError
- func (e DeleteArticleDraftReqValidationError) Cause() error
- func (e DeleteArticleDraftReqValidationError) Error() string
- func (e DeleteArticleDraftReqValidationError) ErrorName() string
- func (e DeleteArticleDraftReqValidationError) Field() string
- func (e DeleteArticleDraftReqValidationError) Key() bool
- func (e DeleteArticleDraftReqValidationError) Reason() string
- type DeleteArticleReq
- func (*DeleteArticleReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteArticleReq) GetId() int32
- func (*DeleteArticleReq) ProtoMessage()
- func (x *DeleteArticleReq) ProtoReflect() protoreflect.Message
- func (x *DeleteArticleReq) Reset()
- func (x *DeleteArticleReq) String() string
- func (m *DeleteArticleReq) Validate() error
- func (m *DeleteArticleReq) ValidateAll() error
- type DeleteArticleReqMultiError
- type DeleteArticleReqValidationError
- func (e DeleteArticleReqValidationError) Cause() error
- func (e DeleteArticleReqValidationError) Error() string
- func (e DeleteArticleReqValidationError) ErrorName() string
- func (e DeleteArticleReqValidationError) Field() string
- func (e DeleteArticleReqValidationError) Key() bool
- func (e DeleteArticleReqValidationError) Reason() string
- type DeleteCollectionsReq
- func (*DeleteCollectionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCollectionsReq) GetId() int32
- func (*DeleteCollectionsReq) ProtoMessage()
- func (x *DeleteCollectionsReq) ProtoReflect() protoreflect.Message
- func (x *DeleteCollectionsReq) Reset()
- func (x *DeleteCollectionsReq) String() string
- func (m *DeleteCollectionsReq) Validate() error
- func (m *DeleteCollectionsReq) ValidateAll() error
- type DeleteCollectionsReqMultiError
- type DeleteCollectionsReqValidationError
- func (e DeleteCollectionsReqValidationError) Cause() error
- func (e DeleteCollectionsReqValidationError) Error() string
- func (e DeleteCollectionsReqValidationError) ErrorName() string
- func (e DeleteCollectionsReqValidationError) Field() string
- func (e DeleteCollectionsReqValidationError) Key() bool
- func (e DeleteCollectionsReqValidationError) Reason() string
- type DeleteColumnIncludesReq
- func (*DeleteColumnIncludesReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteColumnIncludesReq) GetArticleId() int32
- func (x *DeleteColumnIncludesReq) GetId() int32
- func (*DeleteColumnIncludesReq) ProtoMessage()
- func (x *DeleteColumnIncludesReq) ProtoReflect() protoreflect.Message
- func (x *DeleteColumnIncludesReq) Reset()
- func (x *DeleteColumnIncludesReq) String() string
- func (m *DeleteColumnIncludesReq) Validate() error
- func (m *DeleteColumnIncludesReq) ValidateAll() error
- type DeleteColumnIncludesReqMultiError
- type DeleteColumnIncludesReqValidationError
- func (e DeleteColumnIncludesReqValidationError) Cause() error
- func (e DeleteColumnIncludesReqValidationError) Error() string
- func (e DeleteColumnIncludesReqValidationError) ErrorName() string
- func (e DeleteColumnIncludesReqValidationError) Field() string
- func (e DeleteColumnIncludesReqValidationError) Key() bool
- func (e DeleteColumnIncludesReqValidationError) Reason() string
- type DeleteColumnReq
- func (*DeleteColumnReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteColumnReq) GetId() int32
- func (*DeleteColumnReq) ProtoMessage()
- func (x *DeleteColumnReq) ProtoReflect() protoreflect.Message
- func (x *DeleteColumnReq) Reset()
- func (x *DeleteColumnReq) String() string
- func (m *DeleteColumnReq) Validate() error
- func (m *DeleteColumnReq) ValidateAll() error
- type DeleteColumnReqMultiError
- type DeleteColumnReqValidationError
- func (e DeleteColumnReqValidationError) Cause() error
- func (e DeleteColumnReqValidationError) Error() string
- func (e DeleteColumnReqValidationError) ErrorName() string
- func (e DeleteColumnReqValidationError) Field() string
- func (e DeleteColumnReqValidationError) Key() bool
- func (e DeleteColumnReqValidationError) Reason() string
- type DeleteTalkReq
- func (*DeleteTalkReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTalkReq) GetId() int32
- func (*DeleteTalkReq) ProtoMessage()
- func (x *DeleteTalkReq) ProtoReflect() protoreflect.Message
- func (x *DeleteTalkReq) Reset()
- func (x *DeleteTalkReq) String() string
- func (m *DeleteTalkReq) Validate() error
- func (m *DeleteTalkReq) ValidateAll() error
- type DeleteTalkReqMultiError
- type DeleteTalkReqValidationError
- func (e DeleteTalkReqValidationError) Cause() error
- func (e DeleteTalkReqValidationError) Error() string
- func (e DeleteTalkReqValidationError) ErrorName() string
- func (e DeleteTalkReqValidationError) Field() string
- func (e DeleteTalkReqValidationError) Key() bool
- func (e DeleteTalkReqValidationError) Reason() string
- type GetAccountReply
- func (*GetAccountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccountReply) GetEmail() string
- func (x *GetAccountReply) GetGitee() int32
- func (x *GetAccountReply) GetGithub() int32
- func (x *GetAccountReply) GetPassword() string
- func (x *GetAccountReply) GetPhone() string
- func (x *GetAccountReply) GetQq() string
- func (x *GetAccountReply) GetWechat() string
- func (*GetAccountReply) ProtoMessage()
- func (x *GetAccountReply) ProtoReflect() protoreflect.Message
- func (x *GetAccountReply) Reset()
- func (x *GetAccountReply) String() string
- func (m *GetAccountReply) Validate() error
- func (m *GetAccountReply) ValidateAll() error
- type GetAccountReplyMultiError
- type GetAccountReplyValidationError
- func (e GetAccountReplyValidationError) Cause() error
- func (e GetAccountReplyValidationError) Error() string
- func (e GetAccountReplyValidationError) ErrorName() string
- func (e GetAccountReplyValidationError) Field() string
- func (e GetAccountReplyValidationError) Key() bool
- func (e GetAccountReplyValidationError) Reason() string
- type GetAchievementListReply
- func (*GetAchievementListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetAchievementListReply) GetAchievement() []*GetAchievementListReply_Achievement
- func (*GetAchievementListReply) ProtoMessage()
- func (x *GetAchievementListReply) ProtoReflect() protoreflect.Message
- func (x *GetAchievementListReply) Reset()
- func (x *GetAchievementListReply) String() string
- func (m *GetAchievementListReply) Validate() error
- func (m *GetAchievementListReply) ValidateAll() error
- type GetAchievementListReplyMultiError
- type GetAchievementListReplyValidationError
- func (e GetAchievementListReplyValidationError) Cause() error
- func (e GetAchievementListReplyValidationError) Error() string
- func (e GetAchievementListReplyValidationError) ErrorName() string
- func (e GetAchievementListReplyValidationError) Field() string
- func (e GetAchievementListReplyValidationError) Key() bool
- func (e GetAchievementListReplyValidationError) Reason() string
- type GetAchievementListReply_Achievement
- func (*GetAchievementListReply_Achievement) Descriptor() ([]byte, []int)deprecated
- func (x *GetAchievementListReply_Achievement) GetAgree() int32
- func (x *GetAchievementListReply_Achievement) GetFollow() int32
- func (x *GetAchievementListReply_Achievement) GetFollowed() int32
- func (x *GetAchievementListReply_Achievement) GetUuid() string
- func (x *GetAchievementListReply_Achievement) GetView() int32
- func (*GetAchievementListReply_Achievement) ProtoMessage()
- func (x *GetAchievementListReply_Achievement) ProtoReflect() protoreflect.Message
- func (x *GetAchievementListReply_Achievement) Reset()
- func (x *GetAchievementListReply_Achievement) String() string
- func (m *GetAchievementListReply_Achievement) Validate() error
- func (m *GetAchievementListReply_Achievement) ValidateAll() error
- type GetAchievementListReply_AchievementMultiError
- type GetAchievementListReply_AchievementValidationError
- func (e GetAchievementListReply_AchievementValidationError) Cause() error
- func (e GetAchievementListReply_AchievementValidationError) Error() string
- func (e GetAchievementListReply_AchievementValidationError) ErrorName() string
- func (e GetAchievementListReply_AchievementValidationError) Field() string
- func (e GetAchievementListReply_AchievementValidationError) Key() bool
- func (e GetAchievementListReply_AchievementValidationError) Reason() string
- type GetAchievementListReq
- func (*GetAchievementListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetAchievementListReq) GetUuids() []string
- func (*GetAchievementListReq) ProtoMessage()
- func (x *GetAchievementListReq) ProtoReflect() protoreflect.Message
- func (x *GetAchievementListReq) Reset()
- func (x *GetAchievementListReq) String() string
- func (m *GetAchievementListReq) Validate() error
- func (m *GetAchievementListReq) ValidateAll() error
- type GetAchievementListReqMultiError
- type GetAchievementListReqValidationError
- func (e GetAchievementListReqValidationError) Cause() error
- func (e GetAchievementListReqValidationError) Error() string
- func (e GetAchievementListReqValidationError) ErrorName() string
- func (e GetAchievementListReqValidationError) Field() string
- func (e GetAchievementListReqValidationError) Key() bool
- func (e GetAchievementListReqValidationError) Reason() string
- type GetArticleContentReviewReply
- func (*GetArticleContentReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleContentReviewReply) GetReview() []*GetArticleContentReviewReply_Review
- func (*GetArticleContentReviewReply) ProtoMessage()
- func (x *GetArticleContentReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleContentReviewReply) Reset()
- func (x *GetArticleContentReviewReply) String() string
- func (m *GetArticleContentReviewReply) Validate() error
- func (m *GetArticleContentReviewReply) ValidateAll() error
- type GetArticleContentReviewReplyMultiError
- type GetArticleContentReviewReplyValidationError
- func (e GetArticleContentReviewReplyValidationError) Cause() error
- func (e GetArticleContentReviewReplyValidationError) Error() string
- func (e GetArticleContentReviewReplyValidationError) ErrorName() string
- func (e GetArticleContentReviewReplyValidationError) Field() string
- func (e GetArticleContentReviewReplyValidationError) Key() bool
- func (e GetArticleContentReviewReplyValidationError) Reason() string
- type GetArticleContentReviewReply_Review
- func (*GetArticleContentReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleContentReviewReply_Review) GetCreateAt() string
- func (x *GetArticleContentReviewReply_Review) GetCreationId() int32
- func (x *GetArticleContentReviewReply_Review) GetId() int32
- func (x *GetArticleContentReviewReply_Review) GetJobId() string
- func (x *GetArticleContentReviewReply_Review) GetKind() string
- func (x *GetArticleContentReviewReply_Review) GetLabel() string
- func (x *GetArticleContentReviewReply_Review) GetResult() int32
- func (x *GetArticleContentReviewReply_Review) GetSection() string
- func (x *GetArticleContentReviewReply_Review) GetTitle() string
- func (x *GetArticleContentReviewReply_Review) GetUuid() string
- func (*GetArticleContentReviewReply_Review) ProtoMessage()
- func (x *GetArticleContentReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetArticleContentReviewReply_Review) Reset()
- func (x *GetArticleContentReviewReply_Review) String() string
- func (m *GetArticleContentReviewReply_Review) Validate() error
- func (m *GetArticleContentReviewReply_Review) ValidateAll() error
- type GetArticleContentReviewReply_ReviewMultiError
- type GetArticleContentReviewReply_ReviewValidationError
- func (e GetArticleContentReviewReply_ReviewValidationError) Cause() error
- func (e GetArticleContentReviewReply_ReviewValidationError) Error() string
- func (e GetArticleContentReviewReply_ReviewValidationError) ErrorName() string
- func (e GetArticleContentReviewReply_ReviewValidationError) Field() string
- func (e GetArticleContentReviewReply_ReviewValidationError) Key() bool
- func (e GetArticleContentReviewReply_ReviewValidationError) Reason() string
- type GetArticleContentReviewReq
- func (*GetArticleContentReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleContentReviewReq) GetPage() int32
- func (*GetArticleContentReviewReq) ProtoMessage()
- func (x *GetArticleContentReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetArticleContentReviewReq) Reset()
- func (x *GetArticleContentReviewReq) String() string
- func (m *GetArticleContentReviewReq) Validate() error
- func (m *GetArticleContentReviewReq) ValidateAll() error
- type GetArticleContentReviewReqMultiError
- type GetArticleContentReviewReqValidationError
- func (e GetArticleContentReviewReqValidationError) Cause() error
- func (e GetArticleContentReviewReqValidationError) Error() string
- func (e GetArticleContentReviewReqValidationError) ErrorName() string
- func (e GetArticleContentReviewReqValidationError) Field() string
- func (e GetArticleContentReviewReqValidationError) Key() bool
- func (e GetArticleContentReviewReqValidationError) Reason() string
- type GetArticleCountReply
- func (*GetArticleCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleCountReply) GetCount() int32
- func (*GetArticleCountReply) ProtoMessage()
- func (x *GetArticleCountReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleCountReply) Reset()
- func (x *GetArticleCountReply) String() string
- func (m *GetArticleCountReply) Validate() error
- func (m *GetArticleCountReply) ValidateAll() error
- type GetArticleCountReplyMultiError
- type GetArticleCountReplyValidationError
- func (e GetArticleCountReplyValidationError) Cause() error
- func (e GetArticleCountReplyValidationError) Error() string
- func (e GetArticleCountReplyValidationError) ErrorName() string
- func (e GetArticleCountReplyValidationError) Field() string
- func (e GetArticleCountReplyValidationError) Key() bool
- func (e GetArticleCountReplyValidationError) Reason() string
- type GetArticleCountVisitorReq
- func (*GetArticleCountVisitorReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleCountVisitorReq) GetUuid() string
- func (*GetArticleCountVisitorReq) ProtoMessage()
- func (x *GetArticleCountVisitorReq) ProtoReflect() protoreflect.Message
- func (x *GetArticleCountVisitorReq) Reset()
- func (x *GetArticleCountVisitorReq) String() string
- func (m *GetArticleCountVisitorReq) Validate() error
- func (m *GetArticleCountVisitorReq) ValidateAll() error
- type GetArticleCountVisitorReqMultiError
- type GetArticleCountVisitorReqValidationError
- func (e GetArticleCountVisitorReqValidationError) Cause() error
- func (e GetArticleCountVisitorReqValidationError) Error() string
- func (e GetArticleCountVisitorReqValidationError) ErrorName() string
- func (e GetArticleCountVisitorReqValidationError) Field() string
- func (e GetArticleCountVisitorReqValidationError) Key() bool
- func (e GetArticleCountVisitorReqValidationError) Reason() string
- type GetArticleDraftListReply
- func (*GetArticleDraftListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleDraftListReply) GetDraft() []*GetArticleDraftListReply_Draft
- func (*GetArticleDraftListReply) ProtoMessage()
- func (x *GetArticleDraftListReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleDraftListReply) Reset()
- func (x *GetArticleDraftListReply) String() string
- func (m *GetArticleDraftListReply) Validate() error
- func (m *GetArticleDraftListReply) ValidateAll() error
- type GetArticleDraftListReplyMultiError
- type GetArticleDraftListReplyValidationError
- func (e GetArticleDraftListReplyValidationError) Cause() error
- func (e GetArticleDraftListReplyValidationError) Error() string
- func (e GetArticleDraftListReplyValidationError) ErrorName() string
- func (e GetArticleDraftListReplyValidationError) Field() string
- func (e GetArticleDraftListReplyValidationError) Key() bool
- func (e GetArticleDraftListReplyValidationError) Reason() string
- type GetArticleDraftListReply_Draft
- func (*GetArticleDraftListReply_Draft) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleDraftListReply_Draft) GetId() int32
- func (*GetArticleDraftListReply_Draft) ProtoMessage()
- func (x *GetArticleDraftListReply_Draft) ProtoReflect() protoreflect.Message
- func (x *GetArticleDraftListReply_Draft) Reset()
- func (x *GetArticleDraftListReply_Draft) String() string
- func (m *GetArticleDraftListReply_Draft) Validate() error
- func (m *GetArticleDraftListReply_Draft) ValidateAll() error
- type GetArticleDraftListReply_DraftMultiError
- type GetArticleDraftListReply_DraftValidationError
- func (e GetArticleDraftListReply_DraftValidationError) Cause() error
- func (e GetArticleDraftListReply_DraftValidationError) Error() string
- func (e GetArticleDraftListReply_DraftValidationError) ErrorName() string
- func (e GetArticleDraftListReply_DraftValidationError) Field() string
- func (e GetArticleDraftListReply_DraftValidationError) Key() bool
- func (e GetArticleDraftListReply_DraftValidationError) Reason() string
- type GetArticleImageReviewReply
- func (*GetArticleImageReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleImageReviewReply) GetReview() []*GetArticleImageReviewReply_Review
- func (*GetArticleImageReviewReply) ProtoMessage()
- func (x *GetArticleImageReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleImageReviewReply) Reset()
- func (x *GetArticleImageReviewReply) String() string
- func (m *GetArticleImageReviewReply) Validate() error
- func (m *GetArticleImageReviewReply) ValidateAll() error
- type GetArticleImageReviewReplyMultiError
- type GetArticleImageReviewReplyValidationError
- func (e GetArticleImageReviewReplyValidationError) Cause() error
- func (e GetArticleImageReviewReplyValidationError) Error() string
- func (e GetArticleImageReviewReplyValidationError) ErrorName() string
- func (e GetArticleImageReviewReplyValidationError) Field() string
- func (e GetArticleImageReviewReplyValidationError) Key() bool
- func (e GetArticleImageReviewReplyValidationError) Reason() string
- type GetArticleImageReviewReply_Review
- func (*GetArticleImageReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleImageReviewReply_Review) GetCategory() string
- func (x *GetArticleImageReviewReply_Review) GetCreateAt() string
- func (x *GetArticleImageReviewReply_Review) GetCreationId() int32
- func (x *GetArticleImageReviewReply_Review) GetId() int32
- func (x *GetArticleImageReviewReply_Review) GetJobId() string
- func (x *GetArticleImageReviewReply_Review) GetKind() string
- func (x *GetArticleImageReviewReply_Review) GetLabel() string
- func (x *GetArticleImageReviewReply_Review) GetResult() int32
- func (x *GetArticleImageReviewReply_Review) GetScore() int32
- func (x *GetArticleImageReviewReply_Review) GetSubLabel() string
- func (x *GetArticleImageReviewReply_Review) GetUid() string
- func (x *GetArticleImageReviewReply_Review) GetUrl() string
- func (x *GetArticleImageReviewReply_Review) GetUuid() string
- func (*GetArticleImageReviewReply_Review) ProtoMessage()
- func (x *GetArticleImageReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetArticleImageReviewReply_Review) Reset()
- func (x *GetArticleImageReviewReply_Review) String() string
- func (m *GetArticleImageReviewReply_Review) Validate() error
- func (m *GetArticleImageReviewReply_Review) ValidateAll() error
- type GetArticleImageReviewReply_ReviewMultiError
- type GetArticleImageReviewReply_ReviewValidationError
- func (e GetArticleImageReviewReply_ReviewValidationError) Cause() error
- func (e GetArticleImageReviewReply_ReviewValidationError) Error() string
- func (e GetArticleImageReviewReply_ReviewValidationError) ErrorName() string
- func (e GetArticleImageReviewReply_ReviewValidationError) Field() string
- func (e GetArticleImageReviewReply_ReviewValidationError) Key() bool
- func (e GetArticleImageReviewReply_ReviewValidationError) Reason() string
- type GetArticleImageReviewReq
- func (*GetArticleImageReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleImageReviewReq) GetPage() int32
- func (*GetArticleImageReviewReq) ProtoMessage()
- func (x *GetArticleImageReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetArticleImageReviewReq) Reset()
- func (x *GetArticleImageReviewReq) String() string
- func (m *GetArticleImageReviewReq) Validate() error
- func (m *GetArticleImageReviewReq) ValidateAll() error
- type GetArticleImageReviewReqMultiError
- type GetArticleImageReviewReqValidationError
- func (e GetArticleImageReviewReqValidationError) Cause() error
- func (e GetArticleImageReviewReqValidationError) Error() string
- func (e GetArticleImageReviewReqValidationError) ErrorName() string
- func (e GetArticleImageReviewReqValidationError) Field() string
- func (e GetArticleImageReviewReqValidationError) Key() bool
- func (e GetArticleImageReviewReqValidationError) Reason() string
- type GetArticleListHotReply
- func (*GetArticleListHotReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListHotReply) GetArticle() []*GetArticleListHotReply_Article
- func (*GetArticleListHotReply) ProtoMessage()
- func (x *GetArticleListHotReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleListHotReply) Reset()
- func (x *GetArticleListHotReply) String() string
- func (m *GetArticleListHotReply) Validate() error
- func (m *GetArticleListHotReply) ValidateAll() error
- type GetArticleListHotReplyMultiError
- type GetArticleListHotReplyValidationError
- func (e GetArticleListHotReplyValidationError) Cause() error
- func (e GetArticleListHotReplyValidationError) Error() string
- func (e GetArticleListHotReplyValidationError) ErrorName() string
- func (e GetArticleListHotReplyValidationError) Field() string
- func (e GetArticleListHotReplyValidationError) Key() bool
- func (e GetArticleListHotReplyValidationError) Reason() string
- type GetArticleListHotReply_Article
- func (*GetArticleListHotReply_Article) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListHotReply_Article) GetAgree() int32
- func (x *GetArticleListHotReply_Article) GetCollect() int32
- func (x *GetArticleListHotReply_Article) GetComment() int32
- func (x *GetArticleListHotReply_Article) GetId() int32
- func (x *GetArticleListHotReply_Article) GetUuid() string
- func (x *GetArticleListHotReply_Article) GetView() int32
- func (*GetArticleListHotReply_Article) ProtoMessage()
- func (x *GetArticleListHotReply_Article) ProtoReflect() protoreflect.Message
- func (x *GetArticleListHotReply_Article) Reset()
- func (x *GetArticleListHotReply_Article) String() string
- func (m *GetArticleListHotReply_Article) Validate() error
- func (m *GetArticleListHotReply_Article) ValidateAll() error
- type GetArticleListHotReply_ArticleMultiError
- type GetArticleListHotReply_ArticleValidationError
- func (e GetArticleListHotReply_ArticleValidationError) Cause() error
- func (e GetArticleListHotReply_ArticleValidationError) Error() string
- func (e GetArticleListHotReply_ArticleValidationError) ErrorName() string
- func (e GetArticleListHotReply_ArticleValidationError) Field() string
- func (e GetArticleListHotReply_ArticleValidationError) Key() bool
- func (e GetArticleListHotReply_ArticleValidationError) Reason() string
- type GetArticleListHotReq
- func (*GetArticleListHotReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListHotReq) GetPage() int32
- func (*GetArticleListHotReq) ProtoMessage()
- func (x *GetArticleListHotReq) ProtoReflect() protoreflect.Message
- func (x *GetArticleListHotReq) Reset()
- func (x *GetArticleListHotReq) String() string
- func (m *GetArticleListHotReq) Validate() error
- func (m *GetArticleListHotReq) ValidateAll() error
- type GetArticleListHotReqMultiError
- type GetArticleListHotReqValidationError
- func (e GetArticleListHotReqValidationError) Cause() error
- func (e GetArticleListHotReqValidationError) Error() string
- func (e GetArticleListHotReqValidationError) ErrorName() string
- func (e GetArticleListHotReqValidationError) Field() string
- func (e GetArticleListHotReqValidationError) Key() bool
- func (e GetArticleListHotReqValidationError) Reason() string
- type GetArticleListReply
- func (*GetArticleListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListReply) GetArticle() []*GetArticleListReply_Article
- func (*GetArticleListReply) ProtoMessage()
- func (x *GetArticleListReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleListReply) Reset()
- func (x *GetArticleListReply) String() string
- func (m *GetArticleListReply) Validate() error
- func (m *GetArticleListReply) ValidateAll() error
- type GetArticleListReplyMultiError
- type GetArticleListReplyValidationError
- func (e GetArticleListReplyValidationError) Cause() error
- func (e GetArticleListReplyValidationError) Error() string
- func (e GetArticleListReplyValidationError) ErrorName() string
- func (e GetArticleListReplyValidationError) Field() string
- func (e GetArticleListReplyValidationError) Key() bool
- func (e GetArticleListReplyValidationError) Reason() string
- type GetArticleListReply_Article
- func (*GetArticleListReply_Article) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListReply_Article) GetAgree() int32
- func (x *GetArticleListReply_Article) GetCollect() int32
- func (x *GetArticleListReply_Article) GetComment() int32
- func (x *GetArticleListReply_Article) GetId() int32
- func (x *GetArticleListReply_Article) GetUuid() string
- func (x *GetArticleListReply_Article) GetView() int32
- func (*GetArticleListReply_Article) ProtoMessage()
- func (x *GetArticleListReply_Article) ProtoReflect() protoreflect.Message
- func (x *GetArticleListReply_Article) Reset()
- func (x *GetArticleListReply_Article) String() string
- func (m *GetArticleListReply_Article) Validate() error
- func (m *GetArticleListReply_Article) ValidateAll() error
- type GetArticleListReply_ArticleMultiError
- type GetArticleListReply_ArticleValidationError
- func (e GetArticleListReply_ArticleValidationError) Cause() error
- func (e GetArticleListReply_ArticleValidationError) Error() string
- func (e GetArticleListReply_ArticleValidationError) ErrorName() string
- func (e GetArticleListReply_ArticleValidationError) Field() string
- func (e GetArticleListReply_ArticleValidationError) Key() bool
- func (e GetArticleListReply_ArticleValidationError) Reason() string
- type GetArticleListReq
- func (*GetArticleListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListReq) GetPage() int32
- func (*GetArticleListReq) ProtoMessage()
- func (x *GetArticleListReq) ProtoReflect() protoreflect.Message
- func (x *GetArticleListReq) Reset()
- func (x *GetArticleListReq) String() string
- func (m *GetArticleListReq) Validate() error
- func (m *GetArticleListReq) ValidateAll() error
- type GetArticleListReqMultiError
- type GetArticleListReqValidationError
- func (e GetArticleListReqValidationError) Cause() error
- func (e GetArticleListReqValidationError) Error() string
- func (e GetArticleListReqValidationError) ErrorName() string
- func (e GetArticleListReqValidationError) Field() string
- func (e GetArticleListReqValidationError) Key() bool
- func (e GetArticleListReqValidationError) Reason() string
- type GetArticleListStatisticReply
- func (*GetArticleListStatisticReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListStatisticReply) GetCount() []*GetArticleListStatisticReply_Count
- func (*GetArticleListStatisticReply) ProtoMessage()
- func (x *GetArticleListStatisticReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleListStatisticReply) Reset()
- func (x *GetArticleListStatisticReply) String() string
- func (m *GetArticleListStatisticReply) Validate() error
- func (m *GetArticleListStatisticReply) ValidateAll() error
- type GetArticleListStatisticReplyMultiError
- type GetArticleListStatisticReplyValidationError
- func (e GetArticleListStatisticReplyValidationError) Cause() error
- func (e GetArticleListStatisticReplyValidationError) Error() string
- func (e GetArticleListStatisticReplyValidationError) ErrorName() string
- func (e GetArticleListStatisticReplyValidationError) Field() string
- func (e GetArticleListStatisticReplyValidationError) Key() bool
- func (e GetArticleListStatisticReplyValidationError) Reason() string
- type GetArticleListStatisticReply_Count
- func (*GetArticleListStatisticReply_Count) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListStatisticReply_Count) GetAgree() int32
- func (x *GetArticleListStatisticReply_Count) GetCollect() int32
- func (x *GetArticleListStatisticReply_Count) GetComment() int32
- func (x *GetArticleListStatisticReply_Count) GetId() int32
- func (x *GetArticleListStatisticReply_Count) GetView() int32
- func (*GetArticleListStatisticReply_Count) ProtoMessage()
- func (x *GetArticleListStatisticReply_Count) ProtoReflect() protoreflect.Message
- func (x *GetArticleListStatisticReply_Count) Reset()
- func (x *GetArticleListStatisticReply_Count) String() string
- func (m *GetArticleListStatisticReply_Count) Validate() error
- func (m *GetArticleListStatisticReply_Count) ValidateAll() error
- type GetArticleListStatisticReply_CountMultiError
- type GetArticleListStatisticReply_CountValidationError
- func (e GetArticleListStatisticReply_CountValidationError) Cause() error
- func (e GetArticleListStatisticReply_CountValidationError) Error() string
- func (e GetArticleListStatisticReply_CountValidationError) ErrorName() string
- func (e GetArticleListStatisticReply_CountValidationError) Field() string
- func (e GetArticleListStatisticReply_CountValidationError) Key() bool
- func (e GetArticleListStatisticReply_CountValidationError) Reason() string
- type GetArticleListStatisticReq
- func (*GetArticleListStatisticReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleListStatisticReq) GetIds() []int32
- func (*GetArticleListStatisticReq) ProtoMessage()
- func (x *GetArticleListStatisticReq) ProtoReflect() protoreflect.Message
- func (x *GetArticleListStatisticReq) Reset()
- func (x *GetArticleListStatisticReq) String() string
- func (m *GetArticleListStatisticReq) Validate() error
- func (m *GetArticleListStatisticReq) ValidateAll() error
- type GetArticleListStatisticReqMultiError
- type GetArticleListStatisticReqValidationError
- func (e GetArticleListStatisticReqValidationError) Cause() error
- func (e GetArticleListStatisticReqValidationError) Error() string
- func (e GetArticleListStatisticReqValidationError) ErrorName() string
- func (e GetArticleListStatisticReqValidationError) Field() string
- func (e GetArticleListStatisticReqValidationError) Key() bool
- func (e GetArticleListStatisticReqValidationError) Reason() string
- type GetArticleSearchReply
- func (*GetArticleSearchReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleSearchReply) GetList() []*GetArticleSearchReply_List
- func (x *GetArticleSearchReply) GetTotal() int32
- func (*GetArticleSearchReply) ProtoMessage()
- func (x *GetArticleSearchReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleSearchReply) Reset()
- func (x *GetArticleSearchReply) String() string
- func (m *GetArticleSearchReply) Validate() error
- func (m *GetArticleSearchReply) ValidateAll() error
- type GetArticleSearchReplyMultiError
- type GetArticleSearchReplyValidationError
- func (e GetArticleSearchReplyValidationError) Cause() error
- func (e GetArticleSearchReplyValidationError) Error() string
- func (e GetArticleSearchReplyValidationError) ErrorName() string
- func (e GetArticleSearchReplyValidationError) Field() string
- func (e GetArticleSearchReplyValidationError) Key() bool
- func (e GetArticleSearchReplyValidationError) Reason() string
- type GetArticleSearchReply_List
- func (*GetArticleSearchReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleSearchReply_List) GetAgree() int32
- func (x *GetArticleSearchReply_List) GetCollect() int32
- func (x *GetArticleSearchReply_List) GetComment() int32
- func (x *GetArticleSearchReply_List) GetCover() string
- func (x *GetArticleSearchReply_List) GetId() int32
- func (x *GetArticleSearchReply_List) GetTags() string
- func (x *GetArticleSearchReply_List) GetText() string
- func (x *GetArticleSearchReply_List) GetTitle() string
- func (x *GetArticleSearchReply_List) GetUpdate() string
- func (x *GetArticleSearchReply_List) GetUuid() string
- func (x *GetArticleSearchReply_List) GetView() int32
- func (*GetArticleSearchReply_List) ProtoMessage()
- func (x *GetArticleSearchReply_List) ProtoReflect() protoreflect.Message
- func (x *GetArticleSearchReply_List) Reset()
- func (x *GetArticleSearchReply_List) String() string
- func (m *GetArticleSearchReply_List) Validate() error
- func (m *GetArticleSearchReply_List) ValidateAll() error
- type GetArticleSearchReply_ListMultiError
- type GetArticleSearchReply_ListValidationError
- func (e GetArticleSearchReply_ListValidationError) Cause() error
- func (e GetArticleSearchReply_ListValidationError) Error() string
- func (e GetArticleSearchReply_ListValidationError) ErrorName() string
- func (e GetArticleSearchReply_ListValidationError) Field() string
- func (e GetArticleSearchReply_ListValidationError) Key() bool
- func (e GetArticleSearchReply_ListValidationError) Reason() string
- type GetArticleSearchReq
- func (*GetArticleSearchReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleSearchReq) GetPage() int32
- func (x *GetArticleSearchReq) GetSearch() string
- func (x *GetArticleSearchReq) GetTime() string
- func (*GetArticleSearchReq) ProtoMessage()
- func (x *GetArticleSearchReq) ProtoReflect() protoreflect.Message
- func (x *GetArticleSearchReq) Reset()
- func (x *GetArticleSearchReq) String() string
- func (m *GetArticleSearchReq) Validate() error
- func (m *GetArticleSearchReq) ValidateAll() error
- type GetArticleSearchReqMultiError
- type GetArticleSearchReqValidationError
- func (e GetArticleSearchReqValidationError) Cause() error
- func (e GetArticleSearchReqValidationError) Error() string
- func (e GetArticleSearchReqValidationError) ErrorName() string
- func (e GetArticleSearchReqValidationError) Field() string
- func (e GetArticleSearchReqValidationError) Key() bool
- func (e GetArticleSearchReqValidationError) Reason() string
- type GetArticleStatisticReply
- func (*GetArticleStatisticReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleStatisticReply) GetAgree() int32
- func (x *GetArticleStatisticReply) GetCollect() int32
- func (x *GetArticleStatisticReply) GetComment() int32
- func (x *GetArticleStatisticReply) GetUuid() string
- func (x *GetArticleStatisticReply) GetView() int32
- func (*GetArticleStatisticReply) ProtoMessage()
- func (x *GetArticleStatisticReply) ProtoReflect() protoreflect.Message
- func (x *GetArticleStatisticReply) Reset()
- func (x *GetArticleStatisticReply) String() string
- func (m *GetArticleStatisticReply) Validate() error
- func (m *GetArticleStatisticReply) ValidateAll() error
- type GetArticleStatisticReplyMultiError
- type GetArticleStatisticReplyValidationError
- func (e GetArticleStatisticReplyValidationError) Cause() error
- func (e GetArticleStatisticReplyValidationError) Error() string
- func (e GetArticleStatisticReplyValidationError) ErrorName() string
- func (e GetArticleStatisticReplyValidationError) Field() string
- func (e GetArticleStatisticReplyValidationError) Key() bool
- func (e GetArticleStatisticReplyValidationError) Reason() string
- type GetArticleStatisticReq
- func (*GetArticleStatisticReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetArticleStatisticReq) GetId() int32
- func (x *GetArticleStatisticReq) GetUuid() string
- func (*GetArticleStatisticReq) ProtoMessage()
- func (x *GetArticleStatisticReq) ProtoReflect() protoreflect.Message
- func (x *GetArticleStatisticReq) Reset()
- func (x *GetArticleStatisticReq) String() string
- func (m *GetArticleStatisticReq) Validate() error
- func (m *GetArticleStatisticReq) ValidateAll() error
- type GetArticleStatisticReqMultiError
- type GetArticleStatisticReqValidationError
- func (e GetArticleStatisticReqValidationError) Cause() error
- func (e GetArticleStatisticReqValidationError) Error() string
- func (e GetArticleStatisticReqValidationError) ErrorName() string
- func (e GetArticleStatisticReqValidationError) Field() string
- func (e GetArticleStatisticReqValidationError) Key() bool
- func (e GetArticleStatisticReqValidationError) Reason() string
- type GetAvatarReviewReply
- func (*GetAvatarReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetAvatarReviewReply) GetReview() []*GetAvatarReviewReply_Review
- func (*GetAvatarReviewReply) ProtoMessage()
- func (x *GetAvatarReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetAvatarReviewReply) Reset()
- func (x *GetAvatarReviewReply) String() string
- func (m *GetAvatarReviewReply) Validate() error
- func (m *GetAvatarReviewReply) ValidateAll() error
- type GetAvatarReviewReplyMultiError
- type GetAvatarReviewReplyValidationError
- func (e GetAvatarReviewReplyValidationError) Cause() error
- func (e GetAvatarReviewReplyValidationError) Error() string
- func (e GetAvatarReviewReplyValidationError) ErrorName() string
- func (e GetAvatarReviewReplyValidationError) Field() string
- func (e GetAvatarReviewReplyValidationError) Key() bool
- func (e GetAvatarReviewReplyValidationError) Reason() string
- type GetAvatarReviewReply_Review
- func (*GetAvatarReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetAvatarReviewReply_Review) GetCategory() string
- func (x *GetAvatarReviewReply_Review) GetCreateAt() string
- func (x *GetAvatarReviewReply_Review) GetId() int32
- func (x *GetAvatarReviewReply_Review) GetJobId() string
- func (x *GetAvatarReviewReply_Review) GetLabel() string
- func (x *GetAvatarReviewReply_Review) GetResult() int32
- func (x *GetAvatarReviewReply_Review) GetScore() int32
- func (x *GetAvatarReviewReply_Review) GetSubLabel() string
- func (x *GetAvatarReviewReply_Review) GetUrl() string
- func (x *GetAvatarReviewReply_Review) GetUuid() string
- func (*GetAvatarReviewReply_Review) ProtoMessage()
- func (x *GetAvatarReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetAvatarReviewReply_Review) Reset()
- func (x *GetAvatarReviewReply_Review) String() string
- func (m *GetAvatarReviewReply_Review) Validate() error
- func (m *GetAvatarReviewReply_Review) ValidateAll() error
- type GetAvatarReviewReply_ReviewMultiError
- type GetAvatarReviewReply_ReviewValidationError
- func (e GetAvatarReviewReply_ReviewValidationError) Cause() error
- func (e GetAvatarReviewReply_ReviewValidationError) Error() string
- func (e GetAvatarReviewReply_ReviewValidationError) ErrorName() string
- func (e GetAvatarReviewReply_ReviewValidationError) Field() string
- func (e GetAvatarReviewReply_ReviewValidationError) Key() bool
- func (e GetAvatarReviewReply_ReviewValidationError) Reason() string
- type GetAvatarReviewReq
- func (*GetAvatarReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetAvatarReviewReq) GetPage() int32
- func (*GetAvatarReviewReq) ProtoMessage()
- func (x *GetAvatarReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetAvatarReviewReq) Reset()
- func (x *GetAvatarReviewReq) String() string
- func (m *GetAvatarReviewReq) Validate() error
- func (m *GetAvatarReviewReq) ValidateAll() error
- type GetAvatarReviewReqMultiError
- type GetAvatarReviewReqValidationError
- func (e GetAvatarReviewReqValidationError) Cause() error
- func (e GetAvatarReviewReqValidationError) Error() string
- func (e GetAvatarReviewReqValidationError) ErrorName() string
- func (e GetAvatarReviewReqValidationError) Field() string
- func (e GetAvatarReviewReqValidationError) Key() bool
- func (e GetAvatarReviewReqValidationError) Reason() string
- type GetCollectArticleCountReply
- func (*GetCollectArticleCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectArticleCountReply) GetCount() int32
- func (*GetCollectArticleCountReply) ProtoMessage()
- func (x *GetCollectArticleCountReply) ProtoReflect() protoreflect.Message
- func (x *GetCollectArticleCountReply) Reset()
- func (x *GetCollectArticleCountReply) String() string
- func (m *GetCollectArticleCountReply) Validate() error
- func (m *GetCollectArticleCountReply) ValidateAll() error
- type GetCollectArticleCountReplyMultiError
- type GetCollectArticleCountReplyValidationError
- func (e GetCollectArticleCountReplyValidationError) Cause() error
- func (e GetCollectArticleCountReplyValidationError) Error() string
- func (e GetCollectArticleCountReplyValidationError) ErrorName() string
- func (e GetCollectArticleCountReplyValidationError) Field() string
- func (e GetCollectArticleCountReplyValidationError) Key() bool
- func (e GetCollectArticleCountReplyValidationError) Reason() string
- type GetCollectArticleCountReq
- func (*GetCollectArticleCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectArticleCountReq) GetId() int32
- func (*GetCollectArticleCountReq) ProtoMessage()
- func (x *GetCollectArticleCountReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectArticleCountReq) Reset()
- func (x *GetCollectArticleCountReq) String() string
- func (m *GetCollectArticleCountReq) Validate() error
- func (m *GetCollectArticleCountReq) ValidateAll() error
- type GetCollectArticleCountReqMultiError
- type GetCollectArticleCountReqValidationError
- func (e GetCollectArticleCountReqValidationError) Cause() error
- func (e GetCollectArticleCountReqValidationError) Error() string
- func (e GetCollectArticleCountReqValidationError) ErrorName() string
- func (e GetCollectArticleCountReqValidationError) Field() string
- func (e GetCollectArticleCountReqValidationError) Key() bool
- func (e GetCollectArticleCountReqValidationError) Reason() string
- type GetCollectArticleListReq
- func (*GetCollectArticleListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectArticleListReq) GetId() int32
- func (x *GetCollectArticleListReq) GetPage() int32
- func (*GetCollectArticleListReq) ProtoMessage()
- func (x *GetCollectArticleListReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectArticleListReq) Reset()
- func (x *GetCollectArticleListReq) String() string
- func (m *GetCollectArticleListReq) Validate() error
- func (m *GetCollectArticleListReq) ValidateAll() error
- type GetCollectArticleListReqMultiError
- type GetCollectArticleListReqValidationError
- func (e GetCollectArticleListReqValidationError) Cause() error
- func (e GetCollectArticleListReqValidationError) Error() string
- func (e GetCollectArticleListReqValidationError) ErrorName() string
- func (e GetCollectArticleListReqValidationError) Field() string
- func (e GetCollectArticleListReqValidationError) Key() bool
- func (e GetCollectArticleListReqValidationError) Reason() string
- type GetCollectColumnCountReply
- func (*GetCollectColumnCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectColumnCountReply) GetCount() int32
- func (*GetCollectColumnCountReply) ProtoMessage()
- func (x *GetCollectColumnCountReply) ProtoReflect() protoreflect.Message
- func (x *GetCollectColumnCountReply) Reset()
- func (x *GetCollectColumnCountReply) String() string
- func (m *GetCollectColumnCountReply) Validate() error
- func (m *GetCollectColumnCountReply) ValidateAll() error
- type GetCollectColumnCountReplyMultiError
- type GetCollectColumnCountReplyValidationError
- func (e GetCollectColumnCountReplyValidationError) Cause() error
- func (e GetCollectColumnCountReplyValidationError) Error() string
- func (e GetCollectColumnCountReplyValidationError) ErrorName() string
- func (e GetCollectColumnCountReplyValidationError) Field() string
- func (e GetCollectColumnCountReplyValidationError) Key() bool
- func (e GetCollectColumnCountReplyValidationError) Reason() string
- type GetCollectColumnCountReq
- func (*GetCollectColumnCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectColumnCountReq) GetId() int32
- func (*GetCollectColumnCountReq) ProtoMessage()
- func (x *GetCollectColumnCountReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectColumnCountReq) Reset()
- func (x *GetCollectColumnCountReq) String() string
- func (m *GetCollectColumnCountReq) Validate() error
- func (m *GetCollectColumnCountReq) ValidateAll() error
- type GetCollectColumnCountReqMultiError
- type GetCollectColumnCountReqValidationError
- func (e GetCollectColumnCountReqValidationError) Cause() error
- func (e GetCollectColumnCountReqValidationError) Error() string
- func (e GetCollectColumnCountReqValidationError) ErrorName() string
- func (e GetCollectColumnCountReqValidationError) Field() string
- func (e GetCollectColumnCountReqValidationError) Key() bool
- func (e GetCollectColumnCountReqValidationError) Reason() string
- type GetCollectColumnListReq
- func (*GetCollectColumnListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectColumnListReq) GetId() int32
- func (x *GetCollectColumnListReq) GetPage() int32
- func (*GetCollectColumnListReq) ProtoMessage()
- func (x *GetCollectColumnListReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectColumnListReq) Reset()
- func (x *GetCollectColumnListReq) String() string
- func (m *GetCollectColumnListReq) Validate() error
- func (m *GetCollectColumnListReq) ValidateAll() error
- type GetCollectColumnListReqMultiError
- type GetCollectColumnListReqValidationError
- func (e GetCollectColumnListReqValidationError) Cause() error
- func (e GetCollectColumnListReqValidationError) Error() string
- func (e GetCollectColumnListReqValidationError) ErrorName() string
- func (e GetCollectColumnListReqValidationError) Field() string
- func (e GetCollectColumnListReqValidationError) Key() bool
- func (e GetCollectColumnListReqValidationError) Reason() string
- type GetCollectTalkCountReply
- func (*GetCollectTalkCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectTalkCountReply) GetCount() int32
- func (*GetCollectTalkCountReply) ProtoMessage()
- func (x *GetCollectTalkCountReply) ProtoReflect() protoreflect.Message
- func (x *GetCollectTalkCountReply) Reset()
- func (x *GetCollectTalkCountReply) String() string
- func (m *GetCollectTalkCountReply) Validate() error
- func (m *GetCollectTalkCountReply) ValidateAll() error
- type GetCollectTalkCountReplyMultiError
- type GetCollectTalkCountReplyValidationError
- func (e GetCollectTalkCountReplyValidationError) Cause() error
- func (e GetCollectTalkCountReplyValidationError) Error() string
- func (e GetCollectTalkCountReplyValidationError) ErrorName() string
- func (e GetCollectTalkCountReplyValidationError) Field() string
- func (e GetCollectTalkCountReplyValidationError) Key() bool
- func (e GetCollectTalkCountReplyValidationError) Reason() string
- type GetCollectTalkCountReq
- func (*GetCollectTalkCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectTalkCountReq) GetId() int32
- func (*GetCollectTalkCountReq) ProtoMessage()
- func (x *GetCollectTalkCountReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectTalkCountReq) Reset()
- func (x *GetCollectTalkCountReq) String() string
- func (m *GetCollectTalkCountReq) Validate() error
- func (m *GetCollectTalkCountReq) ValidateAll() error
- type GetCollectTalkCountReqMultiError
- type GetCollectTalkCountReqValidationError
- func (e GetCollectTalkCountReqValidationError) Cause() error
- func (e GetCollectTalkCountReqValidationError) Error() string
- func (e GetCollectTalkCountReqValidationError) ErrorName() string
- func (e GetCollectTalkCountReqValidationError) Field() string
- func (e GetCollectTalkCountReqValidationError) Key() bool
- func (e GetCollectTalkCountReqValidationError) Reason() string
- type GetCollectTalkListReq
- func (*GetCollectTalkListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectTalkListReq) GetId() int32
- func (x *GetCollectTalkListReq) GetPage() int32
- func (*GetCollectTalkListReq) ProtoMessage()
- func (x *GetCollectTalkListReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectTalkListReq) Reset()
- func (x *GetCollectTalkListReq) String() string
- func (m *GetCollectTalkListReq) Validate() error
- func (m *GetCollectTalkListReq) ValidateAll() error
- type GetCollectTalkListReqMultiError
- type GetCollectTalkListReqValidationError
- func (e GetCollectTalkListReqValidationError) Cause() error
- func (e GetCollectTalkListReqValidationError) Error() string
- func (e GetCollectTalkListReqValidationError) ErrorName() string
- func (e GetCollectTalkListReqValidationError) Field() string
- func (e GetCollectTalkListReqValidationError) Key() bool
- func (e GetCollectTalkListReqValidationError) Reason() string
- type GetCollectionsContentReviewReply
- func (*GetCollectionsContentReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsContentReviewReply) GetReview() []*GetCollectionsContentReviewReply_Review
- func (*GetCollectionsContentReviewReply) ProtoMessage()
- func (x *GetCollectionsContentReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsContentReviewReply) Reset()
- func (x *GetCollectionsContentReviewReply) String() string
- func (m *GetCollectionsContentReviewReply) Validate() error
- func (m *GetCollectionsContentReviewReply) ValidateAll() error
- type GetCollectionsContentReviewReplyMultiError
- type GetCollectionsContentReviewReplyValidationError
- func (e GetCollectionsContentReviewReplyValidationError) Cause() error
- func (e GetCollectionsContentReviewReplyValidationError) Error() string
- func (e GetCollectionsContentReviewReplyValidationError) ErrorName() string
- func (e GetCollectionsContentReviewReplyValidationError) Field() string
- func (e GetCollectionsContentReviewReplyValidationError) Key() bool
- func (e GetCollectionsContentReviewReplyValidationError) Reason() string
- type GetCollectionsContentReviewReply_Review
- func (*GetCollectionsContentReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsContentReviewReply_Review) GetCreateAt() string
- func (x *GetCollectionsContentReviewReply_Review) GetCreationId() int32
- func (x *GetCollectionsContentReviewReply_Review) GetId() int32
- func (x *GetCollectionsContentReviewReply_Review) GetJobId() string
- func (x *GetCollectionsContentReviewReply_Review) GetKind() string
- func (x *GetCollectionsContentReviewReply_Review) GetLabel() string
- func (x *GetCollectionsContentReviewReply_Review) GetResult() int32
- func (x *GetCollectionsContentReviewReply_Review) GetSection() string
- func (x *GetCollectionsContentReviewReply_Review) GetTitle() string
- func (x *GetCollectionsContentReviewReply_Review) GetUuid() string
- func (*GetCollectionsContentReviewReply_Review) ProtoMessage()
- func (x *GetCollectionsContentReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsContentReviewReply_Review) Reset()
- func (x *GetCollectionsContentReviewReply_Review) String() string
- func (m *GetCollectionsContentReviewReply_Review) Validate() error
- func (m *GetCollectionsContentReviewReply_Review) ValidateAll() error
- type GetCollectionsContentReviewReply_ReviewMultiError
- type GetCollectionsContentReviewReply_ReviewValidationError
- func (e GetCollectionsContentReviewReply_ReviewValidationError) Cause() error
- func (e GetCollectionsContentReviewReply_ReviewValidationError) Error() string
- func (e GetCollectionsContentReviewReply_ReviewValidationError) ErrorName() string
- func (e GetCollectionsContentReviewReply_ReviewValidationError) Field() string
- func (e GetCollectionsContentReviewReply_ReviewValidationError) Key() bool
- func (e GetCollectionsContentReviewReply_ReviewValidationError) Reason() string
- type GetCollectionsContentReviewReq
- func (*GetCollectionsContentReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsContentReviewReq) GetPage() int32
- func (*GetCollectionsContentReviewReq) ProtoMessage()
- func (x *GetCollectionsContentReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsContentReviewReq) Reset()
- func (x *GetCollectionsContentReviewReq) String() string
- func (m *GetCollectionsContentReviewReq) Validate() error
- func (m *GetCollectionsContentReviewReq) ValidateAll() error
- type GetCollectionsContentReviewReqMultiError
- type GetCollectionsContentReviewReqValidationError
- func (e GetCollectionsContentReviewReqValidationError) Cause() error
- func (e GetCollectionsContentReviewReqValidationError) Error() string
- func (e GetCollectionsContentReviewReqValidationError) ErrorName() string
- func (e GetCollectionsContentReviewReqValidationError) Field() string
- func (e GetCollectionsContentReviewReqValidationError) Key() bool
- func (e GetCollectionsContentReviewReqValidationError) Reason() string
- type GetCollectionsCountReply
- func (*GetCollectionsCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsCountReply) GetCount() int32
- func (*GetCollectionsCountReply) ProtoMessage()
- func (x *GetCollectionsCountReply) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsCountReply) Reset()
- func (x *GetCollectionsCountReply) String() string
- func (m *GetCollectionsCountReply) Validate() error
- func (m *GetCollectionsCountReply) ValidateAll() error
- type GetCollectionsCountReplyMultiError
- type GetCollectionsCountReplyValidationError
- func (e GetCollectionsCountReplyValidationError) Cause() error
- func (e GetCollectionsCountReplyValidationError) Error() string
- func (e GetCollectionsCountReplyValidationError) ErrorName() string
- func (e GetCollectionsCountReplyValidationError) Field() string
- func (e GetCollectionsCountReplyValidationError) Key() bool
- func (e GetCollectionsCountReplyValidationError) Reason() string
- type GetCollectionsListByVisitorReq
- func (*GetCollectionsListByVisitorReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsListByVisitorReq) GetPage() int32
- func (x *GetCollectionsListByVisitorReq) GetUuid() string
- func (*GetCollectionsListByVisitorReq) ProtoMessage()
- func (x *GetCollectionsListByVisitorReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsListByVisitorReq) Reset()
- func (x *GetCollectionsListByVisitorReq) String() string
- func (m *GetCollectionsListByVisitorReq) Validate() error
- func (m *GetCollectionsListByVisitorReq) ValidateAll() error
- type GetCollectionsListByVisitorReqMultiError
- type GetCollectionsListByVisitorReqValidationError
- func (e GetCollectionsListByVisitorReqValidationError) Cause() error
- func (e GetCollectionsListByVisitorReqValidationError) Error() string
- func (e GetCollectionsListByVisitorReqValidationError) ErrorName() string
- func (e GetCollectionsListByVisitorReqValidationError) Field() string
- func (e GetCollectionsListByVisitorReqValidationError) Key() bool
- func (e GetCollectionsListByVisitorReqValidationError) Reason() string
- type GetCollectionsListReply
- func (*GetCollectionsListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsListReply) GetCollections() []*GetCollectionsListReply_Collections
- func (*GetCollectionsListReply) ProtoMessage()
- func (x *GetCollectionsListReply) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsListReply) Reset()
- func (x *GetCollectionsListReply) String() string
- func (m *GetCollectionsListReply) Validate() error
- func (m *GetCollectionsListReply) ValidateAll() error
- type GetCollectionsListReplyMultiError
- type GetCollectionsListReplyValidationError
- func (e GetCollectionsListReplyValidationError) Cause() error
- func (e GetCollectionsListReplyValidationError) Error() string
- func (e GetCollectionsListReplyValidationError) ErrorName() string
- func (e GetCollectionsListReplyValidationError) Field() string
- func (e GetCollectionsListReplyValidationError) Key() bool
- func (e GetCollectionsListReplyValidationError) Reason() string
- type GetCollectionsListReply_Collections
- func (*GetCollectionsListReply_Collections) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsListReply_Collections) GetId() int32
- func (*GetCollectionsListReply_Collections) ProtoMessage()
- func (x *GetCollectionsListReply_Collections) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsListReply_Collections) Reset()
- func (x *GetCollectionsListReply_Collections) String() string
- func (m *GetCollectionsListReply_Collections) Validate() error
- func (m *GetCollectionsListReply_Collections) ValidateAll() error
- type GetCollectionsListReply_CollectionsMultiError
- type GetCollectionsListReply_CollectionsValidationError
- func (e GetCollectionsListReply_CollectionsValidationError) Cause() error
- func (e GetCollectionsListReply_CollectionsValidationError) Error() string
- func (e GetCollectionsListReply_CollectionsValidationError) ErrorName() string
- func (e GetCollectionsListReply_CollectionsValidationError) Field() string
- func (e GetCollectionsListReply_CollectionsValidationError) Key() bool
- func (e GetCollectionsListReply_CollectionsValidationError) Reason() string
- type GetCollectionsListReq
- func (*GetCollectionsListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsListReq) GetPage() int32
- func (*GetCollectionsListReq) ProtoMessage()
- func (x *GetCollectionsListReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsListReq) Reset()
- func (x *GetCollectionsListReq) String() string
- func (m *GetCollectionsListReq) Validate() error
- func (m *GetCollectionsListReq) ValidateAll() error
- type GetCollectionsListReqMultiError
- type GetCollectionsListReqValidationError
- func (e GetCollectionsListReqValidationError) Cause() error
- func (e GetCollectionsListReqValidationError) Error() string
- func (e GetCollectionsListReqValidationError) ErrorName() string
- func (e GetCollectionsListReqValidationError) Field() string
- func (e GetCollectionsListReqValidationError) Key() bool
- func (e GetCollectionsListReqValidationError) Reason() string
- type GetCollectionsReply
- func (*GetCollectionsReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsReply) GetArticle() int32
- func (x *GetCollectionsReply) GetAuth() int32
- func (x *GetCollectionsReply) GetColumn() int32
- func (x *GetCollectionsReply) GetTalk() int32
- func (x *GetCollectionsReply) GetUuid() string
- func (*GetCollectionsReply) ProtoMessage()
- func (x *GetCollectionsReply) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsReply) Reset()
- func (x *GetCollectionsReply) String() string
- func (m *GetCollectionsReply) Validate() error
- func (m *GetCollectionsReply) ValidateAll() error
- type GetCollectionsReplyMultiError
- type GetCollectionsReplyValidationError
- func (e GetCollectionsReplyValidationError) Cause() error
- func (e GetCollectionsReplyValidationError) Error() string
- func (e GetCollectionsReplyValidationError) ErrorName() string
- func (e GetCollectionsReplyValidationError) Field() string
- func (e GetCollectionsReplyValidationError) Key() bool
- func (e GetCollectionsReplyValidationError) Reason() string
- type GetCollectionsReq
- func (*GetCollectionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsReq) GetId() int32
- func (x *GetCollectionsReq) GetUuid() string
- func (*GetCollectionsReq) ProtoMessage()
- func (x *GetCollectionsReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsReq) Reset()
- func (x *GetCollectionsReq) String() string
- func (m *GetCollectionsReq) Validate() error
- func (m *GetCollectionsReq) ValidateAll() error
- type GetCollectionsReqMultiError
- type GetCollectionsReqValidationError
- func (e GetCollectionsReqValidationError) Cause() error
- func (e GetCollectionsReqValidationError) Error() string
- func (e GetCollectionsReqValidationError) ErrorName() string
- func (e GetCollectionsReqValidationError) Field() string
- func (e GetCollectionsReqValidationError) Key() bool
- func (e GetCollectionsReqValidationError) Reason() string
- type GetCollectionsVisitorCountReq
- func (*GetCollectionsVisitorCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsVisitorCountReq) GetUuid() string
- func (*GetCollectionsVisitorCountReq) ProtoMessage()
- func (x *GetCollectionsVisitorCountReq) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsVisitorCountReq) Reset()
- func (x *GetCollectionsVisitorCountReq) String() string
- func (m *GetCollectionsVisitorCountReq) Validate() error
- func (m *GetCollectionsVisitorCountReq) ValidateAll() error
- type GetCollectionsVisitorCountReqMultiError
- type GetCollectionsVisitorCountReqValidationError
- func (e GetCollectionsVisitorCountReqValidationError) Cause() error
- func (e GetCollectionsVisitorCountReqValidationError) Error() string
- func (e GetCollectionsVisitorCountReqValidationError) ErrorName() string
- func (e GetCollectionsVisitorCountReqValidationError) Field() string
- func (e GetCollectionsVisitorCountReqValidationError) Key() bool
- func (e GetCollectionsVisitorCountReqValidationError) Reason() string
- type GetColumnArticleListReq
- func (*GetColumnArticleListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnArticleListReq) GetId() int32
- func (*GetColumnArticleListReq) ProtoMessage()
- func (x *GetColumnArticleListReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnArticleListReq) Reset()
- func (x *GetColumnArticleListReq) String() string
- func (m *GetColumnArticleListReq) Validate() error
- func (m *GetColumnArticleListReq) ValidateAll() error
- type GetColumnArticleListReqMultiError
- type GetColumnArticleListReqValidationError
- func (e GetColumnArticleListReqValidationError) Cause() error
- func (e GetColumnArticleListReqValidationError) Error() string
- func (e GetColumnArticleListReqValidationError) ErrorName() string
- func (e GetColumnArticleListReqValidationError) Field() string
- func (e GetColumnArticleListReqValidationError) Key() bool
- func (e GetColumnArticleListReqValidationError) Reason() string
- type GetColumnContentReviewReply
- func (*GetColumnContentReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnContentReviewReply) GetReview() []*GetColumnContentReviewReply_Review
- func (*GetColumnContentReviewReply) ProtoMessage()
- func (x *GetColumnContentReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnContentReviewReply) Reset()
- func (x *GetColumnContentReviewReply) String() string
- func (m *GetColumnContentReviewReply) Validate() error
- func (m *GetColumnContentReviewReply) ValidateAll() error
- type GetColumnContentReviewReplyMultiError
- type GetColumnContentReviewReplyValidationError
- func (e GetColumnContentReviewReplyValidationError) Cause() error
- func (e GetColumnContentReviewReplyValidationError) Error() string
- func (e GetColumnContentReviewReplyValidationError) ErrorName() string
- func (e GetColumnContentReviewReplyValidationError) Field() string
- func (e GetColumnContentReviewReplyValidationError) Key() bool
- func (e GetColumnContentReviewReplyValidationError) Reason() string
- type GetColumnContentReviewReply_Review
- func (*GetColumnContentReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnContentReviewReply_Review) GetCreateAt() string
- func (x *GetColumnContentReviewReply_Review) GetCreationId() int32
- func (x *GetColumnContentReviewReply_Review) GetId() int32
- func (x *GetColumnContentReviewReply_Review) GetJobId() string
- func (x *GetColumnContentReviewReply_Review) GetKind() string
- func (x *GetColumnContentReviewReply_Review) GetLabel() string
- func (x *GetColumnContentReviewReply_Review) GetResult() int32
- func (x *GetColumnContentReviewReply_Review) GetSection() string
- func (x *GetColumnContentReviewReply_Review) GetTitle() string
- func (x *GetColumnContentReviewReply_Review) GetUuid() string
- func (*GetColumnContentReviewReply_Review) ProtoMessage()
- func (x *GetColumnContentReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetColumnContentReviewReply_Review) Reset()
- func (x *GetColumnContentReviewReply_Review) String() string
- func (m *GetColumnContentReviewReply_Review) Validate() error
- func (m *GetColumnContentReviewReply_Review) ValidateAll() error
- type GetColumnContentReviewReply_ReviewMultiError
- type GetColumnContentReviewReply_ReviewValidationError
- func (e GetColumnContentReviewReply_ReviewValidationError) Cause() error
- func (e GetColumnContentReviewReply_ReviewValidationError) Error() string
- func (e GetColumnContentReviewReply_ReviewValidationError) ErrorName() string
- func (e GetColumnContentReviewReply_ReviewValidationError) Field() string
- func (e GetColumnContentReviewReply_ReviewValidationError) Key() bool
- func (e GetColumnContentReviewReply_ReviewValidationError) Reason() string
- type GetColumnContentReviewReq
- func (*GetColumnContentReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnContentReviewReq) GetPage() int32
- func (*GetColumnContentReviewReq) ProtoMessage()
- func (x *GetColumnContentReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnContentReviewReq) Reset()
- func (x *GetColumnContentReviewReq) String() string
- func (m *GetColumnContentReviewReq) Validate() error
- func (m *GetColumnContentReviewReq) ValidateAll() error
- type GetColumnContentReviewReqMultiError
- type GetColumnContentReviewReqValidationError
- func (e GetColumnContentReviewReqValidationError) Cause() error
- func (e GetColumnContentReviewReqValidationError) Error() string
- func (e GetColumnContentReviewReqValidationError) ErrorName() string
- func (e GetColumnContentReviewReqValidationError) Field() string
- func (e GetColumnContentReviewReqValidationError) Key() bool
- func (e GetColumnContentReviewReqValidationError) Reason() string
- type GetColumnCountReply
- func (*GetColumnCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnCountReply) GetCount() int32
- func (*GetColumnCountReply) ProtoMessage()
- func (x *GetColumnCountReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnCountReply) Reset()
- func (x *GetColumnCountReply) String() string
- func (m *GetColumnCountReply) Validate() error
- func (m *GetColumnCountReply) ValidateAll() error
- type GetColumnCountReplyMultiError
- type GetColumnCountReplyValidationError
- func (e GetColumnCountReplyValidationError) Cause() error
- func (e GetColumnCountReplyValidationError) Error() string
- func (e GetColumnCountReplyValidationError) ErrorName() string
- func (e GetColumnCountReplyValidationError) Field() string
- func (e GetColumnCountReplyValidationError) Key() bool
- func (e GetColumnCountReplyValidationError) Reason() string
- type GetColumnCountVisitorReq
- func (*GetColumnCountVisitorReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnCountVisitorReq) GetUuid() string
- func (*GetColumnCountVisitorReq) ProtoMessage()
- func (x *GetColumnCountVisitorReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnCountVisitorReq) Reset()
- func (x *GetColumnCountVisitorReq) String() string
- func (m *GetColumnCountVisitorReq) Validate() error
- func (m *GetColumnCountVisitorReq) ValidateAll() error
- type GetColumnCountVisitorReqMultiError
- type GetColumnCountVisitorReqValidationError
- func (e GetColumnCountVisitorReqValidationError) Cause() error
- func (e GetColumnCountVisitorReqValidationError) Error() string
- func (e GetColumnCountVisitorReqValidationError) ErrorName() string
- func (e GetColumnCountVisitorReqValidationError) Field() string
- func (e GetColumnCountVisitorReqValidationError) Key() bool
- func (e GetColumnCountVisitorReqValidationError) Reason() string
- type GetColumnImageReviewReply
- func (*GetColumnImageReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnImageReviewReply) GetReview() []*GetColumnImageReviewReply_Review
- func (*GetColumnImageReviewReply) ProtoMessage()
- func (x *GetColumnImageReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnImageReviewReply) Reset()
- func (x *GetColumnImageReviewReply) String() string
- func (m *GetColumnImageReviewReply) Validate() error
- func (m *GetColumnImageReviewReply) ValidateAll() error
- type GetColumnImageReviewReplyMultiError
- type GetColumnImageReviewReplyValidationError
- func (e GetColumnImageReviewReplyValidationError) Cause() error
- func (e GetColumnImageReviewReplyValidationError) Error() string
- func (e GetColumnImageReviewReplyValidationError) ErrorName() string
- func (e GetColumnImageReviewReplyValidationError) Field() string
- func (e GetColumnImageReviewReplyValidationError) Key() bool
- func (e GetColumnImageReviewReplyValidationError) Reason() string
- type GetColumnImageReviewReply_Review
- func (*GetColumnImageReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnImageReviewReply_Review) GetCategory() string
- func (x *GetColumnImageReviewReply_Review) GetCreateAt() string
- func (x *GetColumnImageReviewReply_Review) GetCreationId() int32
- func (x *GetColumnImageReviewReply_Review) GetId() int32
- func (x *GetColumnImageReviewReply_Review) GetJobId() string
- func (x *GetColumnImageReviewReply_Review) GetKind() string
- func (x *GetColumnImageReviewReply_Review) GetLabel() string
- func (x *GetColumnImageReviewReply_Review) GetResult() int32
- func (x *GetColumnImageReviewReply_Review) GetScore() int32
- func (x *GetColumnImageReviewReply_Review) GetSubLabel() string
- func (x *GetColumnImageReviewReply_Review) GetUid() string
- func (x *GetColumnImageReviewReply_Review) GetUrl() string
- func (x *GetColumnImageReviewReply_Review) GetUuid() string
- func (*GetColumnImageReviewReply_Review) ProtoMessage()
- func (x *GetColumnImageReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetColumnImageReviewReply_Review) Reset()
- func (x *GetColumnImageReviewReply_Review) String() string
- func (m *GetColumnImageReviewReply_Review) Validate() error
- func (m *GetColumnImageReviewReply_Review) ValidateAll() error
- type GetColumnImageReviewReply_ReviewMultiError
- type GetColumnImageReviewReply_ReviewValidationError
- func (e GetColumnImageReviewReply_ReviewValidationError) Cause() error
- func (e GetColumnImageReviewReply_ReviewValidationError) Error() string
- func (e GetColumnImageReviewReply_ReviewValidationError) ErrorName() string
- func (e GetColumnImageReviewReply_ReviewValidationError) Field() string
- func (e GetColumnImageReviewReply_ReviewValidationError) Key() bool
- func (e GetColumnImageReviewReply_ReviewValidationError) Reason() string
- type GetColumnImageReviewReq
- func (*GetColumnImageReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnImageReviewReq) GetPage() int32
- func (*GetColumnImageReviewReq) ProtoMessage()
- func (x *GetColumnImageReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnImageReviewReq) Reset()
- func (x *GetColumnImageReviewReq) String() string
- func (m *GetColumnImageReviewReq) Validate() error
- func (m *GetColumnImageReviewReq) ValidateAll() error
- type GetColumnImageReviewReqMultiError
- type GetColumnImageReviewReqValidationError
- func (e GetColumnImageReviewReqValidationError) Cause() error
- func (e GetColumnImageReviewReqValidationError) Error() string
- func (e GetColumnImageReviewReqValidationError) ErrorName() string
- func (e GetColumnImageReviewReqValidationError) Field() string
- func (e GetColumnImageReviewReqValidationError) Key() bool
- func (e GetColumnImageReviewReqValidationError) Reason() string
- type GetColumnListHotReply
- func (*GetColumnListHotReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListHotReply) GetColumn() []*GetColumnListHotReply_Column
- func (*GetColumnListHotReply) ProtoMessage()
- func (x *GetColumnListHotReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnListHotReply) Reset()
- func (x *GetColumnListHotReply) String() string
- func (m *GetColumnListHotReply) Validate() error
- func (m *GetColumnListHotReply) ValidateAll() error
- type GetColumnListHotReplyMultiError
- type GetColumnListHotReplyValidationError
- func (e GetColumnListHotReplyValidationError) Cause() error
- func (e GetColumnListHotReplyValidationError) Error() string
- func (e GetColumnListHotReplyValidationError) ErrorName() string
- func (e GetColumnListHotReplyValidationError) Field() string
- func (e GetColumnListHotReplyValidationError) Key() bool
- func (e GetColumnListHotReplyValidationError) Reason() string
- type GetColumnListHotReply_Column
- func (*GetColumnListHotReply_Column) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListHotReply_Column) GetAgree() int32
- func (x *GetColumnListHotReply_Column) GetCollect() int32
- func (x *GetColumnListHotReply_Column) GetId() int32
- func (x *GetColumnListHotReply_Column) GetUuid() string
- func (x *GetColumnListHotReply_Column) GetView() int32
- func (*GetColumnListHotReply_Column) ProtoMessage()
- func (x *GetColumnListHotReply_Column) ProtoReflect() protoreflect.Message
- func (x *GetColumnListHotReply_Column) Reset()
- func (x *GetColumnListHotReply_Column) String() string
- func (m *GetColumnListHotReply_Column) Validate() error
- func (m *GetColumnListHotReply_Column) ValidateAll() error
- type GetColumnListHotReply_ColumnMultiError
- type GetColumnListHotReply_ColumnValidationError
- func (e GetColumnListHotReply_ColumnValidationError) Cause() error
- func (e GetColumnListHotReply_ColumnValidationError) Error() string
- func (e GetColumnListHotReply_ColumnValidationError) ErrorName() string
- func (e GetColumnListHotReply_ColumnValidationError) Field() string
- func (e GetColumnListHotReply_ColumnValidationError) Key() bool
- func (e GetColumnListHotReply_ColumnValidationError) Reason() string
- type GetColumnListHotReq
- func (*GetColumnListHotReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListHotReq) GetPage() int32
- func (*GetColumnListHotReq) ProtoMessage()
- func (x *GetColumnListHotReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnListHotReq) Reset()
- func (x *GetColumnListHotReq) String() string
- func (m *GetColumnListHotReq) Validate() error
- func (m *GetColumnListHotReq) ValidateAll() error
- type GetColumnListHotReqMultiError
- type GetColumnListHotReqValidationError
- func (e GetColumnListHotReqValidationError) Cause() error
- func (e GetColumnListHotReqValidationError) Error() string
- func (e GetColumnListHotReqValidationError) ErrorName() string
- func (e GetColumnListHotReqValidationError) Field() string
- func (e GetColumnListHotReqValidationError) Key() bool
- func (e GetColumnListHotReqValidationError) Reason() string
- type GetColumnListReply
- func (*GetColumnListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListReply) GetColumn() []*GetColumnListReply_Column
- func (*GetColumnListReply) ProtoMessage()
- func (x *GetColumnListReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnListReply) Reset()
- func (x *GetColumnListReply) String() string
- func (m *GetColumnListReply) Validate() error
- func (m *GetColumnListReply) ValidateAll() error
- type GetColumnListReplyMultiError
- type GetColumnListReplyValidationError
- func (e GetColumnListReplyValidationError) Cause() error
- func (e GetColumnListReplyValidationError) Error() string
- func (e GetColumnListReplyValidationError) ErrorName() string
- func (e GetColumnListReplyValidationError) Field() string
- func (e GetColumnListReplyValidationError) Key() bool
- func (e GetColumnListReplyValidationError) Reason() string
- type GetColumnListReply_Column
- func (*GetColumnListReply_Column) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListReply_Column) GetAgree() int32
- func (x *GetColumnListReply_Column) GetCollect() int32
- func (x *GetColumnListReply_Column) GetId() int32
- func (x *GetColumnListReply_Column) GetUuid() string
- func (x *GetColumnListReply_Column) GetView() int32
- func (*GetColumnListReply_Column) ProtoMessage()
- func (x *GetColumnListReply_Column) ProtoReflect() protoreflect.Message
- func (x *GetColumnListReply_Column) Reset()
- func (x *GetColumnListReply_Column) String() string
- func (m *GetColumnListReply_Column) Validate() error
- func (m *GetColumnListReply_Column) ValidateAll() error
- type GetColumnListReply_ColumnMultiError
- type GetColumnListReply_ColumnValidationError
- func (e GetColumnListReply_ColumnValidationError) Cause() error
- func (e GetColumnListReply_ColumnValidationError) Error() string
- func (e GetColumnListReply_ColumnValidationError) ErrorName() string
- func (e GetColumnListReply_ColumnValidationError) Field() string
- func (e GetColumnListReply_ColumnValidationError) Key() bool
- func (e GetColumnListReply_ColumnValidationError) Reason() string
- type GetColumnListReq
- func (*GetColumnListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListReq) GetPage() int32
- func (*GetColumnListReq) ProtoMessage()
- func (x *GetColumnListReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnListReq) Reset()
- func (x *GetColumnListReq) String() string
- func (m *GetColumnListReq) Validate() error
- func (m *GetColumnListReq) ValidateAll() error
- type GetColumnListReqMultiError
- type GetColumnListReqValidationError
- func (e GetColumnListReqValidationError) Cause() error
- func (e GetColumnListReqValidationError) Error() string
- func (e GetColumnListReqValidationError) ErrorName() string
- func (e GetColumnListReqValidationError) Field() string
- func (e GetColumnListReqValidationError) Key() bool
- func (e GetColumnListReqValidationError) Reason() string
- type GetColumnListStatisticReply
- func (*GetColumnListStatisticReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListStatisticReply) GetCount() []*GetColumnListStatisticReply_Count
- func (*GetColumnListStatisticReply) ProtoMessage()
- func (x *GetColumnListStatisticReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnListStatisticReply) Reset()
- func (x *GetColumnListStatisticReply) String() string
- func (m *GetColumnListStatisticReply) Validate() error
- func (m *GetColumnListStatisticReply) ValidateAll() error
- type GetColumnListStatisticReplyMultiError
- type GetColumnListStatisticReplyValidationError
- func (e GetColumnListStatisticReplyValidationError) Cause() error
- func (e GetColumnListStatisticReplyValidationError) Error() string
- func (e GetColumnListStatisticReplyValidationError) ErrorName() string
- func (e GetColumnListStatisticReplyValidationError) Field() string
- func (e GetColumnListStatisticReplyValidationError) Key() bool
- func (e GetColumnListStatisticReplyValidationError) Reason() string
- type GetColumnListStatisticReply_Count
- func (*GetColumnListStatisticReply_Count) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListStatisticReply_Count) GetAgree() int32
- func (x *GetColumnListStatisticReply_Count) GetCollect() int32
- func (x *GetColumnListStatisticReply_Count) GetId() int32
- func (x *GetColumnListStatisticReply_Count) GetView() int32
- func (*GetColumnListStatisticReply_Count) ProtoMessage()
- func (x *GetColumnListStatisticReply_Count) ProtoReflect() protoreflect.Message
- func (x *GetColumnListStatisticReply_Count) Reset()
- func (x *GetColumnListStatisticReply_Count) String() string
- func (m *GetColumnListStatisticReply_Count) Validate() error
- func (m *GetColumnListStatisticReply_Count) ValidateAll() error
- type GetColumnListStatisticReply_CountMultiError
- type GetColumnListStatisticReply_CountValidationError
- func (e GetColumnListStatisticReply_CountValidationError) Cause() error
- func (e GetColumnListStatisticReply_CountValidationError) Error() string
- func (e GetColumnListStatisticReply_CountValidationError) ErrorName() string
- func (e GetColumnListStatisticReply_CountValidationError) Field() string
- func (e GetColumnListStatisticReply_CountValidationError) Key() bool
- func (e GetColumnListStatisticReply_CountValidationError) Reason() string
- type GetColumnListStatisticReq
- func (*GetColumnListStatisticReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnListStatisticReq) GetIds() []int32
- func (*GetColumnListStatisticReq) ProtoMessage()
- func (x *GetColumnListStatisticReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnListStatisticReq) Reset()
- func (x *GetColumnListStatisticReq) String() string
- func (m *GetColumnListStatisticReq) Validate() error
- func (m *GetColumnListStatisticReq) ValidateAll() error
- type GetColumnListStatisticReqMultiError
- type GetColumnListStatisticReqValidationError
- func (e GetColumnListStatisticReqValidationError) Cause() error
- func (e GetColumnListStatisticReqValidationError) Error() string
- func (e GetColumnListStatisticReqValidationError) ErrorName() string
- func (e GetColumnListStatisticReqValidationError) Field() string
- func (e GetColumnListStatisticReqValidationError) Key() bool
- func (e GetColumnListStatisticReqValidationError) Reason() string
- type GetColumnSearchReply
- func (*GetColumnSearchReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnSearchReply) GetList() []*GetColumnSearchReply_List
- func (x *GetColumnSearchReply) GetTotal() int32
- func (*GetColumnSearchReply) ProtoMessage()
- func (x *GetColumnSearchReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnSearchReply) Reset()
- func (x *GetColumnSearchReply) String() string
- func (m *GetColumnSearchReply) Validate() error
- func (m *GetColumnSearchReply) ValidateAll() error
- type GetColumnSearchReplyMultiError
- type GetColumnSearchReplyValidationError
- func (e GetColumnSearchReplyValidationError) Cause() error
- func (e GetColumnSearchReplyValidationError) Error() string
- func (e GetColumnSearchReplyValidationError) ErrorName() string
- func (e GetColumnSearchReplyValidationError) Field() string
- func (e GetColumnSearchReplyValidationError) Key() bool
- func (e GetColumnSearchReplyValidationError) Reason() string
- type GetColumnSearchReply_List
- func (*GetColumnSearchReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnSearchReply_List) GetAgree() int32
- func (x *GetColumnSearchReply_List) GetCollect() int32
- func (x *GetColumnSearchReply_List) GetCover() string
- func (x *GetColumnSearchReply_List) GetId() int32
- func (x *GetColumnSearchReply_List) GetIntroduce() string
- func (x *GetColumnSearchReply_List) GetName() string
- func (x *GetColumnSearchReply_List) GetTags() string
- func (x *GetColumnSearchReply_List) GetUpdate() string
- func (x *GetColumnSearchReply_List) GetUuid() string
- func (x *GetColumnSearchReply_List) GetView() int32
- func (*GetColumnSearchReply_List) ProtoMessage()
- func (x *GetColumnSearchReply_List) ProtoReflect() protoreflect.Message
- func (x *GetColumnSearchReply_List) Reset()
- func (x *GetColumnSearchReply_List) String() string
- func (m *GetColumnSearchReply_List) Validate() error
- func (m *GetColumnSearchReply_List) ValidateAll() error
- type GetColumnSearchReply_ListMultiError
- type GetColumnSearchReply_ListValidationError
- func (e GetColumnSearchReply_ListValidationError) Cause() error
- func (e GetColumnSearchReply_ListValidationError) Error() string
- func (e GetColumnSearchReply_ListValidationError) ErrorName() string
- func (e GetColumnSearchReply_ListValidationError) Field() string
- func (e GetColumnSearchReply_ListValidationError) Key() bool
- func (e GetColumnSearchReply_ListValidationError) Reason() string
- type GetColumnSearchReq
- func (*GetColumnSearchReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnSearchReq) GetPage() int32
- func (x *GetColumnSearchReq) GetSearch() string
- func (x *GetColumnSearchReq) GetTime() string
- func (*GetColumnSearchReq) ProtoMessage()
- func (x *GetColumnSearchReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnSearchReq) Reset()
- func (x *GetColumnSearchReq) String() string
- func (m *GetColumnSearchReq) Validate() error
- func (m *GetColumnSearchReq) ValidateAll() error
- type GetColumnSearchReqMultiError
- type GetColumnSearchReqValidationError
- func (e GetColumnSearchReqValidationError) Cause() error
- func (e GetColumnSearchReqValidationError) Error() string
- func (e GetColumnSearchReqValidationError) ErrorName() string
- func (e GetColumnSearchReqValidationError) Field() string
- func (e GetColumnSearchReqValidationError) Key() bool
- func (e GetColumnSearchReqValidationError) Reason() string
- type GetColumnStatisticReply
- func (*GetColumnStatisticReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnStatisticReply) GetAgree() int32
- func (x *GetColumnStatisticReply) GetCollect() int32
- func (x *GetColumnStatisticReply) GetUuid() string
- func (x *GetColumnStatisticReply) GetView() int32
- func (*GetColumnStatisticReply) ProtoMessage()
- func (x *GetColumnStatisticReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnStatisticReply) Reset()
- func (x *GetColumnStatisticReply) String() string
- func (m *GetColumnStatisticReply) Validate() error
- func (m *GetColumnStatisticReply) ValidateAll() error
- type GetColumnStatisticReplyMultiError
- type GetColumnStatisticReplyValidationError
- func (e GetColumnStatisticReplyValidationError) Cause() error
- func (e GetColumnStatisticReplyValidationError) Error() string
- func (e GetColumnStatisticReplyValidationError) ErrorName() string
- func (e GetColumnStatisticReplyValidationError) Field() string
- func (e GetColumnStatisticReplyValidationError) Key() bool
- func (e GetColumnStatisticReplyValidationError) Reason() string
- type GetColumnStatisticReq
- func (*GetColumnStatisticReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnStatisticReq) GetId() int32
- func (x *GetColumnStatisticReq) GetUuid() string
- func (*GetColumnStatisticReq) ProtoMessage()
- func (x *GetColumnStatisticReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnStatisticReq) Reset()
- func (x *GetColumnStatisticReq) String() string
- func (m *GetColumnStatisticReq) Validate() error
- func (m *GetColumnStatisticReq) ValidateAll() error
- type GetColumnStatisticReqMultiError
- type GetColumnStatisticReqValidationError
- func (e GetColumnStatisticReqValidationError) Cause() error
- func (e GetColumnStatisticReqValidationError) Error() string
- func (e GetColumnStatisticReqValidationError) ErrorName() string
- func (e GetColumnStatisticReqValidationError) Field() string
- func (e GetColumnStatisticReqValidationError) Key() bool
- func (e GetColumnStatisticReqValidationError) Reason() string
- type GetColumnSubscribesReply
- func (*GetColumnSubscribesReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnSubscribesReply) GetSubscribes() []*GetColumnSubscribesReply_Subscribes
- func (*GetColumnSubscribesReply) ProtoMessage()
- func (x *GetColumnSubscribesReply) ProtoReflect() protoreflect.Message
- func (x *GetColumnSubscribesReply) Reset()
- func (x *GetColumnSubscribesReply) String() string
- func (m *GetColumnSubscribesReply) Validate() error
- func (m *GetColumnSubscribesReply) ValidateAll() error
- type GetColumnSubscribesReplyMultiError
- type GetColumnSubscribesReplyValidationError
- func (e GetColumnSubscribesReplyValidationError) Cause() error
- func (e GetColumnSubscribesReplyValidationError) Error() string
- func (e GetColumnSubscribesReplyValidationError) ErrorName() string
- func (e GetColumnSubscribesReplyValidationError) Field() string
- func (e GetColumnSubscribesReplyValidationError) Key() bool
- func (e GetColumnSubscribesReplyValidationError) Reason() string
- type GetColumnSubscribesReply_Subscribes
- func (*GetColumnSubscribesReply_Subscribes) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnSubscribesReply_Subscribes) GetId() int32
- func (x *GetColumnSubscribesReply_Subscribes) GetSubscribeJudge() int32
- func (*GetColumnSubscribesReply_Subscribes) ProtoMessage()
- func (x *GetColumnSubscribesReply_Subscribes) ProtoReflect() protoreflect.Message
- func (x *GetColumnSubscribesReply_Subscribes) Reset()
- func (x *GetColumnSubscribesReply_Subscribes) String() string
- func (m *GetColumnSubscribesReply_Subscribes) Validate() error
- func (m *GetColumnSubscribesReply_Subscribes) ValidateAll() error
- type GetColumnSubscribesReply_SubscribesMultiError
- type GetColumnSubscribesReply_SubscribesValidationError
- func (e GetColumnSubscribesReply_SubscribesValidationError) Cause() error
- func (e GetColumnSubscribesReply_SubscribesValidationError) Error() string
- func (e GetColumnSubscribesReply_SubscribesValidationError) ErrorName() string
- func (e GetColumnSubscribesReply_SubscribesValidationError) Field() string
- func (e GetColumnSubscribesReply_SubscribesValidationError) Key() bool
- func (e GetColumnSubscribesReply_SubscribesValidationError) Reason() string
- type GetColumnSubscribesReq
- func (*GetColumnSubscribesReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetColumnSubscribesReq) GetIds() []int32
- func (*GetColumnSubscribesReq) ProtoMessage()
- func (x *GetColumnSubscribesReq) ProtoReflect() protoreflect.Message
- func (x *GetColumnSubscribesReq) Reset()
- func (x *GetColumnSubscribesReq) String() string
- func (m *GetColumnSubscribesReq) Validate() error
- func (m *GetColumnSubscribesReq) ValidateAll() error
- type GetColumnSubscribesReqMultiError
- type GetColumnSubscribesReqValidationError
- func (e GetColumnSubscribesReqValidationError) Cause() error
- func (e GetColumnSubscribesReqValidationError) Error() string
- func (e GetColumnSubscribesReqValidationError) ErrorName() string
- func (e GetColumnSubscribesReqValidationError) Field() string
- func (e GetColumnSubscribesReqValidationError) Key() bool
- func (e GetColumnSubscribesReqValidationError) Reason() string
- type GetCommentContentReviewReply
- func (*GetCommentContentReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentContentReviewReply) GetReview() []*GetCommentContentReviewReply_Review
- func (*GetCommentContentReviewReply) ProtoMessage()
- func (x *GetCommentContentReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetCommentContentReviewReply) Reset()
- func (x *GetCommentContentReviewReply) String() string
- func (m *GetCommentContentReviewReply) Validate() error
- func (m *GetCommentContentReviewReply) ValidateAll() error
- type GetCommentContentReviewReplyMultiError
- type GetCommentContentReviewReplyValidationError
- func (e GetCommentContentReviewReplyValidationError) Cause() error
- func (e GetCommentContentReviewReplyValidationError) Error() string
- func (e GetCommentContentReviewReplyValidationError) ErrorName() string
- func (e GetCommentContentReviewReplyValidationError) Field() string
- func (e GetCommentContentReviewReplyValidationError) Key() bool
- func (e GetCommentContentReviewReplyValidationError) Reason() string
- type GetCommentContentReviewReply_Review
- func (*GetCommentContentReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentContentReviewReply_Review) GetComment() string
- func (x *GetCommentContentReviewReply_Review) GetCommentId() int32
- func (x *GetCommentContentReviewReply_Review) GetCreateAt() string
- func (x *GetCommentContentReviewReply_Review) GetId() int32
- func (x *GetCommentContentReviewReply_Review) GetJobId() string
- func (x *GetCommentContentReviewReply_Review) GetKind() string
- func (x *GetCommentContentReviewReply_Review) GetLabel() string
- func (x *GetCommentContentReviewReply_Review) GetResult() int32
- func (x *GetCommentContentReviewReply_Review) GetSection() string
- func (x *GetCommentContentReviewReply_Review) GetUuid() string
- func (*GetCommentContentReviewReply_Review) ProtoMessage()
- func (x *GetCommentContentReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetCommentContentReviewReply_Review) Reset()
- func (x *GetCommentContentReviewReply_Review) String() string
- func (m *GetCommentContentReviewReply_Review) Validate() error
- func (m *GetCommentContentReviewReply_Review) ValidateAll() error
- type GetCommentContentReviewReply_ReviewMultiError
- type GetCommentContentReviewReply_ReviewValidationError
- func (e GetCommentContentReviewReply_ReviewValidationError) Cause() error
- func (e GetCommentContentReviewReply_ReviewValidationError) Error() string
- func (e GetCommentContentReviewReply_ReviewValidationError) ErrorName() string
- func (e GetCommentContentReviewReply_ReviewValidationError) Field() string
- func (e GetCommentContentReviewReply_ReviewValidationError) Key() bool
- func (e GetCommentContentReviewReply_ReviewValidationError) Reason() string
- type GetCommentContentReviewReq
- func (*GetCommentContentReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentContentReviewReq) GetPage() int32
- func (*GetCommentContentReviewReq) ProtoMessage()
- func (x *GetCommentContentReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetCommentContentReviewReq) Reset()
- func (x *GetCommentContentReviewReq) String() string
- func (m *GetCommentContentReviewReq) Validate() error
- func (m *GetCommentContentReviewReq) ValidateAll() error
- type GetCommentContentReviewReqMultiError
- type GetCommentContentReviewReqValidationError
- func (e GetCommentContentReviewReqValidationError) Cause() error
- func (e GetCommentContentReviewReqValidationError) Error() string
- func (e GetCommentContentReviewReqValidationError) ErrorName() string
- func (e GetCommentContentReviewReqValidationError) Field() string
- func (e GetCommentContentReviewReqValidationError) Key() bool
- func (e GetCommentContentReviewReqValidationError) Reason() string
- type GetCommentListReply
- func (*GetCommentListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListReply) GetComment() []*GetCommentListReply_Comment
- func (*GetCommentListReply) ProtoMessage()
- func (x *GetCommentListReply) ProtoReflect() protoreflect.Message
- func (x *GetCommentListReply) Reset()
- func (x *GetCommentListReply) String() string
- func (m *GetCommentListReply) Validate() error
- func (m *GetCommentListReply) ValidateAll() error
- type GetCommentListReplyMultiError
- type GetCommentListReplyValidationError
- func (e GetCommentListReplyValidationError) Cause() error
- func (e GetCommentListReplyValidationError) Error() string
- func (e GetCommentListReplyValidationError) ErrorName() string
- func (e GetCommentListReplyValidationError) Field() string
- func (e GetCommentListReplyValidationError) Key() bool
- func (e GetCommentListReplyValidationError) Reason() string
- type GetCommentListReply_Comment
- func (*GetCommentListReply_Comment) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListReply_Comment) GetAgree() int32
- func (x *GetCommentListReply_Comment) GetComment() int32
- func (x *GetCommentListReply_Comment) GetId() int32
- func (x *GetCommentListReply_Comment) GetUsername() string
- func (x *GetCommentListReply_Comment) GetUuid() string
- func (*GetCommentListReply_Comment) ProtoMessage()
- func (x *GetCommentListReply_Comment) ProtoReflect() protoreflect.Message
- func (x *GetCommentListReply_Comment) Reset()
- func (x *GetCommentListReply_Comment) String() string
- func (m *GetCommentListReply_Comment) Validate() error
- func (m *GetCommentListReply_Comment) ValidateAll() error
- type GetCommentListReply_CommentMultiError
- type GetCommentListReply_CommentValidationError
- func (e GetCommentListReply_CommentValidationError) Cause() error
- func (e GetCommentListReply_CommentValidationError) Error() string
- func (e GetCommentListReply_CommentValidationError) ErrorName() string
- func (e GetCommentListReply_CommentValidationError) Field() string
- func (e GetCommentListReply_CommentValidationError) Key() bool
- func (e GetCommentListReply_CommentValidationError) Reason() string
- type GetCommentListReq
- func (*GetCommentListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListReq) GetCreationId() int32
- func (x *GetCommentListReq) GetCreationType() int32
- func (x *GetCommentListReq) GetPage() int32
- func (*GetCommentListReq) ProtoMessage()
- func (x *GetCommentListReq) ProtoReflect() protoreflect.Message
- func (x *GetCommentListReq) Reset()
- func (x *GetCommentListReq) String() string
- func (m *GetCommentListReq) Validate() error
- func (m *GetCommentListReq) ValidateAll() error
- type GetCommentListReqMultiError
- type GetCommentListReqValidationError
- func (e GetCommentListReqValidationError) Cause() error
- func (e GetCommentListReqValidationError) Error() string
- func (e GetCommentListReqValidationError) ErrorName() string
- func (e GetCommentListReqValidationError) Field() string
- func (e GetCommentListReqValidationError) Key() bool
- func (e GetCommentListReqValidationError) Reason() string
- type GetCommentUserReply
- func (*GetCommentUserReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentUserReply) GetArticleReplied() int32
- func (x *GetCommentUserReply) GetArticleRepliedSub() int32
- func (x *GetCommentUserReply) GetArticleReply() int32
- func (x *GetCommentUserReply) GetArticleReplySub() int32
- func (x *GetCommentUserReply) GetComment() int32
- func (x *GetCommentUserReply) GetTalkReplied() int32
- func (x *GetCommentUserReply) GetTalkRepliedSub() int32
- func (x *GetCommentUserReply) GetTalkReply() int32
- func (x *GetCommentUserReply) GetTalkReplySub() int32
- func (*GetCommentUserReply) ProtoMessage()
- func (x *GetCommentUserReply) ProtoReflect() protoreflect.Message
- func (x *GetCommentUserReply) Reset()
- func (x *GetCommentUserReply) String() string
- func (m *GetCommentUserReply) Validate() error
- func (m *GetCommentUserReply) ValidateAll() error
- type GetCommentUserReplyMultiError
- type GetCommentUserReplyValidationError
- func (e GetCommentUserReplyValidationError) Cause() error
- func (e GetCommentUserReplyValidationError) Error() string
- func (e GetCommentUserReplyValidationError) ErrorName() string
- func (e GetCommentUserReplyValidationError) Field() string
- func (e GetCommentUserReplyValidationError) Key() bool
- func (e GetCommentUserReplyValidationError) Reason() string
- type GetCosSessionKeyReply
- func (*GetCosSessionKeyReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCosSessionKeyReply) GetExpiredTime() int64
- func (x *GetCosSessionKeyReply) GetSessionToken() string
- func (x *GetCosSessionKeyReply) GetStartTime() int64
- func (x *GetCosSessionKeyReply) GetTmpSecretId() string
- func (x *GetCosSessionKeyReply) GetTmpSecretKey() string
- func (*GetCosSessionKeyReply) ProtoMessage()
- func (x *GetCosSessionKeyReply) ProtoReflect() protoreflect.Message
- func (x *GetCosSessionKeyReply) Reset()
- func (x *GetCosSessionKeyReply) String() string
- func (m *GetCosSessionKeyReply) Validate() error
- func (m *GetCosSessionKeyReply) ValidateAll() error
- type GetCosSessionKeyReplyMultiError
- type GetCosSessionKeyReplyValidationError
- func (e GetCosSessionKeyReplyValidationError) Cause() error
- func (e GetCosSessionKeyReplyValidationError) Error() string
- func (e GetCosSessionKeyReplyValidationError) ErrorName() string
- func (e GetCosSessionKeyReplyValidationError) Field() string
- func (e GetCosSessionKeyReplyValidationError) Key() bool
- func (e GetCosSessionKeyReplyValidationError) Reason() string
- type GetCoverReviewReply
- func (*GetCoverReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCoverReviewReply) GetReview() []*GetCoverReviewReply_Review
- func (*GetCoverReviewReply) ProtoMessage()
- func (x *GetCoverReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetCoverReviewReply) Reset()
- func (x *GetCoverReviewReply) String() string
- func (m *GetCoverReviewReply) Validate() error
- func (m *GetCoverReviewReply) ValidateAll() error
- type GetCoverReviewReplyMultiError
- type GetCoverReviewReplyValidationError
- func (e GetCoverReviewReplyValidationError) Cause() error
- func (e GetCoverReviewReplyValidationError) Error() string
- func (e GetCoverReviewReplyValidationError) ErrorName() string
- func (e GetCoverReviewReplyValidationError) Field() string
- func (e GetCoverReviewReplyValidationError) Key() bool
- func (e GetCoverReviewReplyValidationError) Reason() string
- type GetCoverReviewReply_Review
- func (*GetCoverReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetCoverReviewReply_Review) GetCategory() string
- func (x *GetCoverReviewReply_Review) GetCreateAt() string
- func (x *GetCoverReviewReply_Review) GetId() int32
- func (x *GetCoverReviewReply_Review) GetJobId() string
- func (x *GetCoverReviewReply_Review) GetLabel() string
- func (x *GetCoverReviewReply_Review) GetResult() int32
- func (x *GetCoverReviewReply_Review) GetScore() int32
- func (x *GetCoverReviewReply_Review) GetSubLabel() string
- func (x *GetCoverReviewReply_Review) GetUrl() string
- func (x *GetCoverReviewReply_Review) GetUuid() string
- func (*GetCoverReviewReply_Review) ProtoMessage()
- func (x *GetCoverReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetCoverReviewReply_Review) Reset()
- func (x *GetCoverReviewReply_Review) String() string
- func (m *GetCoverReviewReply_Review) Validate() error
- func (m *GetCoverReviewReply_Review) ValidateAll() error
- type GetCoverReviewReply_ReviewMultiError
- type GetCoverReviewReply_ReviewValidationError
- func (e GetCoverReviewReply_ReviewValidationError) Cause() error
- func (e GetCoverReviewReply_ReviewValidationError) Error() string
- func (e GetCoverReviewReply_ReviewValidationError) ErrorName() string
- func (e GetCoverReviewReply_ReviewValidationError) Field() string
- func (e GetCoverReviewReply_ReviewValidationError) Key() bool
- func (e GetCoverReviewReply_ReviewValidationError) Reason() string
- type GetCoverReviewReq
- func (*GetCoverReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCoverReviewReq) GetPage() int32
- func (*GetCoverReviewReq) ProtoMessage()
- func (x *GetCoverReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetCoverReviewReq) Reset()
- func (x *GetCoverReviewReq) String() string
- func (m *GetCoverReviewReq) Validate() error
- func (m *GetCoverReviewReq) ValidateAll() error
- type GetCoverReviewReqMultiError
- type GetCoverReviewReqValidationError
- func (e GetCoverReviewReqValidationError) Cause() error
- func (e GetCoverReviewReqValidationError) Error() string
- func (e GetCoverReviewReqValidationError) ErrorName() string
- func (e GetCoverReviewReqValidationError) Field() string
- func (e GetCoverReviewReqValidationError) Key() bool
- func (e GetCoverReviewReqValidationError) Reason() string
- type GetFollowListCountReply
- func (*GetFollowListCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowListCountReply) GetCount() int32
- func (*GetFollowListCountReply) ProtoMessage()
- func (x *GetFollowListCountReply) ProtoReflect() protoreflect.Message
- func (x *GetFollowListCountReply) Reset()
- func (x *GetFollowListCountReply) String() string
- func (m *GetFollowListCountReply) Validate() error
- func (m *GetFollowListCountReply) ValidateAll() error
- type GetFollowListCountReplyMultiError
- type GetFollowListCountReplyValidationError
- func (e GetFollowListCountReplyValidationError) Cause() error
- func (e GetFollowListCountReplyValidationError) Error() string
- func (e GetFollowListCountReplyValidationError) ErrorName() string
- func (e GetFollowListCountReplyValidationError) Field() string
- func (e GetFollowListCountReplyValidationError) Key() bool
- func (e GetFollowListCountReplyValidationError) Reason() string
- type GetFollowListCountReq
- func (*GetFollowListCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowListCountReq) GetUuid() string
- func (*GetFollowListCountReq) ProtoMessage()
- func (x *GetFollowListCountReq) ProtoReflect() protoreflect.Message
- func (x *GetFollowListCountReq) Reset()
- func (x *GetFollowListCountReq) String() string
- func (m *GetFollowListCountReq) Validate() error
- func (m *GetFollowListCountReq) ValidateAll() error
- type GetFollowListCountReqMultiError
- type GetFollowListCountReqValidationError
- func (e GetFollowListCountReqValidationError) Cause() error
- func (e GetFollowListCountReqValidationError) Error() string
- func (e GetFollowListCountReqValidationError) ErrorName() string
- func (e GetFollowListCountReqValidationError) Field() string
- func (e GetFollowListCountReqValidationError) Key() bool
- func (e GetFollowListCountReqValidationError) Reason() string
- type GetFollowListReply
- func (*GetFollowListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowListReply) GetFollow() []*GetFollowListReply_Follow
- func (*GetFollowListReply) ProtoMessage()
- func (x *GetFollowListReply) ProtoReflect() protoreflect.Message
- func (x *GetFollowListReply) Reset()
- func (x *GetFollowListReply) String() string
- func (m *GetFollowListReply) Validate() error
- func (m *GetFollowListReply) ValidateAll() error
- type GetFollowListReplyMultiError
- type GetFollowListReplyValidationError
- func (e GetFollowListReplyValidationError) Cause() error
- func (e GetFollowListReplyValidationError) Error() string
- func (e GetFollowListReplyValidationError) ErrorName() string
- func (e GetFollowListReplyValidationError) Field() string
- func (e GetFollowListReplyValidationError) Key() bool
- func (e GetFollowListReplyValidationError) Reason() string
- type GetFollowListReply_Follow
- func (*GetFollowListReply_Follow) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowListReply_Follow) GetAgree() int32
- func (x *GetFollowListReply_Follow) GetFollow() int32
- func (x *GetFollowListReply_Follow) GetFollowed() int32
- func (x *GetFollowListReply_Follow) GetIntroduce() string
- func (x *GetFollowListReply_Follow) GetUsername() string
- func (x *GetFollowListReply_Follow) GetUuid() string
- func (x *GetFollowListReply_Follow) GetView() int32
- func (*GetFollowListReply_Follow) ProtoMessage()
- func (x *GetFollowListReply_Follow) ProtoReflect() protoreflect.Message
- func (x *GetFollowListReply_Follow) Reset()
- func (x *GetFollowListReply_Follow) String() string
- func (m *GetFollowListReply_Follow) Validate() error
- func (m *GetFollowListReply_Follow) ValidateAll() error
- type GetFollowListReply_FollowMultiError
- type GetFollowListReply_FollowValidationError
- func (e GetFollowListReply_FollowValidationError) Cause() error
- func (e GetFollowListReply_FollowValidationError) Error() string
- func (e GetFollowListReply_FollowValidationError) ErrorName() string
- func (e GetFollowListReply_FollowValidationError) Field() string
- func (e GetFollowListReply_FollowValidationError) Key() bool
- func (e GetFollowListReply_FollowValidationError) Reason() string
- type GetFollowListReq
- func (*GetFollowListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowListReq) GetPage() int32
- func (x *GetFollowListReq) GetUuid() string
- func (*GetFollowListReq) ProtoMessage()
- func (x *GetFollowListReq) ProtoReflect() protoreflect.Message
- func (x *GetFollowListReq) Reset()
- func (x *GetFollowListReq) String() string
- func (m *GetFollowListReq) Validate() error
- func (m *GetFollowListReq) ValidateAll() error
- type GetFollowListReqMultiError
- type GetFollowListReqValidationError
- func (e GetFollowListReqValidationError) Cause() error
- func (e GetFollowListReqValidationError) Error() string
- func (e GetFollowListReqValidationError) ErrorName() string
- func (e GetFollowListReqValidationError) Field() string
- func (e GetFollowListReqValidationError) Key() bool
- func (e GetFollowListReqValidationError) Reason() string
- type GetFollowedListCountReply
- func (*GetFollowedListCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowedListCountReply) GetCount() int32
- func (*GetFollowedListCountReply) ProtoMessage()
- func (x *GetFollowedListCountReply) ProtoReflect() protoreflect.Message
- func (x *GetFollowedListCountReply) Reset()
- func (x *GetFollowedListCountReply) String() string
- func (m *GetFollowedListCountReply) Validate() error
- func (m *GetFollowedListCountReply) ValidateAll() error
- type GetFollowedListCountReplyMultiError
- type GetFollowedListCountReplyValidationError
- func (e GetFollowedListCountReplyValidationError) Cause() error
- func (e GetFollowedListCountReplyValidationError) Error() string
- func (e GetFollowedListCountReplyValidationError) ErrorName() string
- func (e GetFollowedListCountReplyValidationError) Field() string
- func (e GetFollowedListCountReplyValidationError) Key() bool
- func (e GetFollowedListCountReplyValidationError) Reason() string
- type GetFollowedListCountReq
- func (*GetFollowedListCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowedListCountReq) GetUuid() string
- func (*GetFollowedListCountReq) ProtoMessage()
- func (x *GetFollowedListCountReq) ProtoReflect() protoreflect.Message
- func (x *GetFollowedListCountReq) Reset()
- func (x *GetFollowedListCountReq) String() string
- func (m *GetFollowedListCountReq) Validate() error
- func (m *GetFollowedListCountReq) ValidateAll() error
- type GetFollowedListCountReqMultiError
- type GetFollowedListCountReqValidationError
- func (e GetFollowedListCountReqValidationError) Cause() error
- func (e GetFollowedListCountReqValidationError) Error() string
- func (e GetFollowedListCountReqValidationError) ErrorName() string
- func (e GetFollowedListCountReqValidationError) Field() string
- func (e GetFollowedListCountReqValidationError) Key() bool
- func (e GetFollowedListCountReqValidationError) Reason() string
- type GetFollowedListReply
- func (*GetFollowedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowedListReply) GetFollow() []*GetFollowedListReply_Follow
- func (*GetFollowedListReply) ProtoMessage()
- func (x *GetFollowedListReply) ProtoReflect() protoreflect.Message
- func (x *GetFollowedListReply) Reset()
- func (x *GetFollowedListReply) String() string
- func (m *GetFollowedListReply) Validate() error
- func (m *GetFollowedListReply) ValidateAll() error
- type GetFollowedListReplyMultiError
- type GetFollowedListReplyValidationError
- func (e GetFollowedListReplyValidationError) Cause() error
- func (e GetFollowedListReplyValidationError) Error() string
- func (e GetFollowedListReplyValidationError) ErrorName() string
- func (e GetFollowedListReplyValidationError) Field() string
- func (e GetFollowedListReplyValidationError) Key() bool
- func (e GetFollowedListReplyValidationError) Reason() string
- type GetFollowedListReply_Follow
- func (*GetFollowedListReply_Follow) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowedListReply_Follow) GetAgree() int32
- func (x *GetFollowedListReply_Follow) GetFollow() int32
- func (x *GetFollowedListReply_Follow) GetFollowed() int32
- func (x *GetFollowedListReply_Follow) GetIntroduce() string
- func (x *GetFollowedListReply_Follow) GetUsername() string
- func (x *GetFollowedListReply_Follow) GetUuid() string
- func (x *GetFollowedListReply_Follow) GetView() int32
- func (*GetFollowedListReply_Follow) ProtoMessage()
- func (x *GetFollowedListReply_Follow) ProtoReflect() protoreflect.Message
- func (x *GetFollowedListReply_Follow) Reset()
- func (x *GetFollowedListReply_Follow) String() string
- func (m *GetFollowedListReply_Follow) Validate() error
- func (m *GetFollowedListReply_Follow) ValidateAll() error
- type GetFollowedListReply_FollowMultiError
- type GetFollowedListReply_FollowValidationError
- func (e GetFollowedListReply_FollowValidationError) Cause() error
- func (e GetFollowedListReply_FollowValidationError) Error() string
- func (e GetFollowedListReply_FollowValidationError) ErrorName() string
- func (e GetFollowedListReply_FollowValidationError) Field() string
- func (e GetFollowedListReply_FollowValidationError) Key() bool
- func (e GetFollowedListReply_FollowValidationError) Reason() string
- type GetFollowedListReq
- func (*GetFollowedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowedListReq) GetPage() int32
- func (x *GetFollowedListReq) GetUuid() string
- func (*GetFollowedListReq) ProtoMessage()
- func (x *GetFollowedListReq) ProtoReflect() protoreflect.Message
- func (x *GetFollowedListReq) Reset()
- func (x *GetFollowedListReq) String() string
- func (m *GetFollowedListReq) Validate() error
- func (m *GetFollowedListReq) ValidateAll() error
- type GetFollowedListReqMultiError
- type GetFollowedListReqValidationError
- func (e GetFollowedListReqValidationError) Cause() error
- func (e GetFollowedListReqValidationError) Error() string
- func (e GetFollowedListReqValidationError) ErrorName() string
- func (e GetFollowedListReqValidationError) Field() string
- func (e GetFollowedListReqValidationError) Key() bool
- func (e GetFollowedListReqValidationError) Reason() string
- type GetLastArticleDraftReply
- func (*GetLastArticleDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastArticleDraftReply) GetId() int32
- func (x *GetLastArticleDraftReply) GetStatus() int32
- func (*GetLastArticleDraftReply) ProtoMessage()
- func (x *GetLastArticleDraftReply) ProtoReflect() protoreflect.Message
- func (x *GetLastArticleDraftReply) Reset()
- func (x *GetLastArticleDraftReply) String() string
- func (m *GetLastArticleDraftReply) Validate() error
- func (m *GetLastArticleDraftReply) ValidateAll() error
- type GetLastArticleDraftReplyMultiError
- type GetLastArticleDraftReplyValidationError
- func (e GetLastArticleDraftReplyValidationError) Cause() error
- func (e GetLastArticleDraftReplyValidationError) Error() string
- func (e GetLastArticleDraftReplyValidationError) ErrorName() string
- func (e GetLastArticleDraftReplyValidationError) Field() string
- func (e GetLastArticleDraftReplyValidationError) Key() bool
- func (e GetLastArticleDraftReplyValidationError) Reason() string
- type GetLastCollectionsDraftReply
- func (*GetLastCollectionsDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastCollectionsDraftReply) GetId() int32
- func (x *GetLastCollectionsDraftReply) GetStatus() int32
- func (*GetLastCollectionsDraftReply) ProtoMessage()
- func (x *GetLastCollectionsDraftReply) ProtoReflect() protoreflect.Message
- func (x *GetLastCollectionsDraftReply) Reset()
- func (x *GetLastCollectionsDraftReply) String() string
- func (m *GetLastCollectionsDraftReply) Validate() error
- func (m *GetLastCollectionsDraftReply) ValidateAll() error
- type GetLastCollectionsDraftReplyMultiError
- type GetLastCollectionsDraftReplyValidationError
- func (e GetLastCollectionsDraftReplyValidationError) Cause() error
- func (e GetLastCollectionsDraftReplyValidationError) Error() string
- func (e GetLastCollectionsDraftReplyValidationError) ErrorName() string
- func (e GetLastCollectionsDraftReplyValidationError) Field() string
- func (e GetLastCollectionsDraftReplyValidationError) Key() bool
- func (e GetLastCollectionsDraftReplyValidationError) Reason() string
- type GetLastColumnDraftReply
- func (*GetLastColumnDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastColumnDraftReply) GetId() int32
- func (x *GetLastColumnDraftReply) GetStatus() int32
- func (*GetLastColumnDraftReply) ProtoMessage()
- func (x *GetLastColumnDraftReply) ProtoReflect() protoreflect.Message
- func (x *GetLastColumnDraftReply) Reset()
- func (x *GetLastColumnDraftReply) String() string
- func (m *GetLastColumnDraftReply) Validate() error
- func (m *GetLastColumnDraftReply) ValidateAll() error
- type GetLastColumnDraftReplyMultiError
- type GetLastColumnDraftReplyValidationError
- func (e GetLastColumnDraftReplyValidationError) Cause() error
- func (e GetLastColumnDraftReplyValidationError) Error() string
- func (e GetLastColumnDraftReplyValidationError) ErrorName() string
- func (e GetLastColumnDraftReplyValidationError) Field() string
- func (e GetLastColumnDraftReplyValidationError) Key() bool
- func (e GetLastColumnDraftReplyValidationError) Reason() string
- type GetLastCommentDraftReply
- func (*GetLastCommentDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastCommentDraftReply) GetId() int32
- func (x *GetLastCommentDraftReply) GetStatus() int32
- func (*GetLastCommentDraftReply) ProtoMessage()
- func (x *GetLastCommentDraftReply) ProtoReflect() protoreflect.Message
- func (x *GetLastCommentDraftReply) Reset()
- func (x *GetLastCommentDraftReply) String() string
- func (m *GetLastCommentDraftReply) Validate() error
- func (m *GetLastCommentDraftReply) ValidateAll() error
- type GetLastCommentDraftReplyMultiError
- type GetLastCommentDraftReplyValidationError
- func (e GetLastCommentDraftReplyValidationError) Cause() error
- func (e GetLastCommentDraftReplyValidationError) Error() string
- func (e GetLastCommentDraftReplyValidationError) ErrorName() string
- func (e GetLastCommentDraftReplyValidationError) Field() string
- func (e GetLastCommentDraftReplyValidationError) Key() bool
- func (e GetLastCommentDraftReplyValidationError) Reason() string
- type GetLastTalkDraftReply
- func (*GetLastTalkDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastTalkDraftReply) GetId() int32
- func (x *GetLastTalkDraftReply) GetStatus() int32
- func (*GetLastTalkDraftReply) ProtoMessage()
- func (x *GetLastTalkDraftReply) ProtoReflect() protoreflect.Message
- func (x *GetLastTalkDraftReply) Reset()
- func (x *GetLastTalkDraftReply) String() string
- func (m *GetLastTalkDraftReply) Validate() error
- func (m *GetLastTalkDraftReply) ValidateAll() error
- type GetLastTalkDraftReplyMultiError
- type GetLastTalkDraftReplyValidationError
- func (e GetLastTalkDraftReplyValidationError) Cause() error
- func (e GetLastTalkDraftReplyValidationError) Error() string
- func (e GetLastTalkDraftReplyValidationError) ErrorName() string
- func (e GetLastTalkDraftReplyValidationError) Field() string
- func (e GetLastTalkDraftReplyValidationError) Key() bool
- func (e GetLastTalkDraftReplyValidationError) Reason() string
- type GetLeaderBoardReply
- func (*GetLeaderBoardReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetLeaderBoardReply) GetBoard() []*GetLeaderBoardReply_Board
- func (*GetLeaderBoardReply) ProtoMessage()
- func (x *GetLeaderBoardReply) ProtoReflect() protoreflect.Message
- func (x *GetLeaderBoardReply) Reset()
- func (x *GetLeaderBoardReply) String() string
- func (m *GetLeaderBoardReply) Validate() error
- func (m *GetLeaderBoardReply) ValidateAll() error
- type GetLeaderBoardReplyMultiError
- type GetLeaderBoardReplyValidationError
- func (e GetLeaderBoardReplyValidationError) Cause() error
- func (e GetLeaderBoardReplyValidationError) Error() string
- func (e GetLeaderBoardReplyValidationError) ErrorName() string
- func (e GetLeaderBoardReplyValidationError) Field() string
- func (e GetLeaderBoardReplyValidationError) Key() bool
- func (e GetLeaderBoardReplyValidationError) Reason() string
- type GetLeaderBoardReply_Board
- func (*GetLeaderBoardReply_Board) Descriptor() ([]byte, []int)deprecated
- func (x *GetLeaderBoardReply_Board) GetId() int32
- func (x *GetLeaderBoardReply_Board) GetMode() string
- func (x *GetLeaderBoardReply_Board) GetUuid() string
- func (*GetLeaderBoardReply_Board) ProtoMessage()
- func (x *GetLeaderBoardReply_Board) ProtoReflect() protoreflect.Message
- func (x *GetLeaderBoardReply_Board) Reset()
- func (x *GetLeaderBoardReply_Board) String() string
- func (m *GetLeaderBoardReply_Board) Validate() error
- func (m *GetLeaderBoardReply_Board) ValidateAll() error
- type GetLeaderBoardReply_BoardMultiError
- type GetLeaderBoardReply_BoardValidationError
- func (e GetLeaderBoardReply_BoardValidationError) Cause() error
- func (e GetLeaderBoardReply_BoardValidationError) Error() string
- func (e GetLeaderBoardReply_BoardValidationError) ErrorName() string
- func (e GetLeaderBoardReply_BoardValidationError) Field() string
- func (e GetLeaderBoardReply_BoardValidationError) Key() bool
- func (e GetLeaderBoardReply_BoardValidationError) Reason() string
- type GetMailBoxLastTimeReply
- func (*GetMailBoxLastTimeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetMailBoxLastTimeReply) GetTime() int32
- func (*GetMailBoxLastTimeReply) ProtoMessage()
- func (x *GetMailBoxLastTimeReply) ProtoReflect() protoreflect.Message
- func (x *GetMailBoxLastTimeReply) Reset()
- func (x *GetMailBoxLastTimeReply) String() string
- func (m *GetMailBoxLastTimeReply) Validate() error
- func (m *GetMailBoxLastTimeReply) ValidateAll() error
- type GetMailBoxLastTimeReplyMultiError
- type GetMailBoxLastTimeReplyValidationError
- func (e GetMailBoxLastTimeReplyValidationError) Cause() error
- func (e GetMailBoxLastTimeReplyValidationError) Error() string
- func (e GetMailBoxLastTimeReplyValidationError) ErrorName() string
- func (e GetMailBoxLastTimeReplyValidationError) Field() string
- func (e GetMailBoxLastTimeReplyValidationError) Key() bool
- func (e GetMailBoxLastTimeReplyValidationError) Reason() string
- type GetMessageNotificationReply
- func (*GetMessageNotificationReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetMessageNotificationReply) GetComment() int32
- func (x *GetMessageNotificationReply) GetSubComment() int32
- func (x *GetMessageNotificationReply) GetSystem() int32
- func (x *GetMessageNotificationReply) GetTimeline() map[string]int32
- func (*GetMessageNotificationReply) ProtoMessage()
- func (x *GetMessageNotificationReply) ProtoReflect() protoreflect.Message
- func (x *GetMessageNotificationReply) Reset()
- func (x *GetMessageNotificationReply) String() string
- func (m *GetMessageNotificationReply) Validate() error
- func (m *GetMessageNotificationReply) ValidateAll() error
- type GetMessageNotificationReplyMultiError
- type GetMessageNotificationReplyValidationError
- func (e GetMessageNotificationReplyValidationError) Cause() error
- func (e GetMessageNotificationReplyValidationError) Error() string
- func (e GetMessageNotificationReplyValidationError) ErrorName() string
- func (e GetMessageNotificationReplyValidationError) Field() string
- func (e GetMessageNotificationReplyValidationError) Key() bool
- func (e GetMessageNotificationReplyValidationError) Reason() string
- type GetMessageSystemNotificationReply
- func (*GetMessageSystemNotificationReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetMessageSystemNotificationReply) GetList() []*GetMessageSystemNotificationReply_List
- func (*GetMessageSystemNotificationReply) ProtoMessage()
- func (x *GetMessageSystemNotificationReply) ProtoReflect() protoreflect.Message
- func (x *GetMessageSystemNotificationReply) Reset()
- func (x *GetMessageSystemNotificationReply) String() string
- func (m *GetMessageSystemNotificationReply) Validate() error
- func (m *GetMessageSystemNotificationReply) ValidateAll() error
- type GetMessageSystemNotificationReplyMultiError
- type GetMessageSystemNotificationReplyValidationError
- func (e GetMessageSystemNotificationReplyValidationError) Cause() error
- func (e GetMessageSystemNotificationReplyValidationError) Error() string
- func (e GetMessageSystemNotificationReplyValidationError) ErrorName() string
- func (e GetMessageSystemNotificationReplyValidationError) Field() string
- func (e GetMessageSystemNotificationReplyValidationError) Key() bool
- func (e GetMessageSystemNotificationReplyValidationError) Reason() string
- type GetMessageSystemNotificationReply_List
- func (*GetMessageSystemNotificationReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetMessageSystemNotificationReply_List) GetComment() string
- func (x *GetMessageSystemNotificationReply_List) GetContentId() int32
- func (x *GetMessageSystemNotificationReply_List) GetCreatedAt() string
- func (x *GetMessageSystemNotificationReply_List) GetId() int32
- func (x *GetMessageSystemNotificationReply_List) GetLabel() string
- func (x *GetMessageSystemNotificationReply_List) GetNotificationType() string
- func (x *GetMessageSystemNotificationReply_List) GetResult() int32
- func (x *GetMessageSystemNotificationReply_List) GetSection() string
- func (x *GetMessageSystemNotificationReply_List) GetText() string
- func (x *GetMessageSystemNotificationReply_List) GetTitle() string
- func (x *GetMessageSystemNotificationReply_List) GetUid() string
- func (x *GetMessageSystemNotificationReply_List) GetUuid() string
- func (*GetMessageSystemNotificationReply_List) ProtoMessage()
- func (x *GetMessageSystemNotificationReply_List) ProtoReflect() protoreflect.Message
- func (x *GetMessageSystemNotificationReply_List) Reset()
- func (x *GetMessageSystemNotificationReply_List) String() string
- func (m *GetMessageSystemNotificationReply_List) Validate() error
- func (m *GetMessageSystemNotificationReply_List) ValidateAll() error
- type GetMessageSystemNotificationReply_ListMultiError
- type GetMessageSystemNotificationReply_ListValidationError
- func (e GetMessageSystemNotificationReply_ListValidationError) Cause() error
- func (e GetMessageSystemNotificationReply_ListValidationError) Error() string
- func (e GetMessageSystemNotificationReply_ListValidationError) ErrorName() string
- func (e GetMessageSystemNotificationReply_ListValidationError) Field() string
- func (e GetMessageSystemNotificationReply_ListValidationError) Key() bool
- func (e GetMessageSystemNotificationReply_ListValidationError) Reason() string
- type GetMessageSystemNotificationReq
- func (*GetMessageSystemNotificationReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetMessageSystemNotificationReq) GetPage() int32
- func (*GetMessageSystemNotificationReq) ProtoMessage()
- func (x *GetMessageSystemNotificationReq) ProtoReflect() protoreflect.Message
- func (x *GetMessageSystemNotificationReq) Reset()
- func (x *GetMessageSystemNotificationReq) String() string
- func (m *GetMessageSystemNotificationReq) Validate() error
- func (m *GetMessageSystemNotificationReq) ValidateAll() error
- type GetMessageSystemNotificationReqMultiError
- type GetMessageSystemNotificationReqValidationError
- func (e GetMessageSystemNotificationReqValidationError) Cause() error
- func (e GetMessageSystemNotificationReqValidationError) Error() string
- func (e GetMessageSystemNotificationReqValidationError) ErrorName() string
- func (e GetMessageSystemNotificationReqValidationError) Field() string
- func (e GetMessageSystemNotificationReqValidationError) Key() bool
- func (e GetMessageSystemNotificationReqValidationError) Reason() string
- type GetNewsReply
- func (*GetNewsReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewsReply) GetNews() []*GetNewsReply_News
- func (*GetNewsReply) ProtoMessage()
- func (x *GetNewsReply) ProtoReflect() protoreflect.Message
- func (x *GetNewsReply) Reset()
- func (x *GetNewsReply) String() string
- func (m *GetNewsReply) Validate() error
- func (m *GetNewsReply) ValidateAll() error
- type GetNewsReplyMultiError
- type GetNewsReplyValidationError
- func (e GetNewsReplyValidationError) Cause() error
- func (e GetNewsReplyValidationError) Error() string
- func (e GetNewsReplyValidationError) ErrorName() string
- func (e GetNewsReplyValidationError) Field() string
- func (e GetNewsReplyValidationError) Key() bool
- func (e GetNewsReplyValidationError) Reason() string
- type GetNewsReply_News
- func (*GetNewsReply_News) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewsReply_News) GetId() string
- func (*GetNewsReply_News) ProtoMessage()
- func (x *GetNewsReply_News) ProtoReflect() protoreflect.Message
- func (x *GetNewsReply_News) Reset()
- func (x *GetNewsReply_News) String() string
- func (m *GetNewsReply_News) Validate() error
- func (m *GetNewsReply_News) ValidateAll() error
- type GetNewsReply_NewsMultiError
- type GetNewsReply_NewsValidationError
- func (e GetNewsReply_NewsValidationError) Cause() error
- func (e GetNewsReply_NewsValidationError) Error() string
- func (e GetNewsReply_NewsValidationError) ErrorName() string
- func (e GetNewsReply_NewsValidationError) Field() string
- func (e GetNewsReply_NewsValidationError) Key() bool
- func (e GetNewsReply_NewsValidationError) Reason() string
- type GetNewsReq
- func (*GetNewsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewsReq) GetPage() int32
- func (*GetNewsReq) ProtoMessage()
- func (x *GetNewsReq) ProtoReflect() protoreflect.Message
- func (x *GetNewsReq) Reset()
- func (x *GetNewsReq) String() string
- func (m *GetNewsReq) Validate() error
- func (m *GetNewsReq) ValidateAll() error
- type GetNewsReqMultiError
- type GetNewsReqValidationError
- type GetNewsSearchReply
- func (*GetNewsSearchReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewsSearchReply) GetList() []*GetNewsSearchReply_List
- func (x *GetNewsSearchReply) GetTotal() int32
- func (*GetNewsSearchReply) ProtoMessage()
- func (x *GetNewsSearchReply) ProtoReflect() protoreflect.Message
- func (x *GetNewsSearchReply) Reset()
- func (x *GetNewsSearchReply) String() string
- func (m *GetNewsSearchReply) Validate() error
- func (m *GetNewsSearchReply) ValidateAll() error
- type GetNewsSearchReplyMultiError
- type GetNewsSearchReplyValidationError
- func (e GetNewsSearchReplyValidationError) Cause() error
- func (e GetNewsSearchReplyValidationError) Error() string
- func (e GetNewsSearchReplyValidationError) ErrorName() string
- func (e GetNewsSearchReplyValidationError) Field() string
- func (e GetNewsSearchReplyValidationError) Key() bool
- func (e GetNewsSearchReplyValidationError) Reason() string
- type GetNewsSearchReply_List
- func (*GetNewsSearchReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewsSearchReply_List) GetAuthor() string
- func (x *GetNewsSearchReply_List) GetContent() string
- func (x *GetNewsSearchReply_List) GetCover() string
- func (x *GetNewsSearchReply_List) GetId() string
- func (x *GetNewsSearchReply_List) GetTags() string
- func (x *GetNewsSearchReply_List) GetTitle() string
- func (x *GetNewsSearchReply_List) GetUpdate() string
- func (x *GetNewsSearchReply_List) GetUrl() string
- func (*GetNewsSearchReply_List) ProtoMessage()
- func (x *GetNewsSearchReply_List) ProtoReflect() protoreflect.Message
- func (x *GetNewsSearchReply_List) Reset()
- func (x *GetNewsSearchReply_List) String() string
- func (m *GetNewsSearchReply_List) Validate() error
- func (m *GetNewsSearchReply_List) ValidateAll() error
- type GetNewsSearchReply_ListMultiError
- type GetNewsSearchReply_ListValidationError
- func (e GetNewsSearchReply_ListValidationError) Cause() error
- func (e GetNewsSearchReply_ListValidationError) Error() string
- func (e GetNewsSearchReply_ListValidationError) ErrorName() string
- func (e GetNewsSearchReply_ListValidationError) Field() string
- func (e GetNewsSearchReply_ListValidationError) Key() bool
- func (e GetNewsSearchReply_ListValidationError) Reason() string
- type GetNewsSearchReq
- func (*GetNewsSearchReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewsSearchReq) GetPage() int32
- func (x *GetNewsSearchReq) GetSearch() string
- func (x *GetNewsSearchReq) GetTime() string
- func (*GetNewsSearchReq) ProtoMessage()
- func (x *GetNewsSearchReq) ProtoReflect() protoreflect.Message
- func (x *GetNewsSearchReq) Reset()
- func (x *GetNewsSearchReq) String() string
- func (m *GetNewsSearchReq) Validate() error
- func (m *GetNewsSearchReq) ValidateAll() error
- type GetNewsSearchReqMultiError
- type GetNewsSearchReqValidationError
- func (e GetNewsSearchReqValidationError) Cause() error
- func (e GetNewsSearchReqValidationError) Error() string
- func (e GetNewsSearchReqValidationError) ErrorName() string
- func (e GetNewsSearchReqValidationError) Field() string
- func (e GetNewsSearchReqValidationError) Key() bool
- func (e GetNewsSearchReqValidationError) Reason() string
- type GetProfileListReply
- func (*GetProfileListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetProfileListReply) GetProfile() []*GetProfileListReply_Profile
- func (*GetProfileListReply) ProtoMessage()
- func (x *GetProfileListReply) ProtoReflect() protoreflect.Message
- func (x *GetProfileListReply) Reset()
- func (x *GetProfileListReply) String() string
- func (m *GetProfileListReply) Validate() error
- func (m *GetProfileListReply) ValidateAll() error
- type GetProfileListReplyMultiError
- type GetProfileListReplyValidationError
- func (e GetProfileListReplyValidationError) Cause() error
- func (e GetProfileListReplyValidationError) Error() string
- func (e GetProfileListReplyValidationError) ErrorName() string
- func (e GetProfileListReplyValidationError) Field() string
- func (e GetProfileListReplyValidationError) Key() bool
- func (e GetProfileListReplyValidationError) Reason() string
- type GetProfileListReply_Profile
- func (*GetProfileListReply_Profile) Descriptor() ([]byte, []int)deprecated
- func (x *GetProfileListReply_Profile) GetIntroduce() string
- func (x *GetProfileListReply_Profile) GetUsername() string
- func (x *GetProfileListReply_Profile) GetUuid() string
- func (*GetProfileListReply_Profile) ProtoMessage()
- func (x *GetProfileListReply_Profile) ProtoReflect() protoreflect.Message
- func (x *GetProfileListReply_Profile) Reset()
- func (x *GetProfileListReply_Profile) String() string
- func (m *GetProfileListReply_Profile) Validate() error
- func (m *GetProfileListReply_Profile) ValidateAll() error
- type GetProfileListReply_ProfileMultiError
- type GetProfileListReply_ProfileValidationError
- func (e GetProfileListReply_ProfileValidationError) Cause() error
- func (e GetProfileListReply_ProfileValidationError) Error() string
- func (e GetProfileListReply_ProfileValidationError) ErrorName() string
- func (e GetProfileListReply_ProfileValidationError) Field() string
- func (e GetProfileListReply_ProfileValidationError) Key() bool
- func (e GetProfileListReply_ProfileValidationError) Reason() string
- type GetProfileListReq
- func (*GetProfileListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetProfileListReq) GetUuids() []string
- func (*GetProfileListReq) ProtoMessage()
- func (x *GetProfileListReq) ProtoReflect() protoreflect.Message
- func (x *GetProfileListReq) Reset()
- func (x *GetProfileListReq) String() string
- func (m *GetProfileListReq) Validate() error
- func (m *GetProfileListReq) ValidateAll() error
- type GetProfileListReqMultiError
- type GetProfileListReqValidationError
- func (e GetProfileListReqValidationError) Cause() error
- func (e GetProfileListReqValidationError) Error() string
- func (e GetProfileListReqValidationError) ErrorName() string
- func (e GetProfileListReqValidationError) Field() string
- func (e GetProfileListReqValidationError) Key() bool
- func (e GetProfileListReqValidationError) Reason() string
- type GetProfileReply
- func (*GetProfileReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetProfileReply) GetAvatar() string
- func (x *GetProfileReply) GetCompany() string
- func (x *GetProfileReply) GetGitee() string
- func (x *GetProfileReply) GetGithub() string
- func (x *GetProfileReply) GetHomepage() string
- func (x *GetProfileReply) GetIntroduce() string
- func (x *GetProfileReply) GetJob() string
- func (x *GetProfileReply) GetSchool() string
- func (x *GetProfileReply) GetUsername() string
- func (x *GetProfileReply) GetUuid() string
- func (*GetProfileReply) ProtoMessage()
- func (x *GetProfileReply) ProtoReflect() protoreflect.Message
- func (x *GetProfileReply) Reset()
- func (x *GetProfileReply) String() string
- func (m *GetProfileReply) Validate() error
- func (m *GetProfileReply) ValidateAll() error
- type GetProfileReplyMultiError
- type GetProfileReplyValidationError
- func (e GetProfileReplyValidationError) Cause() error
- func (e GetProfileReplyValidationError) Error() string
- func (e GetProfileReplyValidationError) ErrorName() string
- func (e GetProfileReplyValidationError) Field() string
- func (e GetProfileReplyValidationError) Key() bool
- func (e GetProfileReplyValidationError) Reason() string
- type GetProfileUpdateReply
- func (*GetProfileUpdateReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetProfileUpdateReply) GetAvatar() string
- func (x *GetProfileUpdateReply) GetCompany() string
- func (x *GetProfileUpdateReply) GetGitee() string
- func (x *GetProfileUpdateReply) GetGithub() string
- func (x *GetProfileUpdateReply) GetHomepage() string
- func (x *GetProfileUpdateReply) GetIntroduce() string
- func (x *GetProfileUpdateReply) GetJob() string
- func (x *GetProfileUpdateReply) GetSchool() string
- func (x *GetProfileUpdateReply) GetStatus() int32
- func (x *GetProfileUpdateReply) GetUsername() string
- func (*GetProfileUpdateReply) ProtoMessage()
- func (x *GetProfileUpdateReply) ProtoReflect() protoreflect.Message
- func (x *GetProfileUpdateReply) Reset()
- func (x *GetProfileUpdateReply) String() string
- func (m *GetProfileUpdateReply) Validate() error
- func (m *GetProfileUpdateReply) ValidateAll() error
- type GetProfileUpdateReplyMultiError
- type GetProfileUpdateReplyValidationError
- func (e GetProfileUpdateReplyValidationError) Cause() error
- func (e GetProfileUpdateReplyValidationError) Error() string
- func (e GetProfileUpdateReplyValidationError) ErrorName() string
- func (e GetProfileUpdateReplyValidationError) Field() string
- func (e GetProfileUpdateReplyValidationError) Key() bool
- func (e GetProfileUpdateReplyValidationError) Reason() string
- type GetSubCommentListReply
- func (*GetSubCommentListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubCommentListReply) GetComment() []*GetSubCommentListReply_Comment
- func (*GetSubCommentListReply) ProtoMessage()
- func (x *GetSubCommentListReply) ProtoReflect() protoreflect.Message
- func (x *GetSubCommentListReply) Reset()
- func (x *GetSubCommentListReply) String() string
- func (m *GetSubCommentListReply) Validate() error
- func (m *GetSubCommentListReply) ValidateAll() error
- type GetSubCommentListReplyMultiError
- type GetSubCommentListReplyValidationError
- func (e GetSubCommentListReplyValidationError) Cause() error
- func (e GetSubCommentListReplyValidationError) Error() string
- func (e GetSubCommentListReplyValidationError) ErrorName() string
- func (e GetSubCommentListReplyValidationError) Field() string
- func (e GetSubCommentListReplyValidationError) Key() bool
- func (e GetSubCommentListReplyValidationError) Reason() string
- type GetSubCommentListReply_Comment
- func (*GetSubCommentListReply_Comment) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubCommentListReply_Comment) GetAgree() int32
- func (x *GetSubCommentListReply_Comment) GetComment() int32
- func (x *GetSubCommentListReply_Comment) GetId() int32
- func (x *GetSubCommentListReply_Comment) GetReply() string
- func (x *GetSubCommentListReply_Comment) GetReplyName() string
- func (x *GetSubCommentListReply_Comment) GetUsername() string
- func (x *GetSubCommentListReply_Comment) GetUuid() string
- func (*GetSubCommentListReply_Comment) ProtoMessage()
- func (x *GetSubCommentListReply_Comment) ProtoReflect() protoreflect.Message
- func (x *GetSubCommentListReply_Comment) Reset()
- func (x *GetSubCommentListReply_Comment) String() string
- func (m *GetSubCommentListReply_Comment) Validate() error
- func (m *GetSubCommentListReply_Comment) ValidateAll() error
- type GetSubCommentListReply_CommentMultiError
- type GetSubCommentListReply_CommentValidationError
- func (e GetSubCommentListReply_CommentValidationError) Cause() error
- func (e GetSubCommentListReply_CommentValidationError) Error() string
- func (e GetSubCommentListReply_CommentValidationError) ErrorName() string
- func (e GetSubCommentListReply_CommentValidationError) Field() string
- func (e GetSubCommentListReply_CommentValidationError) Key() bool
- func (e GetSubCommentListReply_CommentValidationError) Reason() string
- type GetSubCommentListReq
- func (*GetSubCommentListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubCommentListReq) GetId() int32
- func (x *GetSubCommentListReq) GetPage() int32
- func (*GetSubCommentListReq) ProtoMessage()
- func (x *GetSubCommentListReq) ProtoReflect() protoreflect.Message
- func (x *GetSubCommentListReq) Reset()
- func (x *GetSubCommentListReq) String() string
- func (m *GetSubCommentListReq) Validate() error
- func (m *GetSubCommentListReq) ValidateAll() error
- type GetSubCommentListReqMultiError
- type GetSubCommentListReqValidationError
- func (e GetSubCommentListReqValidationError) Cause() error
- func (e GetSubCommentListReqValidationError) Error() string
- func (e GetSubCommentListReqValidationError) ErrorName() string
- func (e GetSubCommentListReqValidationError) Field() string
- func (e GetSubCommentListReqValidationError) Key() bool
- func (e GetSubCommentListReqValidationError) Reason() string
- type GetSubscribeListCountReply
- func (*GetSubscribeListCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscribeListCountReply) GetCount() int32
- func (*GetSubscribeListCountReply) ProtoMessage()
- func (x *GetSubscribeListCountReply) ProtoReflect() protoreflect.Message
- func (x *GetSubscribeListCountReply) Reset()
- func (x *GetSubscribeListCountReply) String() string
- func (m *GetSubscribeListCountReply) Validate() error
- func (m *GetSubscribeListCountReply) ValidateAll() error
- type GetSubscribeListCountReplyMultiError
- type GetSubscribeListCountReplyValidationError
- func (e GetSubscribeListCountReplyValidationError) Cause() error
- func (e GetSubscribeListCountReplyValidationError) Error() string
- func (e GetSubscribeListCountReplyValidationError) ErrorName() string
- func (e GetSubscribeListCountReplyValidationError) Field() string
- func (e GetSubscribeListCountReplyValidationError) Key() bool
- func (e GetSubscribeListCountReplyValidationError) Reason() string
- type GetSubscribeListCountReq
- func (*GetSubscribeListCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscribeListCountReq) GetUuid() string
- func (*GetSubscribeListCountReq) ProtoMessage()
- func (x *GetSubscribeListCountReq) ProtoReflect() protoreflect.Message
- func (x *GetSubscribeListCountReq) Reset()
- func (x *GetSubscribeListCountReq) String() string
- func (m *GetSubscribeListCountReq) Validate() error
- func (m *GetSubscribeListCountReq) ValidateAll() error
- type GetSubscribeListCountReqMultiError
- type GetSubscribeListCountReqValidationError
- func (e GetSubscribeListCountReqValidationError) Cause() error
- func (e GetSubscribeListCountReqValidationError) Error() string
- func (e GetSubscribeListCountReqValidationError) ErrorName() string
- func (e GetSubscribeListCountReqValidationError) Field() string
- func (e GetSubscribeListCountReqValidationError) Key() bool
- func (e GetSubscribeListCountReqValidationError) Reason() string
- type GetSubscribeListReply
- func (*GetSubscribeListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscribeListReply) GetSubscribe() []*GetSubscribeListReply_Subscribe
- func (*GetSubscribeListReply) ProtoMessage()
- func (x *GetSubscribeListReply) ProtoReflect() protoreflect.Message
- func (x *GetSubscribeListReply) Reset()
- func (x *GetSubscribeListReply) String() string
- func (m *GetSubscribeListReply) Validate() error
- func (m *GetSubscribeListReply) ValidateAll() error
- type GetSubscribeListReplyMultiError
- type GetSubscribeListReplyValidationError
- func (e GetSubscribeListReplyValidationError) Cause() error
- func (e GetSubscribeListReplyValidationError) Error() string
- func (e GetSubscribeListReplyValidationError) ErrorName() string
- func (e GetSubscribeListReplyValidationError) Field() string
- func (e GetSubscribeListReplyValidationError) Key() bool
- func (e GetSubscribeListReplyValidationError) Reason() string
- type GetSubscribeListReply_Subscribe
- func (*GetSubscribeListReply_Subscribe) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscribeListReply_Subscribe) GetAgree() int32
- func (x *GetSubscribeListReply_Subscribe) GetCollect() int32
- func (x *GetSubscribeListReply_Subscribe) GetId() int32
- func (x *GetSubscribeListReply_Subscribe) GetUuid() string
- func (x *GetSubscribeListReply_Subscribe) GetView() int32
- func (*GetSubscribeListReply_Subscribe) ProtoMessage()
- func (x *GetSubscribeListReply_Subscribe) ProtoReflect() protoreflect.Message
- func (x *GetSubscribeListReply_Subscribe) Reset()
- func (x *GetSubscribeListReply_Subscribe) String() string
- func (m *GetSubscribeListReply_Subscribe) Validate() error
- func (m *GetSubscribeListReply_Subscribe) ValidateAll() error
- type GetSubscribeListReply_SubscribeMultiError
- type GetSubscribeListReply_SubscribeValidationError
- func (e GetSubscribeListReply_SubscribeValidationError) Cause() error
- func (e GetSubscribeListReply_SubscribeValidationError) Error() string
- func (e GetSubscribeListReply_SubscribeValidationError) ErrorName() string
- func (e GetSubscribeListReply_SubscribeValidationError) Field() string
- func (e GetSubscribeListReply_SubscribeValidationError) Key() bool
- func (e GetSubscribeListReply_SubscribeValidationError) Reason() string
- type GetSubscribeListReq
- func (*GetSubscribeListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscribeListReq) GetPage() int32
- func (*GetSubscribeListReq) ProtoMessage()
- func (x *GetSubscribeListReq) ProtoReflect() protoreflect.Message
- func (x *GetSubscribeListReq) Reset()
- func (x *GetSubscribeListReq) String() string
- func (m *GetSubscribeListReq) Validate() error
- func (m *GetSubscribeListReq) ValidateAll() error
- type GetSubscribeListReqMultiError
- type GetSubscribeListReqValidationError
- func (e GetSubscribeListReqValidationError) Cause() error
- func (e GetSubscribeListReqValidationError) Error() string
- func (e GetSubscribeListReqValidationError) ErrorName() string
- func (e GetSubscribeListReqValidationError) Field() string
- func (e GetSubscribeListReqValidationError) Key() bool
- func (e GetSubscribeListReqValidationError) Reason() string
- type GetTalkContentReviewReply
- func (*GetTalkContentReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkContentReviewReply) GetReview() []*GetTalkContentReviewReply_Review
- func (*GetTalkContentReviewReply) ProtoMessage()
- func (x *GetTalkContentReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetTalkContentReviewReply) Reset()
- func (x *GetTalkContentReviewReply) String() string
- func (m *GetTalkContentReviewReply) Validate() error
- func (m *GetTalkContentReviewReply) ValidateAll() error
- type GetTalkContentReviewReplyMultiError
- type GetTalkContentReviewReplyValidationError
- func (e GetTalkContentReviewReplyValidationError) Cause() error
- func (e GetTalkContentReviewReplyValidationError) Error() string
- func (e GetTalkContentReviewReplyValidationError) ErrorName() string
- func (e GetTalkContentReviewReplyValidationError) Field() string
- func (e GetTalkContentReviewReplyValidationError) Key() bool
- func (e GetTalkContentReviewReplyValidationError) Reason() string
- type GetTalkContentReviewReply_Review
- func (*GetTalkContentReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkContentReviewReply_Review) GetCreateAt() string
- func (x *GetTalkContentReviewReply_Review) GetCreationId() int32
- func (x *GetTalkContentReviewReply_Review) GetId() int32
- func (x *GetTalkContentReviewReply_Review) GetJobId() string
- func (x *GetTalkContentReviewReply_Review) GetKind() string
- func (x *GetTalkContentReviewReply_Review) GetLabel() string
- func (x *GetTalkContentReviewReply_Review) GetResult() int32
- func (x *GetTalkContentReviewReply_Review) GetSection() string
- func (x *GetTalkContentReviewReply_Review) GetTitle() string
- func (x *GetTalkContentReviewReply_Review) GetUuid() string
- func (*GetTalkContentReviewReply_Review) ProtoMessage()
- func (x *GetTalkContentReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetTalkContentReviewReply_Review) Reset()
- func (x *GetTalkContentReviewReply_Review) String() string
- func (m *GetTalkContentReviewReply_Review) Validate() error
- func (m *GetTalkContentReviewReply_Review) ValidateAll() error
- type GetTalkContentReviewReply_ReviewMultiError
- type GetTalkContentReviewReply_ReviewValidationError
- func (e GetTalkContentReviewReply_ReviewValidationError) Cause() error
- func (e GetTalkContentReviewReply_ReviewValidationError) Error() string
- func (e GetTalkContentReviewReply_ReviewValidationError) ErrorName() string
- func (e GetTalkContentReviewReply_ReviewValidationError) Field() string
- func (e GetTalkContentReviewReply_ReviewValidationError) Key() bool
- func (e GetTalkContentReviewReply_ReviewValidationError) Reason() string
- type GetTalkContentReviewReq
- func (*GetTalkContentReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkContentReviewReq) GetPage() int32
- func (*GetTalkContentReviewReq) ProtoMessage()
- func (x *GetTalkContentReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetTalkContentReviewReq) Reset()
- func (x *GetTalkContentReviewReq) String() string
- func (m *GetTalkContentReviewReq) Validate() error
- func (m *GetTalkContentReviewReq) ValidateAll() error
- type GetTalkContentReviewReqMultiError
- type GetTalkContentReviewReqValidationError
- func (e GetTalkContentReviewReqValidationError) Cause() error
- func (e GetTalkContentReviewReqValidationError) Error() string
- func (e GetTalkContentReviewReqValidationError) ErrorName() string
- func (e GetTalkContentReviewReqValidationError) Field() string
- func (e GetTalkContentReviewReqValidationError) Key() bool
- func (e GetTalkContentReviewReqValidationError) Reason() string
- type GetTalkCountReply
- func (*GetTalkCountReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkCountReply) GetCount() int32
- func (*GetTalkCountReply) ProtoMessage()
- func (x *GetTalkCountReply) ProtoReflect() protoreflect.Message
- func (x *GetTalkCountReply) Reset()
- func (x *GetTalkCountReply) String() string
- func (m *GetTalkCountReply) Validate() error
- func (m *GetTalkCountReply) ValidateAll() error
- type GetTalkCountReplyMultiError
- type GetTalkCountReplyValidationError
- func (e GetTalkCountReplyValidationError) Cause() error
- func (e GetTalkCountReplyValidationError) Error() string
- func (e GetTalkCountReplyValidationError) ErrorName() string
- func (e GetTalkCountReplyValidationError) Field() string
- func (e GetTalkCountReplyValidationError) Key() bool
- func (e GetTalkCountReplyValidationError) Reason() string
- type GetTalkCountVisitorReq
- func (*GetTalkCountVisitorReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkCountVisitorReq) GetUuid() string
- func (*GetTalkCountVisitorReq) ProtoMessage()
- func (x *GetTalkCountVisitorReq) ProtoReflect() protoreflect.Message
- func (x *GetTalkCountVisitorReq) Reset()
- func (x *GetTalkCountVisitorReq) String() string
- func (m *GetTalkCountVisitorReq) Validate() error
- func (m *GetTalkCountVisitorReq) ValidateAll() error
- type GetTalkCountVisitorReqMultiError
- type GetTalkCountVisitorReqValidationError
- func (e GetTalkCountVisitorReqValidationError) Cause() error
- func (e GetTalkCountVisitorReqValidationError) Error() string
- func (e GetTalkCountVisitorReqValidationError) ErrorName() string
- func (e GetTalkCountVisitorReqValidationError) Field() string
- func (e GetTalkCountVisitorReqValidationError) Key() bool
- func (e GetTalkCountVisitorReqValidationError) Reason() string
- type GetTalkImageReviewReply
- func (*GetTalkImageReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkImageReviewReply) GetReview() []*GetTalkImageReviewReply_Review
- func (*GetTalkImageReviewReply) ProtoMessage()
- func (x *GetTalkImageReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetTalkImageReviewReply) Reset()
- func (x *GetTalkImageReviewReply) String() string
- func (m *GetTalkImageReviewReply) Validate() error
- func (m *GetTalkImageReviewReply) ValidateAll() error
- type GetTalkImageReviewReplyMultiError
- type GetTalkImageReviewReplyValidationError
- func (e GetTalkImageReviewReplyValidationError) Cause() error
- func (e GetTalkImageReviewReplyValidationError) Error() string
- func (e GetTalkImageReviewReplyValidationError) ErrorName() string
- func (e GetTalkImageReviewReplyValidationError) Field() string
- func (e GetTalkImageReviewReplyValidationError) Key() bool
- func (e GetTalkImageReviewReplyValidationError) Reason() string
- type GetTalkImageReviewReply_Review
- func (*GetTalkImageReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkImageReviewReply_Review) GetCategory() string
- func (x *GetTalkImageReviewReply_Review) GetCreateAt() string
- func (x *GetTalkImageReviewReply_Review) GetCreationId() int32
- func (x *GetTalkImageReviewReply_Review) GetId() int32
- func (x *GetTalkImageReviewReply_Review) GetJobId() string
- func (x *GetTalkImageReviewReply_Review) GetKind() string
- func (x *GetTalkImageReviewReply_Review) GetLabel() string
- func (x *GetTalkImageReviewReply_Review) GetResult() int32
- func (x *GetTalkImageReviewReply_Review) GetScore() int32
- func (x *GetTalkImageReviewReply_Review) GetSubLabel() string
- func (x *GetTalkImageReviewReply_Review) GetUid() string
- func (x *GetTalkImageReviewReply_Review) GetUrl() string
- func (x *GetTalkImageReviewReply_Review) GetUuid() string
- func (*GetTalkImageReviewReply_Review) ProtoMessage()
- func (x *GetTalkImageReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetTalkImageReviewReply_Review) Reset()
- func (x *GetTalkImageReviewReply_Review) String() string
- func (m *GetTalkImageReviewReply_Review) Validate() error
- func (m *GetTalkImageReviewReply_Review) ValidateAll() error
- type GetTalkImageReviewReply_ReviewMultiError
- type GetTalkImageReviewReply_ReviewValidationError
- func (e GetTalkImageReviewReply_ReviewValidationError) Cause() error
- func (e GetTalkImageReviewReply_ReviewValidationError) Error() string
- func (e GetTalkImageReviewReply_ReviewValidationError) ErrorName() string
- func (e GetTalkImageReviewReply_ReviewValidationError) Field() string
- func (e GetTalkImageReviewReply_ReviewValidationError) Key() bool
- func (e GetTalkImageReviewReply_ReviewValidationError) Reason() string
- type GetTalkImageReviewReq
- func (*GetTalkImageReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkImageReviewReq) GetPage() int32
- func (*GetTalkImageReviewReq) ProtoMessage()
- func (x *GetTalkImageReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetTalkImageReviewReq) Reset()
- func (x *GetTalkImageReviewReq) String() string
- func (m *GetTalkImageReviewReq) Validate() error
- func (m *GetTalkImageReviewReq) ValidateAll() error
- type GetTalkImageReviewReqMultiError
- type GetTalkImageReviewReqValidationError
- func (e GetTalkImageReviewReqValidationError) Cause() error
- func (e GetTalkImageReviewReqValidationError) Error() string
- func (e GetTalkImageReviewReqValidationError) ErrorName() string
- func (e GetTalkImageReviewReqValidationError) Field() string
- func (e GetTalkImageReviewReqValidationError) Key() bool
- func (e GetTalkImageReviewReqValidationError) Reason() string
- type GetTalkListHotReply
- func (*GetTalkListHotReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListHotReply) GetTalk() []*GetTalkListHotReply_Talk
- func (*GetTalkListHotReply) ProtoMessage()
- func (x *GetTalkListHotReply) ProtoReflect() protoreflect.Message
- func (x *GetTalkListHotReply) Reset()
- func (x *GetTalkListHotReply) String() string
- func (m *GetTalkListHotReply) Validate() error
- func (m *GetTalkListHotReply) ValidateAll() error
- type GetTalkListHotReplyMultiError
- type GetTalkListHotReplyValidationError
- func (e GetTalkListHotReplyValidationError) Cause() error
- func (e GetTalkListHotReplyValidationError) Error() string
- func (e GetTalkListHotReplyValidationError) ErrorName() string
- func (e GetTalkListHotReplyValidationError) Field() string
- func (e GetTalkListHotReplyValidationError) Key() bool
- func (e GetTalkListHotReplyValidationError) Reason() string
- type GetTalkListHotReply_Talk
- func (*GetTalkListHotReply_Talk) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListHotReply_Talk) GetAgree() int32
- func (x *GetTalkListHotReply_Talk) GetCollect() int32
- func (x *GetTalkListHotReply_Talk) GetComment() int32
- func (x *GetTalkListHotReply_Talk) GetId() int32
- func (x *GetTalkListHotReply_Talk) GetUuid() string
- func (x *GetTalkListHotReply_Talk) GetView() int32
- func (*GetTalkListHotReply_Talk) ProtoMessage()
- func (x *GetTalkListHotReply_Talk) ProtoReflect() protoreflect.Message
- func (x *GetTalkListHotReply_Talk) Reset()
- func (x *GetTalkListHotReply_Talk) String() string
- func (m *GetTalkListHotReply_Talk) Validate() error
- func (m *GetTalkListHotReply_Talk) ValidateAll() error
- type GetTalkListHotReply_TalkMultiError
- type GetTalkListHotReply_TalkValidationError
- func (e GetTalkListHotReply_TalkValidationError) Cause() error
- func (e GetTalkListHotReply_TalkValidationError) Error() string
- func (e GetTalkListHotReply_TalkValidationError) ErrorName() string
- func (e GetTalkListHotReply_TalkValidationError) Field() string
- func (e GetTalkListHotReply_TalkValidationError) Key() bool
- func (e GetTalkListHotReply_TalkValidationError) Reason() string
- type GetTalkListHotReq
- func (*GetTalkListHotReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListHotReq) GetPage() int32
- func (*GetTalkListHotReq) ProtoMessage()
- func (x *GetTalkListHotReq) ProtoReflect() protoreflect.Message
- func (x *GetTalkListHotReq) Reset()
- func (x *GetTalkListHotReq) String() string
- func (m *GetTalkListHotReq) Validate() error
- func (m *GetTalkListHotReq) ValidateAll() error
- type GetTalkListHotReqMultiError
- type GetTalkListHotReqValidationError
- func (e GetTalkListHotReqValidationError) Cause() error
- func (e GetTalkListHotReqValidationError) Error() string
- func (e GetTalkListHotReqValidationError) ErrorName() string
- func (e GetTalkListHotReqValidationError) Field() string
- func (e GetTalkListHotReqValidationError) Key() bool
- func (e GetTalkListHotReqValidationError) Reason() string
- type GetTalkListReply
- func (*GetTalkListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListReply) GetTalk() []*GetTalkListReply_Talk
- func (*GetTalkListReply) ProtoMessage()
- func (x *GetTalkListReply) ProtoReflect() protoreflect.Message
- func (x *GetTalkListReply) Reset()
- func (x *GetTalkListReply) String() string
- func (m *GetTalkListReply) Validate() error
- func (m *GetTalkListReply) ValidateAll() error
- type GetTalkListReplyMultiError
- type GetTalkListReplyValidationError
- func (e GetTalkListReplyValidationError) Cause() error
- func (e GetTalkListReplyValidationError) Error() string
- func (e GetTalkListReplyValidationError) ErrorName() string
- func (e GetTalkListReplyValidationError) Field() string
- func (e GetTalkListReplyValidationError) Key() bool
- func (e GetTalkListReplyValidationError) Reason() string
- type GetTalkListReply_Talk
- func (*GetTalkListReply_Talk) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListReply_Talk) GetAgree() int32
- func (x *GetTalkListReply_Talk) GetCollect() int32
- func (x *GetTalkListReply_Talk) GetComment() int32
- func (x *GetTalkListReply_Talk) GetId() int32
- func (x *GetTalkListReply_Talk) GetUuid() string
- func (x *GetTalkListReply_Talk) GetView() int32
- func (*GetTalkListReply_Talk) ProtoMessage()
- func (x *GetTalkListReply_Talk) ProtoReflect() protoreflect.Message
- func (x *GetTalkListReply_Talk) Reset()
- func (x *GetTalkListReply_Talk) String() string
- func (m *GetTalkListReply_Talk) Validate() error
- func (m *GetTalkListReply_Talk) ValidateAll() error
- type GetTalkListReply_TalkMultiError
- type GetTalkListReply_TalkValidationError
- func (e GetTalkListReply_TalkValidationError) Cause() error
- func (e GetTalkListReply_TalkValidationError) Error() string
- func (e GetTalkListReply_TalkValidationError) ErrorName() string
- func (e GetTalkListReply_TalkValidationError) Field() string
- func (e GetTalkListReply_TalkValidationError) Key() bool
- func (e GetTalkListReply_TalkValidationError) Reason() string
- type GetTalkListReq
- func (*GetTalkListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListReq) GetPage() int32
- func (*GetTalkListReq) ProtoMessage()
- func (x *GetTalkListReq) ProtoReflect() protoreflect.Message
- func (x *GetTalkListReq) Reset()
- func (x *GetTalkListReq) String() string
- func (m *GetTalkListReq) Validate() error
- func (m *GetTalkListReq) ValidateAll() error
- type GetTalkListReqMultiError
- type GetTalkListReqValidationError
- func (e GetTalkListReqValidationError) Cause() error
- func (e GetTalkListReqValidationError) Error() string
- func (e GetTalkListReqValidationError) ErrorName() string
- func (e GetTalkListReqValidationError) Field() string
- func (e GetTalkListReqValidationError) Key() bool
- func (e GetTalkListReqValidationError) Reason() string
- type GetTalkListStatisticReply
- func (*GetTalkListStatisticReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListStatisticReply) GetCount() []*GetTalkListStatisticReply_Count
- func (*GetTalkListStatisticReply) ProtoMessage()
- func (x *GetTalkListStatisticReply) ProtoReflect() protoreflect.Message
- func (x *GetTalkListStatisticReply) Reset()
- func (x *GetTalkListStatisticReply) String() string
- func (m *GetTalkListStatisticReply) Validate() error
- func (m *GetTalkListStatisticReply) ValidateAll() error
- type GetTalkListStatisticReplyMultiError
- type GetTalkListStatisticReplyValidationError
- func (e GetTalkListStatisticReplyValidationError) Cause() error
- func (e GetTalkListStatisticReplyValidationError) Error() string
- func (e GetTalkListStatisticReplyValidationError) ErrorName() string
- func (e GetTalkListStatisticReplyValidationError) Field() string
- func (e GetTalkListStatisticReplyValidationError) Key() bool
- func (e GetTalkListStatisticReplyValidationError) Reason() string
- type GetTalkListStatisticReply_Count
- func (*GetTalkListStatisticReply_Count) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListStatisticReply_Count) GetAgree() int32
- func (x *GetTalkListStatisticReply_Count) GetCollect() int32
- func (x *GetTalkListStatisticReply_Count) GetComment() int32
- func (x *GetTalkListStatisticReply_Count) GetId() int32
- func (x *GetTalkListStatisticReply_Count) GetView() int32
- func (*GetTalkListStatisticReply_Count) ProtoMessage()
- func (x *GetTalkListStatisticReply_Count) ProtoReflect() protoreflect.Message
- func (x *GetTalkListStatisticReply_Count) Reset()
- func (x *GetTalkListStatisticReply_Count) String() string
- func (m *GetTalkListStatisticReply_Count) Validate() error
- func (m *GetTalkListStatisticReply_Count) ValidateAll() error
- type GetTalkListStatisticReply_CountMultiError
- type GetTalkListStatisticReply_CountValidationError
- func (e GetTalkListStatisticReply_CountValidationError) Cause() error
- func (e GetTalkListStatisticReply_CountValidationError) Error() string
- func (e GetTalkListStatisticReply_CountValidationError) ErrorName() string
- func (e GetTalkListStatisticReply_CountValidationError) Field() string
- func (e GetTalkListStatisticReply_CountValidationError) Key() bool
- func (e GetTalkListStatisticReply_CountValidationError) Reason() string
- type GetTalkListStatisticReq
- func (*GetTalkListStatisticReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkListStatisticReq) GetIds() []int32
- func (*GetTalkListStatisticReq) ProtoMessage()
- func (x *GetTalkListStatisticReq) ProtoReflect() protoreflect.Message
- func (x *GetTalkListStatisticReq) Reset()
- func (x *GetTalkListStatisticReq) String() string
- func (m *GetTalkListStatisticReq) Validate() error
- func (m *GetTalkListStatisticReq) ValidateAll() error
- type GetTalkListStatisticReqMultiError
- type GetTalkListStatisticReqValidationError
- func (e GetTalkListStatisticReqValidationError) Cause() error
- func (e GetTalkListStatisticReqValidationError) Error() string
- func (e GetTalkListStatisticReqValidationError) ErrorName() string
- func (e GetTalkListStatisticReqValidationError) Field() string
- func (e GetTalkListStatisticReqValidationError) Key() bool
- func (e GetTalkListStatisticReqValidationError) Reason() string
- type GetTalkSearchReply
- func (*GetTalkSearchReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkSearchReply) GetList() []*GetTalkSearchReply_List
- func (x *GetTalkSearchReply) GetTotal() int32
- func (*GetTalkSearchReply) ProtoMessage()
- func (x *GetTalkSearchReply) ProtoReflect() protoreflect.Message
- func (x *GetTalkSearchReply) Reset()
- func (x *GetTalkSearchReply) String() string
- func (m *GetTalkSearchReply) Validate() error
- func (m *GetTalkSearchReply) ValidateAll() error
- type GetTalkSearchReplyMultiError
- type GetTalkSearchReplyValidationError
- func (e GetTalkSearchReplyValidationError) Cause() error
- func (e GetTalkSearchReplyValidationError) Error() string
- func (e GetTalkSearchReplyValidationError) ErrorName() string
- func (e GetTalkSearchReplyValidationError) Field() string
- func (e GetTalkSearchReplyValidationError) Key() bool
- func (e GetTalkSearchReplyValidationError) Reason() string
- type GetTalkSearchReply_List
- func (*GetTalkSearchReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkSearchReply_List) GetAgree() int32
- func (x *GetTalkSearchReply_List) GetCollect() int32
- func (x *GetTalkSearchReply_List) GetComment() int32
- func (x *GetTalkSearchReply_List) GetCover() string
- func (x *GetTalkSearchReply_List) GetId() int32
- func (x *GetTalkSearchReply_List) GetTags() string
- func (x *GetTalkSearchReply_List) GetText() string
- func (x *GetTalkSearchReply_List) GetTitle() string
- func (x *GetTalkSearchReply_List) GetUpdate() string
- func (x *GetTalkSearchReply_List) GetUuid() string
- func (x *GetTalkSearchReply_List) GetView() int32
- func (*GetTalkSearchReply_List) ProtoMessage()
- func (x *GetTalkSearchReply_List) ProtoReflect() protoreflect.Message
- func (x *GetTalkSearchReply_List) Reset()
- func (x *GetTalkSearchReply_List) String() string
- func (m *GetTalkSearchReply_List) Validate() error
- func (m *GetTalkSearchReply_List) ValidateAll() error
- type GetTalkSearchReply_ListMultiError
- type GetTalkSearchReply_ListValidationError
- func (e GetTalkSearchReply_ListValidationError) Cause() error
- func (e GetTalkSearchReply_ListValidationError) Error() string
- func (e GetTalkSearchReply_ListValidationError) ErrorName() string
- func (e GetTalkSearchReply_ListValidationError) Field() string
- func (e GetTalkSearchReply_ListValidationError) Key() bool
- func (e GetTalkSearchReply_ListValidationError) Reason() string
- type GetTalkSearchReq
- func (*GetTalkSearchReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkSearchReq) GetPage() int32
- func (x *GetTalkSearchReq) GetSearch() string
- func (x *GetTalkSearchReq) GetTime() string
- func (*GetTalkSearchReq) ProtoMessage()
- func (x *GetTalkSearchReq) ProtoReflect() protoreflect.Message
- func (x *GetTalkSearchReq) Reset()
- func (x *GetTalkSearchReq) String() string
- func (m *GetTalkSearchReq) Validate() error
- func (m *GetTalkSearchReq) ValidateAll() error
- type GetTalkSearchReqMultiError
- type GetTalkSearchReqValidationError
- func (e GetTalkSearchReqValidationError) Cause() error
- func (e GetTalkSearchReqValidationError) Error() string
- func (e GetTalkSearchReqValidationError) ErrorName() string
- func (e GetTalkSearchReqValidationError) Field() string
- func (e GetTalkSearchReqValidationError) Key() bool
- func (e GetTalkSearchReqValidationError) Reason() string
- type GetTalkStatisticReply
- func (*GetTalkStatisticReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkStatisticReply) GetAgree() int32
- func (x *GetTalkStatisticReply) GetCollect() int32
- func (x *GetTalkStatisticReply) GetComment() int32
- func (x *GetTalkStatisticReply) GetUuid() string
- func (x *GetTalkStatisticReply) GetView() int32
- func (*GetTalkStatisticReply) ProtoMessage()
- func (x *GetTalkStatisticReply) ProtoReflect() protoreflect.Message
- func (x *GetTalkStatisticReply) Reset()
- func (x *GetTalkStatisticReply) String() string
- func (m *GetTalkStatisticReply) Validate() error
- func (m *GetTalkStatisticReply) ValidateAll() error
- type GetTalkStatisticReplyMultiError
- type GetTalkStatisticReplyValidationError
- func (e GetTalkStatisticReplyValidationError) Cause() error
- func (e GetTalkStatisticReplyValidationError) Error() string
- func (e GetTalkStatisticReplyValidationError) ErrorName() string
- func (e GetTalkStatisticReplyValidationError) Field() string
- func (e GetTalkStatisticReplyValidationError) Key() bool
- func (e GetTalkStatisticReplyValidationError) Reason() string
- type GetTalkStatisticReq
- func (*GetTalkStatisticReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetTalkStatisticReq) GetId() int32
- func (x *GetTalkStatisticReq) GetUuid() string
- func (*GetTalkStatisticReq) ProtoMessage()
- func (x *GetTalkStatisticReq) ProtoReflect() protoreflect.Message
- func (x *GetTalkStatisticReq) Reset()
- func (x *GetTalkStatisticReq) String() string
- func (m *GetTalkStatisticReq) Validate() error
- func (m *GetTalkStatisticReq) ValidateAll() error
- type GetTalkStatisticReqMultiError
- type GetTalkStatisticReqValidationError
- func (e GetTalkStatisticReqValidationError) Cause() error
- func (e GetTalkStatisticReqValidationError) Error() string
- func (e GetTalkStatisticReqValidationError) ErrorName() string
- func (e GetTalkStatisticReqValidationError) Field() string
- func (e GetTalkStatisticReqValidationError) Key() bool
- func (e GetTalkStatisticReqValidationError) Reason() string
- type GetTimeLineUsersReply
- func (*GetTimeLineUsersReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeLineUsersReply) GetFollows() []*GetTimeLineUsersReply_Follows
- func (*GetTimeLineUsersReply) ProtoMessage()
- func (x *GetTimeLineUsersReply) ProtoReflect() protoreflect.Message
- func (x *GetTimeLineUsersReply) Reset()
- func (x *GetTimeLineUsersReply) String() string
- func (m *GetTimeLineUsersReply) Validate() error
- func (m *GetTimeLineUsersReply) ValidateAll() error
- type GetTimeLineUsersReplyMultiError
- type GetTimeLineUsersReplyValidationError
- func (e GetTimeLineUsersReplyValidationError) Cause() error
- func (e GetTimeLineUsersReplyValidationError) Error() string
- func (e GetTimeLineUsersReplyValidationError) ErrorName() string
- func (e GetTimeLineUsersReplyValidationError) Field() string
- func (e GetTimeLineUsersReplyValidationError) Key() bool
- func (e GetTimeLineUsersReplyValidationError) Reason() string
- type GetTimeLineUsersReply_Follows
- func (*GetTimeLineUsersReply_Follows) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeLineUsersReply_Follows) GetUsername() string
- func (x *GetTimeLineUsersReply_Follows) GetUuid() string
- func (*GetTimeLineUsersReply_Follows) ProtoMessage()
- func (x *GetTimeLineUsersReply_Follows) ProtoReflect() protoreflect.Message
- func (x *GetTimeLineUsersReply_Follows) Reset()
- func (x *GetTimeLineUsersReply_Follows) String() string
- func (m *GetTimeLineUsersReply_Follows) Validate() error
- func (m *GetTimeLineUsersReply_Follows) ValidateAll() error
- type GetTimeLineUsersReply_FollowsMultiError
- type GetTimeLineUsersReply_FollowsValidationError
- func (e GetTimeLineUsersReply_FollowsValidationError) Cause() error
- func (e GetTimeLineUsersReply_FollowsValidationError) Error() string
- func (e GetTimeLineUsersReply_FollowsValidationError) ErrorName() string
- func (e GetTimeLineUsersReply_FollowsValidationError) Field() string
- func (e GetTimeLineUsersReply_FollowsValidationError) Key() bool
- func (e GetTimeLineUsersReply_FollowsValidationError) Reason() string
- type GetUserAchievementReply
- func (*GetUserAchievementReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserAchievementReply) GetAgree() int32
- func (x *GetUserAchievementReply) GetCollect() int32
- func (x *GetUserAchievementReply) GetFollow() int32
- func (x *GetUserAchievementReply) GetFollowed() int32
- func (x *GetUserAchievementReply) GetView() int32
- func (*GetUserAchievementReply) ProtoMessage()
- func (x *GetUserAchievementReply) ProtoReflect() protoreflect.Message
- func (x *GetUserAchievementReply) Reset()
- func (x *GetUserAchievementReply) String() string
- func (m *GetUserAchievementReply) Validate() error
- func (m *GetUserAchievementReply) ValidateAll() error
- type GetUserAchievementReplyMultiError
- type GetUserAchievementReplyValidationError
- func (e GetUserAchievementReplyValidationError) Cause() error
- func (e GetUserAchievementReplyValidationError) Error() string
- func (e GetUserAchievementReplyValidationError) ErrorName() string
- func (e GetUserAchievementReplyValidationError) Field() string
- func (e GetUserAchievementReplyValidationError) Key() bool
- func (e GetUserAchievementReplyValidationError) Reason() string
- type GetUserAchievementReq
- func (*GetUserAchievementReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserAchievementReq) GetUuid() string
- func (*GetUserAchievementReq) ProtoMessage()
- func (x *GetUserAchievementReq) ProtoReflect() protoreflect.Message
- func (x *GetUserAchievementReq) Reset()
- func (x *GetUserAchievementReq) String() string
- func (m *GetUserAchievementReq) Validate() error
- func (m *GetUserAchievementReq) ValidateAll() error
- type GetUserAchievementReqMultiError
- type GetUserAchievementReqValidationError
- func (e GetUserAchievementReqValidationError) Cause() error
- func (e GetUserAchievementReqValidationError) Error() string
- func (e GetUserAchievementReqValidationError) ErrorName() string
- func (e GetUserAchievementReqValidationError) Field() string
- func (e GetUserAchievementReqValidationError) Key() bool
- func (e GetUserAchievementReqValidationError) Reason() string
- type GetUserArticleAgreeReply
- func (*GetUserArticleAgreeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserArticleAgreeReply) GetAgree() map[int32]bool
- func (*GetUserArticleAgreeReply) ProtoMessage()
- func (x *GetUserArticleAgreeReply) ProtoReflect() protoreflect.Message
- func (x *GetUserArticleAgreeReply) Reset()
- func (x *GetUserArticleAgreeReply) String() string
- func (m *GetUserArticleAgreeReply) Validate() error
- func (m *GetUserArticleAgreeReply) ValidateAll() error
- type GetUserArticleAgreeReplyMultiError
- type GetUserArticleAgreeReplyValidationError
- func (e GetUserArticleAgreeReplyValidationError) Cause() error
- func (e GetUserArticleAgreeReplyValidationError) Error() string
- func (e GetUserArticleAgreeReplyValidationError) ErrorName() string
- func (e GetUserArticleAgreeReplyValidationError) Field() string
- func (e GetUserArticleAgreeReplyValidationError) Key() bool
- func (e GetUserArticleAgreeReplyValidationError) Reason() string
- type GetUserArticleCollectReply
- func (*GetUserArticleCollectReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserArticleCollectReply) GetCollect() map[int32]bool
- func (*GetUserArticleCollectReply) ProtoMessage()
- func (x *GetUserArticleCollectReply) ProtoReflect() protoreflect.Message
- func (x *GetUserArticleCollectReply) Reset()
- func (x *GetUserArticleCollectReply) String() string
- func (m *GetUserArticleCollectReply) Validate() error
- func (m *GetUserArticleCollectReply) ValidateAll() error
- type GetUserArticleCollectReplyMultiError
- type GetUserArticleCollectReplyValidationError
- func (e GetUserArticleCollectReplyValidationError) Cause() error
- func (e GetUserArticleCollectReplyValidationError) Error() string
- func (e GetUserArticleCollectReplyValidationError) ErrorName() string
- func (e GetUserArticleCollectReplyValidationError) Field() string
- func (e GetUserArticleCollectReplyValidationError) Key() bool
- func (e GetUserArticleCollectReplyValidationError) Reason() string
- type GetUserArticleListReq
- func (*GetUserArticleListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserArticleListReq) GetPage() int32
- func (*GetUserArticleListReq) ProtoMessage()
- func (x *GetUserArticleListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserArticleListReq) Reset()
- func (x *GetUserArticleListReq) String() string
- func (m *GetUserArticleListReq) Validate() error
- func (m *GetUserArticleListReq) ValidateAll() error
- type GetUserArticleListReqMultiError
- type GetUserArticleListReqValidationError
- func (e GetUserArticleListReqValidationError) Cause() error
- func (e GetUserArticleListReqValidationError) Error() string
- func (e GetUserArticleListReqValidationError) ErrorName() string
- func (e GetUserArticleListReqValidationError) Field() string
- func (e GetUserArticleListReqValidationError) Key() bool
- func (e GetUserArticleListReqValidationError) Reason() string
- type GetUserArticleListSimpleReq
- func (*GetUserArticleListSimpleReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserArticleListSimpleReq) GetPage() int32
- func (*GetUserArticleListSimpleReq) ProtoMessage()
- func (x *GetUserArticleListSimpleReq) ProtoReflect() protoreflect.Message
- func (x *GetUserArticleListSimpleReq) Reset()
- func (x *GetUserArticleListSimpleReq) String() string
- func (m *GetUserArticleListSimpleReq) Validate() error
- func (m *GetUserArticleListSimpleReq) ValidateAll() error
- type GetUserArticleListSimpleReqMultiError
- type GetUserArticleListSimpleReqValidationError
- func (e GetUserArticleListSimpleReqValidationError) Cause() error
- func (e GetUserArticleListSimpleReqValidationError) Error() string
- func (e GetUserArticleListSimpleReqValidationError) ErrorName() string
- func (e GetUserArticleListSimpleReqValidationError) Field() string
- func (e GetUserArticleListSimpleReqValidationError) Key() bool
- func (e GetUserArticleListSimpleReqValidationError) Reason() string
- type GetUserArticleListVisitorReq
- func (*GetUserArticleListVisitorReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserArticleListVisitorReq) GetPage() int32
- func (x *GetUserArticleListVisitorReq) GetUuid() string
- func (*GetUserArticleListVisitorReq) ProtoMessage()
- func (x *GetUserArticleListVisitorReq) ProtoReflect() protoreflect.Message
- func (x *GetUserArticleListVisitorReq) Reset()
- func (x *GetUserArticleListVisitorReq) String() string
- func (m *GetUserArticleListVisitorReq) Validate() error
- func (m *GetUserArticleListVisitorReq) ValidateAll() error
- type GetUserArticleListVisitorReqMultiError
- type GetUserArticleListVisitorReqValidationError
- func (e GetUserArticleListVisitorReqValidationError) Cause() error
- func (e GetUserArticleListVisitorReqValidationError) Error() string
- func (e GetUserArticleListVisitorReqValidationError) ErrorName() string
- func (e GetUserArticleListVisitorReqValidationError) Field() string
- func (e GetUserArticleListVisitorReqValidationError) Key() bool
- func (e GetUserArticleListVisitorReqValidationError) Reason() string
- type GetUserColumnAgreeReply
- func (*GetUserColumnAgreeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserColumnAgreeReply) GetAgree() map[int32]bool
- func (*GetUserColumnAgreeReply) ProtoMessage()
- func (x *GetUserColumnAgreeReply) ProtoReflect() protoreflect.Message
- func (x *GetUserColumnAgreeReply) Reset()
- func (x *GetUserColumnAgreeReply) String() string
- func (m *GetUserColumnAgreeReply) Validate() error
- func (m *GetUserColumnAgreeReply) ValidateAll() error
- type GetUserColumnAgreeReplyMultiError
- type GetUserColumnAgreeReplyValidationError
- func (e GetUserColumnAgreeReplyValidationError) Cause() error
- func (e GetUserColumnAgreeReplyValidationError) Error() string
- func (e GetUserColumnAgreeReplyValidationError) ErrorName() string
- func (e GetUserColumnAgreeReplyValidationError) Field() string
- func (e GetUserColumnAgreeReplyValidationError) Key() bool
- func (e GetUserColumnAgreeReplyValidationError) Reason() string
- type GetUserColumnCollectReply
- func (*GetUserColumnCollectReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserColumnCollectReply) GetCollect() map[int32]bool
- func (*GetUserColumnCollectReply) ProtoMessage()
- func (x *GetUserColumnCollectReply) ProtoReflect() protoreflect.Message
- func (x *GetUserColumnCollectReply) Reset()
- func (x *GetUserColumnCollectReply) String() string
- func (m *GetUserColumnCollectReply) Validate() error
- func (m *GetUserColumnCollectReply) ValidateAll() error
- type GetUserColumnCollectReplyMultiError
- type GetUserColumnCollectReplyValidationError
- func (e GetUserColumnCollectReplyValidationError) Cause() error
- func (e GetUserColumnCollectReplyValidationError) Error() string
- func (e GetUserColumnCollectReplyValidationError) ErrorName() string
- func (e GetUserColumnCollectReplyValidationError) Field() string
- func (e GetUserColumnCollectReplyValidationError) Key() bool
- func (e GetUserColumnCollectReplyValidationError) Reason() string
- type GetUserColumnListReq
- func (*GetUserColumnListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserColumnListReq) GetPage() int32
- func (*GetUserColumnListReq) ProtoMessage()
- func (x *GetUserColumnListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserColumnListReq) Reset()
- func (x *GetUserColumnListReq) String() string
- func (m *GetUserColumnListReq) Validate() error
- func (m *GetUserColumnListReq) ValidateAll() error
- type GetUserColumnListReqMultiError
- type GetUserColumnListReqValidationError
- func (e GetUserColumnListReqValidationError) Cause() error
- func (e GetUserColumnListReqValidationError) Error() string
- func (e GetUserColumnListReqValidationError) ErrorName() string
- func (e GetUserColumnListReqValidationError) Field() string
- func (e GetUserColumnListReqValidationError) Key() bool
- func (e GetUserColumnListReqValidationError) Reason() string
- type GetUserColumnListSimpleReq
- func (*GetUserColumnListSimpleReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserColumnListSimpleReq) GetPage() int32
- func (*GetUserColumnListSimpleReq) ProtoMessage()
- func (x *GetUserColumnListSimpleReq) ProtoReflect() protoreflect.Message
- func (x *GetUserColumnListSimpleReq) Reset()
- func (x *GetUserColumnListSimpleReq) String() string
- func (m *GetUserColumnListSimpleReq) Validate() error
- func (m *GetUserColumnListSimpleReq) ValidateAll() error
- type GetUserColumnListSimpleReqMultiError
- type GetUserColumnListSimpleReqValidationError
- func (e GetUserColumnListSimpleReqValidationError) Cause() error
- func (e GetUserColumnListSimpleReqValidationError) Error() string
- func (e GetUserColumnListSimpleReqValidationError) ErrorName() string
- func (e GetUserColumnListSimpleReqValidationError) Field() string
- func (e GetUserColumnListSimpleReqValidationError) Key() bool
- func (e GetUserColumnListSimpleReqValidationError) Reason() string
- type GetUserColumnListVisitorReq
- func (*GetUserColumnListVisitorReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserColumnListVisitorReq) GetPage() int32
- func (x *GetUserColumnListVisitorReq) GetUuid() string
- func (*GetUserColumnListVisitorReq) ProtoMessage()
- func (x *GetUserColumnListVisitorReq) ProtoReflect() protoreflect.Message
- func (x *GetUserColumnListVisitorReq) Reset()
- func (x *GetUserColumnListVisitorReq) String() string
- func (m *GetUserColumnListVisitorReq) Validate() error
- func (m *GetUserColumnListVisitorReq) ValidateAll() error
- type GetUserColumnListVisitorReqMultiError
- type GetUserColumnListVisitorReqValidationError
- func (e GetUserColumnListVisitorReqValidationError) Cause() error
- func (e GetUserColumnListVisitorReqValidationError) Error() string
- func (e GetUserColumnListVisitorReqValidationError) ErrorName() string
- func (e GetUserColumnListVisitorReqValidationError) Field() string
- func (e GetUserColumnListVisitorReqValidationError) Key() bool
- func (e GetUserColumnListVisitorReqValidationError) Reason() string
- type GetUserCommentAgreeReply
- func (*GetUserCommentAgreeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentAgreeReply) GetAgree() map[int32]bool
- func (*GetUserCommentAgreeReply) ProtoMessage()
- func (x *GetUserCommentAgreeReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentAgreeReply) Reset()
- func (x *GetUserCommentAgreeReply) String() string
- func (m *GetUserCommentAgreeReply) Validate() error
- func (m *GetUserCommentAgreeReply) ValidateAll() error
- type GetUserCommentAgreeReplyMultiError
- type GetUserCommentAgreeReplyValidationError
- func (e GetUserCommentAgreeReplyValidationError) Cause() error
- func (e GetUserCommentAgreeReplyValidationError) Error() string
- func (e GetUserCommentAgreeReplyValidationError) ErrorName() string
- func (e GetUserCommentAgreeReplyValidationError) Field() string
- func (e GetUserCommentAgreeReplyValidationError) Key() bool
- func (e GetUserCommentAgreeReplyValidationError) Reason() string
- type GetUserCommentArticleRepliedListReply
- func (*GetUserCommentArticleRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleRepliedListReply) GetList() []*GetUserCommentArticleRepliedListReply_List
- func (*GetUserCommentArticleRepliedListReply) ProtoMessage()
- func (x *GetUserCommentArticleRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleRepliedListReply) Reset()
- func (x *GetUserCommentArticleRepliedListReply) String() string
- func (m *GetUserCommentArticleRepliedListReply) Validate() error
- func (m *GetUserCommentArticleRepliedListReply) ValidateAll() error
- type GetUserCommentArticleRepliedListReplyMultiError
- type GetUserCommentArticleRepliedListReplyValidationError
- func (e GetUserCommentArticleRepliedListReplyValidationError) Cause() error
- func (e GetUserCommentArticleRepliedListReplyValidationError) Error() string
- func (e GetUserCommentArticleRepliedListReplyValidationError) ErrorName() string
- func (e GetUserCommentArticleRepliedListReplyValidationError) Field() string
- func (e GetUserCommentArticleRepliedListReplyValidationError) Key() bool
- func (e GetUserCommentArticleRepliedListReplyValidationError) Reason() string
- type GetUserCommentArticleRepliedListReply_List
- func (*GetUserCommentArticleRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleRepliedListReply_List) GetCreationId() int32
- func (x *GetUserCommentArticleRepliedListReply_List) GetId() int32
- func (x *GetUserCommentArticleRepliedListReply_List) GetUsername() string
- func (x *GetUserCommentArticleRepliedListReply_List) GetUuid() string
- func (*GetUserCommentArticleRepliedListReply_List) ProtoMessage()
- func (x *GetUserCommentArticleRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleRepliedListReply_List) Reset()
- func (x *GetUserCommentArticleRepliedListReply_List) String() string
- func (m *GetUserCommentArticleRepliedListReply_List) Validate() error
- func (m *GetUserCommentArticleRepliedListReply_List) ValidateAll() error
- type GetUserCommentArticleRepliedListReply_ListMultiError
- type GetUserCommentArticleRepliedListReply_ListValidationError
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Cause() error
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Error() string
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Field() string
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Key() bool
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Reason() string
- type GetUserCommentArticleRepliedListReq
- func (*GetUserCommentArticleRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleRepliedListReq) GetPage() int32
- func (*GetUserCommentArticleRepliedListReq) ProtoMessage()
- func (x *GetUserCommentArticleRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleRepliedListReq) Reset()
- func (x *GetUserCommentArticleRepliedListReq) String() string
- func (m *GetUserCommentArticleRepliedListReq) Validate() error
- func (m *GetUserCommentArticleRepliedListReq) ValidateAll() error
- type GetUserCommentArticleRepliedListReqMultiError
- type GetUserCommentArticleRepliedListReqValidationError
- func (e GetUserCommentArticleRepliedListReqValidationError) Cause() error
- func (e GetUserCommentArticleRepliedListReqValidationError) Error() string
- func (e GetUserCommentArticleRepliedListReqValidationError) ErrorName() string
- func (e GetUserCommentArticleRepliedListReqValidationError) Field() string
- func (e GetUserCommentArticleRepliedListReqValidationError) Key() bool
- func (e GetUserCommentArticleRepliedListReqValidationError) Reason() string
- type GetUserCommentArticleReplyListReply
- func (*GetUserCommentArticleReplyListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleReplyListReply) GetList() []*GetUserCommentArticleReplyListReply_List
- func (*GetUserCommentArticleReplyListReply) ProtoMessage()
- func (x *GetUserCommentArticleReplyListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleReplyListReply) Reset()
- func (x *GetUserCommentArticleReplyListReply) String() string
- func (m *GetUserCommentArticleReplyListReply) Validate() error
- func (m *GetUserCommentArticleReplyListReply) ValidateAll() error
- type GetUserCommentArticleReplyListReplyMultiError
- type GetUserCommentArticleReplyListReplyValidationError
- func (e GetUserCommentArticleReplyListReplyValidationError) Cause() error
- func (e GetUserCommentArticleReplyListReplyValidationError) Error() string
- func (e GetUserCommentArticleReplyListReplyValidationError) ErrorName() string
- func (e GetUserCommentArticleReplyListReplyValidationError) Field() string
- func (e GetUserCommentArticleReplyListReplyValidationError) Key() bool
- func (e GetUserCommentArticleReplyListReplyValidationError) Reason() string
- type GetUserCommentArticleReplyListReply_List
- func (*GetUserCommentArticleReplyListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleReplyListReply_List) GetCreationAuthor() string
- func (x *GetUserCommentArticleReplyListReply_List) GetCreationId() int32
- func (x *GetUserCommentArticleReplyListReply_List) GetId() int32
- func (*GetUserCommentArticleReplyListReply_List) ProtoMessage()
- func (x *GetUserCommentArticleReplyListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleReplyListReply_List) Reset()
- func (x *GetUserCommentArticleReplyListReply_List) String() string
- func (m *GetUserCommentArticleReplyListReply_List) Validate() error
- func (m *GetUserCommentArticleReplyListReply_List) ValidateAll() error
- type GetUserCommentArticleReplyListReply_ListMultiError
- type GetUserCommentArticleReplyListReply_ListValidationError
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Cause() error
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Error() string
- func (e GetUserCommentArticleReplyListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Field() string
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Key() bool
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Reason() string
- type GetUserCommentArticleReplyListReq
- func (*GetUserCommentArticleReplyListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleReplyListReq) GetPage() int32
- func (*GetUserCommentArticleReplyListReq) ProtoMessage()
- func (x *GetUserCommentArticleReplyListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleReplyListReq) Reset()
- func (x *GetUserCommentArticleReplyListReq) String() string
- func (m *GetUserCommentArticleReplyListReq) Validate() error
- func (m *GetUserCommentArticleReplyListReq) ValidateAll() error
- type GetUserCommentArticleReplyListReqMultiError
- type GetUserCommentArticleReplyListReqValidationError
- func (e GetUserCommentArticleReplyListReqValidationError) Cause() error
- func (e GetUserCommentArticleReplyListReqValidationError) Error() string
- func (e GetUserCommentArticleReplyListReqValidationError) ErrorName() string
- func (e GetUserCommentArticleReplyListReqValidationError) Field() string
- func (e GetUserCommentArticleReplyListReqValidationError) Key() bool
- func (e GetUserCommentArticleReplyListReqValidationError) Reason() string
- type GetUserCommentRepliedListReply
- func (*GetUserCommentRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentRepliedListReply) GetList() []*GetUserCommentRepliedListReply_List
- func (*GetUserCommentRepliedListReply) ProtoMessage()
- func (x *GetUserCommentRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentRepliedListReply) Reset()
- func (x *GetUserCommentRepliedListReply) String() string
- func (m *GetUserCommentRepliedListReply) Validate() error
- func (m *GetUserCommentRepliedListReply) ValidateAll() error
- type GetUserCommentRepliedListReplyMultiError
- type GetUserCommentRepliedListReplyValidationError
- func (e GetUserCommentRepliedListReplyValidationError) Cause() error
- func (e GetUserCommentRepliedListReplyValidationError) Error() string
- func (e GetUserCommentRepliedListReplyValidationError) ErrorName() string
- func (e GetUserCommentRepliedListReplyValidationError) Field() string
- func (e GetUserCommentRepliedListReplyValidationError) Key() bool
- func (e GetUserCommentRepliedListReplyValidationError) Reason() string
- type GetUserCommentRepliedListReply_List
- func (*GetUserCommentRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentRepliedListReply_List) GetCreationId() int32
- func (x *GetUserCommentRepliedListReply_List) GetCreationType() int32
- func (x *GetUserCommentRepliedListReply_List) GetId() int32
- func (x *GetUserCommentRepliedListReply_List) GetUsername() string
- func (x *GetUserCommentRepliedListReply_List) GetUuid() string
- func (*GetUserCommentRepliedListReply_List) ProtoMessage()
- func (x *GetUserCommentRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentRepliedListReply_List) Reset()
- func (x *GetUserCommentRepliedListReply_List) String() string
- func (m *GetUserCommentRepliedListReply_List) Validate() error
- func (m *GetUserCommentRepliedListReply_List) ValidateAll() error
- type GetUserCommentRepliedListReply_ListMultiError
- type GetUserCommentRepliedListReply_ListValidationError
- func (e GetUserCommentRepliedListReply_ListValidationError) Cause() error
- func (e GetUserCommentRepliedListReply_ListValidationError) Error() string
- func (e GetUserCommentRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentRepliedListReply_ListValidationError) Field() string
- func (e GetUserCommentRepliedListReply_ListValidationError) Key() bool
- func (e GetUserCommentRepliedListReply_ListValidationError) Reason() string
- type GetUserCommentRepliedListReq
- func (*GetUserCommentRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentRepliedListReq) GetPage() int32
- func (*GetUserCommentRepliedListReq) ProtoMessage()
- func (x *GetUserCommentRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentRepliedListReq) Reset()
- func (x *GetUserCommentRepliedListReq) String() string
- func (m *GetUserCommentRepliedListReq) Validate() error
- func (m *GetUserCommentRepliedListReq) ValidateAll() error
- type GetUserCommentRepliedListReqMultiError
- type GetUserCommentRepliedListReqValidationError
- func (e GetUserCommentRepliedListReqValidationError) Cause() error
- func (e GetUserCommentRepliedListReqValidationError) Error() string
- func (e GetUserCommentRepliedListReqValidationError) ErrorName() string
- func (e GetUserCommentRepliedListReqValidationError) Field() string
- func (e GetUserCommentRepliedListReqValidationError) Key() bool
- func (e GetUserCommentRepliedListReqValidationError) Reason() string
- type GetUserCommentTalkRepliedListReply
- func (*GetUserCommentTalkRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkRepliedListReply) GetList() []*GetUserCommentTalkRepliedListReply_List
- func (*GetUserCommentTalkRepliedListReply) ProtoMessage()
- func (x *GetUserCommentTalkRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkRepliedListReply) Reset()
- func (x *GetUserCommentTalkRepliedListReply) String() string
- func (m *GetUserCommentTalkRepliedListReply) Validate() error
- func (m *GetUserCommentTalkRepliedListReply) ValidateAll() error
- type GetUserCommentTalkRepliedListReplyMultiError
- type GetUserCommentTalkRepliedListReplyValidationError
- func (e GetUserCommentTalkRepliedListReplyValidationError) Cause() error
- func (e GetUserCommentTalkRepliedListReplyValidationError) Error() string
- func (e GetUserCommentTalkRepliedListReplyValidationError) ErrorName() string
- func (e GetUserCommentTalkRepliedListReplyValidationError) Field() string
- func (e GetUserCommentTalkRepliedListReplyValidationError) Key() bool
- func (e GetUserCommentTalkRepliedListReplyValidationError) Reason() string
- type GetUserCommentTalkRepliedListReply_List
- func (*GetUserCommentTalkRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkRepliedListReply_List) GetCreationId() int32
- func (x *GetUserCommentTalkRepliedListReply_List) GetId() int32
- func (x *GetUserCommentTalkRepliedListReply_List) GetUsername() string
- func (x *GetUserCommentTalkRepliedListReply_List) GetUuid() string
- func (*GetUserCommentTalkRepliedListReply_List) ProtoMessage()
- func (x *GetUserCommentTalkRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkRepliedListReply_List) Reset()
- func (x *GetUserCommentTalkRepliedListReply_List) String() string
- func (m *GetUserCommentTalkRepliedListReply_List) Validate() error
- func (m *GetUserCommentTalkRepliedListReply_List) ValidateAll() error
- type GetUserCommentTalkRepliedListReply_ListMultiError
- type GetUserCommentTalkRepliedListReply_ListValidationError
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Cause() error
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Error() string
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Field() string
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Key() bool
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Reason() string
- type GetUserCommentTalkRepliedListReq
- func (*GetUserCommentTalkRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkRepliedListReq) GetPage() int32
- func (*GetUserCommentTalkRepliedListReq) ProtoMessage()
- func (x *GetUserCommentTalkRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkRepliedListReq) Reset()
- func (x *GetUserCommentTalkRepliedListReq) String() string
- func (m *GetUserCommentTalkRepliedListReq) Validate() error
- func (m *GetUserCommentTalkRepliedListReq) ValidateAll() error
- type GetUserCommentTalkRepliedListReqMultiError
- type GetUserCommentTalkRepliedListReqValidationError
- func (e GetUserCommentTalkRepliedListReqValidationError) Cause() error
- func (e GetUserCommentTalkRepliedListReqValidationError) Error() string
- func (e GetUserCommentTalkRepliedListReqValidationError) ErrorName() string
- func (e GetUserCommentTalkRepliedListReqValidationError) Field() string
- func (e GetUserCommentTalkRepliedListReqValidationError) Key() bool
- func (e GetUserCommentTalkRepliedListReqValidationError) Reason() string
- type GetUserCommentTalkReplyListReply
- func (*GetUserCommentTalkReplyListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkReplyListReply) GetList() []*GetUserCommentTalkReplyListReply_List
- func (*GetUserCommentTalkReplyListReply) ProtoMessage()
- func (x *GetUserCommentTalkReplyListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkReplyListReply) Reset()
- func (x *GetUserCommentTalkReplyListReply) String() string
- func (m *GetUserCommentTalkReplyListReply) Validate() error
- func (m *GetUserCommentTalkReplyListReply) ValidateAll() error
- type GetUserCommentTalkReplyListReplyMultiError
- type GetUserCommentTalkReplyListReplyValidationError
- func (e GetUserCommentTalkReplyListReplyValidationError) Cause() error
- func (e GetUserCommentTalkReplyListReplyValidationError) Error() string
- func (e GetUserCommentTalkReplyListReplyValidationError) ErrorName() string
- func (e GetUserCommentTalkReplyListReplyValidationError) Field() string
- func (e GetUserCommentTalkReplyListReplyValidationError) Key() bool
- func (e GetUserCommentTalkReplyListReplyValidationError) Reason() string
- type GetUserCommentTalkReplyListReply_List
- func (*GetUserCommentTalkReplyListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkReplyListReply_List) GetCreationAuthor() string
- func (x *GetUserCommentTalkReplyListReply_List) GetCreationId() int32
- func (x *GetUserCommentTalkReplyListReply_List) GetId() int32
- func (*GetUserCommentTalkReplyListReply_List) ProtoMessage()
- func (x *GetUserCommentTalkReplyListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkReplyListReply_List) Reset()
- func (x *GetUserCommentTalkReplyListReply_List) String() string
- func (m *GetUserCommentTalkReplyListReply_List) Validate() error
- func (m *GetUserCommentTalkReplyListReply_List) ValidateAll() error
- type GetUserCommentTalkReplyListReply_ListMultiError
- type GetUserCommentTalkReplyListReply_ListValidationError
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Cause() error
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Error() string
- func (e GetUserCommentTalkReplyListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Field() string
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Key() bool
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Reason() string
- type GetUserCommentTalkReplyListReq
- func (*GetUserCommentTalkReplyListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkReplyListReq) GetPage() int32
- func (*GetUserCommentTalkReplyListReq) ProtoMessage()
- func (x *GetUserCommentTalkReplyListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkReplyListReq) Reset()
- func (x *GetUserCommentTalkReplyListReq) String() string
- func (m *GetUserCommentTalkReplyListReq) Validate() error
- func (m *GetUserCommentTalkReplyListReq) ValidateAll() error
- type GetUserCommentTalkReplyListReqMultiError
- type GetUserCommentTalkReplyListReqValidationError
- func (e GetUserCommentTalkReplyListReqValidationError) Cause() error
- func (e GetUserCommentTalkReplyListReqValidationError) Error() string
- func (e GetUserCommentTalkReplyListReqValidationError) ErrorName() string
- func (e GetUserCommentTalkReplyListReqValidationError) Field() string
- func (e GetUserCommentTalkReplyListReqValidationError) Key() bool
- func (e GetUserCommentTalkReplyListReqValidationError) Reason() string
- type GetUserFollowReply
- func (*GetUserFollowReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserFollowReply) GetFollow() bool
- func (*GetUserFollowReply) ProtoMessage()
- func (x *GetUserFollowReply) ProtoReflect() protoreflect.Message
- func (x *GetUserFollowReply) Reset()
- func (x *GetUserFollowReply) String() string
- func (m *GetUserFollowReply) Validate() error
- func (m *GetUserFollowReply) ValidateAll() error
- type GetUserFollowReplyMultiError
- type GetUserFollowReplyValidationError
- func (e GetUserFollowReplyValidationError) Cause() error
- func (e GetUserFollowReplyValidationError) Error() string
- func (e GetUserFollowReplyValidationError) ErrorName() string
- func (e GetUserFollowReplyValidationError) Field() string
- func (e GetUserFollowReplyValidationError) Key() bool
- func (e GetUserFollowReplyValidationError) Reason() string
- type GetUserFollowReq
- func (*GetUserFollowReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserFollowReq) GetUuid() string
- func (*GetUserFollowReq) ProtoMessage()
- func (x *GetUserFollowReq) ProtoReflect() protoreflect.Message
- func (x *GetUserFollowReq) Reset()
- func (x *GetUserFollowReq) String() string
- func (m *GetUserFollowReq) Validate() error
- func (m *GetUserFollowReq) ValidateAll() error
- type GetUserFollowReqMultiError
- type GetUserFollowReqValidationError
- func (e GetUserFollowReqValidationError) Cause() error
- func (e GetUserFollowReqValidationError) Error() string
- func (e GetUserFollowReqValidationError) ErrorName() string
- func (e GetUserFollowReqValidationError) Field() string
- func (e GetUserFollowReqValidationError) Key() bool
- func (e GetUserFollowReqValidationError) Reason() string
- type GetUserFollowsReply
- func (*GetUserFollowsReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserFollowsReply) GetFollows() map[string]bool
- func (*GetUserFollowsReply) ProtoMessage()
- func (x *GetUserFollowsReply) ProtoReflect() protoreflect.Message
- func (x *GetUserFollowsReply) Reset()
- func (x *GetUserFollowsReply) String() string
- func (m *GetUserFollowsReply) Validate() error
- func (m *GetUserFollowsReply) ValidateAll() error
- type GetUserFollowsReplyMultiError
- type GetUserFollowsReplyValidationError
- func (e GetUserFollowsReplyValidationError) Cause() error
- func (e GetUserFollowsReplyValidationError) Error() string
- func (e GetUserFollowsReplyValidationError) ErrorName() string
- func (e GetUserFollowsReplyValidationError) Field() string
- func (e GetUserFollowsReplyValidationError) Key() bool
- func (e GetUserFollowsReplyValidationError) Reason() string
- type GetUserInfoReply
- func (*GetUserInfoReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserInfoReply) GetAgree() int32
- func (x *GetUserInfoReply) GetArticle() int32
- func (x *GetUserInfoReply) GetAvatar() string
- func (x *GetUserInfoReply) GetCollect() int32
- func (x *GetUserInfoReply) GetCollections() int32
- func (x *GetUserInfoReply) GetColumn() int32
- func (x *GetUserInfoReply) GetCompany() string
- func (x *GetUserInfoReply) GetCreated() string
- func (x *GetUserInfoReply) GetFollow() int32
- func (x *GetUserInfoReply) GetFollowed() int32
- func (x *GetUserInfoReply) GetGitee() string
- func (x *GetUserInfoReply) GetGithub() string
- func (x *GetUserInfoReply) GetHomepage() string
- func (x *GetUserInfoReply) GetIntroduce() string
- func (x *GetUserInfoReply) GetJob() string
- func (x *GetUserInfoReply) GetSchool() string
- func (x *GetUserInfoReply) GetScore() int32
- func (x *GetUserInfoReply) GetSubscribe() int32
- func (x *GetUserInfoReply) GetTalk() int32
- func (x *GetUserInfoReply) GetUsername() string
- func (x *GetUserInfoReply) GetView() int32
- func (*GetUserInfoReply) ProtoMessage()
- func (x *GetUserInfoReply) ProtoReflect() protoreflect.Message
- func (x *GetUserInfoReply) Reset()
- func (x *GetUserInfoReply) String() string
- func (m *GetUserInfoReply) Validate() error
- func (m *GetUserInfoReply) ValidateAll() error
- type GetUserInfoReplyMultiError
- type GetUserInfoReplyValidationError
- func (e GetUserInfoReplyValidationError) Cause() error
- func (e GetUserInfoReplyValidationError) Error() string
- func (e GetUserInfoReplyValidationError) ErrorName() string
- func (e GetUserInfoReplyValidationError) Field() string
- func (e GetUserInfoReplyValidationError) Key() bool
- func (e GetUserInfoReplyValidationError) Reason() string
- type GetUserInfoVisitorReq
- func (*GetUserInfoVisitorReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserInfoVisitorReq) GetUuid() string
- func (*GetUserInfoVisitorReq) ProtoMessage()
- func (x *GetUserInfoVisitorReq) ProtoReflect() protoreflect.Message
- func (x *GetUserInfoVisitorReq) Reset()
- func (x *GetUserInfoVisitorReq) String() string
- func (m *GetUserInfoVisitorReq) Validate() error
- func (m *GetUserInfoVisitorReq) ValidateAll() error
- type GetUserInfoVisitorReqMultiError
- type GetUserInfoVisitorReqValidationError
- func (e GetUserInfoVisitorReqValidationError) Cause() error
- func (e GetUserInfoVisitorReqValidationError) Error() string
- func (e GetUserInfoVisitorReqValidationError) ErrorName() string
- func (e GetUserInfoVisitorReqValidationError) Field() string
- func (e GetUserInfoVisitorReqValidationError) Key() bool
- func (e GetUserInfoVisitorReqValidationError) Reason() string
- type GetUserMedalProgressReply
- func (*GetUserMedalProgressReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserMedalProgressReply) GetActiveAgree() int32
- func (x *GetUserMedalProgressReply) GetAgree() int32
- func (x *GetUserMedalProgressReply) GetCollect() int32
- func (x *GetUserMedalProgressReply) GetComment() int32
- func (x *GetUserMedalProgressReply) GetCreation() int32
- func (x *GetUserMedalProgressReply) GetView() int32
- func (*GetUserMedalProgressReply) ProtoMessage()
- func (x *GetUserMedalProgressReply) ProtoReflect() protoreflect.Message
- func (x *GetUserMedalProgressReply) Reset()
- func (x *GetUserMedalProgressReply) String() string
- func (m *GetUserMedalProgressReply) Validate() error
- func (m *GetUserMedalProgressReply) ValidateAll() error
- type GetUserMedalProgressReplyMultiError
- type GetUserMedalProgressReplyValidationError
- func (e GetUserMedalProgressReplyValidationError) Cause() error
- func (e GetUserMedalProgressReplyValidationError) Error() string
- func (e GetUserMedalProgressReplyValidationError) ErrorName() string
- func (e GetUserMedalProgressReplyValidationError) Field() string
- func (e GetUserMedalProgressReplyValidationError) Key() bool
- func (e GetUserMedalProgressReplyValidationError) Reason() string
- type GetUserMedalReply
- func (*GetUserMedalReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserMedalReply) GetAgree1() int32
- func (x *GetUserMedalReply) GetAgree2() int32
- func (x *GetUserMedalReply) GetAgree3() int32
- func (x *GetUserMedalReply) GetAgree4() int32
- func (x *GetUserMedalReply) GetAgree5() int32
- func (x *GetUserMedalReply) GetAgree6() int32
- func (x *GetUserMedalReply) GetCollect1() int32
- func (x *GetUserMedalReply) GetCollect2() int32
- func (x *GetUserMedalReply) GetCollect3() int32
- func (x *GetUserMedalReply) GetComment1() int32
- func (x *GetUserMedalReply) GetComment2() int32
- func (x *GetUserMedalReply) GetComment3() int32
- func (x *GetUserMedalReply) GetCreation1() int32
- func (x *GetUserMedalReply) GetCreation2() int32
- func (x *GetUserMedalReply) GetCreation3() int32
- func (x *GetUserMedalReply) GetCreation4() int32
- func (x *GetUserMedalReply) GetCreation5() int32
- func (x *GetUserMedalReply) GetCreation6() int32
- func (x *GetUserMedalReply) GetCreation7() int32
- func (x *GetUserMedalReply) GetView1() int32
- func (x *GetUserMedalReply) GetView2() int32
- func (x *GetUserMedalReply) GetView3() int32
- func (*GetUserMedalReply) ProtoMessage()
- func (x *GetUserMedalReply) ProtoReflect() protoreflect.Message
- func (x *GetUserMedalReply) Reset()
- func (x *GetUserMedalReply) String() string
- func (m *GetUserMedalReply) Validate() error
- func (m *GetUserMedalReply) ValidateAll() error
- type GetUserMedalReplyMultiError
- type GetUserMedalReplyValidationError
- func (e GetUserMedalReplyValidationError) Cause() error
- func (e GetUserMedalReplyValidationError) Error() string
- func (e GetUserMedalReplyValidationError) ErrorName() string
- func (e GetUserMedalReplyValidationError) Field() string
- func (e GetUserMedalReplyValidationError) Key() bool
- func (e GetUserMedalReplyValidationError) Reason() string
- type GetUserMedalReq
- func (*GetUserMedalReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserMedalReq) GetUuid() string
- func (*GetUserMedalReq) ProtoMessage()
- func (x *GetUserMedalReq) ProtoReflect() protoreflect.Message
- func (x *GetUserMedalReq) Reset()
- func (x *GetUserMedalReq) String() string
- func (m *GetUserMedalReq) Validate() error
- func (m *GetUserMedalReq) ValidateAll() error
- type GetUserMedalReqMultiError
- type GetUserMedalReqValidationError
- func (e GetUserMedalReqValidationError) Cause() error
- func (e GetUserMedalReqValidationError) Error() string
- func (e GetUserMedalReqValidationError) ErrorName() string
- func (e GetUserMedalReqValidationError) Field() string
- func (e GetUserMedalReqValidationError) Key() bool
- func (e GetUserMedalReqValidationError) Reason() string
- type GetUserSearchReply
- func (*GetUserSearchReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSearchReply) GetList() []*GetUserSearchReply_List
- func (x *GetUserSearchReply) GetTotal() int32
- func (*GetUserSearchReply) ProtoMessage()
- func (x *GetUserSearchReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSearchReply) Reset()
- func (x *GetUserSearchReply) String() string
- func (m *GetUserSearchReply) Validate() error
- func (m *GetUserSearchReply) ValidateAll() error
- type GetUserSearchReplyMultiError
- type GetUserSearchReplyValidationError
- func (e GetUserSearchReplyValidationError) Cause() error
- func (e GetUserSearchReplyValidationError) Error() string
- func (e GetUserSearchReplyValidationError) ErrorName() string
- func (e GetUserSearchReplyValidationError) Field() string
- func (e GetUserSearchReplyValidationError) Key() bool
- func (e GetUserSearchReplyValidationError) Reason() string
- type GetUserSearchReply_List
- func (*GetUserSearchReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSearchReply_List) GetAgree() int32
- func (x *GetUserSearchReply_List) GetFollow() int32
- func (x *GetUserSearchReply_List) GetFollowed() int32
- func (x *GetUserSearchReply_List) GetIntroduce() string
- func (x *GetUserSearchReply_List) GetUsername() string
- func (x *GetUserSearchReply_List) GetUuid() string
- func (x *GetUserSearchReply_List) GetView() int32
- func (*GetUserSearchReply_List) ProtoMessage()
- func (x *GetUserSearchReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSearchReply_List) Reset()
- func (x *GetUserSearchReply_List) String() string
- func (m *GetUserSearchReply_List) Validate() error
- func (m *GetUserSearchReply_List) ValidateAll() error
- type GetUserSearchReply_ListMultiError
- type GetUserSearchReply_ListValidationError
- func (e GetUserSearchReply_ListValidationError) Cause() error
- func (e GetUserSearchReply_ListValidationError) Error() string
- func (e GetUserSearchReply_ListValidationError) ErrorName() string
- func (e GetUserSearchReply_ListValidationError) Field() string
- func (e GetUserSearchReply_ListValidationError) Key() bool
- func (e GetUserSearchReply_ListValidationError) Reason() string
- type GetUserSearchReq
- func (*GetUserSearchReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSearchReq) GetPage() int32
- func (x *GetUserSearchReq) GetSearch() string
- func (*GetUserSearchReq) ProtoMessage()
- func (x *GetUserSearchReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSearchReq) Reset()
- func (x *GetUserSearchReq) String() string
- func (m *GetUserSearchReq) Validate() error
- func (m *GetUserSearchReq) ValidateAll() error
- type GetUserSearchReqMultiError
- type GetUserSearchReqValidationError
- func (e GetUserSearchReqValidationError) Cause() error
- func (e GetUserSearchReqValidationError) Error() string
- func (e GetUserSearchReqValidationError) ErrorName() string
- func (e GetUserSearchReqValidationError) Field() string
- func (e GetUserSearchReqValidationError) Key() bool
- func (e GetUserSearchReqValidationError) Reason() string
- type GetUserSubCommentArticleRepliedListReply
- func (*GetUserSubCommentArticleRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleRepliedListReply) GetList() []*GetUserSubCommentArticleRepliedListReply_List
- func (*GetUserSubCommentArticleRepliedListReply) ProtoMessage()
- func (x *GetUserSubCommentArticleRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleRepliedListReply) Reset()
- func (x *GetUserSubCommentArticleRepliedListReply) String() string
- func (m *GetUserSubCommentArticleRepliedListReply) Validate() error
- func (m *GetUserSubCommentArticleRepliedListReply) ValidateAll() error
- type GetUserSubCommentArticleRepliedListReplyMultiError
- type GetUserSubCommentArticleRepliedListReplyValidationError
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Cause() error
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Error() string
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Field() string
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Key() bool
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Reason() string
- type GetUserSubCommentArticleRepliedListReply_List
- func (*GetUserSubCommentArticleRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetId() int32
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetParentId() int32
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetReply() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetReplyName() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootId() int32
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootName() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootUser() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetUserName() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetUuid() string
- func (*GetUserSubCommentArticleRepliedListReply_List) ProtoMessage()
- func (x *GetUserSubCommentArticleRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleRepliedListReply_List) Reset()
- func (x *GetUserSubCommentArticleRepliedListReply_List) String() string
- func (m *GetUserSubCommentArticleRepliedListReply_List) Validate() error
- func (m *GetUserSubCommentArticleRepliedListReply_List) ValidateAll() error
- type GetUserSubCommentArticleRepliedListReply_ListMultiError
- type GetUserSubCommentArticleRepliedListReply_ListValidationError
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Error() string
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Field() string
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Reason() string
- type GetUserSubCommentArticleRepliedListReq
- func (*GetUserSubCommentArticleRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleRepliedListReq) GetPage() int32
- func (*GetUserSubCommentArticleRepliedListReq) ProtoMessage()
- func (x *GetUserSubCommentArticleRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleRepliedListReq) Reset()
- func (x *GetUserSubCommentArticleRepliedListReq) String() string
- func (m *GetUserSubCommentArticleRepliedListReq) Validate() error
- func (m *GetUserSubCommentArticleRepliedListReq) ValidateAll() error
- type GetUserSubCommentArticleRepliedListReqMultiError
- type GetUserSubCommentArticleRepliedListReqValidationError
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Cause() error
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Error() string
- func (e GetUserSubCommentArticleRepliedListReqValidationError) ErrorName() string
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Field() string
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Key() bool
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Reason() string
- type GetUserSubCommentArticleReplyListReply
- func (*GetUserSubCommentArticleReplyListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleReplyListReply) GetList() []*GetUserSubCommentArticleReplyListReply_List
- func (*GetUserSubCommentArticleReplyListReply) ProtoMessage()
- func (x *GetUserSubCommentArticleReplyListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleReplyListReply) Reset()
- func (x *GetUserSubCommentArticleReplyListReply) String() string
- func (m *GetUserSubCommentArticleReplyListReply) Validate() error
- func (m *GetUserSubCommentArticleReplyListReply) ValidateAll() error
- type GetUserSubCommentArticleReplyListReplyMultiError
- type GetUserSubCommentArticleReplyListReplyValidationError
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Cause() error
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Error() string
- func (e GetUserSubCommentArticleReplyListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Field() string
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Key() bool
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Reason() string
- type GetUserSubCommentArticleReplyListReply_List
- func (*GetUserSubCommentArticleReplyListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentArticleReplyListReply_List) GetId() int32
- func (x *GetUserSubCommentArticleReplyListReply_List) GetParentId() int32
- func (x *GetUserSubCommentArticleReplyListReply_List) GetReply() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetReplyName() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetRootId() int32
- func (x *GetUserSubCommentArticleReplyListReply_List) GetRootName() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetRootUser() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetUserName() string
- func (*GetUserSubCommentArticleReplyListReply_List) ProtoMessage()
- func (x *GetUserSubCommentArticleReplyListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleReplyListReply_List) Reset()
- func (x *GetUserSubCommentArticleReplyListReply_List) String() string
- func (m *GetUserSubCommentArticleReplyListReply_List) Validate() error
- func (m *GetUserSubCommentArticleReplyListReply_List) ValidateAll() error
- type GetUserSubCommentArticleReplyListReply_ListMultiError
- type GetUserSubCommentArticleReplyListReply_ListValidationError
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Error() string
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Field() string
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Reason() string
- type GetUserSubCommentArticleReplyListReq
- func (*GetUserSubCommentArticleReplyListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleReplyListReq) GetPage() int32
- func (*GetUserSubCommentArticleReplyListReq) ProtoMessage()
- func (x *GetUserSubCommentArticleReplyListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleReplyListReq) Reset()
- func (x *GetUserSubCommentArticleReplyListReq) String() string
- func (m *GetUserSubCommentArticleReplyListReq) Validate() error
- func (m *GetUserSubCommentArticleReplyListReq) ValidateAll() error
- type GetUserSubCommentArticleReplyListReqMultiError
- type GetUserSubCommentArticleReplyListReqValidationError
- func (e GetUserSubCommentArticleReplyListReqValidationError) Cause() error
- func (e GetUserSubCommentArticleReplyListReqValidationError) Error() string
- func (e GetUserSubCommentArticleReplyListReqValidationError) ErrorName() string
- func (e GetUserSubCommentArticleReplyListReqValidationError) Field() string
- func (e GetUserSubCommentArticleReplyListReqValidationError) Key() bool
- func (e GetUserSubCommentArticleReplyListReqValidationError) Reason() string
- type GetUserSubCommentRepliedListReply
- func (*GetUserSubCommentRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentRepliedListReply) GetList() []*GetUserSubCommentRepliedListReply_List
- func (*GetUserSubCommentRepliedListReply) ProtoMessage()
- func (x *GetUserSubCommentRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentRepliedListReply) Reset()
- func (x *GetUserSubCommentRepliedListReply) String() string
- func (m *GetUserSubCommentRepliedListReply) Validate() error
- func (m *GetUserSubCommentRepliedListReply) ValidateAll() error
- type GetUserSubCommentRepliedListReplyMultiError
- type GetUserSubCommentRepliedListReplyValidationError
- func (e GetUserSubCommentRepliedListReplyValidationError) Cause() error
- func (e GetUserSubCommentRepliedListReplyValidationError) Error() string
- func (e GetUserSubCommentRepliedListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentRepliedListReplyValidationError) Field() string
- func (e GetUserSubCommentRepliedListReplyValidationError) Key() bool
- func (e GetUserSubCommentRepliedListReplyValidationError) Reason() string
- type GetUserSubCommentRepliedListReply_List
- func (*GetUserSubCommentRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentRepliedListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentRepliedListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetCreationType() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetId() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetParentId() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetReply() string
- func (x *GetUserSubCommentRepliedListReply_List) GetReplyName() string
- func (x *GetUserSubCommentRepliedListReply_List) GetRootId() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetRootName() string
- func (x *GetUserSubCommentRepliedListReply_List) GetRootUser() string
- func (x *GetUserSubCommentRepliedListReply_List) GetUserName() string
- func (x *GetUserSubCommentRepliedListReply_List) GetUuid() string
- func (*GetUserSubCommentRepliedListReply_List) ProtoMessage()
- func (x *GetUserSubCommentRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentRepliedListReply_List) Reset()
- func (x *GetUserSubCommentRepliedListReply_List) String() string
- func (m *GetUserSubCommentRepliedListReply_List) Validate() error
- func (m *GetUserSubCommentRepliedListReply_List) ValidateAll() error
- type GetUserSubCommentRepliedListReply_ListMultiError
- type GetUserSubCommentRepliedListReply_ListValidationError
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Error() string
- func (e GetUserSubCommentRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Field() string
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Reason() string
- type GetUserSubCommentRepliedListReq
- func (*GetUserSubCommentRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentRepliedListReq) GetPage() int32
- func (*GetUserSubCommentRepliedListReq) ProtoMessage()
- func (x *GetUserSubCommentRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentRepliedListReq) Reset()
- func (x *GetUserSubCommentRepliedListReq) String() string
- func (m *GetUserSubCommentRepliedListReq) Validate() error
- func (m *GetUserSubCommentRepliedListReq) ValidateAll() error
- type GetUserSubCommentRepliedListReqMultiError
- type GetUserSubCommentRepliedListReqValidationError
- func (e GetUserSubCommentRepliedListReqValidationError) Cause() error
- func (e GetUserSubCommentRepliedListReqValidationError) Error() string
- func (e GetUserSubCommentRepliedListReqValidationError) ErrorName() string
- func (e GetUserSubCommentRepliedListReqValidationError) Field() string
- func (e GetUserSubCommentRepliedListReqValidationError) Key() bool
- func (e GetUserSubCommentRepliedListReqValidationError) Reason() string
- type GetUserSubCommentTalkRepliedListReply
- func (*GetUserSubCommentTalkRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkRepliedListReply) GetList() []*GetUserSubCommentTalkRepliedListReply_List
- func (*GetUserSubCommentTalkRepliedListReply) ProtoMessage()
- func (x *GetUserSubCommentTalkRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkRepliedListReply) Reset()
- func (x *GetUserSubCommentTalkRepliedListReply) String() string
- func (m *GetUserSubCommentTalkRepliedListReply) Validate() error
- func (m *GetUserSubCommentTalkRepliedListReply) ValidateAll() error
- type GetUserSubCommentTalkRepliedListReplyMultiError
- type GetUserSubCommentTalkRepliedListReplyValidationError
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Cause() error
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Error() string
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Field() string
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Key() bool
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Reason() string
- type GetUserSubCommentTalkRepliedListReply_List
- func (*GetUserSubCommentTalkRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetId() int32
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetParentId() int32
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetReply() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetReplyName() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootId() int32
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootName() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootUser() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetUserName() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetUuid() string
- func (*GetUserSubCommentTalkRepliedListReply_List) ProtoMessage()
- func (x *GetUserSubCommentTalkRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkRepliedListReply_List) Reset()
- func (x *GetUserSubCommentTalkRepliedListReply_List) String() string
- func (m *GetUserSubCommentTalkRepliedListReply_List) Validate() error
- func (m *GetUserSubCommentTalkRepliedListReply_List) ValidateAll() error
- type GetUserSubCommentTalkRepliedListReply_ListMultiError
- type GetUserSubCommentTalkRepliedListReply_ListValidationError
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Error() string
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Field() string
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Reason() string
- type GetUserSubCommentTalkRepliedListReq
- func (*GetUserSubCommentTalkRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkRepliedListReq) GetPage() int32
- func (*GetUserSubCommentTalkRepliedListReq) ProtoMessage()
- func (x *GetUserSubCommentTalkRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkRepliedListReq) Reset()
- func (x *GetUserSubCommentTalkRepliedListReq) String() string
- func (m *GetUserSubCommentTalkRepliedListReq) Validate() error
- func (m *GetUserSubCommentTalkRepliedListReq) ValidateAll() error
- type GetUserSubCommentTalkRepliedListReqMultiError
- type GetUserSubCommentTalkRepliedListReqValidationError
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Cause() error
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Error() string
- func (e GetUserSubCommentTalkRepliedListReqValidationError) ErrorName() string
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Field() string
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Key() bool
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Reason() string
- type GetUserSubCommentTalkReplyListReply
- func (*GetUserSubCommentTalkReplyListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkReplyListReply) GetList() []*GetUserSubCommentTalkReplyListReply_List
- func (*GetUserSubCommentTalkReplyListReply) ProtoMessage()
- func (x *GetUserSubCommentTalkReplyListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkReplyListReply) Reset()
- func (x *GetUserSubCommentTalkReplyListReply) String() string
- func (m *GetUserSubCommentTalkReplyListReply) Validate() error
- func (m *GetUserSubCommentTalkReplyListReply) ValidateAll() error
- type GetUserSubCommentTalkReplyListReplyMultiError
- type GetUserSubCommentTalkReplyListReplyValidationError
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Cause() error
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Error() string
- func (e GetUserSubCommentTalkReplyListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Field() string
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Key() bool
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Reason() string
- type GetUserSubCommentTalkReplyListReply_List
- func (*GetUserSubCommentTalkReplyListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkReplyListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentTalkReplyListReply_List) GetId() int32
- func (x *GetUserSubCommentTalkReplyListReply_List) GetParentId() int32
- func (x *GetUserSubCommentTalkReplyListReply_List) GetReply() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetReplyName() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetRootId() int32
- func (x *GetUserSubCommentTalkReplyListReply_List) GetRootName() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetRootUser() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetUserName() string
- func (*GetUserSubCommentTalkReplyListReply_List) ProtoMessage()
- func (x *GetUserSubCommentTalkReplyListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkReplyListReply_List) Reset()
- func (x *GetUserSubCommentTalkReplyListReply_List) String() string
- func (m *GetUserSubCommentTalkReplyListReply_List) Validate() error
- func (m *GetUserSubCommentTalkReplyListReply_List) ValidateAll() error
- type GetUserSubCommentTalkReplyListReply_ListMultiError
- type GetUserSubCommentTalkReplyListReply_ListValidationError
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Error() string
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Field() string
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Reason() string
- type GetUserSubCommentTalkReplyListReq
- func (*GetUserSubCommentTalkReplyListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkReplyListReq) GetPage() int32
- func (*GetUserSubCommentTalkReplyListReq) ProtoMessage()
- func (x *GetUserSubCommentTalkReplyListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkReplyListReq) Reset()
- func (x *GetUserSubCommentTalkReplyListReq) String() string
- func (m *GetUserSubCommentTalkReplyListReq) Validate() error
- func (m *GetUserSubCommentTalkReplyListReq) ValidateAll() error
- type GetUserSubCommentTalkReplyListReqMultiError
- type GetUserSubCommentTalkReplyListReqValidationError
- func (e GetUserSubCommentTalkReplyListReqValidationError) Cause() error
- func (e GetUserSubCommentTalkReplyListReqValidationError) Error() string
- func (e GetUserSubCommentTalkReplyListReqValidationError) ErrorName() string
- func (e GetUserSubCommentTalkReplyListReqValidationError) Field() string
- func (e GetUserSubCommentTalkReplyListReqValidationError) Key() bool
- func (e GetUserSubCommentTalkReplyListReqValidationError) Reason() string
- type GetUserSubscribeColumnReply
- func (*GetUserSubscribeColumnReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubscribeColumnReply) GetSubscribe() map[int32]bool
- func (*GetUserSubscribeColumnReply) ProtoMessage()
- func (x *GetUserSubscribeColumnReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubscribeColumnReply) Reset()
- func (x *GetUserSubscribeColumnReply) String() string
- func (m *GetUserSubscribeColumnReply) Validate() error
- func (m *GetUserSubscribeColumnReply) ValidateAll() error
- type GetUserSubscribeColumnReplyMultiError
- type GetUserSubscribeColumnReplyValidationError
- func (e GetUserSubscribeColumnReplyValidationError) Cause() error
- func (e GetUserSubscribeColumnReplyValidationError) Error() string
- func (e GetUserSubscribeColumnReplyValidationError) ErrorName() string
- func (e GetUserSubscribeColumnReplyValidationError) Field() string
- func (e GetUserSubscribeColumnReplyValidationError) Key() bool
- func (e GetUserSubscribeColumnReplyValidationError) Reason() string
- type GetUserTalkAgreeReply
- func (*GetUserTalkAgreeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserTalkAgreeReply) GetAgree() map[int32]bool
- func (*GetUserTalkAgreeReply) ProtoMessage()
- func (x *GetUserTalkAgreeReply) ProtoReflect() protoreflect.Message
- func (x *GetUserTalkAgreeReply) Reset()
- func (x *GetUserTalkAgreeReply) String() string
- func (m *GetUserTalkAgreeReply) Validate() error
- func (m *GetUserTalkAgreeReply) ValidateAll() error
- type GetUserTalkAgreeReplyMultiError
- type GetUserTalkAgreeReplyValidationError
- func (e GetUserTalkAgreeReplyValidationError) Cause() error
- func (e GetUserTalkAgreeReplyValidationError) Error() string
- func (e GetUserTalkAgreeReplyValidationError) ErrorName() string
- func (e GetUserTalkAgreeReplyValidationError) Field() string
- func (e GetUserTalkAgreeReplyValidationError) Key() bool
- func (e GetUserTalkAgreeReplyValidationError) Reason() string
- type GetUserTalkCollectReply
- func (*GetUserTalkCollectReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserTalkCollectReply) GetCollect() map[int32]bool
- func (*GetUserTalkCollectReply) ProtoMessage()
- func (x *GetUserTalkCollectReply) ProtoReflect() protoreflect.Message
- func (x *GetUserTalkCollectReply) Reset()
- func (x *GetUserTalkCollectReply) String() string
- func (m *GetUserTalkCollectReply) Validate() error
- func (m *GetUserTalkCollectReply) ValidateAll() error
- type GetUserTalkCollectReplyMultiError
- type GetUserTalkCollectReplyValidationError
- func (e GetUserTalkCollectReplyValidationError) Cause() error
- func (e GetUserTalkCollectReplyValidationError) Error() string
- func (e GetUserTalkCollectReplyValidationError) ErrorName() string
- func (e GetUserTalkCollectReplyValidationError) Field() string
- func (e GetUserTalkCollectReplyValidationError) Key() bool
- func (e GetUserTalkCollectReplyValidationError) Reason() string
- type GetUserTalkListReq
- func (*GetUserTalkListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserTalkListReq) GetPage() int32
- func (*GetUserTalkListReq) ProtoMessage()
- func (x *GetUserTalkListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserTalkListReq) Reset()
- func (x *GetUserTalkListReq) String() string
- func (m *GetUserTalkListReq) Validate() error
- func (m *GetUserTalkListReq) ValidateAll() error
- type GetUserTalkListReqMultiError
- type GetUserTalkListReqValidationError
- func (e GetUserTalkListReqValidationError) Cause() error
- func (e GetUserTalkListReqValidationError) Error() string
- func (e GetUserTalkListReqValidationError) ErrorName() string
- func (e GetUserTalkListReqValidationError) Field() string
- func (e GetUserTalkListReqValidationError) Key() bool
- func (e GetUserTalkListReqValidationError) Reason() string
- type GetUserTalkListSimpleReq
- func (*GetUserTalkListSimpleReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserTalkListSimpleReq) GetPage() int32
- func (*GetUserTalkListSimpleReq) ProtoMessage()
- func (x *GetUserTalkListSimpleReq) ProtoReflect() protoreflect.Message
- func (x *GetUserTalkListSimpleReq) Reset()
- func (x *GetUserTalkListSimpleReq) String() string
- func (m *GetUserTalkListSimpleReq) Validate() error
- func (m *GetUserTalkListSimpleReq) ValidateAll() error
- type GetUserTalkListSimpleReqMultiError
- type GetUserTalkListSimpleReqValidationError
- func (e GetUserTalkListSimpleReqValidationError) Cause() error
- func (e GetUserTalkListSimpleReqValidationError) Error() string
- func (e GetUserTalkListSimpleReqValidationError) ErrorName() string
- func (e GetUserTalkListSimpleReqValidationError) Field() string
- func (e GetUserTalkListSimpleReqValidationError) Key() bool
- func (e GetUserTalkListSimpleReqValidationError) Reason() string
- type GetUserTalkListVisitorReq
- func (*GetUserTalkListVisitorReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserTalkListVisitorReq) GetPage() int32
- func (x *GetUserTalkListVisitorReq) GetUuid() string
- func (*GetUserTalkListVisitorReq) ProtoMessage()
- func (x *GetUserTalkListVisitorReq) ProtoReflect() protoreflect.Message
- func (x *GetUserTalkListVisitorReq) Reset()
- func (x *GetUserTalkListVisitorReq) String() string
- func (m *GetUserTalkListVisitorReq) Validate() error
- func (m *GetUserTalkListVisitorReq) ValidateAll() error
- type GetUserTalkListVisitorReqMultiError
- type GetUserTalkListVisitorReqValidationError
- func (e GetUserTalkListVisitorReqValidationError) Cause() error
- func (e GetUserTalkListVisitorReqValidationError) Error() string
- func (e GetUserTalkListVisitorReqValidationError) ErrorName() string
- func (e GetUserTalkListVisitorReqValidationError) Field() string
- func (e GetUserTalkListVisitorReqValidationError) Key() bool
- func (e GetUserTalkListVisitorReqValidationError) Reason() string
- type GetUserTimeLineListReply
- func (*GetUserTimeLineListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserTimeLineListReply) GetTimeline() []*GetUserTimeLineListReply_TimeLine
- func (*GetUserTimeLineListReply) ProtoMessage()
- func (x *GetUserTimeLineListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserTimeLineListReply) Reset()
- func (x *GetUserTimeLineListReply) String() string
- func (m *GetUserTimeLineListReply) Validate() error
- func (m *GetUserTimeLineListReply) ValidateAll() error
- type GetUserTimeLineListReplyMultiError
- type GetUserTimeLineListReplyValidationError
- func (e GetUserTimeLineListReplyValidationError) Cause() error
- func (e GetUserTimeLineListReplyValidationError) Error() string
- func (e GetUserTimeLineListReplyValidationError) ErrorName() string
- func (e GetUserTimeLineListReplyValidationError) Field() string
- func (e GetUserTimeLineListReplyValidationError) Key() bool
- func (e GetUserTimeLineListReplyValidationError) Reason() string
- type GetUserTimeLineListReply_TimeLine
- func (*GetUserTimeLineListReply_TimeLine) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserTimeLineListReply_TimeLine) GetAgree() int32
- func (x *GetUserTimeLineListReply_TimeLine) GetCollect() int32
- func (x *GetUserTimeLineListReply_TimeLine) GetComment() int32
- func (x *GetUserTimeLineListReply_TimeLine) GetCreationId() int32
- func (x *GetUserTimeLineListReply_TimeLine) GetId() int32
- func (x *GetUserTimeLineListReply_TimeLine) GetMode() int32
- func (x *GetUserTimeLineListReply_TimeLine) GetUuid() string
- func (x *GetUserTimeLineListReply_TimeLine) GetView() int32
- func (*GetUserTimeLineListReply_TimeLine) ProtoMessage()
- func (x *GetUserTimeLineListReply_TimeLine) ProtoReflect() protoreflect.Message
- func (x *GetUserTimeLineListReply_TimeLine) Reset()
- func (x *GetUserTimeLineListReply_TimeLine) String() string
- func (m *GetUserTimeLineListReply_TimeLine) Validate() error
- func (m *GetUserTimeLineListReply_TimeLine) ValidateAll() error
- type GetUserTimeLineListReply_TimeLineMultiError
- type GetUserTimeLineListReply_TimeLineValidationError
- func (e GetUserTimeLineListReply_TimeLineValidationError) Cause() error
- func (e GetUserTimeLineListReply_TimeLineValidationError) Error() string
- func (e GetUserTimeLineListReply_TimeLineValidationError) ErrorName() string
- func (e GetUserTimeLineListReply_TimeLineValidationError) Field() string
- func (e GetUserTimeLineListReply_TimeLineValidationError) Key() bool
- func (e GetUserTimeLineListReply_TimeLineValidationError) Reason() string
- type GetUserTimeLineListReq
- func (*GetUserTimeLineListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserTimeLineListReq) GetPage() int32
- func (x *GetUserTimeLineListReq) GetUuid() string
- func (*GetUserTimeLineListReq) ProtoMessage()
- func (x *GetUserTimeLineListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserTimeLineListReq) Reset()
- func (x *GetUserTimeLineListReq) String() string
- func (m *GetUserTimeLineListReq) Validate() error
- func (m *GetUserTimeLineListReq) ValidateAll() error
- type GetUserTimeLineListReqMultiError
- type GetUserTimeLineListReqValidationError
- func (e GetUserTimeLineListReqValidationError) Cause() error
- func (e GetUserTimeLineListReqValidationError) Error() string
- func (e GetUserTimeLineListReqValidationError) ErrorName() string
- func (e GetUserTimeLineListReqValidationError) Field() string
- func (e GetUserTimeLineListReqValidationError) Key() bool
- func (e GetUserTimeLineListReqValidationError) Reason() string
- type LoginByCodeReq
- func (*LoginByCodeReq) Descriptor() ([]byte, []int)deprecated
- func (x *LoginByCodeReq) GetCode() string
- func (x *LoginByCodeReq) GetPhone() string
- func (*LoginByCodeReq) ProtoMessage()
- func (x *LoginByCodeReq) ProtoReflect() protoreflect.Message
- func (x *LoginByCodeReq) Reset()
- func (x *LoginByCodeReq) String() string
- func (m *LoginByCodeReq) Validate() error
- func (m *LoginByCodeReq) ValidateAll() error
- type LoginByCodeReqMultiError
- type LoginByCodeReqValidationError
- func (e LoginByCodeReqValidationError) Cause() error
- func (e LoginByCodeReqValidationError) Error() string
- func (e LoginByCodeReqValidationError) ErrorName() string
- func (e LoginByCodeReqValidationError) Field() string
- func (e LoginByCodeReqValidationError) Key() bool
- func (e LoginByCodeReqValidationError) Reason() string
- type LoginByGiteeReq
- func (*LoginByGiteeReq) Descriptor() ([]byte, []int)deprecated
- func (x *LoginByGiteeReq) GetCode() string
- func (*LoginByGiteeReq) ProtoMessage()
- func (x *LoginByGiteeReq) ProtoReflect() protoreflect.Message
- func (x *LoginByGiteeReq) Reset()
- func (x *LoginByGiteeReq) String() string
- func (m *LoginByGiteeReq) Validate() error
- func (m *LoginByGiteeReq) ValidateAll() error
- type LoginByGiteeReqMultiError
- type LoginByGiteeReqValidationError
- func (e LoginByGiteeReqValidationError) Cause() error
- func (e LoginByGiteeReqValidationError) Error() string
- func (e LoginByGiteeReqValidationError) ErrorName() string
- func (e LoginByGiteeReqValidationError) Field() string
- func (e LoginByGiteeReqValidationError) Key() bool
- func (e LoginByGiteeReqValidationError) Reason() string
- type LoginByGithubReq
- func (*LoginByGithubReq) Descriptor() ([]byte, []int)deprecated
- func (x *LoginByGithubReq) GetCode() string
- func (*LoginByGithubReq) ProtoMessage()
- func (x *LoginByGithubReq) ProtoReflect() protoreflect.Message
- func (x *LoginByGithubReq) Reset()
- func (x *LoginByGithubReq) String() string
- func (m *LoginByGithubReq) Validate() error
- func (m *LoginByGithubReq) ValidateAll() error
- type LoginByGithubReqMultiError
- type LoginByGithubReqValidationError
- func (e LoginByGithubReqValidationError) Cause() error
- func (e LoginByGithubReqValidationError) Error() string
- func (e LoginByGithubReqValidationError) ErrorName() string
- func (e LoginByGithubReqValidationError) Field() string
- func (e LoginByGithubReqValidationError) Key() bool
- func (e LoginByGithubReqValidationError) Reason() string
- type LoginByPasswordReq
- func (*LoginByPasswordReq) Descriptor() ([]byte, []int)deprecated
- func (x *LoginByPasswordReq) GetAccount() string
- func (x *LoginByPasswordReq) GetMode() string
- func (x *LoginByPasswordReq) GetPassword() string
- func (*LoginByPasswordReq) ProtoMessage()
- func (x *LoginByPasswordReq) ProtoReflect() protoreflect.Message
- func (x *LoginByPasswordReq) Reset()
- func (x *LoginByPasswordReq) String() string
- func (m *LoginByPasswordReq) Validate() error
- func (m *LoginByPasswordReq) ValidateAll() error
- type LoginByPasswordReqMultiError
- type LoginByPasswordReqValidationError
- func (e LoginByPasswordReqValidationError) Cause() error
- func (e LoginByPasswordReqValidationError) Error() string
- func (e LoginByPasswordReqValidationError) ErrorName() string
- func (e LoginByPasswordReqValidationError) Field() string
- func (e LoginByPasswordReqValidationError) Key() bool
- func (e LoginByPasswordReqValidationError) Reason() string
- type LoginByQQReq
- func (*LoginByQQReq) Descriptor() ([]byte, []int)deprecated
- func (x *LoginByQQReq) GetCode() string
- func (*LoginByQQReq) ProtoMessage()
- func (x *LoginByQQReq) ProtoReflect() protoreflect.Message
- func (x *LoginByQQReq) Reset()
- func (x *LoginByQQReq) String() string
- func (m *LoginByQQReq) Validate() error
- func (m *LoginByQQReq) ValidateAll() error
- type LoginByQQReqMultiError
- type LoginByQQReqValidationError
- func (e LoginByQQReqValidationError) Cause() error
- func (e LoginByQQReqValidationError) Error() string
- func (e LoginByQQReqValidationError) ErrorName() string
- func (e LoginByQQReqValidationError) Field() string
- func (e LoginByQQReqValidationError) Key() bool
- func (e LoginByQQReqValidationError) Reason() string
- type LoginByWeChatReq
- func (*LoginByWeChatReq) Descriptor() ([]byte, []int)deprecated
- func (x *LoginByWeChatReq) GetCode() string
- func (*LoginByWeChatReq) ProtoMessage()
- func (x *LoginByWeChatReq) ProtoReflect() protoreflect.Message
- func (x *LoginByWeChatReq) Reset()
- func (x *LoginByWeChatReq) String() string
- func (m *LoginByWeChatReq) Validate() error
- func (m *LoginByWeChatReq) ValidateAll() error
- type LoginByWeChatReqMultiError
- type LoginByWeChatReqValidationError
- func (e LoginByWeChatReqValidationError) Cause() error
- func (e LoginByWeChatReqValidationError) Error() string
- func (e LoginByWeChatReqValidationError) ErrorName() string
- func (e LoginByWeChatReqValidationError) Field() string
- func (e LoginByWeChatReqValidationError) Key() bool
- func (e LoginByWeChatReqValidationError) Reason() string
- type LoginPasswordResetReq
- func (*LoginPasswordResetReq) Descriptor() ([]byte, []int)deprecated
- func (x *LoginPasswordResetReq) GetAccount() string
- func (x *LoginPasswordResetReq) GetCode() string
- func (x *LoginPasswordResetReq) GetMode() string
- func (x *LoginPasswordResetReq) GetPassword() string
- func (*LoginPasswordResetReq) ProtoMessage()
- func (x *LoginPasswordResetReq) ProtoReflect() protoreflect.Message
- func (x *LoginPasswordResetReq) Reset()
- func (x *LoginPasswordResetReq) String() string
- func (m *LoginPasswordResetReq) Validate() error
- func (m *LoginPasswordResetReq) ValidateAll() error
- type LoginPasswordResetReqMultiError
- type LoginPasswordResetReqValidationError
- func (e LoginPasswordResetReqValidationError) Cause() error
- func (e LoginPasswordResetReqValidationError) Error() string
- func (e LoginPasswordResetReqValidationError) ErrorName() string
- func (e LoginPasswordResetReqValidationError) Field() string
- func (e LoginPasswordResetReqValidationError) Key() bool
- func (e LoginPasswordResetReqValidationError) Reason() string
- type LoginReply
- func (*LoginReply) Descriptor() ([]byte, []int)deprecated
- func (x *LoginReply) GetToken() string
- func (*LoginReply) ProtoMessage()
- func (x *LoginReply) ProtoReflect() protoreflect.Message
- func (x *LoginReply) Reset()
- func (x *LoginReply) String() string
- func (m *LoginReply) Validate() error
- func (m *LoginReply) ValidateAll() error
- type LoginReplyMultiError
- type LoginReplyValidationError
- type RemoveCommentReq
- func (*RemoveCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCommentReq) GetId() int32
- func (*RemoveCommentReq) ProtoMessage()
- func (x *RemoveCommentReq) ProtoReflect() protoreflect.Message
- func (x *RemoveCommentReq) Reset()
- func (x *RemoveCommentReq) String() string
- func (m *RemoveCommentReq) Validate() error
- func (m *RemoveCommentReq) ValidateAll() error
- type RemoveCommentReqMultiError
- type RemoveCommentReqValidationError
- func (e RemoveCommentReqValidationError) Cause() error
- func (e RemoveCommentReqValidationError) Error() string
- func (e RemoveCommentReqValidationError) ErrorName() string
- func (e RemoveCommentReqValidationError) Field() string
- func (e RemoveCommentReqValidationError) Key() bool
- func (e RemoveCommentReqValidationError) Reason() string
- type RemoveSubCommentReq
- func (*RemoveSubCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveSubCommentReq) GetId() int32
- func (*RemoveSubCommentReq) ProtoMessage()
- func (x *RemoveSubCommentReq) ProtoReflect() protoreflect.Message
- func (x *RemoveSubCommentReq) Reset()
- func (x *RemoveSubCommentReq) String() string
- func (m *RemoveSubCommentReq) Validate() error
- func (m *RemoveSubCommentReq) ValidateAll() error
- type RemoveSubCommentReqMultiError
- type RemoveSubCommentReqValidationError
- func (e RemoveSubCommentReqValidationError) Cause() error
- func (e RemoveSubCommentReqValidationError) Error() string
- func (e RemoveSubCommentReqValidationError) ErrorName() string
- func (e RemoveSubCommentReqValidationError) Field() string
- func (e RemoveSubCommentReqValidationError) Key() bool
- func (e RemoveSubCommentReqValidationError) Reason() string
- type SendArticleEditReq
- func (*SendArticleEditReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendArticleEditReq) GetId() int32
- func (*SendArticleEditReq) ProtoMessage()
- func (x *SendArticleEditReq) ProtoReflect() protoreflect.Message
- func (x *SendArticleEditReq) Reset()
- func (x *SendArticleEditReq) String() string
- func (m *SendArticleEditReq) Validate() error
- func (m *SendArticleEditReq) ValidateAll() error
- type SendArticleEditReqMultiError
- type SendArticleEditReqValidationError
- func (e SendArticleEditReqValidationError) Cause() error
- func (e SendArticleEditReqValidationError) Error() string
- func (e SendArticleEditReqValidationError) ErrorName() string
- func (e SendArticleEditReqValidationError) Field() string
- func (e SendArticleEditReqValidationError) Key() bool
- func (e SendArticleEditReqValidationError) Reason() string
- type SendArticleReq
- func (*SendArticleReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendArticleReq) GetId() int32
- func (*SendArticleReq) ProtoMessage()
- func (x *SendArticleReq) ProtoReflect() protoreflect.Message
- func (x *SendArticleReq) Reset()
- func (x *SendArticleReq) String() string
- func (m *SendArticleReq) Validate() error
- func (m *SendArticleReq) ValidateAll() error
- type SendArticleReqMultiError
- type SendArticleReqValidationError
- func (e SendArticleReqValidationError) Cause() error
- func (e SendArticleReqValidationError) Error() string
- func (e SendArticleReqValidationError) ErrorName() string
- func (e SendArticleReqValidationError) Field() string
- func (e SendArticleReqValidationError) Key() bool
- func (e SendArticleReqValidationError) Reason() string
- type SendCollectionsEditReq
- func (*SendCollectionsEditReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendCollectionsEditReq) GetId() int32
- func (*SendCollectionsEditReq) ProtoMessage()
- func (x *SendCollectionsEditReq) ProtoReflect() protoreflect.Message
- func (x *SendCollectionsEditReq) Reset()
- func (x *SendCollectionsEditReq) String() string
- func (m *SendCollectionsEditReq) Validate() error
- func (m *SendCollectionsEditReq) ValidateAll() error
- type SendCollectionsEditReqMultiError
- type SendCollectionsEditReqValidationError
- func (e SendCollectionsEditReqValidationError) Cause() error
- func (e SendCollectionsEditReqValidationError) Error() string
- func (e SendCollectionsEditReqValidationError) ErrorName() string
- func (e SendCollectionsEditReqValidationError) Field() string
- func (e SendCollectionsEditReqValidationError) Key() bool
- func (e SendCollectionsEditReqValidationError) Reason() string
- type SendCollectionsReq
- func (*SendCollectionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendCollectionsReq) GetId() int32
- func (*SendCollectionsReq) ProtoMessage()
- func (x *SendCollectionsReq) ProtoReflect() protoreflect.Message
- func (x *SendCollectionsReq) Reset()
- func (x *SendCollectionsReq) String() string
- func (m *SendCollectionsReq) Validate() error
- func (m *SendCollectionsReq) ValidateAll() error
- type SendCollectionsReqMultiError
- type SendCollectionsReqValidationError
- func (e SendCollectionsReqValidationError) Cause() error
- func (e SendCollectionsReqValidationError) Error() string
- func (e SendCollectionsReqValidationError) ErrorName() string
- func (e SendCollectionsReqValidationError) Field() string
- func (e SendCollectionsReqValidationError) Key() bool
- func (e SendCollectionsReqValidationError) Reason() string
- type SendColumnEditReq
- func (*SendColumnEditReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendColumnEditReq) GetId() int32
- func (*SendColumnEditReq) ProtoMessage()
- func (x *SendColumnEditReq) ProtoReflect() protoreflect.Message
- func (x *SendColumnEditReq) Reset()
- func (x *SendColumnEditReq) String() string
- func (m *SendColumnEditReq) Validate() error
- func (m *SendColumnEditReq) ValidateAll() error
- type SendColumnEditReqMultiError
- type SendColumnEditReqValidationError
- func (e SendColumnEditReqValidationError) Cause() error
- func (e SendColumnEditReqValidationError) Error() string
- func (e SendColumnEditReqValidationError) ErrorName() string
- func (e SendColumnEditReqValidationError) Field() string
- func (e SendColumnEditReqValidationError) Key() bool
- func (e SendColumnEditReqValidationError) Reason() string
- type SendColumnReq
- func (*SendColumnReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendColumnReq) GetId() int32
- func (*SendColumnReq) ProtoMessage()
- func (x *SendColumnReq) ProtoReflect() protoreflect.Message
- func (x *SendColumnReq) Reset()
- func (x *SendColumnReq) String() string
- func (m *SendColumnReq) Validate() error
- func (m *SendColumnReq) ValidateAll() error
- type SendColumnReqMultiError
- type SendColumnReqValidationError
- func (e SendColumnReqValidationError) Cause() error
- func (e SendColumnReqValidationError) Error() string
- func (e SendColumnReqValidationError) ErrorName() string
- func (e SendColumnReqValidationError) Field() string
- func (e SendColumnReqValidationError) Key() bool
- func (e SendColumnReqValidationError) Reason() string
- type SendCommentReq
- func (*SendCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendCommentReq) GetId() int32
- func (*SendCommentReq) ProtoMessage()
- func (x *SendCommentReq) ProtoReflect() protoreflect.Message
- func (x *SendCommentReq) Reset()
- func (x *SendCommentReq) String() string
- func (m *SendCommentReq) Validate() error
- func (m *SendCommentReq) ValidateAll() error
- type SendCommentReqMultiError
- type SendCommentReqValidationError
- func (e SendCommentReqValidationError) Cause() error
- func (e SendCommentReqValidationError) Error() string
- func (e SendCommentReqValidationError) ErrorName() string
- func (e SendCommentReqValidationError) Field() string
- func (e SendCommentReqValidationError) Key() bool
- func (e SendCommentReqValidationError) Reason() string
- type SendEmailCodeReq
- func (*SendEmailCodeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendEmailCodeReq) GetEmail() string
- func (x *SendEmailCodeReq) GetTemplate() string
- func (*SendEmailCodeReq) ProtoMessage()
- func (x *SendEmailCodeReq) ProtoReflect() protoreflect.Message
- func (x *SendEmailCodeReq) Reset()
- func (x *SendEmailCodeReq) String() string
- func (m *SendEmailCodeReq) Validate() error
- func (m *SendEmailCodeReq) ValidateAll() error
- type SendEmailCodeReqMultiError
- type SendEmailCodeReqValidationError
- func (e SendEmailCodeReqValidationError) Cause() error
- func (e SendEmailCodeReqValidationError) Error() string
- func (e SendEmailCodeReqValidationError) ErrorName() string
- func (e SendEmailCodeReqValidationError) Field() string
- func (e SendEmailCodeReqValidationError) Key() bool
- func (e SendEmailCodeReqValidationError) Reason() string
- type SendPhoneCodeReq
- func (*SendPhoneCodeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendPhoneCodeReq) GetPhone() string
- func (x *SendPhoneCodeReq) GetTemplate() string
- func (*SendPhoneCodeReq) ProtoMessage()
- func (x *SendPhoneCodeReq) ProtoReflect() protoreflect.Message
- func (x *SendPhoneCodeReq) Reset()
- func (x *SendPhoneCodeReq) String() string
- func (m *SendPhoneCodeReq) Validate() error
- func (m *SendPhoneCodeReq) ValidateAll() error
- type SendPhoneCodeReqMultiError
- type SendPhoneCodeReqValidationError
- func (e SendPhoneCodeReqValidationError) Cause() error
- func (e SendPhoneCodeReqValidationError) Error() string
- func (e SendPhoneCodeReqValidationError) ErrorName() string
- func (e SendPhoneCodeReqValidationError) Field() string
- func (e SendPhoneCodeReqValidationError) Key() bool
- func (e SendPhoneCodeReqValidationError) Reason() string
- type SendSubCommentReq
- func (*SendSubCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendSubCommentReq) GetId() int32
- func (*SendSubCommentReq) ProtoMessage()
- func (x *SendSubCommentReq) ProtoReflect() protoreflect.Message
- func (x *SendSubCommentReq) Reset()
- func (x *SendSubCommentReq) String() string
- func (m *SendSubCommentReq) Validate() error
- func (m *SendSubCommentReq) ValidateAll() error
- type SendSubCommentReqMultiError
- type SendSubCommentReqValidationError
- func (e SendSubCommentReqValidationError) Cause() error
- func (e SendSubCommentReqValidationError) Error() string
- func (e SendSubCommentReqValidationError) ErrorName() string
- func (e SendSubCommentReqValidationError) Field() string
- func (e SendSubCommentReqValidationError) Key() bool
- func (e SendSubCommentReqValidationError) Reason() string
- type SendTalkEditReq
- func (*SendTalkEditReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendTalkEditReq) GetId() int32
- func (*SendTalkEditReq) ProtoMessage()
- func (x *SendTalkEditReq) ProtoReflect() protoreflect.Message
- func (x *SendTalkEditReq) Reset()
- func (x *SendTalkEditReq) String() string
- func (m *SendTalkEditReq) Validate() error
- func (m *SendTalkEditReq) ValidateAll() error
- type SendTalkEditReqMultiError
- type SendTalkEditReqValidationError
- func (e SendTalkEditReqValidationError) Cause() error
- func (e SendTalkEditReqValidationError) Error() string
- func (e SendTalkEditReqValidationError) ErrorName() string
- func (e SendTalkEditReqValidationError) Field() string
- func (e SendTalkEditReqValidationError) Key() bool
- func (e SendTalkEditReqValidationError) Reason() string
- type SendTalkReq
- func (*SendTalkReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendTalkReq) GetId() int32
- func (*SendTalkReq) ProtoMessage()
- func (x *SendTalkReq) ProtoReflect() protoreflect.Message
- func (x *SendTalkReq) Reset()
- func (x *SendTalkReq) String() string
- func (m *SendTalkReq) Validate() error
- func (m *SendTalkReq) ValidateAll() error
- type SendTalkReqMultiError
- type SendTalkReqValidationError
- func (e SendTalkReqValidationError) Cause() error
- func (e SendTalkReqValidationError) Error() string
- func (e SendTalkReqValidationError) ErrorName() string
- func (e SendTalkReqValidationError) Field() string
- func (e SendTalkReqValidationError) Key() bool
- func (e SendTalkReqValidationError) Reason() string
- type SetArticleAgreeReq
- func (*SetArticleAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetArticleAgreeReq) GetId() int32
- func (x *SetArticleAgreeReq) GetUuid() string
- func (*SetArticleAgreeReq) ProtoMessage()
- func (x *SetArticleAgreeReq) ProtoReflect() protoreflect.Message
- func (x *SetArticleAgreeReq) Reset()
- func (x *SetArticleAgreeReq) String() string
- func (m *SetArticleAgreeReq) Validate() error
- func (m *SetArticleAgreeReq) ValidateAll() error
- type SetArticleAgreeReqMultiError
- type SetArticleAgreeReqValidationError
- func (e SetArticleAgreeReqValidationError) Cause() error
- func (e SetArticleAgreeReqValidationError) Error() string
- func (e SetArticleAgreeReqValidationError) ErrorName() string
- func (e SetArticleAgreeReqValidationError) Field() string
- func (e SetArticleAgreeReqValidationError) Key() bool
- func (e SetArticleAgreeReqValidationError) Reason() string
- type SetArticleCollectReq
- func (*SetArticleCollectReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetArticleCollectReq) GetCollectionsId() int32
- func (x *SetArticleCollectReq) GetId() int32
- func (x *SetArticleCollectReq) GetUuid() string
- func (*SetArticleCollectReq) ProtoMessage()
- func (x *SetArticleCollectReq) ProtoReflect() protoreflect.Message
- func (x *SetArticleCollectReq) Reset()
- func (x *SetArticleCollectReq) String() string
- func (m *SetArticleCollectReq) Validate() error
- func (m *SetArticleCollectReq) ValidateAll() error
- type SetArticleCollectReqMultiError
- type SetArticleCollectReqValidationError
- func (e SetArticleCollectReqValidationError) Cause() error
- func (e SetArticleCollectReqValidationError) Error() string
- func (e SetArticleCollectReqValidationError) ErrorName() string
- func (e SetArticleCollectReqValidationError) Field() string
- func (e SetArticleCollectReqValidationError) Key() bool
- func (e SetArticleCollectReqValidationError) Reason() string
- type SetArticleViewReq
- func (*SetArticleViewReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetArticleViewReq) GetId() int32
- func (x *SetArticleViewReq) GetUuid() string
- func (*SetArticleViewReq) ProtoMessage()
- func (x *SetArticleViewReq) ProtoReflect() protoreflect.Message
- func (x *SetArticleViewReq) Reset()
- func (x *SetArticleViewReq) String() string
- func (m *SetArticleViewReq) Validate() error
- func (m *SetArticleViewReq) ValidateAll() error
- type SetArticleViewReqMultiError
- type SetArticleViewReqValidationError
- func (e SetArticleViewReqValidationError) Cause() error
- func (e SetArticleViewReqValidationError) Error() string
- func (e SetArticleViewReqValidationError) ErrorName() string
- func (e SetArticleViewReqValidationError) Field() string
- func (e SetArticleViewReqValidationError) Key() bool
- func (e SetArticleViewReqValidationError) Reason() string
- type SetColumnAgreeReq
- func (*SetColumnAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetColumnAgreeReq) GetId() int32
- func (x *SetColumnAgreeReq) GetUuid() string
- func (*SetColumnAgreeReq) ProtoMessage()
- func (x *SetColumnAgreeReq) ProtoReflect() protoreflect.Message
- func (x *SetColumnAgreeReq) Reset()
- func (x *SetColumnAgreeReq) String() string
- func (m *SetColumnAgreeReq) Validate() error
- func (m *SetColumnAgreeReq) ValidateAll() error
- type SetColumnAgreeReqMultiError
- type SetColumnAgreeReqValidationError
- func (e SetColumnAgreeReqValidationError) Cause() error
- func (e SetColumnAgreeReqValidationError) Error() string
- func (e SetColumnAgreeReqValidationError) ErrorName() string
- func (e SetColumnAgreeReqValidationError) Field() string
- func (e SetColumnAgreeReqValidationError) Key() bool
- func (e SetColumnAgreeReqValidationError) Reason() string
- type SetColumnCollectReq
- func (*SetColumnCollectReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetColumnCollectReq) GetCollectionsId() int32
- func (x *SetColumnCollectReq) GetId() int32
- func (x *SetColumnCollectReq) GetUuid() string
- func (*SetColumnCollectReq) ProtoMessage()
- func (x *SetColumnCollectReq) ProtoReflect() protoreflect.Message
- func (x *SetColumnCollectReq) Reset()
- func (x *SetColumnCollectReq) String() string
- func (m *SetColumnCollectReq) Validate() error
- func (m *SetColumnCollectReq) ValidateAll() error
- type SetColumnCollectReqMultiError
- type SetColumnCollectReqValidationError
- func (e SetColumnCollectReqValidationError) Cause() error
- func (e SetColumnCollectReqValidationError) Error() string
- func (e SetColumnCollectReqValidationError) ErrorName() string
- func (e SetColumnCollectReqValidationError) Field() string
- func (e SetColumnCollectReqValidationError) Key() bool
- func (e SetColumnCollectReqValidationError) Reason() string
- type SetColumnViewReq
- func (*SetColumnViewReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetColumnViewReq) GetId() int32
- func (x *SetColumnViewReq) GetUuid() string
- func (*SetColumnViewReq) ProtoMessage()
- func (x *SetColumnViewReq) ProtoReflect() protoreflect.Message
- func (x *SetColumnViewReq) Reset()
- func (x *SetColumnViewReq) String() string
- func (m *SetColumnViewReq) Validate() error
- func (m *SetColumnViewReq) ValidateAll() error
- type SetColumnViewReqMultiError
- type SetColumnViewReqValidationError
- func (e SetColumnViewReqValidationError) Cause() error
- func (e SetColumnViewReqValidationError) Error() string
- func (e SetColumnViewReqValidationError) ErrorName() string
- func (e SetColumnViewReqValidationError) Field() string
- func (e SetColumnViewReqValidationError) Key() bool
- func (e SetColumnViewReqValidationError) Reason() string
- type SetCommentAgreeReq
- func (*SetCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetCommentAgreeReq) GetCreationId() int32
- func (x *SetCommentAgreeReq) GetCreationType() int32
- func (x *SetCommentAgreeReq) GetId() int32
- func (x *SetCommentAgreeReq) GetUuid() string
- func (*SetCommentAgreeReq) ProtoMessage()
- func (x *SetCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *SetCommentAgreeReq) Reset()
- func (x *SetCommentAgreeReq) String() string
- func (m *SetCommentAgreeReq) Validate() error
- func (m *SetCommentAgreeReq) ValidateAll() error
- type SetCommentAgreeReqMultiError
- type SetCommentAgreeReqValidationError
- func (e SetCommentAgreeReqValidationError) Cause() error
- func (e SetCommentAgreeReqValidationError) Error() string
- func (e SetCommentAgreeReqValidationError) ErrorName() string
- func (e SetCommentAgreeReqValidationError) Field() string
- func (e SetCommentAgreeReqValidationError) Key() bool
- func (e SetCommentAgreeReqValidationError) Reason() string
- type SetMailBoxLastTimeReq
- func (*SetMailBoxLastTimeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetMailBoxLastTimeReq) GetTime() int32
- func (*SetMailBoxLastTimeReq) ProtoMessage()
- func (x *SetMailBoxLastTimeReq) ProtoReflect() protoreflect.Message
- func (x *SetMailBoxLastTimeReq) Reset()
- func (x *SetMailBoxLastTimeReq) String() string
- func (m *SetMailBoxLastTimeReq) Validate() error
- func (m *SetMailBoxLastTimeReq) ValidateAll() error
- type SetMailBoxLastTimeReqMultiError
- type SetMailBoxLastTimeReqValidationError
- func (e SetMailBoxLastTimeReqValidationError) Cause() error
- func (e SetMailBoxLastTimeReqValidationError) Error() string
- func (e SetMailBoxLastTimeReqValidationError) ErrorName() string
- func (e SetMailBoxLastTimeReqValidationError) Field() string
- func (e SetMailBoxLastTimeReqValidationError) Key() bool
- func (e SetMailBoxLastTimeReqValidationError) Reason() string
- type SetProfileUpdateReq
- func (*SetProfileUpdateReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetProfileUpdateReq) GetCompany() string
- func (x *SetProfileUpdateReq) GetGitee() string
- func (x *SetProfileUpdateReq) GetGithub() string
- func (x *SetProfileUpdateReq) GetHomepage() string
- func (x *SetProfileUpdateReq) GetIntroduce() string
- func (x *SetProfileUpdateReq) GetJob() string
- func (x *SetProfileUpdateReq) GetSchool() string
- func (x *SetProfileUpdateReq) GetUsername() string
- func (*SetProfileUpdateReq) ProtoMessage()
- func (x *SetProfileUpdateReq) ProtoReflect() protoreflect.Message
- func (x *SetProfileUpdateReq) Reset()
- func (x *SetProfileUpdateReq) String() string
- func (m *SetProfileUpdateReq) Validate() error
- func (m *SetProfileUpdateReq) ValidateAll() error
- type SetProfileUpdateReqMultiError
- type SetProfileUpdateReqValidationError
- func (e SetProfileUpdateReqValidationError) Cause() error
- func (e SetProfileUpdateReqValidationError) Error() string
- func (e SetProfileUpdateReqValidationError) ErrorName() string
- func (e SetProfileUpdateReqValidationError) Field() string
- func (e SetProfileUpdateReqValidationError) Key() bool
- func (e SetProfileUpdateReqValidationError) Reason() string
- type SetSubCommentAgreeReq
- func (*SetSubCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetSubCommentAgreeReq) GetId() int32
- func (x *SetSubCommentAgreeReq) GetUuid() string
- func (*SetSubCommentAgreeReq) ProtoMessage()
- func (x *SetSubCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *SetSubCommentAgreeReq) Reset()
- func (x *SetSubCommentAgreeReq) String() string
- func (m *SetSubCommentAgreeReq) Validate() error
- func (m *SetSubCommentAgreeReq) ValidateAll() error
- type SetSubCommentAgreeReqMultiError
- type SetSubCommentAgreeReqValidationError
- func (e SetSubCommentAgreeReqValidationError) Cause() error
- func (e SetSubCommentAgreeReqValidationError) Error() string
- func (e SetSubCommentAgreeReqValidationError) ErrorName() string
- func (e SetSubCommentAgreeReqValidationError) Field() string
- func (e SetSubCommentAgreeReqValidationError) Key() bool
- func (e SetSubCommentAgreeReqValidationError) Reason() string
- type SetTalkAgreeReq
- func (*SetTalkAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetTalkAgreeReq) GetId() int32
- func (x *SetTalkAgreeReq) GetUuid() string
- func (*SetTalkAgreeReq) ProtoMessage()
- func (x *SetTalkAgreeReq) ProtoReflect() protoreflect.Message
- func (x *SetTalkAgreeReq) Reset()
- func (x *SetTalkAgreeReq) String() string
- func (m *SetTalkAgreeReq) Validate() error
- func (m *SetTalkAgreeReq) ValidateAll() error
- type SetTalkAgreeReqMultiError
- type SetTalkAgreeReqValidationError
- func (e SetTalkAgreeReqValidationError) Cause() error
- func (e SetTalkAgreeReqValidationError) Error() string
- func (e SetTalkAgreeReqValidationError) ErrorName() string
- func (e SetTalkAgreeReqValidationError) Field() string
- func (e SetTalkAgreeReqValidationError) Key() bool
- func (e SetTalkAgreeReqValidationError) Reason() string
- type SetTalkCollectReq
- func (*SetTalkCollectReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetTalkCollectReq) GetCollectionsId() int32
- func (x *SetTalkCollectReq) GetId() int32
- func (x *SetTalkCollectReq) GetUuid() string
- func (*SetTalkCollectReq) ProtoMessage()
- func (x *SetTalkCollectReq) ProtoReflect() protoreflect.Message
- func (x *SetTalkCollectReq) Reset()
- func (x *SetTalkCollectReq) String() string
- func (m *SetTalkCollectReq) Validate() error
- func (m *SetTalkCollectReq) ValidateAll() error
- type SetTalkCollectReqMultiError
- type SetTalkCollectReqValidationError
- func (e SetTalkCollectReqValidationError) Cause() error
- func (e SetTalkCollectReqValidationError) Error() string
- func (e SetTalkCollectReqValidationError) ErrorName() string
- func (e SetTalkCollectReqValidationError) Field() string
- func (e SetTalkCollectReqValidationError) Key() bool
- func (e SetTalkCollectReqValidationError) Reason() string
- type SetTalkViewReq
- func (*SetTalkViewReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetTalkViewReq) GetId() int32
- func (x *SetTalkViewReq) GetUuid() string
- func (*SetTalkViewReq) ProtoMessage()
- func (x *SetTalkViewReq) ProtoReflect() protoreflect.Message
- func (x *SetTalkViewReq) Reset()
- func (x *SetTalkViewReq) String() string
- func (m *SetTalkViewReq) Validate() error
- func (m *SetTalkViewReq) ValidateAll() error
- type SetTalkViewReqMultiError
- type SetTalkViewReqValidationError
- func (e SetTalkViewReqValidationError) Cause() error
- func (e SetTalkViewReqValidationError) Error() string
- func (e SetTalkViewReqValidationError) ErrorName() string
- func (e SetTalkViewReqValidationError) Field() string
- func (e SetTalkViewReqValidationError) Key() bool
- func (e SetTalkViewReqValidationError) Reason() string
- type SetUserEmailReq
- func (*SetUserEmailReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserEmailReq) GetCode() string
- func (x *SetUserEmailReq) GetEmail() string
- func (*SetUserEmailReq) ProtoMessage()
- func (x *SetUserEmailReq) ProtoReflect() protoreflect.Message
- func (x *SetUserEmailReq) Reset()
- func (x *SetUserEmailReq) String() string
- func (m *SetUserEmailReq) Validate() error
- func (m *SetUserEmailReq) ValidateAll() error
- type SetUserEmailReqMultiError
- type SetUserEmailReqValidationError
- func (e SetUserEmailReqValidationError) Cause() error
- func (e SetUserEmailReqValidationError) Error() string
- func (e SetUserEmailReqValidationError) ErrorName() string
- func (e SetUserEmailReqValidationError) Field() string
- func (e SetUserEmailReqValidationError) Key() bool
- func (e SetUserEmailReqValidationError) Reason() string
- type SetUserFollowReq
- func (*SetUserFollowReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserFollowReq) GetUuid() string
- func (*SetUserFollowReq) ProtoMessage()
- func (x *SetUserFollowReq) ProtoReflect() protoreflect.Message
- func (x *SetUserFollowReq) Reset()
- func (x *SetUserFollowReq) String() string
- func (m *SetUserFollowReq) Validate() error
- func (m *SetUserFollowReq) ValidateAll() error
- type SetUserFollowReqMultiError
- type SetUserFollowReqValidationError
- func (e SetUserFollowReqValidationError) Cause() error
- func (e SetUserFollowReqValidationError) Error() string
- func (e SetUserFollowReqValidationError) ErrorName() string
- func (e SetUserFollowReqValidationError) Field() string
- func (e SetUserFollowReqValidationError) Key() bool
- func (e SetUserFollowReqValidationError) Reason() string
- type SetUserGiteeReq
- func (*SetUserGiteeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserGiteeReq) GetCode() string
- func (x *SetUserGiteeReq) GetRedirectUrl() string
- func (*SetUserGiteeReq) ProtoMessage()
- func (x *SetUserGiteeReq) ProtoReflect() protoreflect.Message
- func (x *SetUserGiteeReq) Reset()
- func (x *SetUserGiteeReq) String() string
- func (m *SetUserGiteeReq) Validate() error
- func (m *SetUserGiteeReq) ValidateAll() error
- type SetUserGiteeReqMultiError
- type SetUserGiteeReqValidationError
- func (e SetUserGiteeReqValidationError) Cause() error
- func (e SetUserGiteeReqValidationError) Error() string
- func (e SetUserGiteeReqValidationError) ErrorName() string
- func (e SetUserGiteeReqValidationError) Field() string
- func (e SetUserGiteeReqValidationError) Key() bool
- func (e SetUserGiteeReqValidationError) Reason() string
- type SetUserGithubReq
- func (*SetUserGithubReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserGithubReq) GetCode() string
- func (x *SetUserGithubReq) GetRedirectUrl() string
- func (*SetUserGithubReq) ProtoMessage()
- func (x *SetUserGithubReq) ProtoReflect() protoreflect.Message
- func (x *SetUserGithubReq) Reset()
- func (x *SetUserGithubReq) String() string
- func (m *SetUserGithubReq) Validate() error
- func (m *SetUserGithubReq) ValidateAll() error
- type SetUserGithubReqMultiError
- type SetUserGithubReqValidationError
- func (e SetUserGithubReqValidationError) Cause() error
- func (e SetUserGithubReqValidationError) Error() string
- func (e SetUserGithubReqValidationError) ErrorName() string
- func (e SetUserGithubReqValidationError) Field() string
- func (e SetUserGithubReqValidationError) Key() bool
- func (e SetUserGithubReqValidationError) Reason() string
- type SetUserMedalReq
- func (*SetUserMedalReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserMedalReq) GetMedal() string
- func (*SetUserMedalReq) ProtoMessage()
- func (x *SetUserMedalReq) ProtoReflect() protoreflect.Message
- func (x *SetUserMedalReq) Reset()
- func (x *SetUserMedalReq) String() string
- func (m *SetUserMedalReq) Validate() error
- func (m *SetUserMedalReq) ValidateAll() error
- type SetUserMedalReqMultiError
- type SetUserMedalReqValidationError
- func (e SetUserMedalReqValidationError) Cause() error
- func (e SetUserMedalReqValidationError) Error() string
- func (e SetUserMedalReqValidationError) ErrorName() string
- func (e SetUserMedalReqValidationError) Field() string
- func (e SetUserMedalReqValidationError) Key() bool
- func (e SetUserMedalReqValidationError) Reason() string
- type SetUserPasswordReq
- func (*SetUserPasswordReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserPasswordReq) GetPassword() string
- func (*SetUserPasswordReq) ProtoMessage()
- func (x *SetUserPasswordReq) ProtoReflect() protoreflect.Message
- func (x *SetUserPasswordReq) Reset()
- func (x *SetUserPasswordReq) String() string
- func (m *SetUserPasswordReq) Validate() error
- func (m *SetUserPasswordReq) ValidateAll() error
- type SetUserPasswordReqMultiError
- type SetUserPasswordReqValidationError
- func (e SetUserPasswordReqValidationError) Cause() error
- func (e SetUserPasswordReqValidationError) Error() string
- func (e SetUserPasswordReqValidationError) ErrorName() string
- func (e SetUserPasswordReqValidationError) Field() string
- func (e SetUserPasswordReqValidationError) Key() bool
- func (e SetUserPasswordReqValidationError) Reason() string
- type SetUserPhoneReq
- func (*SetUserPhoneReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserPhoneReq) GetCode() string
- func (x *SetUserPhoneReq) GetPhone() string
- func (*SetUserPhoneReq) ProtoMessage()
- func (x *SetUserPhoneReq) ProtoReflect() protoreflect.Message
- func (x *SetUserPhoneReq) Reset()
- func (x *SetUserPhoneReq) String() string
- func (m *SetUserPhoneReq) Validate() error
- func (m *SetUserPhoneReq) ValidateAll() error
- type SetUserPhoneReqMultiError
- type SetUserPhoneReqValidationError
- func (e SetUserPhoneReqValidationError) Cause() error
- func (e SetUserPhoneReqValidationError) Error() string
- func (e SetUserPhoneReqValidationError) ErrorName() string
- func (e SetUserPhoneReqValidationError) Field() string
- func (e SetUserPhoneReqValidationError) Key() bool
- func (e SetUserPhoneReqValidationError) Reason() string
- type SetUserQQReq
- func (*SetUserQQReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserQQReq) GetCode() string
- func (x *SetUserQQReq) GetRedirectUrl() string
- func (*SetUserQQReq) ProtoMessage()
- func (x *SetUserQQReq) ProtoReflect() protoreflect.Message
- func (x *SetUserQQReq) Reset()
- func (x *SetUserQQReq) String() string
- func (m *SetUserQQReq) Validate() error
- func (m *SetUserQQReq) ValidateAll() error
- type SetUserQQReqMultiError
- type SetUserQQReqValidationError
- func (e SetUserQQReqValidationError) Cause() error
- func (e SetUserQQReqValidationError) Error() string
- func (e SetUserQQReqValidationError) ErrorName() string
- func (e SetUserQQReqValidationError) Field() string
- func (e SetUserQQReqValidationError) Key() bool
- func (e SetUserQQReqValidationError) Reason() string
- type SetUserWechatReq
- func (*SetUserWechatReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserWechatReq) GetCode() string
- func (x *SetUserWechatReq) GetRedirectUrl() string
- func (*SetUserWechatReq) ProtoMessage()
- func (x *SetUserWechatReq) ProtoReflect() protoreflect.Message
- func (x *SetUserWechatReq) Reset()
- func (x *SetUserWechatReq) String() string
- func (m *SetUserWechatReq) Validate() error
- func (m *SetUserWechatReq) ValidateAll() error
- type SetUserWechatReqMultiError
- type SetUserWechatReqValidationError
- func (e SetUserWechatReqValidationError) Cause() error
- func (e SetUserWechatReqValidationError) Error() string
- func (e SetUserWechatReqValidationError) ErrorName() string
- func (e SetUserWechatReqValidationError) Field() string
- func (e SetUserWechatReqValidationError) Key() bool
- func (e SetUserWechatReqValidationError) Reason() string
- type SubscribeColumnReq
- func (*SubscribeColumnReq) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeColumnReq) GetId() int32
- func (*SubscribeColumnReq) ProtoMessage()
- func (x *SubscribeColumnReq) ProtoReflect() protoreflect.Message
- func (x *SubscribeColumnReq) Reset()
- func (x *SubscribeColumnReq) String() string
- func (m *SubscribeColumnReq) Validate() error
- func (m *SubscribeColumnReq) ValidateAll() error
- type SubscribeColumnReqMultiError
- type SubscribeColumnReqValidationError
- func (e SubscribeColumnReqValidationError) Cause() error
- func (e SubscribeColumnReqValidationError) Error() string
- func (e SubscribeColumnReqValidationError) ErrorName() string
- func (e SubscribeColumnReqValidationError) Field() string
- func (e SubscribeColumnReqValidationError) Key() bool
- func (e SubscribeColumnReqValidationError) Reason() string
- type SubscribeJudgeReply
- func (*SubscribeJudgeReply) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeJudgeReply) GetSubscribe() bool
- func (*SubscribeJudgeReply) ProtoMessage()
- func (x *SubscribeJudgeReply) ProtoReflect() protoreflect.Message
- func (x *SubscribeJudgeReply) Reset()
- func (x *SubscribeJudgeReply) String() string
- func (m *SubscribeJudgeReply) Validate() error
- func (m *SubscribeJudgeReply) ValidateAll() error
- type SubscribeJudgeReplyMultiError
- type SubscribeJudgeReplyValidationError
- func (e SubscribeJudgeReplyValidationError) Cause() error
- func (e SubscribeJudgeReplyValidationError) Error() string
- func (e SubscribeJudgeReplyValidationError) ErrorName() string
- func (e SubscribeJudgeReplyValidationError) Field() string
- func (e SubscribeJudgeReplyValidationError) Key() bool
- func (e SubscribeJudgeReplyValidationError) Reason() string
- type SubscribeJudgeReq
- func (*SubscribeJudgeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeJudgeReq) GetId() int32
- func (*SubscribeJudgeReq) ProtoMessage()
- func (x *SubscribeJudgeReq) ProtoReflect() protoreflect.Message
- func (x *SubscribeJudgeReq) Reset()
- func (x *SubscribeJudgeReq) String() string
- func (m *SubscribeJudgeReq) Validate() error
- func (m *SubscribeJudgeReq) ValidateAll() error
- type SubscribeJudgeReqMultiError
- type SubscribeJudgeReqValidationError
- func (e SubscribeJudgeReqValidationError) Cause() error
- func (e SubscribeJudgeReqValidationError) Error() string
- func (e SubscribeJudgeReqValidationError) ErrorName() string
- func (e SubscribeJudgeReqValidationError) Field() string
- func (e SubscribeJudgeReqValidationError) Key() bool
- func (e SubscribeJudgeReqValidationError) Reason() string
- type TalkStatisticJudgeReply
- func (*TalkStatisticJudgeReply) Descriptor() ([]byte, []int)deprecated
- func (x *TalkStatisticJudgeReply) GetAgree() bool
- func (x *TalkStatisticJudgeReply) GetCollect() bool
- func (*TalkStatisticJudgeReply) ProtoMessage()
- func (x *TalkStatisticJudgeReply) ProtoReflect() protoreflect.Message
- func (x *TalkStatisticJudgeReply) Reset()
- func (x *TalkStatisticJudgeReply) String() string
- func (m *TalkStatisticJudgeReply) Validate() error
- func (m *TalkStatisticJudgeReply) ValidateAll() error
- type TalkStatisticJudgeReplyMultiError
- type TalkStatisticJudgeReplyValidationError
- func (e TalkStatisticJudgeReplyValidationError) Cause() error
- func (e TalkStatisticJudgeReplyValidationError) Error() string
- func (e TalkStatisticJudgeReplyValidationError) ErrorName() string
- func (e TalkStatisticJudgeReplyValidationError) Field() string
- func (e TalkStatisticJudgeReplyValidationError) Key() bool
- func (e TalkStatisticJudgeReplyValidationError) Reason() string
- type TalkStatisticJudgeReq
- func (*TalkStatisticJudgeReq) Descriptor() ([]byte, []int)deprecated
- func (x *TalkStatisticJudgeReq) GetId() int32
- func (*TalkStatisticJudgeReq) ProtoMessage()
- func (x *TalkStatisticJudgeReq) ProtoReflect() protoreflect.Message
- func (x *TalkStatisticJudgeReq) Reset()
- func (x *TalkStatisticJudgeReq) String() string
- func (m *TalkStatisticJudgeReq) Validate() error
- func (m *TalkStatisticJudgeReq) ValidateAll() error
- type TalkStatisticJudgeReqMultiError
- type TalkStatisticJudgeReqValidationError
- func (e TalkStatisticJudgeReqValidationError) Cause() error
- func (e TalkStatisticJudgeReqValidationError) Error() string
- func (e TalkStatisticJudgeReqValidationError) ErrorName() string
- func (e TalkStatisticJudgeReqValidationError) Field() string
- func (e TalkStatisticJudgeReqValidationError) Key() bool
- func (e TalkStatisticJudgeReqValidationError) Reason() string
- type UnbindUserAccountReq
- func (*UnbindUserAccountReq) Descriptor() ([]byte, []int)deprecated
- func (x *UnbindUserAccountReq) GetAccount() string
- func (x *UnbindUserAccountReq) GetChoose() string
- func (x *UnbindUserAccountReq) GetCode() string
- func (x *UnbindUserAccountReq) GetEmail() string
- func (x *UnbindUserAccountReq) GetMode() string
- func (x *UnbindUserAccountReq) GetPassword() string
- func (x *UnbindUserAccountReq) GetPhone() string
- func (x *UnbindUserAccountReq) GetRedirectUri() string
- func (*UnbindUserAccountReq) ProtoMessage()
- func (x *UnbindUserAccountReq) ProtoReflect() protoreflect.Message
- func (x *UnbindUserAccountReq) Reset()
- func (x *UnbindUserAccountReq) String() string
- func (m *UnbindUserAccountReq) Validate() error
- func (m *UnbindUserAccountReq) ValidateAll() error
- type UnbindUserAccountReqMultiError
- type UnbindUserAccountReqValidationError
- func (e UnbindUserAccountReqValidationError) Cause() error
- func (e UnbindUserAccountReqValidationError) Error() string
- func (e UnbindUserAccountReqValidationError) ErrorName() string
- func (e UnbindUserAccountReqValidationError) Field() string
- func (e UnbindUserAccountReqValidationError) Key() bool
- func (e UnbindUserAccountReqValidationError) Reason() string
- type UnimplementedBffServer
- func (UnimplementedBffServer) AccessUserMedal(context.Context, *AccessUserMedalReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) AddColumnIncludes(context.Context, *AddColumnIncludesReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) ArticleDraftMark(context.Context, *ArticleDraftMarkReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) ArticleStatisticJudge(context.Context, *ArticleStatisticJudgeReq) (*ArticleStatisticJudgeReply, error)
- func (UnimplementedBffServer) CancelArticleAgree(context.Context, *CancelArticleAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelArticleCollect(context.Context, *CancelArticleCollectReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelColumnAgree(context.Context, *CancelColumnAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelColumnCollect(context.Context, *CancelColumnCollectReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelCommentAgree(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelSubCommentAgree(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelSubscribeColumn(context.Context, *CancelSubscribeColumnReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelTalkAgree(context.Context, *CancelTalkAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelTalkCollect(context.Context, *CancelTalkCollectReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelUserFollow(context.Context, *CancelUserFollowReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) CancelUserMedalSet(context.Context, *CancelUserMedalSetReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) ChangeUserPassword(context.Context, *ChangeUserPasswordReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) ColumnStatisticJudge(context.Context, *ColumnStatisticJudgeReq) (*ColumnStatisticJudgeReply, error)
- func (UnimplementedBffServer) CreateArticleDraft(context.Context, *emptypb.Empty) (*CreateArticleDraftReply, error)
- func (UnimplementedBffServer) CreateCollectionsDraft(context.Context, *emptypb.Empty) (*CreateCollectionsDraftReply, error)
- func (UnimplementedBffServer) CreateColumnDraft(context.Context, *emptypb.Empty) (*CreateColumnDraftReply, error)
- func (UnimplementedBffServer) CreateCommentDraft(context.Context, *emptypb.Empty) (*CreateCommentDraftReply, error)
- func (UnimplementedBffServer) CreateTalkDraft(context.Context, *emptypb.Empty) (*CreateTalkDraftReply, error)
- func (UnimplementedBffServer) DeleteArticle(context.Context, *DeleteArticleReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) DeleteArticleDraft(context.Context, *DeleteArticleDraftReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) DeleteCollections(context.Context, *DeleteCollectionsReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) DeleteColumn(context.Context, *DeleteColumnReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) DeleteColumnIncludes(context.Context, *DeleteColumnIncludesReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) DeleteTalk(context.Context, *DeleteTalkReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) GetAccount(context.Context, *emptypb.Empty) (*GetAccountReply, error)
- func (UnimplementedBffServer) GetAchievementList(context.Context, *GetAchievementListReq) (*GetAchievementListReply, error)
- func (UnimplementedBffServer) GetArticleContentReview(context.Context, *GetArticleContentReviewReq) (*GetArticleContentReviewReply, error)
- func (UnimplementedBffServer) GetArticleCount(context.Context, *emptypb.Empty) (*GetArticleCountReply, error)
- func (UnimplementedBffServer) GetArticleCountVisitor(context.Context, *GetArticleCountVisitorReq) (*GetArticleCountReply, error)
- func (UnimplementedBffServer) GetArticleDraftList(context.Context, *emptypb.Empty) (*GetArticleDraftListReply, error)
- func (UnimplementedBffServer) GetArticleImageReview(context.Context, *GetArticleImageReviewReq) (*GetArticleImageReviewReply, error)
- func (UnimplementedBffServer) GetArticleList(context.Context, *GetArticleListReq) (*GetArticleListReply, error)
- func (UnimplementedBffServer) GetArticleListHot(context.Context, *GetArticleListHotReq) (*GetArticleListHotReply, error)
- func (UnimplementedBffServer) GetArticleListStatistic(context.Context, *GetArticleListStatisticReq) (*GetArticleListStatisticReply, error)
- func (UnimplementedBffServer) GetArticleSearch(context.Context, *GetArticleSearchReq) (*GetArticleSearchReply, error)
- func (UnimplementedBffServer) GetArticleStatistic(context.Context, *GetArticleStatisticReq) (*GetArticleStatisticReply, error)
- func (UnimplementedBffServer) GetAvatarReview(context.Context, *GetAvatarReviewReq) (*GetAvatarReviewReply, error)
- func (UnimplementedBffServer) GetCollectArticleCount(context.Context, *GetCollectArticleCountReq) (*GetCollectArticleCountReply, error)
- func (UnimplementedBffServer) GetCollectArticleList(context.Context, *GetCollectArticleListReq) (*GetArticleListReply, error)
- func (UnimplementedBffServer) GetCollectColumnCount(context.Context, *GetCollectColumnCountReq) (*GetCollectColumnCountReply, error)
- func (UnimplementedBffServer) GetCollectColumnList(context.Context, *GetCollectColumnListReq) (*GetColumnListReply, error)
- func (UnimplementedBffServer) GetCollectTalkCount(context.Context, *GetCollectTalkCountReq) (*GetCollectTalkCountReply, error)
- func (UnimplementedBffServer) GetCollectTalkList(context.Context, *GetCollectTalkListReq) (*GetTalkListReply, error)
- func (UnimplementedBffServer) GetCollections(context.Context, *GetCollectionsReq) (*GetCollectionsReply, error)
- func (UnimplementedBffServer) GetCollectionsContentReview(context.Context, *GetCollectionsContentReviewReq) (*GetCollectionsContentReviewReply, error)
- func (UnimplementedBffServer) GetCollectionsCount(context.Context, *emptypb.Empty) (*GetCollectionsCountReply, error)
- func (UnimplementedBffServer) GetCollectionsList(context.Context, *GetCollectionsListReq) (*GetCollectionsListReply, error)
- func (UnimplementedBffServer) GetCollectionsListAll(context.Context, *emptypb.Empty) (*GetCollectionsListReply, error)
- func (UnimplementedBffServer) GetCollectionsListByVisitor(context.Context, *GetCollectionsListByVisitorReq) (*GetCollectionsListReply, error)
- func (UnimplementedBffServer) GetCollectionsVisitorCount(context.Context, *GetCollectionsVisitorCountReq) (*GetCollectionsCountReply, error)
- func (UnimplementedBffServer) GetColumnArticleList(context.Context, *GetColumnArticleListReq) (*GetArticleListReply, error)
- func (UnimplementedBffServer) GetColumnContentReview(context.Context, *GetColumnContentReviewReq) (*GetColumnContentReviewReply, error)
- func (UnimplementedBffServer) GetColumnCount(context.Context, *emptypb.Empty) (*GetColumnCountReply, error)
- func (UnimplementedBffServer) GetColumnCountVisitor(context.Context, *GetColumnCountVisitorReq) (*GetColumnCountReply, error)
- func (UnimplementedBffServer) GetColumnImageReview(context.Context, *GetColumnImageReviewReq) (*GetColumnImageReviewReply, error)
- func (UnimplementedBffServer) GetColumnList(context.Context, *GetColumnListReq) (*GetColumnListReply, error)
- func (UnimplementedBffServer) GetColumnListHot(context.Context, *GetColumnListHotReq) (*GetColumnListHotReply, error)
- func (UnimplementedBffServer) GetColumnListStatistic(context.Context, *GetColumnListStatisticReq) (*GetColumnListStatisticReply, error)
- func (UnimplementedBffServer) GetColumnSearch(context.Context, *GetColumnSearchReq) (*GetColumnSearchReply, error)
- func (UnimplementedBffServer) GetColumnStatistic(context.Context, *GetColumnStatisticReq) (*GetColumnStatisticReply, error)
- func (UnimplementedBffServer) GetColumnSubscribes(context.Context, *GetColumnSubscribesReq) (*GetColumnSubscribesReply, error)
- func (UnimplementedBffServer) GetCommentContentReview(context.Context, *GetCommentContentReviewReq) (*GetCommentContentReviewReply, error)
- func (UnimplementedBffServer) GetCommentList(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
- func (UnimplementedBffServer) GetCommentListHot(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
- func (UnimplementedBffServer) GetCommentUser(context.Context, *emptypb.Empty) (*GetCommentUserReply, error)
- func (UnimplementedBffServer) GetCosSessionKey(context.Context, *emptypb.Empty) (*GetCosSessionKeyReply, error)
- func (UnimplementedBffServer) GetCoverReview(context.Context, *GetCoverReviewReq) (*GetCoverReviewReply, error)
- func (UnimplementedBffServer) GetFollowList(context.Context, *GetFollowListReq) (*GetFollowListReply, error)
- func (UnimplementedBffServer) GetFollowListCount(context.Context, *GetFollowListCountReq) (*GetFollowListCountReply, error)
- func (UnimplementedBffServer) GetFollowedList(context.Context, *GetFollowedListReq) (*GetFollowedListReply, error)
- func (UnimplementedBffServer) GetFollowedListCount(context.Context, *GetFollowedListCountReq) (*GetFollowedListCountReply, error)
- func (UnimplementedBffServer) GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedBffServer) GetLastArticleDraft(context.Context, *emptypb.Empty) (*GetLastArticleDraftReply, error)
- func (UnimplementedBffServer) GetLastCollectionsDraft(context.Context, *emptypb.Empty) (*GetLastCollectionsDraftReply, error)
- func (UnimplementedBffServer) GetLastColumnDraft(context.Context, *emptypb.Empty) (*GetLastColumnDraftReply, error)
- func (UnimplementedBffServer) GetLastCommentDraft(context.Context, *emptypb.Empty) (*GetLastCommentDraftReply, error)
- func (UnimplementedBffServer) GetLastTalkDraft(context.Context, *emptypb.Empty) (*GetLastTalkDraftReply, error)
- func (UnimplementedBffServer) GetLeaderBoard(context.Context, *emptypb.Empty) (*GetLeaderBoardReply, error)
- func (UnimplementedBffServer) GetMailBoxLastTime(context.Context, *emptypb.Empty) (*GetMailBoxLastTimeReply, error)
- func (UnimplementedBffServer) GetMessageNotification(context.Context, *emptypb.Empty) (*GetMessageNotificationReply, error)
- func (UnimplementedBffServer) GetMessageSystemNotification(context.Context, *GetMessageSystemNotificationReq) (*GetMessageSystemNotificationReply, error)
- func (UnimplementedBffServer) GetNews(context.Context, *GetNewsReq) (*GetNewsReply, error)
- func (UnimplementedBffServer) GetNewsSearch(context.Context, *GetNewsSearchReq) (*GetNewsSearchReply, error)
- func (UnimplementedBffServer) GetProfile(context.Context, *emptypb.Empty) (*GetProfileReply, error)
- func (UnimplementedBffServer) GetProfileList(context.Context, *GetProfileListReq) (*GetProfileListReply, error)
- func (UnimplementedBffServer) GetProfileUpdate(context.Context, *emptypb.Empty) (*GetProfileUpdateReply, error)
- func (UnimplementedBffServer) GetSubCommentList(context.Context, *GetSubCommentListReq) (*GetSubCommentListReply, error)
- func (UnimplementedBffServer) GetSubscribeList(context.Context, *GetSubscribeListReq) (*GetSubscribeListReply, error)
- func (UnimplementedBffServer) GetSubscribeListCount(context.Context, *GetSubscribeListCountReq) (*GetSubscribeListCountReply, error)
- func (UnimplementedBffServer) GetTalkContentReview(context.Context, *GetTalkContentReviewReq) (*GetTalkContentReviewReply, error)
- func (UnimplementedBffServer) GetTalkCount(context.Context, *emptypb.Empty) (*GetTalkCountReply, error)
- func (UnimplementedBffServer) GetTalkCountVisitor(context.Context, *GetTalkCountVisitorReq) (*GetTalkCountReply, error)
- func (UnimplementedBffServer) GetTalkImageReview(context.Context, *GetTalkImageReviewReq) (*GetTalkImageReviewReply, error)
- func (UnimplementedBffServer) GetTalkList(context.Context, *GetTalkListReq) (*GetTalkListReply, error)
- func (UnimplementedBffServer) GetTalkListHot(context.Context, *GetTalkListHotReq) (*GetTalkListHotReply, error)
- func (UnimplementedBffServer) GetTalkListStatistic(context.Context, *GetTalkListStatisticReq) (*GetTalkListStatisticReply, error)
- func (UnimplementedBffServer) GetTalkSearch(context.Context, *GetTalkSearchReq) (*GetTalkSearchReply, error)
- func (UnimplementedBffServer) GetTalkStatistic(context.Context, *GetTalkStatisticReq) (*GetTalkStatisticReply, error)
- func (UnimplementedBffServer) GetTimeLineUsers(context.Context, *emptypb.Empty) (*GetTimeLineUsersReply, error)
- func (UnimplementedBffServer) GetUserAchievement(context.Context, *GetUserAchievementReq) (*GetUserAchievementReply, error)
- func (UnimplementedBffServer) GetUserArticleAgree(context.Context, *emptypb.Empty) (*GetUserArticleAgreeReply, error)
- func (UnimplementedBffServer) GetUserArticleCollect(context.Context, *emptypb.Empty) (*GetUserArticleCollectReply, error)
- func (UnimplementedBffServer) GetUserArticleList(context.Context, *GetUserArticleListReq) (*GetArticleListReply, error)
- func (UnimplementedBffServer) GetUserArticleListAll(context.Context, *emptypb.Empty) (*GetArticleListReply, error)
- func (UnimplementedBffServer) GetUserArticleListSimple(context.Context, *GetUserArticleListSimpleReq) (*GetArticleListReply, error)
- func (UnimplementedBffServer) GetUserArticleListVisitor(context.Context, *GetUserArticleListVisitorReq) (*GetArticleListReply, error)
- func (UnimplementedBffServer) GetUserColumnAgree(context.Context, *emptypb.Empty) (*GetUserColumnAgreeReply, error)
- func (UnimplementedBffServer) GetUserColumnCollect(context.Context, *emptypb.Empty) (*GetUserColumnCollectReply, error)
- func (UnimplementedBffServer) GetUserColumnList(context.Context, *GetUserColumnListReq) (*GetColumnListReply, error)
- func (UnimplementedBffServer) GetUserColumnListSimple(context.Context, *GetUserColumnListSimpleReq) (*GetColumnListReply, error)
- func (UnimplementedBffServer) GetUserColumnListVisitor(context.Context, *GetUserColumnListVisitorReq) (*GetColumnListReply, error)
- func (UnimplementedBffServer) GetUserCommentAgree(context.Context, *emptypb.Empty) (*GetUserCommentAgreeReply, error)
- func (UnimplementedBffServer) GetUserCommentArticleRepliedList(context.Context, *GetUserCommentArticleRepliedListReq) (*GetUserCommentArticleRepliedListReply, error)
- func (UnimplementedBffServer) GetUserCommentArticleReplyList(context.Context, *GetUserCommentArticleReplyListReq) (*GetUserCommentArticleReplyListReply, error)
- func (UnimplementedBffServer) GetUserCommentRepliedList(context.Context, *GetUserCommentRepliedListReq) (*GetUserCommentRepliedListReply, error)
- func (UnimplementedBffServer) GetUserCommentTalkRepliedList(context.Context, *GetUserCommentTalkRepliedListReq) (*GetUserCommentTalkRepliedListReply, error)
- func (UnimplementedBffServer) GetUserCommentTalkReplyList(context.Context, *GetUserCommentTalkReplyListReq) (*GetUserCommentTalkReplyListReply, error)
- func (UnimplementedBffServer) GetUserFollow(context.Context, *GetUserFollowReq) (*GetUserFollowReply, error)
- func (UnimplementedBffServer) GetUserFollows(context.Context, *emptypb.Empty) (*GetUserFollowsReply, error)
- func (UnimplementedBffServer) GetUserInfo(context.Context, *emptypb.Empty) (*GetUserInfoReply, error)
- func (UnimplementedBffServer) GetUserInfoVisitor(context.Context, *GetUserInfoVisitorReq) (*GetUserInfoReply, error)
- func (UnimplementedBffServer) GetUserMedal(context.Context, *GetUserMedalReq) (*GetUserMedalReply, error)
- func (UnimplementedBffServer) GetUserMedalProgress(context.Context, *emptypb.Empty) (*GetUserMedalProgressReply, error)
- func (UnimplementedBffServer) GetUserSearch(context.Context, *GetUserSearchReq) (*GetUserSearchReply, error)
- func (UnimplementedBffServer) GetUserSubCommentArticleRepliedList(context.Context, *GetUserSubCommentArticleRepliedListReq) (*GetUserSubCommentArticleRepliedListReply, error)
- func (UnimplementedBffServer) GetUserSubCommentArticleReplyList(context.Context, *GetUserSubCommentArticleReplyListReq) (*GetUserSubCommentArticleReplyListReply, error)
- func (UnimplementedBffServer) GetUserSubCommentRepliedList(context.Context, *GetUserSubCommentRepliedListReq) (*GetUserSubCommentRepliedListReply, error)
- func (UnimplementedBffServer) GetUserSubCommentTalkRepliedList(context.Context, *GetUserSubCommentTalkRepliedListReq) (*GetUserSubCommentTalkRepliedListReply, error)
- func (UnimplementedBffServer) GetUserSubCommentTalkReplyList(context.Context, *GetUserSubCommentTalkReplyListReq) (*GetUserSubCommentTalkReplyListReply, error)
- func (UnimplementedBffServer) GetUserSubscribeColumn(context.Context, *emptypb.Empty) (*GetUserSubscribeColumnReply, error)
- func (UnimplementedBffServer) GetUserTalkAgree(context.Context, *emptypb.Empty) (*GetUserTalkAgreeReply, error)
- func (UnimplementedBffServer) GetUserTalkCollect(context.Context, *emptypb.Empty) (*GetUserTalkCollectReply, error)
- func (UnimplementedBffServer) GetUserTalkList(context.Context, *GetUserTalkListReq) (*GetTalkListReply, error)
- func (UnimplementedBffServer) GetUserTalkListSimple(context.Context, *GetUserTalkListSimpleReq) (*GetTalkListReply, error)
- func (UnimplementedBffServer) GetUserTalkListVisitor(context.Context, *GetUserTalkListVisitorReq) (*GetTalkListReply, error)
- func (UnimplementedBffServer) GetUserTimeLineListVisitor(context.Context, *GetUserTimeLineListReq) (*GetUserTimeLineListReply, error)
- func (UnimplementedBffServer) LoginByCode(context.Context, *LoginByCodeReq) (*LoginReply, error)
- func (UnimplementedBffServer) LoginByGitee(context.Context, *LoginByGiteeReq) (*LoginReply, error)
- func (UnimplementedBffServer) LoginByGithub(context.Context, *LoginByGithubReq) (*LoginReply, error)
- func (UnimplementedBffServer) LoginByPassword(context.Context, *LoginByPasswordReq) (*LoginReply, error)
- func (UnimplementedBffServer) LoginByQQ(context.Context, *LoginByQQReq) (*LoginReply, error)
- func (UnimplementedBffServer) LoginByWeChat(context.Context, *LoginByWeChatReq) (*LoginReply, error)
- func (UnimplementedBffServer) LoginPasswordReset(context.Context, *LoginPasswordResetReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) RemoveComment(context.Context, *RemoveCommentReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) RemoveMailBoxCommentCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedBffServer) RemoveMailBoxSubCommentCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedBffServer) RemoveMailBoxSystemNotificationCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedBffServer) RemoveSubComment(context.Context, *RemoveSubCommentReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendArticle(context.Context, *SendArticleReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendArticleEdit(context.Context, *SendArticleEditReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendCollections(context.Context, *SendCollectionsReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendCollectionsEdit(context.Context, *SendCollectionsEditReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendColumn(context.Context, *SendColumnReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendColumnEdit(context.Context, *SendColumnEditReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendComment(context.Context, *SendCommentReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendEmailCode(context.Context, *SendEmailCodeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendPhoneCode(context.Context, *SendPhoneCodeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendSubComment(context.Context, *SendSubCommentReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendTalk(context.Context, *SendTalkReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SendTalkEdit(context.Context, *SendTalkEditReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetArticleAgree(context.Context, *SetArticleAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetArticleCollect(context.Context, *SetArticleCollectReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetArticleView(context.Context, *SetArticleViewReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetColumnAgree(context.Context, *SetColumnAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetColumnCollect(context.Context, *SetColumnCollectReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetColumnView(context.Context, *SetColumnViewReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetCommentAgree(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetMailBoxLastTime(context.Context, *SetMailBoxLastTimeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetProfileUpdate(context.Context, *SetProfileUpdateReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetSubCommentAgree(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetTalkAgree(context.Context, *SetTalkAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetTalkCollect(context.Context, *SetTalkCollectReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetTalkView(context.Context, *SetTalkViewReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserEmail(context.Context, *SetUserEmailReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserFollow(context.Context, *SetUserFollowReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserGitee(context.Context, *SetUserGiteeReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserGithub(context.Context, *SetUserGithubReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserMedal(context.Context, *SetUserMedalReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserPassword(context.Context, *SetUserPasswordReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserPhone(context.Context, *SetUserPhoneReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserQQ(context.Context, *SetUserQQReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SetUserWechat(context.Context, *SetUserWechatReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SubscribeColumn(context.Context, *SubscribeColumnReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) SubscribeJudge(context.Context, *SubscribeJudgeReq) (*SubscribeJudgeReply, error)
- func (UnimplementedBffServer) TalkStatisticJudge(context.Context, *TalkStatisticJudgeReq) (*TalkStatisticJudgeReply, error)
- func (UnimplementedBffServer) UnbindUserEmail(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) UnbindUserGitee(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) UnbindUserGithub(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) UnbindUserPhone(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) UnbindUserQQ(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) UnbindUserWechat(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
- func (UnimplementedBffServer) UserRegister(context.Context, *UserRegisterReq) (*emptypb.Empty, error)
- type UnsafeBffServer
- type UserRegisterReq
- func (*UserRegisterReq) Descriptor() ([]byte, []int)deprecated
- func (x *UserRegisterReq) GetCode() string
- func (x *UserRegisterReq) GetEmail() string
- func (x *UserRegisterReq) GetPassword() string
- func (*UserRegisterReq) ProtoMessage()
- func (x *UserRegisterReq) ProtoReflect() protoreflect.Message
- func (x *UserRegisterReq) Reset()
- func (x *UserRegisterReq) String() string
- func (m *UserRegisterReq) Validate() error
- func (m *UserRegisterReq) ValidateAll() error
- type UserRegisterReqMultiError
- type UserRegisterReqValidationError
- func (e UserRegisterReqValidationError) Cause() error
- func (e UserRegisterReqValidationError) Error() string
- func (e UserRegisterReqValidationError) ErrorName() string
- func (e UserRegisterReqValidationError) Field() string
- func (e UserRegisterReqValidationError) Key() bool
- func (e UserRegisterReqValidationError) Reason() string
Constants ¶
const OperationBffAccessUserMedal = "/bff.v1.Bff/AccessUserMedal"
const OperationBffAddColumnIncludes = "/bff.v1.Bff/AddColumnIncludes"
const OperationBffArticleDraftMark = "/bff.v1.Bff/ArticleDraftMark"
const OperationBffArticleStatisticJudge = "/bff.v1.Bff/ArticleStatisticJudge"
const OperationBffCancelArticleAgree = "/bff.v1.Bff/CancelArticleAgree"
const OperationBffCancelArticleCollect = "/bff.v1.Bff/CancelArticleCollect"
const OperationBffCancelColumnAgree = "/bff.v1.Bff/CancelColumnAgree"
const OperationBffCancelColumnCollect = "/bff.v1.Bff/CancelColumnCollect"
const OperationBffCancelCommentAgree = "/bff.v1.Bff/CancelCommentAgree"
const OperationBffCancelSubCommentAgree = "/bff.v1.Bff/CancelSubCommentAgree"
const OperationBffCancelSubscribeColumn = "/bff.v1.Bff/CancelSubscribeColumn"
const OperationBffCancelTalkAgree = "/bff.v1.Bff/CancelTalkAgree"
const OperationBffCancelTalkCollect = "/bff.v1.Bff/CancelTalkCollect"
const OperationBffCancelUserFollow = "/bff.v1.Bff/CancelUserFollow"
const OperationBffCancelUserMedalSet = "/bff.v1.Bff/CancelUserMedalSet"
const OperationBffChangeUserPassword = "/bff.v1.Bff/ChangeUserPassword"
const OperationBffColumnStatisticJudge = "/bff.v1.Bff/ColumnStatisticJudge"
const OperationBffCreateArticleDraft = "/bff.v1.Bff/CreateArticleDraft"
const OperationBffCreateCollectionsDraft = "/bff.v1.Bff/CreateCollectionsDraft"
const OperationBffCreateColumnDraft = "/bff.v1.Bff/CreateColumnDraft"
const OperationBffCreateCommentDraft = "/bff.v1.Bff/CreateCommentDraft"
const OperationBffCreateTalkDraft = "/bff.v1.Bff/CreateTalkDraft"
const OperationBffDeleteArticle = "/bff.v1.Bff/DeleteArticle"
const OperationBffDeleteArticleDraft = "/bff.v1.Bff/DeleteArticleDraft"
const OperationBffDeleteCollections = "/bff.v1.Bff/DeleteCollections"
const OperationBffDeleteColumn = "/bff.v1.Bff/DeleteColumn"
const OperationBffDeleteColumnIncludes = "/bff.v1.Bff/DeleteColumnIncludes"
const OperationBffDeleteTalk = "/bff.v1.Bff/DeleteTalk"
const OperationBffGetAccount = "/bff.v1.Bff/GetAccount"
const OperationBffGetAchievementList = "/bff.v1.Bff/GetAchievementList"
const OperationBffGetArticleContentReview = "/bff.v1.Bff/GetArticleContentReview"
const OperationBffGetArticleCount = "/bff.v1.Bff/GetArticleCount"
const OperationBffGetArticleCountVisitor = "/bff.v1.Bff/GetArticleCountVisitor"
const OperationBffGetArticleDraftList = "/bff.v1.Bff/GetArticleDraftList"
const OperationBffGetArticleImageReview = "/bff.v1.Bff/GetArticleImageReview"
const OperationBffGetArticleList = "/bff.v1.Bff/GetArticleList"
const OperationBffGetArticleListHot = "/bff.v1.Bff/GetArticleListHot"
const OperationBffGetArticleListStatistic = "/bff.v1.Bff/GetArticleListStatistic"
const OperationBffGetArticleSearch = "/bff.v1.Bff/GetArticleSearch"
const OperationBffGetArticleStatistic = "/bff.v1.Bff/GetArticleStatistic"
const OperationBffGetAvatarReview = "/bff.v1.Bff/GetAvatarReview"
const OperationBffGetCollectArticleCount = "/bff.v1.Bff/GetCollectArticleCount"
const OperationBffGetCollectArticleList = "/bff.v1.Bff/GetCollectArticleList"
const OperationBffGetCollectColumnCount = "/bff.v1.Bff/GetCollectColumnCount"
const OperationBffGetCollectColumnList = "/bff.v1.Bff/GetCollectColumnList"
const OperationBffGetCollectTalkCount = "/bff.v1.Bff/GetCollectTalkCount"
const OperationBffGetCollectTalkList = "/bff.v1.Bff/GetCollectTalkList"
const OperationBffGetCollections = "/bff.v1.Bff/GetCollections"
const OperationBffGetCollectionsContentReview = "/bff.v1.Bff/GetCollectionsContentReview"
const OperationBffGetCollectionsCount = "/bff.v1.Bff/GetCollectionsCount"
const OperationBffGetCollectionsList = "/bff.v1.Bff/GetCollectionsList"
const OperationBffGetCollectionsListAll = "/bff.v1.Bff/GetCollectionsListAll"
const OperationBffGetCollectionsListByVisitor = "/bff.v1.Bff/GetCollectionsListByVisitor"
const OperationBffGetCollectionsVisitorCount = "/bff.v1.Bff/GetCollectionsVisitorCount"
const OperationBffGetColumnArticleList = "/bff.v1.Bff/GetColumnArticleList"
const OperationBffGetColumnContentReview = "/bff.v1.Bff/GetColumnContentReview"
const OperationBffGetColumnCount = "/bff.v1.Bff/GetColumnCount"
const OperationBffGetColumnCountVisitor = "/bff.v1.Bff/GetColumnCountVisitor"
const OperationBffGetColumnImageReview = "/bff.v1.Bff/GetColumnImageReview"
const OperationBffGetColumnList = "/bff.v1.Bff/GetColumnList"
const OperationBffGetColumnListHot = "/bff.v1.Bff/GetColumnListHot"
const OperationBffGetColumnListStatistic = "/bff.v1.Bff/GetColumnListStatistic"
const OperationBffGetColumnSearch = "/bff.v1.Bff/GetColumnSearch"
const OperationBffGetColumnStatistic = "/bff.v1.Bff/GetColumnStatistic"
const OperationBffGetColumnSubscribes = "/bff.v1.Bff/GetColumnSubscribes"
const OperationBffGetCommentContentReview = "/bff.v1.Bff/GetCommentContentReview"
const OperationBffGetCommentList = "/bff.v1.Bff/GetCommentList"
const OperationBffGetCommentListHot = "/bff.v1.Bff/GetCommentListHot"
const OperationBffGetCommentUser = "/bff.v1.Bff/GetCommentUser"
const OperationBffGetCosSessionKey = "/bff.v1.Bff/GetCosSessionKey"
const OperationBffGetCoverReview = "/bff.v1.Bff/GetCoverReview"
const OperationBffGetFollowList = "/bff.v1.Bff/GetFollowList"
const OperationBffGetFollowListCount = "/bff.v1.Bff/GetFollowListCount"
const OperationBffGetFollowedList = "/bff.v1.Bff/GetFollowedList"
const OperationBffGetFollowedListCount = "/bff.v1.Bff/GetFollowedListCount"
const OperationBffGetHealth = "/bff.v1.Bff/GetHealth"
const OperationBffGetLastArticleDraft = "/bff.v1.Bff/GetLastArticleDraft"
const OperationBffGetLastCollectionsDraft = "/bff.v1.Bff/GetLastCollectionsDraft"
const OperationBffGetLastColumnDraft = "/bff.v1.Bff/GetLastColumnDraft"
const OperationBffGetLastCommentDraft = "/bff.v1.Bff/GetLastCommentDraft"
const OperationBffGetLastTalkDraft = "/bff.v1.Bff/GetLastTalkDraft"
const OperationBffGetLeaderBoard = "/bff.v1.Bff/GetLeaderBoard"
const OperationBffGetMailBoxLastTime = "/bff.v1.Bff/GetMailBoxLastTime"
const OperationBffGetMessageNotification = "/bff.v1.Bff/GetMessageNotification"
const OperationBffGetMessageSystemNotification = "/bff.v1.Bff/GetMessageSystemNotification"
const OperationBffGetNews = "/bff.v1.Bff/GetNews"
const OperationBffGetNewsSearch = "/bff.v1.Bff/GetNewsSearch"
const OperationBffGetProfile = "/bff.v1.Bff/GetProfile"
const OperationBffGetProfileList = "/bff.v1.Bff/GetProfileList"
const OperationBffGetProfileUpdate = "/bff.v1.Bff/GetProfileUpdate"
const OperationBffGetSubCommentList = "/bff.v1.Bff/GetSubCommentList"
const OperationBffGetSubscribeList = "/bff.v1.Bff/GetSubscribeList"
const OperationBffGetSubscribeListCount = "/bff.v1.Bff/GetSubscribeListCount"
const OperationBffGetTalkContentReview = "/bff.v1.Bff/GetTalkContentReview"
const OperationBffGetTalkCount = "/bff.v1.Bff/GetTalkCount"
const OperationBffGetTalkCountVisitor = "/bff.v1.Bff/GetTalkCountVisitor"
const OperationBffGetTalkImageReview = "/bff.v1.Bff/GetTalkImageReview"
const OperationBffGetTalkList = "/bff.v1.Bff/GetTalkList"
const OperationBffGetTalkListHot = "/bff.v1.Bff/GetTalkListHot"
const OperationBffGetTalkListStatistic = "/bff.v1.Bff/GetTalkListStatistic"
const OperationBffGetTalkSearch = "/bff.v1.Bff/GetTalkSearch"
const OperationBffGetTalkStatistic = "/bff.v1.Bff/GetTalkStatistic"
const OperationBffGetTimeLineUsers = "/bff.v1.Bff/GetTimeLineUsers"
const OperationBffGetUserAchievement = "/bff.v1.Bff/GetUserAchievement"
const OperationBffGetUserArticleAgree = "/bff.v1.Bff/GetUserArticleAgree"
const OperationBffGetUserArticleCollect = "/bff.v1.Bff/GetUserArticleCollect"
const OperationBffGetUserArticleList = "/bff.v1.Bff/GetUserArticleList"
const OperationBffGetUserArticleListAll = "/bff.v1.Bff/GetUserArticleListAll"
const OperationBffGetUserArticleListSimple = "/bff.v1.Bff/GetUserArticleListSimple"
const OperationBffGetUserArticleListVisitor = "/bff.v1.Bff/GetUserArticleListVisitor"
const OperationBffGetUserColumnAgree = "/bff.v1.Bff/GetUserColumnAgree"
const OperationBffGetUserColumnCollect = "/bff.v1.Bff/GetUserColumnCollect"
const OperationBffGetUserColumnList = "/bff.v1.Bff/GetUserColumnList"
const OperationBffGetUserColumnListSimple = "/bff.v1.Bff/GetUserColumnListSimple"
const OperationBffGetUserColumnListVisitor = "/bff.v1.Bff/GetUserColumnListVisitor"
const OperationBffGetUserCommentAgree = "/bff.v1.Bff/GetUserCommentAgree"
const OperationBffGetUserCommentArticleRepliedList = "/bff.v1.Bff/GetUserCommentArticleRepliedList"
const OperationBffGetUserCommentArticleReplyList = "/bff.v1.Bff/GetUserCommentArticleReplyList"
const OperationBffGetUserCommentRepliedList = "/bff.v1.Bff/GetUserCommentRepliedList"
const OperationBffGetUserCommentTalkRepliedList = "/bff.v1.Bff/GetUserCommentTalkRepliedList"
const OperationBffGetUserCommentTalkReplyList = "/bff.v1.Bff/GetUserCommentTalkReplyList"
const OperationBffGetUserFollow = "/bff.v1.Bff/GetUserFollow"
const OperationBffGetUserFollows = "/bff.v1.Bff/GetUserFollows"
const OperationBffGetUserInfo = "/bff.v1.Bff/GetUserInfo"
const OperationBffGetUserInfoVisitor = "/bff.v1.Bff/GetUserInfoVisitor"
const OperationBffGetUserMedal = "/bff.v1.Bff/GetUserMedal"
const OperationBffGetUserMedalProgress = "/bff.v1.Bff/GetUserMedalProgress"
const OperationBffGetUserSearch = "/bff.v1.Bff/GetUserSearch"
const OperationBffGetUserSubCommentArticleRepliedList = "/bff.v1.Bff/GetUserSubCommentArticleRepliedList"
const OperationBffGetUserSubCommentArticleReplyList = "/bff.v1.Bff/GetUserSubCommentArticleReplyList"
const OperationBffGetUserSubCommentRepliedList = "/bff.v1.Bff/GetUserSubCommentRepliedList"
const OperationBffGetUserSubCommentTalkRepliedList = "/bff.v1.Bff/GetUserSubCommentTalkRepliedList"
const OperationBffGetUserSubCommentTalkReplyList = "/bff.v1.Bff/GetUserSubCommentTalkReplyList"
const OperationBffGetUserSubscribeColumn = "/bff.v1.Bff/GetUserSubscribeColumn"
const OperationBffGetUserTalkAgree = "/bff.v1.Bff/GetUserTalkAgree"
const OperationBffGetUserTalkCollect = "/bff.v1.Bff/GetUserTalkCollect"
const OperationBffGetUserTalkList = "/bff.v1.Bff/GetUserTalkList"
const OperationBffGetUserTalkListSimple = "/bff.v1.Bff/GetUserTalkListSimple"
const OperationBffGetUserTalkListVisitor = "/bff.v1.Bff/GetUserTalkListVisitor"
const OperationBffGetUserTimeLineListVisitor = "/bff.v1.Bff/GetUserTimeLineListVisitor"
const OperationBffLoginByCode = "/bff.v1.Bff/LoginByCode"
const OperationBffLoginByGitee = "/bff.v1.Bff/LoginByGitee"
const OperationBffLoginByGithub = "/bff.v1.Bff/LoginByGithub"
const OperationBffLoginByPassword = "/bff.v1.Bff/LoginByPassword"
const OperationBffLoginByQQ = "/bff.v1.Bff/LoginByQQ"
const OperationBffLoginByWeChat = "/bff.v1.Bff/LoginByWeChat"
const OperationBffLoginPasswordReset = "/bff.v1.Bff/LoginPasswordReset"
const OperationBffRemoveComment = "/bff.v1.Bff/RemoveComment"
const OperationBffRemoveMailBoxCommentCount = "/bff.v1.Bff/RemoveMailBoxCommentCount"
const OperationBffRemoveMailBoxSubCommentCount = "/bff.v1.Bff/RemoveMailBoxSubCommentCount"
const OperationBffRemoveMailBoxSystemNotificationCount = "/bff.v1.Bff/RemoveMailBoxSystemNotificationCount"
const OperationBffRemoveSubComment = "/bff.v1.Bff/RemoveSubComment"
const OperationBffSendArticle = "/bff.v1.Bff/SendArticle"
const OperationBffSendArticleEdit = "/bff.v1.Bff/SendArticleEdit"
const OperationBffSendCollections = "/bff.v1.Bff/SendCollections"
const OperationBffSendCollectionsEdit = "/bff.v1.Bff/SendCollectionsEdit"
const OperationBffSendColumn = "/bff.v1.Bff/SendColumn"
const OperationBffSendColumnEdit = "/bff.v1.Bff/SendColumnEdit"
const OperationBffSendComment = "/bff.v1.Bff/SendComment"
const OperationBffSendEmailCode = "/bff.v1.Bff/SendEmailCode"
const OperationBffSendPhoneCode = "/bff.v1.Bff/SendPhoneCode"
const OperationBffSendSubComment = "/bff.v1.Bff/SendSubComment"
const OperationBffSendTalk = "/bff.v1.Bff/SendTalk"
const OperationBffSendTalkEdit = "/bff.v1.Bff/SendTalkEdit"
const OperationBffSetArticleAgree = "/bff.v1.Bff/SetArticleAgree"
const OperationBffSetArticleCollect = "/bff.v1.Bff/SetArticleCollect"
const OperationBffSetArticleView = "/bff.v1.Bff/SetArticleView"
const OperationBffSetColumnAgree = "/bff.v1.Bff/SetColumnAgree"
const OperationBffSetColumnCollect = "/bff.v1.Bff/SetColumnCollect"
const OperationBffSetColumnView = "/bff.v1.Bff/SetColumnView"
const OperationBffSetCommentAgree = "/bff.v1.Bff/SetCommentAgree"
const OperationBffSetMailBoxLastTime = "/bff.v1.Bff/SetMailBoxLastTime"
const OperationBffSetProfileUpdate = "/bff.v1.Bff/SetProfileUpdate"
const OperationBffSetSubCommentAgree = "/bff.v1.Bff/SetSubCommentAgree"
const OperationBffSetTalkAgree = "/bff.v1.Bff/SetTalkAgree"
const OperationBffSetTalkCollect = "/bff.v1.Bff/SetTalkCollect"
const OperationBffSetTalkView = "/bff.v1.Bff/SetTalkView"
const OperationBffSetUserEmail = "/bff.v1.Bff/SetUserEmail"
const OperationBffSetUserFollow = "/bff.v1.Bff/SetUserFollow"
const OperationBffSetUserGitee = "/bff.v1.Bff/SetUserGitee"
const OperationBffSetUserGithub = "/bff.v1.Bff/SetUserGithub"
const OperationBffSetUserMedal = "/bff.v1.Bff/SetUserMedal"
const OperationBffSetUserPassword = "/bff.v1.Bff/SetUserPassword"
const OperationBffSetUserPhone = "/bff.v1.Bff/SetUserPhone"
const OperationBffSetUserQQ = "/bff.v1.Bff/SetUserQQ"
const OperationBffSetUserWechat = "/bff.v1.Bff/SetUserWechat"
const OperationBffSubscribeColumn = "/bff.v1.Bff/SubscribeColumn"
const OperationBffSubscribeJudge = "/bff.v1.Bff/SubscribeJudge"
const OperationBffTalkStatisticJudge = "/bff.v1.Bff/TalkStatisticJudge"
const OperationBffUnbindUserEmail = "/bff.v1.Bff/UnbindUserEmail"
const OperationBffUnbindUserGitee = "/bff.v1.Bff/UnbindUserGitee"
const OperationBffUnbindUserGithub = "/bff.v1.Bff/UnbindUserGithub"
const OperationBffUnbindUserPhone = "/bff.v1.Bff/UnbindUserPhone"
const OperationBffUnbindUserQQ = "/bff.v1.Bff/UnbindUserQQ"
const OperationBffUnbindUserWechat = "/bff.v1.Bff/UnbindUserWechat"
const OperationBffUserRegister = "/bff.v1.Bff/UserRegister"
Variables ¶
var ( BffErrorReason_name = map[int32]string{ 0: "UNKNOWN_ERROR", } BffErrorReason_value = map[string]int32{ "UNKNOWN_ERROR": 0, } )
Enum value maps for BffErrorReason.
var Bff_ServiceDesc = grpc.ServiceDesc{ ServiceName: "bff.v1.Bff", HandlerType: (*BffServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetHealth", Handler: _Bff_GetHealth_Handler, }, { MethodName: "UserRegister", Handler: _Bff_UserRegister_Handler, }, { MethodName: "LoginByPassword", Handler: _Bff_LoginByPassword_Handler, }, { MethodName: "LoginByCode", Handler: _Bff_LoginByCode_Handler, }, { MethodName: "LoginByWeChat", Handler: _Bff_LoginByWeChat_Handler, }, { MethodName: "LoginByQQ", Handler: _Bff_LoginByQQ_Handler, }, { MethodName: "LoginByGithub", Handler: _Bff_LoginByGithub_Handler, }, { MethodName: "LoginByGitee", Handler: _Bff_LoginByGitee_Handler, }, { MethodName: "LoginPasswordReset", Handler: _Bff_LoginPasswordReset_Handler, }, { MethodName: "SendPhoneCode", Handler: _Bff_SendPhoneCode_Handler, }, { MethodName: "SendEmailCode", Handler: _Bff_SendEmailCode_Handler, }, { MethodName: "GetCosSessionKey", Handler: _Bff_GetCosSessionKey_Handler, }, { MethodName: "GetAvatarReview", Handler: _Bff_GetAvatarReview_Handler, }, { MethodName: "GetCoverReview", Handler: _Bff_GetCoverReview_Handler, }, { MethodName: "GetAccount", Handler: _Bff_GetAccount_Handler, }, { MethodName: "GetProfile", Handler: _Bff_GetProfile_Handler, }, { MethodName: "GetProfileList", Handler: _Bff_GetProfileList_Handler, }, { MethodName: "GetUserInfo", Handler: _Bff_GetUserInfo_Handler, }, { MethodName: "GetUserInfoVisitor", Handler: _Bff_GetUserInfoVisitor_Handler, }, { MethodName: "GetUserFollow", Handler: _Bff_GetUserFollow_Handler, }, { MethodName: "GetUserFollows", Handler: _Bff_GetUserFollows_Handler, }, { MethodName: "GetTimeLineUsers", Handler: _Bff_GetTimeLineUsers_Handler, }, { MethodName: "GetFollowList", Handler: _Bff_GetFollowList_Handler, }, { MethodName: "GetFollowListCount", Handler: _Bff_GetFollowListCount_Handler, }, { MethodName: "GetFollowedList", Handler: _Bff_GetFollowedList_Handler, }, { MethodName: "GetFollowedListCount", Handler: _Bff_GetFollowedListCount_Handler, }, { MethodName: "GetProfileUpdate", Handler: _Bff_GetProfileUpdate_Handler, }, { MethodName: "GetUserSearch", Handler: _Bff_GetUserSearch_Handler, }, { MethodName: "SetProfileUpdate", Handler: _Bff_SetProfileUpdate_Handler, }, { MethodName: "SetUserPhone", Handler: _Bff_SetUserPhone_Handler, }, { MethodName: "SetUserEmail", Handler: _Bff_SetUserEmail_Handler, }, { MethodName: "SetUserPassword", Handler: _Bff_SetUserPassword_Handler, }, { MethodName: "SetUserWechat", Handler: _Bff_SetUserWechat_Handler, }, { MethodName: "SetUserQQ", Handler: _Bff_SetUserQQ_Handler, }, { MethodName: "SetUserGitee", Handler: _Bff_SetUserGitee_Handler, }, { MethodName: "SetUserGithub", Handler: _Bff_SetUserGithub_Handler, }, { MethodName: "SetUserFollow", Handler: _Bff_SetUserFollow_Handler, }, { MethodName: "CancelUserFollow", Handler: _Bff_CancelUserFollow_Handler, }, { MethodName: "ChangeUserPassword", Handler: _Bff_ChangeUserPassword_Handler, }, { MethodName: "UnbindUserPhone", Handler: _Bff_UnbindUserPhone_Handler, }, { MethodName: "UnbindUserEmail", Handler: _Bff_UnbindUserEmail_Handler, }, { MethodName: "UnbindUserWechat", Handler: _Bff_UnbindUserWechat_Handler, }, { MethodName: "UnbindUserQQ", Handler: _Bff_UnbindUserQQ_Handler, }, { MethodName: "UnbindUserGitee", Handler: _Bff_UnbindUserGitee_Handler, }, { MethodName: "UnbindUserGithub", Handler: _Bff_UnbindUserGithub_Handler, }, { MethodName: "GetLeaderBoard", Handler: _Bff_GetLeaderBoard_Handler, }, { MethodName: "GetCollectArticleList", Handler: _Bff_GetCollectArticleList_Handler, }, { MethodName: "GetCollectArticleCount", Handler: _Bff_GetCollectArticleCount_Handler, }, { MethodName: "GetCollectTalkList", Handler: _Bff_GetCollectTalkList_Handler, }, { MethodName: "GetCollectTalkCount", Handler: _Bff_GetCollectTalkCount_Handler, }, { MethodName: "GetCollectColumnList", Handler: _Bff_GetCollectColumnList_Handler, }, { MethodName: "GetCollectColumnCount", Handler: _Bff_GetCollectColumnCount_Handler, }, { MethodName: "GetCollections", Handler: _Bff_GetCollections_Handler, }, { MethodName: "GetCollectionsList", Handler: _Bff_GetCollectionsList_Handler, }, { MethodName: "GetCollectionsListAll", Handler: _Bff_GetCollectionsListAll_Handler, }, { MethodName: "GetCollectionsCount", Handler: _Bff_GetCollectionsCount_Handler, }, { MethodName: "GetCollectionsListByVisitor", Handler: _Bff_GetCollectionsListByVisitor_Handler, }, { MethodName: "GetCollectionsVisitorCount", Handler: _Bff_GetCollectionsVisitorCount_Handler, }, { MethodName: "GetLastCollectionsDraft", Handler: _Bff_GetLastCollectionsDraft_Handler, }, { MethodName: "GetCollectionsContentReview", Handler: _Bff_GetCollectionsContentReview_Handler, }, { MethodName: "GetUserTimeLineListVisitor", Handler: _Bff_GetUserTimeLineListVisitor_Handler, }, { MethodName: "CreateCollectionsDraft", Handler: _Bff_CreateCollectionsDraft_Handler, }, { MethodName: "SendCollections", Handler: _Bff_SendCollections_Handler, }, { MethodName: "SendCollectionsEdit", Handler: _Bff_SendCollectionsEdit_Handler, }, { MethodName: "DeleteCollections", Handler: _Bff_DeleteCollections_Handler, }, { MethodName: "GetArticleList", Handler: _Bff_GetArticleList_Handler, }, { MethodName: "GetArticleListHot", Handler: _Bff_GetArticleListHot_Handler, }, { MethodName: "GetColumnArticleList", Handler: _Bff_GetColumnArticleList_Handler, }, { MethodName: "GetArticleCount", Handler: _Bff_GetArticleCount_Handler, }, { MethodName: "GetArticleCountVisitor", Handler: _Bff_GetArticleCountVisitor_Handler, }, { MethodName: "GetUserArticleList", Handler: _Bff_GetUserArticleList_Handler, }, { MethodName: "GetUserArticleListSimple", Handler: _Bff_GetUserArticleListSimple_Handler, }, { MethodName: "GetUserArticleListVisitor", Handler: _Bff_GetUserArticleListVisitor_Handler, }, { MethodName: "GetUserArticleListAll", Handler: _Bff_GetUserArticleListAll_Handler, }, { MethodName: "GetArticleStatistic", Handler: _Bff_GetArticleStatistic_Handler, }, { MethodName: "GetUserArticleAgree", Handler: _Bff_GetUserArticleAgree_Handler, }, { MethodName: "GetUserArticleCollect", Handler: _Bff_GetUserArticleCollect_Handler, }, { MethodName: "GetArticleListStatistic", Handler: _Bff_GetArticleListStatistic_Handler, }, { MethodName: "GetLastArticleDraft", Handler: _Bff_GetLastArticleDraft_Handler, }, { MethodName: "GetArticleSearch", Handler: _Bff_GetArticleSearch_Handler, }, { MethodName: "GetArticleImageReview", Handler: _Bff_GetArticleImageReview_Handler, }, { MethodName: "GetArticleContentReview", Handler: _Bff_GetArticleContentReview_Handler, }, { MethodName: "CreateArticleDraft", Handler: _Bff_CreateArticleDraft_Handler, }, { MethodName: "ArticleDraftMark", Handler: _Bff_ArticleDraftMark_Handler, }, { MethodName: "GetArticleDraftList", Handler: _Bff_GetArticleDraftList_Handler, }, { MethodName: "SendArticle", Handler: _Bff_SendArticle_Handler, }, { MethodName: "SendArticleEdit", Handler: _Bff_SendArticleEdit_Handler, }, { MethodName: "DeleteArticle", Handler: _Bff_DeleteArticle_Handler, }, { MethodName: "DeleteArticleDraft", Handler: _Bff_DeleteArticleDraft_Handler, }, { MethodName: "SetArticleAgree", Handler: _Bff_SetArticleAgree_Handler, }, { MethodName: "SetArticleView", Handler: _Bff_SetArticleView_Handler, }, { MethodName: "SetArticleCollect", Handler: _Bff_SetArticleCollect_Handler, }, { MethodName: "CancelArticleAgree", Handler: _Bff_CancelArticleAgree_Handler, }, { MethodName: "CancelArticleCollect", Handler: _Bff_CancelArticleCollect_Handler, }, { MethodName: "ArticleStatisticJudge", Handler: _Bff_ArticleStatisticJudge_Handler, }, { MethodName: "GetTalkList", Handler: _Bff_GetTalkList_Handler, }, { MethodName: "GetTalkListHot", Handler: _Bff_GetTalkListHot_Handler, }, { MethodName: "GetTalkListStatistic", Handler: _Bff_GetTalkListStatistic_Handler, }, { MethodName: "GetUserTalkList", Handler: _Bff_GetUserTalkList_Handler, }, { MethodName: "GetUserTalkListSimple", Handler: _Bff_GetUserTalkListSimple_Handler, }, { MethodName: "GetUserTalkListVisitor", Handler: _Bff_GetUserTalkListVisitor_Handler, }, { MethodName: "GetTalkCount", Handler: _Bff_GetTalkCount_Handler, }, { MethodName: "GetTalkCountVisitor", Handler: _Bff_GetTalkCountVisitor_Handler, }, { MethodName: "GetTalkStatistic", Handler: _Bff_GetTalkStatistic_Handler, }, { MethodName: "GetLastTalkDraft", Handler: _Bff_GetLastTalkDraft_Handler, }, { MethodName: "GetTalkSearch", Handler: _Bff_GetTalkSearch_Handler, }, { MethodName: "GetUserTalkAgree", Handler: _Bff_GetUserTalkAgree_Handler, }, { MethodName: "GetUserTalkCollect", Handler: _Bff_GetUserTalkCollect_Handler, }, { MethodName: "GetTalkImageReview", Handler: _Bff_GetTalkImageReview_Handler, }, { MethodName: "GetTalkContentReview", Handler: _Bff_GetTalkContentReview_Handler, }, { MethodName: "CreateTalkDraft", Handler: _Bff_CreateTalkDraft_Handler, }, { MethodName: "SendTalk", Handler: _Bff_SendTalk_Handler, }, { MethodName: "SendTalkEdit", Handler: _Bff_SendTalkEdit_Handler, }, { MethodName: "DeleteTalk", Handler: _Bff_DeleteTalk_Handler, }, { MethodName: "SetTalkView", Handler: _Bff_SetTalkView_Handler, }, { MethodName: "TalkStatisticJudge", Handler: _Bff_TalkStatisticJudge_Handler, }, { MethodName: "SetTalkAgree", Handler: _Bff_SetTalkAgree_Handler, }, { MethodName: "SetTalkCollect", Handler: _Bff_SetTalkCollect_Handler, }, { MethodName: "CancelTalkAgree", Handler: _Bff_CancelTalkAgree_Handler, }, { MethodName: "CancelTalkCollect", Handler: _Bff_CancelTalkCollect_Handler, }, { MethodName: "GetLastColumnDraft", Handler: _Bff_GetLastColumnDraft_Handler, }, { MethodName: "CreateColumnDraft", Handler: _Bff_CreateColumnDraft_Handler, }, { MethodName: "SubscribeColumn", Handler: _Bff_SubscribeColumn_Handler, }, { MethodName: "CancelSubscribeColumn", Handler: _Bff_CancelSubscribeColumn_Handler, }, { MethodName: "SubscribeJudge", Handler: _Bff_SubscribeJudge_Handler, }, { MethodName: "SendColumn", Handler: _Bff_SendColumn_Handler, }, { MethodName: "GetSubscribeList", Handler: _Bff_GetSubscribeList_Handler, }, { MethodName: "GetSubscribeListCount", Handler: _Bff_GetSubscribeListCount_Handler, }, { MethodName: "GetColumnSubscribes", Handler: _Bff_GetColumnSubscribes_Handler, }, { MethodName: "GetColumnList", Handler: _Bff_GetColumnList_Handler, }, { MethodName: "GetColumnListHot", Handler: _Bff_GetColumnListHot_Handler, }, { MethodName: "GetColumnListStatistic", Handler: _Bff_GetColumnListStatistic_Handler, }, { MethodName: "GetUserColumnList", Handler: _Bff_GetUserColumnList_Handler, }, { MethodName: "GetUserColumnListSimple", Handler: _Bff_GetUserColumnListSimple_Handler, }, { MethodName: "GetUserColumnListVisitor", Handler: _Bff_GetUserColumnListVisitor_Handler, }, { MethodName: "GetColumnCount", Handler: _Bff_GetColumnCount_Handler, }, { MethodName: "GetColumnCountVisitor", Handler: _Bff_GetColumnCountVisitor_Handler, }, { MethodName: "GetColumnSearch", Handler: _Bff_GetColumnSearch_Handler, }, { MethodName: "SendColumnEdit", Handler: _Bff_SendColumnEdit_Handler, }, { MethodName: "DeleteColumn", Handler: _Bff_DeleteColumn_Handler, }, { MethodName: "GetColumnStatistic", Handler: _Bff_GetColumnStatistic_Handler, }, { MethodName: "GetUserColumnAgree", Handler: _Bff_GetUserColumnAgree_Handler, }, { MethodName: "GetUserColumnCollect", Handler: _Bff_GetUserColumnCollect_Handler, }, { MethodName: "GetUserSubscribeColumn", Handler: _Bff_GetUserSubscribeColumn_Handler, }, { MethodName: "GetColumnImageReview", Handler: _Bff_GetColumnImageReview_Handler, }, { MethodName: "GetColumnContentReview", Handler: _Bff_GetColumnContentReview_Handler, }, { MethodName: "ColumnStatisticJudge", Handler: _Bff_ColumnStatisticJudge_Handler, }, { MethodName: "SetColumnAgree", Handler: _Bff_SetColumnAgree_Handler, }, { MethodName: "CancelColumnAgree", Handler: _Bff_CancelColumnAgree_Handler, }, { MethodName: "SetColumnCollect", Handler: _Bff_SetColumnCollect_Handler, }, { MethodName: "CancelColumnCollect", Handler: _Bff_CancelColumnCollect_Handler, }, { MethodName: "SetColumnView", Handler: _Bff_SetColumnView_Handler, }, { MethodName: "AddColumnIncludes", Handler: _Bff_AddColumnIncludes_Handler, }, { MethodName: "DeleteColumnIncludes", Handler: _Bff_DeleteColumnIncludes_Handler, }, { MethodName: "GetNews", Handler: _Bff_GetNews_Handler, }, { MethodName: "GetNewsSearch", Handler: _Bff_GetNewsSearch_Handler, }, { MethodName: "GetAchievementList", Handler: _Bff_GetAchievementList_Handler, }, { MethodName: "GetUserAchievement", Handler: _Bff_GetUserAchievement_Handler, }, { MethodName: "GetUserMedal", Handler: _Bff_GetUserMedal_Handler, }, { MethodName: "AccessUserMedal", Handler: _Bff_AccessUserMedal_Handler, }, { MethodName: "GetUserMedalProgress", Handler: _Bff_GetUserMedalProgress_Handler, }, { MethodName: "SetUserMedal", Handler: _Bff_SetUserMedal_Handler, }, { MethodName: "CancelUserMedalSet", Handler: _Bff_CancelUserMedalSet_Handler, }, { MethodName: "GetLastCommentDraft", Handler: _Bff_GetLastCommentDraft_Handler, }, { MethodName: "GetUserCommentAgree", Handler: _Bff_GetUserCommentAgree_Handler, }, { MethodName: "GetCommentUser", Handler: _Bff_GetCommentUser_Handler, }, { MethodName: "GetCommentList", Handler: _Bff_GetCommentList_Handler, }, { MethodName: "GetSubCommentList", Handler: _Bff_GetSubCommentList_Handler, }, { MethodName: "GetCommentListHot", Handler: _Bff_GetCommentListHot_Handler, }, { MethodName: "GetUserCommentArticleReplyList", Handler: _Bff_GetUserCommentArticleReplyList_Handler, }, { MethodName: "GetUserSubCommentArticleReplyList", Handler: _Bff_GetUserSubCommentArticleReplyList_Handler, }, { MethodName: "GetUserCommentTalkReplyList", Handler: _Bff_GetUserCommentTalkReplyList_Handler, }, { MethodName: "GetUserSubCommentTalkReplyList", Handler: _Bff_GetUserSubCommentTalkReplyList_Handler, }, { MethodName: "GetUserCommentArticleRepliedList", Handler: _Bff_GetUserCommentArticleRepliedList_Handler, }, { MethodName: "GetUserSubCommentArticleRepliedList", Handler: _Bff_GetUserSubCommentArticleRepliedList_Handler, }, { MethodName: "GetUserCommentTalkRepliedList", Handler: _Bff_GetUserCommentTalkRepliedList_Handler, }, { MethodName: "GetUserSubCommentTalkRepliedList", Handler: _Bff_GetUserSubCommentTalkRepliedList_Handler, }, { MethodName: "GetUserCommentRepliedList", Handler: _Bff_GetUserCommentRepliedList_Handler, }, { MethodName: "GetUserSubCommentRepliedList", Handler: _Bff_GetUserSubCommentRepliedList_Handler, }, { MethodName: "GetCommentContentReview", Handler: _Bff_GetCommentContentReview_Handler, }, { MethodName: "CreateCommentDraft", Handler: _Bff_CreateCommentDraft_Handler, }, { MethodName: "SendComment", Handler: _Bff_SendComment_Handler, }, { MethodName: "SendSubComment", Handler: _Bff_SendSubComment_Handler, }, { MethodName: "RemoveComment", Handler: _Bff_RemoveComment_Handler, }, { MethodName: "RemoveSubComment", Handler: _Bff_RemoveSubComment_Handler, }, { MethodName: "SetCommentAgree", Handler: _Bff_SetCommentAgree_Handler, }, { MethodName: "SetSubCommentAgree", Handler: _Bff_SetSubCommentAgree_Handler, }, { MethodName: "CancelCommentAgree", Handler: _Bff_CancelCommentAgree_Handler, }, { MethodName: "CancelSubCommentAgree", Handler: _Bff_CancelSubCommentAgree_Handler, }, { MethodName: "GetMessageNotification", Handler: _Bff_GetMessageNotification_Handler, }, { MethodName: "GetMessageSystemNotification", Handler: _Bff_GetMessageSystemNotification_Handler, }, { MethodName: "GetMailBoxLastTime", Handler: _Bff_GetMailBoxLastTime_Handler, }, { MethodName: "SetMailBoxLastTime", Handler: _Bff_SetMailBoxLastTime_Handler, }, { MethodName: "RemoveMailBoxCommentCount", Handler: _Bff_RemoveMailBoxCommentCount_Handler, }, { MethodName: "RemoveMailBoxSubCommentCount", Handler: _Bff_RemoveMailBoxSubCommentCount_Handler, }, { MethodName: "RemoveMailBoxSystemNotificationCount", Handler: _Bff_RemoveMailBoxSystemNotificationCount_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "bff/interface/v1/bff.proto", }
Bff_ServiceDesc is the grpc.ServiceDesc for Bff service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_bff_interface_v1_bff_error_proto protoreflect.FileDescriptor
var File_bff_interface_v1_bff_proto protoreflect.FileDescriptor
Functions ¶
func ErrorUnknownError ¶
func IsUnknownError ¶
func RegisterBffHTTPServer ¶
func RegisterBffHTTPServer(s *http.Server, srv BffHTTPServer)
func RegisterBffServer ¶
func RegisterBffServer(s grpc.ServiceRegistrar, srv BffServer)
Types ¶
type AccessUserMedalReq ¶
type AccessUserMedalReq struct { Medal string `protobuf:"bytes,1,opt,name=medal,proto3" json:"medal,omitempty"` // contains filtered or unexported fields }
func (*AccessUserMedalReq) Descriptor
deprecated
func (*AccessUserMedalReq) Descriptor() ([]byte, []int)
Deprecated: Use AccessUserMedalReq.ProtoReflect.Descriptor instead.
func (*AccessUserMedalReq) GetMedal ¶
func (x *AccessUserMedalReq) GetMedal() string
func (*AccessUserMedalReq) ProtoMessage ¶
func (*AccessUserMedalReq) ProtoMessage()
func (*AccessUserMedalReq) ProtoReflect ¶
func (x *AccessUserMedalReq) ProtoReflect() protoreflect.Message
func (*AccessUserMedalReq) Reset ¶
func (x *AccessUserMedalReq) Reset()
func (*AccessUserMedalReq) String ¶
func (x *AccessUserMedalReq) String() string
func (*AccessUserMedalReq) Validate ¶
func (m *AccessUserMedalReq) Validate() error
Validate checks the field values on AccessUserMedalReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AccessUserMedalReq) ValidateAll ¶
func (m *AccessUserMedalReq) ValidateAll() error
ValidateAll checks the field values on AccessUserMedalReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AccessUserMedalReqMultiError, or nil if none found.
type AccessUserMedalReqMultiError ¶
type AccessUserMedalReqMultiError []error
AccessUserMedalReqMultiError is an error wrapping multiple validation errors returned by AccessUserMedalReq.ValidateAll() if the designated constraints aren't met.
func (AccessUserMedalReqMultiError) AllErrors ¶
func (m AccessUserMedalReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AccessUserMedalReqMultiError) Error ¶
func (m AccessUserMedalReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AccessUserMedalReqValidationError ¶
type AccessUserMedalReqValidationError struct {
// contains filtered or unexported fields
}
AccessUserMedalReqValidationError is the validation error returned by AccessUserMedalReq.Validate if the designated constraints aren't met.
func (AccessUserMedalReqValidationError) Cause ¶
func (e AccessUserMedalReqValidationError) Cause() error
Cause function returns cause value.
func (AccessUserMedalReqValidationError) Error ¶
func (e AccessUserMedalReqValidationError) Error() string
Error satisfies the builtin error interface
func (AccessUserMedalReqValidationError) ErrorName ¶
func (e AccessUserMedalReqValidationError) ErrorName() string
ErrorName returns error name.
func (AccessUserMedalReqValidationError) Field ¶
func (e AccessUserMedalReqValidationError) Field() string
Field function returns field value.
func (AccessUserMedalReqValidationError) Key ¶
func (e AccessUserMedalReqValidationError) Key() bool
Key function returns key value.
func (AccessUserMedalReqValidationError) Reason ¶
func (e AccessUserMedalReqValidationError) Reason() string
Reason function returns reason value.
type AddColumnIncludesReq ¶
type AddColumnIncludesReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` ArticleId int32 `protobuf:"varint,2,opt,name=article_id,json=articleId,proto3" json:"article_id,omitempty"` // contains filtered or unexported fields }
func (*AddColumnIncludesReq) Descriptor
deprecated
func (*AddColumnIncludesReq) Descriptor() ([]byte, []int)
Deprecated: Use AddColumnIncludesReq.ProtoReflect.Descriptor instead.
func (*AddColumnIncludesReq) GetArticleId ¶
func (x *AddColumnIncludesReq) GetArticleId() int32
func (*AddColumnIncludesReq) GetId ¶
func (x *AddColumnIncludesReq) GetId() int32
func (*AddColumnIncludesReq) ProtoMessage ¶
func (*AddColumnIncludesReq) ProtoMessage()
func (*AddColumnIncludesReq) ProtoReflect ¶
func (x *AddColumnIncludesReq) ProtoReflect() protoreflect.Message
func (*AddColumnIncludesReq) Reset ¶
func (x *AddColumnIncludesReq) Reset()
func (*AddColumnIncludesReq) String ¶
func (x *AddColumnIncludesReq) String() string
func (*AddColumnIncludesReq) Validate ¶
func (m *AddColumnIncludesReq) Validate() error
Validate checks the field values on AddColumnIncludesReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AddColumnIncludesReq) ValidateAll ¶
func (m *AddColumnIncludesReq) ValidateAll() error
ValidateAll checks the field values on AddColumnIncludesReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddColumnIncludesReqMultiError, or nil if none found.
type AddColumnIncludesReqMultiError ¶
type AddColumnIncludesReqMultiError []error
AddColumnIncludesReqMultiError is an error wrapping multiple validation errors returned by AddColumnIncludesReq.ValidateAll() if the designated constraints aren't met.
func (AddColumnIncludesReqMultiError) AllErrors ¶
func (m AddColumnIncludesReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AddColumnIncludesReqMultiError) Error ¶
func (m AddColumnIncludesReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AddColumnIncludesReqValidationError ¶
type AddColumnIncludesReqValidationError struct {
// contains filtered or unexported fields
}
AddColumnIncludesReqValidationError is the validation error returned by AddColumnIncludesReq.Validate if the designated constraints aren't met.
func (AddColumnIncludesReqValidationError) Cause ¶
func (e AddColumnIncludesReqValidationError) Cause() error
Cause function returns cause value.
func (AddColumnIncludesReqValidationError) Error ¶
func (e AddColumnIncludesReqValidationError) Error() string
Error satisfies the builtin error interface
func (AddColumnIncludesReqValidationError) ErrorName ¶
func (e AddColumnIncludesReqValidationError) ErrorName() string
ErrorName returns error name.
func (AddColumnIncludesReqValidationError) Field ¶
func (e AddColumnIncludesReqValidationError) Field() string
Field function returns field value.
func (AddColumnIncludesReqValidationError) Key ¶
func (e AddColumnIncludesReqValidationError) Key() bool
Key function returns key value.
func (AddColumnIncludesReqValidationError) Reason ¶
func (e AddColumnIncludesReqValidationError) Reason() string
Reason function returns reason value.
type ArticleDraftMarkReq ¶
type ArticleDraftMarkReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ArticleDraftMarkReq) Descriptor
deprecated
func (*ArticleDraftMarkReq) Descriptor() ([]byte, []int)
Deprecated: Use ArticleDraftMarkReq.ProtoReflect.Descriptor instead.
func (*ArticleDraftMarkReq) GetId ¶
func (x *ArticleDraftMarkReq) GetId() int32
func (*ArticleDraftMarkReq) ProtoMessage ¶
func (*ArticleDraftMarkReq) ProtoMessage()
func (*ArticleDraftMarkReq) ProtoReflect ¶
func (x *ArticleDraftMarkReq) ProtoReflect() protoreflect.Message
func (*ArticleDraftMarkReq) Reset ¶
func (x *ArticleDraftMarkReq) Reset()
func (*ArticleDraftMarkReq) String ¶
func (x *ArticleDraftMarkReq) String() string
func (*ArticleDraftMarkReq) Validate ¶
func (m *ArticleDraftMarkReq) Validate() error
Validate checks the field values on ArticleDraftMarkReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ArticleDraftMarkReq) ValidateAll ¶
func (m *ArticleDraftMarkReq) ValidateAll() error
ValidateAll checks the field values on ArticleDraftMarkReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArticleDraftMarkReqMultiError, or nil if none found.
type ArticleDraftMarkReqMultiError ¶
type ArticleDraftMarkReqMultiError []error
ArticleDraftMarkReqMultiError is an error wrapping multiple validation errors returned by ArticleDraftMarkReq.ValidateAll() if the designated constraints aren't met.
func (ArticleDraftMarkReqMultiError) AllErrors ¶
func (m ArticleDraftMarkReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ArticleDraftMarkReqMultiError) Error ¶
func (m ArticleDraftMarkReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ArticleDraftMarkReqValidationError ¶
type ArticleDraftMarkReqValidationError struct {
// contains filtered or unexported fields
}
ArticleDraftMarkReqValidationError is the validation error returned by ArticleDraftMarkReq.Validate if the designated constraints aren't met.
func (ArticleDraftMarkReqValidationError) Cause ¶
func (e ArticleDraftMarkReqValidationError) Cause() error
Cause function returns cause value.
func (ArticleDraftMarkReqValidationError) Error ¶
func (e ArticleDraftMarkReqValidationError) Error() string
Error satisfies the builtin error interface
func (ArticleDraftMarkReqValidationError) ErrorName ¶
func (e ArticleDraftMarkReqValidationError) ErrorName() string
ErrorName returns error name.
func (ArticleDraftMarkReqValidationError) Field ¶
func (e ArticleDraftMarkReqValidationError) Field() string
Field function returns field value.
func (ArticleDraftMarkReqValidationError) Key ¶
func (e ArticleDraftMarkReqValidationError) Key() bool
Key function returns key value.
func (ArticleDraftMarkReqValidationError) Reason ¶
func (e ArticleDraftMarkReqValidationError) Reason() string
Reason function returns reason value.
type ArticleStatisticJudgeReply ¶
type ArticleStatisticJudgeReply struct { Agree bool `protobuf:"varint,1,opt,name=agree,proto3" json:"agree,omitempty"` Collect bool `protobuf:"varint,2,opt,name=collect,proto3" json:"collect,omitempty"` // contains filtered or unexported fields }
func (*ArticleStatisticJudgeReply) Descriptor
deprecated
func (*ArticleStatisticJudgeReply) Descriptor() ([]byte, []int)
Deprecated: Use ArticleStatisticJudgeReply.ProtoReflect.Descriptor instead.
func (*ArticleStatisticJudgeReply) GetAgree ¶
func (x *ArticleStatisticJudgeReply) GetAgree() bool
func (*ArticleStatisticJudgeReply) GetCollect ¶
func (x *ArticleStatisticJudgeReply) GetCollect() bool
func (*ArticleStatisticJudgeReply) ProtoMessage ¶
func (*ArticleStatisticJudgeReply) ProtoMessage()
func (*ArticleStatisticJudgeReply) ProtoReflect ¶
func (x *ArticleStatisticJudgeReply) ProtoReflect() protoreflect.Message
func (*ArticleStatisticJudgeReply) Reset ¶
func (x *ArticleStatisticJudgeReply) Reset()
func (*ArticleStatisticJudgeReply) String ¶
func (x *ArticleStatisticJudgeReply) String() string
func (*ArticleStatisticJudgeReply) Validate ¶
func (m *ArticleStatisticJudgeReply) Validate() error
Validate checks the field values on ArticleStatisticJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ArticleStatisticJudgeReply) ValidateAll ¶
func (m *ArticleStatisticJudgeReply) ValidateAll() error
ValidateAll checks the field values on ArticleStatisticJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArticleStatisticJudgeReplyMultiError, or nil if none found.
type ArticleStatisticJudgeReplyMultiError ¶
type ArticleStatisticJudgeReplyMultiError []error
ArticleStatisticJudgeReplyMultiError is an error wrapping multiple validation errors returned by ArticleStatisticJudgeReply.ValidateAll() if the designated constraints aren't met.
func (ArticleStatisticJudgeReplyMultiError) AllErrors ¶
func (m ArticleStatisticJudgeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ArticleStatisticJudgeReplyMultiError) Error ¶
func (m ArticleStatisticJudgeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ArticleStatisticJudgeReplyValidationError ¶
type ArticleStatisticJudgeReplyValidationError struct {
// contains filtered or unexported fields
}
ArticleStatisticJudgeReplyValidationError is the validation error returned by ArticleStatisticJudgeReply.Validate if the designated constraints aren't met.
func (ArticleStatisticJudgeReplyValidationError) Cause ¶
func (e ArticleStatisticJudgeReplyValidationError) Cause() error
Cause function returns cause value.
func (ArticleStatisticJudgeReplyValidationError) Error ¶
func (e ArticleStatisticJudgeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ArticleStatisticJudgeReplyValidationError) ErrorName ¶
func (e ArticleStatisticJudgeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ArticleStatisticJudgeReplyValidationError) Field ¶
func (e ArticleStatisticJudgeReplyValidationError) Field() string
Field function returns field value.
func (ArticleStatisticJudgeReplyValidationError) Key ¶
func (e ArticleStatisticJudgeReplyValidationError) Key() bool
Key function returns key value.
func (ArticleStatisticJudgeReplyValidationError) Reason ¶
func (e ArticleStatisticJudgeReplyValidationError) Reason() string
Reason function returns reason value.
type ArticleStatisticJudgeReq ¶
type ArticleStatisticJudgeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ArticleStatisticJudgeReq) Descriptor
deprecated
func (*ArticleStatisticJudgeReq) Descriptor() ([]byte, []int)
Deprecated: Use ArticleStatisticJudgeReq.ProtoReflect.Descriptor instead.
func (*ArticleStatisticJudgeReq) GetId ¶
func (x *ArticleStatisticJudgeReq) GetId() int32
func (*ArticleStatisticJudgeReq) ProtoMessage ¶
func (*ArticleStatisticJudgeReq) ProtoMessage()
func (*ArticleStatisticJudgeReq) ProtoReflect ¶
func (x *ArticleStatisticJudgeReq) ProtoReflect() protoreflect.Message
func (*ArticleStatisticJudgeReq) Reset ¶
func (x *ArticleStatisticJudgeReq) Reset()
func (*ArticleStatisticJudgeReq) String ¶
func (x *ArticleStatisticJudgeReq) String() string
func (*ArticleStatisticJudgeReq) Validate ¶
func (m *ArticleStatisticJudgeReq) Validate() error
Validate checks the field values on ArticleStatisticJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ArticleStatisticJudgeReq) ValidateAll ¶
func (m *ArticleStatisticJudgeReq) ValidateAll() error
ValidateAll checks the field values on ArticleStatisticJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArticleStatisticJudgeReqMultiError, or nil if none found.
type ArticleStatisticJudgeReqMultiError ¶
type ArticleStatisticJudgeReqMultiError []error
ArticleStatisticJudgeReqMultiError is an error wrapping multiple validation errors returned by ArticleStatisticJudgeReq.ValidateAll() if the designated constraints aren't met.
func (ArticleStatisticJudgeReqMultiError) AllErrors ¶
func (m ArticleStatisticJudgeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ArticleStatisticJudgeReqMultiError) Error ¶
func (m ArticleStatisticJudgeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ArticleStatisticJudgeReqValidationError ¶
type ArticleStatisticJudgeReqValidationError struct {
// contains filtered or unexported fields
}
ArticleStatisticJudgeReqValidationError is the validation error returned by ArticleStatisticJudgeReq.Validate if the designated constraints aren't met.
func (ArticleStatisticJudgeReqValidationError) Cause ¶
func (e ArticleStatisticJudgeReqValidationError) Cause() error
Cause function returns cause value.
func (ArticleStatisticJudgeReqValidationError) Error ¶
func (e ArticleStatisticJudgeReqValidationError) Error() string
Error satisfies the builtin error interface
func (ArticleStatisticJudgeReqValidationError) ErrorName ¶
func (e ArticleStatisticJudgeReqValidationError) ErrorName() string
ErrorName returns error name.
func (ArticleStatisticJudgeReqValidationError) Field ¶
func (e ArticleStatisticJudgeReqValidationError) Field() string
Field function returns field value.
func (ArticleStatisticJudgeReqValidationError) Key ¶
func (e ArticleStatisticJudgeReqValidationError) Key() bool
Key function returns key value.
func (ArticleStatisticJudgeReqValidationError) Reason ¶
func (e ArticleStatisticJudgeReqValidationError) Reason() string
Reason function returns reason value.
type BffClient ¶
type BffClient interface { GetHealth(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) UserRegister(ctx context.Context, in *UserRegisterReq, opts ...grpc.CallOption) (*emptypb.Empty, error) LoginByPassword(ctx context.Context, in *LoginByPasswordReq, opts ...grpc.CallOption) (*LoginReply, error) LoginByCode(ctx context.Context, in *LoginByCodeReq, opts ...grpc.CallOption) (*LoginReply, error) LoginByWeChat(ctx context.Context, in *LoginByWeChatReq, opts ...grpc.CallOption) (*LoginReply, error) LoginByQQ(ctx context.Context, in *LoginByQQReq, opts ...grpc.CallOption) (*LoginReply, error) LoginByGithub(ctx context.Context, in *LoginByGithubReq, opts ...grpc.CallOption) (*LoginReply, error) LoginByGitee(ctx context.Context, in *LoginByGiteeReq, opts ...grpc.CallOption) (*LoginReply, error) LoginPasswordReset(ctx context.Context, in *LoginPasswordResetReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SendPhoneCode(ctx context.Context, in *SendPhoneCodeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SendEmailCode(ctx context.Context, in *SendEmailCodeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetCosSessionKey(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCosSessionKeyReply, error) GetAvatarReview(ctx context.Context, in *GetAvatarReviewReq, opts ...grpc.CallOption) (*GetAvatarReviewReply, error) GetCoverReview(ctx context.Context, in *GetCoverReviewReq, opts ...grpc.CallOption) (*GetCoverReviewReply, error) GetAccount(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetAccountReply, error) GetProfile(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetProfileReply, error) GetProfileList(ctx context.Context, in *GetProfileListReq, opts ...grpc.CallOption) (*GetProfileListReply, error) GetUserInfo(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserInfoReply, error) GetUserInfoVisitor(ctx context.Context, in *GetUserInfoVisitorReq, opts ...grpc.CallOption) (*GetUserInfoReply, error) GetUserFollow(ctx context.Context, in *GetUserFollowReq, opts ...grpc.CallOption) (*GetUserFollowReply, error) GetUserFollows(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserFollowsReply, error) GetTimeLineUsers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetTimeLineUsersReply, error) GetFollowList(ctx context.Context, in *GetFollowListReq, opts ...grpc.CallOption) (*GetFollowListReply, error) GetFollowListCount(ctx context.Context, in *GetFollowListCountReq, opts ...grpc.CallOption) (*GetFollowListCountReply, error) GetFollowedList(ctx context.Context, in *GetFollowedListReq, opts ...grpc.CallOption) (*GetFollowedListReply, error) GetFollowedListCount(ctx context.Context, in *GetFollowedListCountReq, opts ...grpc.CallOption) (*GetFollowedListCountReply, error) GetProfileUpdate(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetProfileUpdateReply, error) GetUserSearch(ctx context.Context, in *GetUserSearchReq, opts ...grpc.CallOption) (*GetUserSearchReply, error) SetProfileUpdate(ctx context.Context, in *SetProfileUpdateReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUserPhone(ctx context.Context, in *SetUserPhoneReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUserEmail(ctx context.Context, in *SetUserEmailReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUserPassword(ctx context.Context, in *SetUserPasswordReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUserWechat(ctx context.Context, in *SetUserWechatReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUserQQ(ctx context.Context, in *SetUserQQReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUserGitee(ctx context.Context, in *SetUserGiteeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUserGithub(ctx context.Context, in *SetUserGithubReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetUserFollow(ctx context.Context, in *SetUserFollowReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelUserFollow(ctx context.Context, in *CancelUserFollowReq, opts ...grpc.CallOption) (*emptypb.Empty, error) ChangeUserPassword(ctx context.Context, in *ChangeUserPasswordReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UnbindUserPhone(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UnbindUserEmail(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UnbindUserWechat(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UnbindUserQQ(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UnbindUserGitee(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error) UnbindUserGithub(ctx context.Context, in *UnbindUserAccountReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // -------------------------creation---------------------------- GetLeaderBoard(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetLeaderBoardReply, error) GetCollectArticleList(ctx context.Context, in *GetCollectArticleListReq, opts ...grpc.CallOption) (*GetArticleListReply, error) GetCollectArticleCount(ctx context.Context, in *GetCollectArticleCountReq, opts ...grpc.CallOption) (*GetCollectArticleCountReply, error) GetCollectTalkList(ctx context.Context, in *GetCollectTalkListReq, opts ...grpc.CallOption) (*GetTalkListReply, error) GetCollectTalkCount(ctx context.Context, in *GetCollectTalkCountReq, opts ...grpc.CallOption) (*GetCollectTalkCountReply, error) GetCollectColumnList(ctx context.Context, in *GetCollectColumnListReq, opts ...grpc.CallOption) (*GetColumnListReply, error) GetCollectColumnCount(ctx context.Context, in *GetCollectColumnCountReq, opts ...grpc.CallOption) (*GetCollectColumnCountReply, error) GetCollections(ctx context.Context, in *GetCollectionsReq, opts ...grpc.CallOption) (*GetCollectionsReply, error) GetCollectionsList(ctx context.Context, in *GetCollectionsListReq, opts ...grpc.CallOption) (*GetCollectionsListReply, error) GetCollectionsListAll(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCollectionsListReply, error) GetCollectionsCount(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCollectionsCountReply, error) GetCollectionsListByVisitor(ctx context.Context, in *GetCollectionsListByVisitorReq, opts ...grpc.CallOption) (*GetCollectionsListReply, error) GetCollectionsVisitorCount(ctx context.Context, in *GetCollectionsVisitorCountReq, opts ...grpc.CallOption) (*GetCollectionsCountReply, error) GetLastCollectionsDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetLastCollectionsDraftReply, error) GetCollectionsContentReview(ctx context.Context, in *GetCollectionsContentReviewReq, opts ...grpc.CallOption) (*GetCollectionsContentReviewReply, error) GetUserTimeLineListVisitor(ctx context.Context, in *GetUserTimeLineListReq, opts ...grpc.CallOption) (*GetUserTimeLineListReply, error) CreateCollectionsDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CreateCollectionsDraftReply, error) SendCollections(ctx context.Context, in *SendCollectionsReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SendCollectionsEdit(ctx context.Context, in *SendCollectionsEditReq, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteCollections(ctx context.Context, in *DeleteCollectionsReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetArticleList(ctx context.Context, in *GetArticleListReq, opts ...grpc.CallOption) (*GetArticleListReply, error) GetArticleListHot(ctx context.Context, in *GetArticleListHotReq, opts ...grpc.CallOption) (*GetArticleListHotReply, error) GetColumnArticleList(ctx context.Context, in *GetColumnArticleListReq, opts ...grpc.CallOption) (*GetArticleListReply, error) GetArticleCount(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetArticleCountReply, error) GetArticleCountVisitor(ctx context.Context, in *GetArticleCountVisitorReq, opts ...grpc.CallOption) (*GetArticleCountReply, error) GetUserArticleList(ctx context.Context, in *GetUserArticleListReq, opts ...grpc.CallOption) (*GetArticleListReply, error) GetUserArticleListSimple(ctx context.Context, in *GetUserArticleListSimpleReq, opts ...grpc.CallOption) (*GetArticleListReply, error) GetUserArticleListVisitor(ctx context.Context, in *GetUserArticleListVisitorReq, opts ...grpc.CallOption) (*GetArticleListReply, error) GetUserArticleListAll(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetArticleListReply, error) GetArticleStatistic(ctx context.Context, in *GetArticleStatisticReq, opts ...grpc.CallOption) (*GetArticleStatisticReply, error) GetUserArticleAgree(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserArticleAgreeReply, error) GetUserArticleCollect(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserArticleCollectReply, error) GetArticleListStatistic(ctx context.Context, in *GetArticleListStatisticReq, opts ...grpc.CallOption) (*GetArticleListStatisticReply, error) GetLastArticleDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetLastArticleDraftReply, error) GetArticleSearch(ctx context.Context, in *GetArticleSearchReq, opts ...grpc.CallOption) (*GetArticleSearchReply, error) GetArticleImageReview(ctx context.Context, in *GetArticleImageReviewReq, opts ...grpc.CallOption) (*GetArticleImageReviewReply, error) GetArticleContentReview(ctx context.Context, in *GetArticleContentReviewReq, opts ...grpc.CallOption) (*GetArticleContentReviewReply, error) CreateArticleDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CreateArticleDraftReply, error) ArticleDraftMark(ctx context.Context, in *ArticleDraftMarkReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetArticleDraftList(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetArticleDraftListReply, error) SendArticle(ctx context.Context, in *SendArticleReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SendArticleEdit(ctx context.Context, in *SendArticleEditReq, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteArticle(ctx context.Context, in *DeleteArticleReq, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteArticleDraft(ctx context.Context, in *DeleteArticleDraftReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetArticleAgree(ctx context.Context, in *SetArticleAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetArticleView(ctx context.Context, in *SetArticleViewReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetArticleCollect(ctx context.Context, in *SetArticleCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelArticleAgree(ctx context.Context, in *CancelArticleAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelArticleCollect(ctx context.Context, in *CancelArticleCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error) ArticleStatisticJudge(ctx context.Context, in *ArticleStatisticJudgeReq, opts ...grpc.CallOption) (*ArticleStatisticJudgeReply, error) GetTalkList(ctx context.Context, in *GetTalkListReq, opts ...grpc.CallOption) (*GetTalkListReply, error) GetTalkListHot(ctx context.Context, in *GetTalkListHotReq, opts ...grpc.CallOption) (*GetTalkListHotReply, error) GetTalkListStatistic(ctx context.Context, in *GetTalkListStatisticReq, opts ...grpc.CallOption) (*GetTalkListStatisticReply, error) GetUserTalkList(ctx context.Context, in *GetUserTalkListReq, opts ...grpc.CallOption) (*GetTalkListReply, error) GetUserTalkListSimple(ctx context.Context, in *GetUserTalkListSimpleReq, opts ...grpc.CallOption) (*GetTalkListReply, error) GetUserTalkListVisitor(ctx context.Context, in *GetUserTalkListVisitorReq, opts ...grpc.CallOption) (*GetTalkListReply, error) GetTalkCount(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetTalkCountReply, error) GetTalkCountVisitor(ctx context.Context, in *GetTalkCountVisitorReq, opts ...grpc.CallOption) (*GetTalkCountReply, error) GetTalkStatistic(ctx context.Context, in *GetTalkStatisticReq, opts ...grpc.CallOption) (*GetTalkStatisticReply, error) GetLastTalkDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetLastTalkDraftReply, error) GetTalkSearch(ctx context.Context, in *GetTalkSearchReq, opts ...grpc.CallOption) (*GetTalkSearchReply, error) GetUserTalkAgree(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserTalkAgreeReply, error) GetUserTalkCollect(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserTalkCollectReply, error) GetTalkImageReview(ctx context.Context, in *GetTalkImageReviewReq, opts ...grpc.CallOption) (*GetTalkImageReviewReply, error) GetTalkContentReview(ctx context.Context, in *GetTalkContentReviewReq, opts ...grpc.CallOption) (*GetTalkContentReviewReply, error) CreateTalkDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CreateTalkDraftReply, error) SendTalk(ctx context.Context, in *SendTalkReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SendTalkEdit(ctx context.Context, in *SendTalkEditReq, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteTalk(ctx context.Context, in *DeleteTalkReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetTalkView(ctx context.Context, in *SetTalkViewReq, opts ...grpc.CallOption) (*emptypb.Empty, error) TalkStatisticJudge(ctx context.Context, in *TalkStatisticJudgeReq, opts ...grpc.CallOption) (*TalkStatisticJudgeReply, error) SetTalkAgree(ctx context.Context, in *SetTalkAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetTalkCollect(ctx context.Context, in *SetTalkCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelTalkAgree(ctx context.Context, in *CancelTalkAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelTalkCollect(ctx context.Context, in *CancelTalkCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetLastColumnDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetLastColumnDraftReply, error) CreateColumnDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CreateColumnDraftReply, error) SubscribeColumn(ctx context.Context, in *SubscribeColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelSubscribeColumn(ctx context.Context, in *CancelSubscribeColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SubscribeJudge(ctx context.Context, in *SubscribeJudgeReq, opts ...grpc.CallOption) (*SubscribeJudgeReply, error) SendColumn(ctx context.Context, in *SendColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetSubscribeList(ctx context.Context, in *GetSubscribeListReq, opts ...grpc.CallOption) (*GetSubscribeListReply, error) GetSubscribeListCount(ctx context.Context, in *GetSubscribeListCountReq, opts ...grpc.CallOption) (*GetSubscribeListCountReply, error) GetColumnSubscribes(ctx context.Context, in *GetColumnSubscribesReq, opts ...grpc.CallOption) (*GetColumnSubscribesReply, error) GetColumnList(ctx context.Context, in *GetColumnListReq, opts ...grpc.CallOption) (*GetColumnListReply, error) GetColumnListHot(ctx context.Context, in *GetColumnListHotReq, opts ...grpc.CallOption) (*GetColumnListHotReply, error) GetColumnListStatistic(ctx context.Context, in *GetColumnListStatisticReq, opts ...grpc.CallOption) (*GetColumnListStatisticReply, error) GetUserColumnList(ctx context.Context, in *GetUserColumnListReq, opts ...grpc.CallOption) (*GetColumnListReply, error) GetUserColumnListSimple(ctx context.Context, in *GetUserColumnListSimpleReq, opts ...grpc.CallOption) (*GetColumnListReply, error) GetUserColumnListVisitor(ctx context.Context, in *GetUserColumnListVisitorReq, opts ...grpc.CallOption) (*GetColumnListReply, error) GetColumnCount(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetColumnCountReply, error) GetColumnCountVisitor(ctx context.Context, in *GetColumnCountVisitorReq, opts ...grpc.CallOption) (*GetColumnCountReply, error) GetColumnSearch(ctx context.Context, in *GetColumnSearchReq, opts ...grpc.CallOption) (*GetColumnSearchReply, error) SendColumnEdit(ctx context.Context, in *SendColumnEditReq, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteColumn(ctx context.Context, in *DeleteColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetColumnStatistic(ctx context.Context, in *GetColumnStatisticReq, opts ...grpc.CallOption) (*GetColumnStatisticReply, error) GetUserColumnAgree(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserColumnAgreeReply, error) GetUserColumnCollect(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserColumnCollectReply, error) GetUserSubscribeColumn(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserSubscribeColumnReply, error) GetColumnImageReview(ctx context.Context, in *GetColumnImageReviewReq, opts ...grpc.CallOption) (*GetColumnImageReviewReply, error) GetColumnContentReview(ctx context.Context, in *GetColumnContentReviewReq, opts ...grpc.CallOption) (*GetColumnContentReviewReply, error) ColumnStatisticJudge(ctx context.Context, in *ColumnStatisticJudgeReq, opts ...grpc.CallOption) (*ColumnStatisticJudgeReply, error) SetColumnAgree(ctx context.Context, in *SetColumnAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelColumnAgree(ctx context.Context, in *CancelColumnAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetColumnCollect(ctx context.Context, in *SetColumnCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelColumnCollect(ctx context.Context, in *CancelColumnCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetColumnView(ctx context.Context, in *SetColumnViewReq, opts ...grpc.CallOption) (*emptypb.Empty, error) AddColumnIncludes(ctx context.Context, in *AddColumnIncludesReq, opts ...grpc.CallOption) (*emptypb.Empty, error) DeleteColumnIncludes(ctx context.Context, in *DeleteColumnIncludesReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetNews(ctx context.Context, in *GetNewsReq, opts ...grpc.CallOption) (*GetNewsReply, error) GetNewsSearch(ctx context.Context, in *GetNewsSearchReq, opts ...grpc.CallOption) (*GetNewsSearchReply, error) GetAchievementList(ctx context.Context, in *GetAchievementListReq, opts ...grpc.CallOption) (*GetAchievementListReply, error) GetUserAchievement(ctx context.Context, in *GetUserAchievementReq, opts ...grpc.CallOption) (*GetUserAchievementReply, error) GetUserMedal(ctx context.Context, in *GetUserMedalReq, opts ...grpc.CallOption) (*GetUserMedalReply, error) AccessUserMedal(ctx context.Context, in *AccessUserMedalReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetUserMedalProgress(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserMedalProgressReply, error) SetUserMedal(ctx context.Context, in *SetUserMedalReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelUserMedalSet(ctx context.Context, in *CancelUserMedalSetReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetLastCommentDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetLastCommentDraftReply, error) GetUserCommentAgree(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetUserCommentAgreeReply, error) GetCommentUser(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetCommentUserReply, error) GetCommentList(ctx context.Context, in *GetCommentListReq, opts ...grpc.CallOption) (*GetCommentListReply, error) GetSubCommentList(ctx context.Context, in *GetSubCommentListReq, opts ...grpc.CallOption) (*GetSubCommentListReply, error) GetCommentListHot(ctx context.Context, in *GetCommentListReq, opts ...grpc.CallOption) (*GetCommentListReply, error) GetUserCommentArticleReplyList(ctx context.Context, in *GetUserCommentArticleReplyListReq, opts ...grpc.CallOption) (*GetUserCommentArticleReplyListReply, error) GetUserSubCommentArticleReplyList(ctx context.Context, in *GetUserSubCommentArticleReplyListReq, opts ...grpc.CallOption) (*GetUserSubCommentArticleReplyListReply, error) GetUserCommentTalkReplyList(ctx context.Context, in *GetUserCommentTalkReplyListReq, opts ...grpc.CallOption) (*GetUserCommentTalkReplyListReply, error) GetUserSubCommentTalkReplyList(ctx context.Context, in *GetUserSubCommentTalkReplyListReq, opts ...grpc.CallOption) (*GetUserSubCommentTalkReplyListReply, error) GetUserCommentArticleRepliedList(ctx context.Context, in *GetUserCommentArticleRepliedListReq, opts ...grpc.CallOption) (*GetUserCommentArticleRepliedListReply, error) GetUserSubCommentArticleRepliedList(ctx context.Context, in *GetUserSubCommentArticleRepliedListReq, opts ...grpc.CallOption) (*GetUserSubCommentArticleRepliedListReply, error) GetUserCommentTalkRepliedList(ctx context.Context, in *GetUserCommentTalkRepliedListReq, opts ...grpc.CallOption) (*GetUserCommentTalkRepliedListReply, error) GetUserSubCommentTalkRepliedList(ctx context.Context, in *GetUserSubCommentTalkRepliedListReq, opts ...grpc.CallOption) (*GetUserSubCommentTalkRepliedListReply, error) GetUserCommentRepliedList(ctx context.Context, in *GetUserCommentRepliedListReq, opts ...grpc.CallOption) (*GetUserCommentRepliedListReply, error) GetUserSubCommentRepliedList(ctx context.Context, in *GetUserSubCommentRepliedListReq, opts ...grpc.CallOption) (*GetUserSubCommentRepliedListReply, error) GetCommentContentReview(ctx context.Context, in *GetCommentContentReviewReq, opts ...grpc.CallOption) (*GetCommentContentReviewReply, error) CreateCommentDraft(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CreateCommentDraftReply, error) SendComment(ctx context.Context, in *SendCommentReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SendSubComment(ctx context.Context, in *SendSubCommentReq, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveComment(ctx context.Context, in *RemoveCommentReq, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveSubComment(ctx context.Context, in *RemoveSubCommentReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetCommentAgree(ctx context.Context, in *SetCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetSubCommentAgree(ctx context.Context, in *SetSubCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelCommentAgree(ctx context.Context, in *CancelCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelSubCommentAgree(ctx context.Context, in *CancelSubCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetMessageNotification(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetMessageNotificationReply, error) GetMessageSystemNotification(ctx context.Context, in *GetMessageSystemNotificationReq, opts ...grpc.CallOption) (*GetMessageSystemNotificationReply, error) GetMailBoxLastTime(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetMailBoxLastTimeReply, error) SetMailBoxLastTime(ctx context.Context, in *SetMailBoxLastTimeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveMailBoxCommentCount(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveMailBoxSubCommentCount(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) RemoveMailBoxSystemNotificationCount(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) }
BffClient is the client API for Bff service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewBffClient ¶
func NewBffClient(cc grpc.ClientConnInterface) BffClient
type BffErrorReason ¶
type BffErrorReason int32
const (
BffErrorReason_UNKNOWN_ERROR BffErrorReason = 0
)
func (BffErrorReason) Descriptor ¶
func (BffErrorReason) Descriptor() protoreflect.EnumDescriptor
func (BffErrorReason) Enum ¶
func (x BffErrorReason) Enum() *BffErrorReason
func (BffErrorReason) EnumDescriptor
deprecated
func (BffErrorReason) EnumDescriptor() ([]byte, []int)
Deprecated: Use BffErrorReason.Descriptor instead.
func (BffErrorReason) Number ¶
func (x BffErrorReason) Number() protoreflect.EnumNumber
func (BffErrorReason) String ¶
func (x BffErrorReason) String() string
func (BffErrorReason) Type ¶
func (BffErrorReason) Type() protoreflect.EnumType
type BffHTTPClient ¶
type BffHTTPClient interface { AccessUserMedal(ctx context.Context, req *AccessUserMedalReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) AddColumnIncludes(ctx context.Context, req *AddColumnIncludesReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) ArticleDraftMark(ctx context.Context, req *ArticleDraftMarkReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) ArticleStatisticJudge(ctx context.Context, req *ArticleStatisticJudgeReq, opts ...http.CallOption) (rsp *ArticleStatisticJudgeReply, err error) CancelArticleAgree(ctx context.Context, req *CancelArticleAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelArticleCollect(ctx context.Context, req *CancelArticleCollectReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelColumnAgree(ctx context.Context, req *CancelColumnAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelColumnCollect(ctx context.Context, req *CancelColumnCollectReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelCommentAgree(ctx context.Context, req *CancelCommentAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelSubCommentAgree(ctx context.Context, req *CancelSubCommentAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelSubscribeColumn(ctx context.Context, req *CancelSubscribeColumnReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelTalkAgree(ctx context.Context, req *CancelTalkAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelTalkCollect(ctx context.Context, req *CancelTalkCollectReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelUserFollow(ctx context.Context, req *CancelUserFollowReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) CancelUserMedalSet(ctx context.Context, req *CancelUserMedalSetReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) ChangeUserPassword(ctx context.Context, req *ChangeUserPasswordReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) ColumnStatisticJudge(ctx context.Context, req *ColumnStatisticJudgeReq, opts ...http.CallOption) (rsp *ColumnStatisticJudgeReply, err error) CreateArticleDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *CreateArticleDraftReply, err error) CreateCollectionsDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *CreateCollectionsDraftReply, err error) CreateColumnDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *CreateColumnDraftReply, err error) CreateCommentDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *CreateCommentDraftReply, err error) CreateTalkDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *CreateTalkDraftReply, err error) DeleteArticle(ctx context.Context, req *DeleteArticleReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) DeleteArticleDraft(ctx context.Context, req *DeleteArticleDraftReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) DeleteCollections(ctx context.Context, req *DeleteCollectionsReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) DeleteColumn(ctx context.Context, req *DeleteColumnReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) DeleteColumnIncludes(ctx context.Context, req *DeleteColumnIncludesReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) DeleteTalk(ctx context.Context, req *DeleteTalkReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) GetAccount(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetAccountReply, err error) GetAchievementList(ctx context.Context, req *GetAchievementListReq, opts ...http.CallOption) (rsp *GetAchievementListReply, err error) GetArticleContentReview(ctx context.Context, req *GetArticleContentReviewReq, opts ...http.CallOption) (rsp *GetArticleContentReviewReply, err error) GetArticleCount(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetArticleCountReply, err error) GetArticleCountVisitor(ctx context.Context, req *GetArticleCountVisitorReq, opts ...http.CallOption) (rsp *GetArticleCountReply, err error) GetArticleDraftList(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetArticleDraftListReply, err error) GetArticleImageReview(ctx context.Context, req *GetArticleImageReviewReq, opts ...http.CallOption) (rsp *GetArticleImageReviewReply, err error) GetArticleList(ctx context.Context, req *GetArticleListReq, opts ...http.CallOption) (rsp *GetArticleListReply, err error) GetArticleListHot(ctx context.Context, req *GetArticleListHotReq, opts ...http.CallOption) (rsp *GetArticleListHotReply, err error) GetArticleListStatistic(ctx context.Context, req *GetArticleListStatisticReq, opts ...http.CallOption) (rsp *GetArticleListStatisticReply, err error) GetArticleSearch(ctx context.Context, req *GetArticleSearchReq, opts ...http.CallOption) (rsp *GetArticleSearchReply, err error) GetArticleStatistic(ctx context.Context, req *GetArticleStatisticReq, opts ...http.CallOption) (rsp *GetArticleStatisticReply, err error) GetAvatarReview(ctx context.Context, req *GetAvatarReviewReq, opts ...http.CallOption) (rsp *GetAvatarReviewReply, err error) GetCollectArticleCount(ctx context.Context, req *GetCollectArticleCountReq, opts ...http.CallOption) (rsp *GetCollectArticleCountReply, err error) GetCollectArticleList(ctx context.Context, req *GetCollectArticleListReq, opts ...http.CallOption) (rsp *GetArticleListReply, err error) GetCollectColumnCount(ctx context.Context, req *GetCollectColumnCountReq, opts ...http.CallOption) (rsp *GetCollectColumnCountReply, err error) GetCollectColumnList(ctx context.Context, req *GetCollectColumnListReq, opts ...http.CallOption) (rsp *GetColumnListReply, err error) GetCollectTalkCount(ctx context.Context, req *GetCollectTalkCountReq, opts ...http.CallOption) (rsp *GetCollectTalkCountReply, err error) GetCollectTalkList(ctx context.Context, req *GetCollectTalkListReq, opts ...http.CallOption) (rsp *GetTalkListReply, err error) GetCollections(ctx context.Context, req *GetCollectionsReq, opts ...http.CallOption) (rsp *GetCollectionsReply, err error) GetCollectionsContentReview(ctx context.Context, req *GetCollectionsContentReviewReq, opts ...http.CallOption) (rsp *GetCollectionsContentReviewReply, err error) GetCollectionsCount(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetCollectionsCountReply, err error) GetCollectionsList(ctx context.Context, req *GetCollectionsListReq, opts ...http.CallOption) (rsp *GetCollectionsListReply, err error) GetCollectionsListAll(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetCollectionsListReply, err error) GetCollectionsListByVisitor(ctx context.Context, req *GetCollectionsListByVisitorReq, opts ...http.CallOption) (rsp *GetCollectionsListReply, err error) GetCollectionsVisitorCount(ctx context.Context, req *GetCollectionsVisitorCountReq, opts ...http.CallOption) (rsp *GetCollectionsCountReply, err error) GetColumnArticleList(ctx context.Context, req *GetColumnArticleListReq, opts ...http.CallOption) (rsp *GetArticleListReply, err error) GetColumnContentReview(ctx context.Context, req *GetColumnContentReviewReq, opts ...http.CallOption) (rsp *GetColumnContentReviewReply, err error) GetColumnCount(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetColumnCountReply, err error) GetColumnCountVisitor(ctx context.Context, req *GetColumnCountVisitorReq, opts ...http.CallOption) (rsp *GetColumnCountReply, err error) GetColumnImageReview(ctx context.Context, req *GetColumnImageReviewReq, opts ...http.CallOption) (rsp *GetColumnImageReviewReply, err error) GetColumnList(ctx context.Context, req *GetColumnListReq, opts ...http.CallOption) (rsp *GetColumnListReply, err error) GetColumnListHot(ctx context.Context, req *GetColumnListHotReq, opts ...http.CallOption) (rsp *GetColumnListHotReply, err error) GetColumnListStatistic(ctx context.Context, req *GetColumnListStatisticReq, opts ...http.CallOption) (rsp *GetColumnListStatisticReply, err error) GetColumnSearch(ctx context.Context, req *GetColumnSearchReq, opts ...http.CallOption) (rsp *GetColumnSearchReply, err error) GetColumnStatistic(ctx context.Context, req *GetColumnStatisticReq, opts ...http.CallOption) (rsp *GetColumnStatisticReply, err error) GetColumnSubscribes(ctx context.Context, req *GetColumnSubscribesReq, opts ...http.CallOption) (rsp *GetColumnSubscribesReply, err error) GetCommentContentReview(ctx context.Context, req *GetCommentContentReviewReq, opts ...http.CallOption) (rsp *GetCommentContentReviewReply, err error) GetCommentList(ctx context.Context, req *GetCommentListReq, opts ...http.CallOption) (rsp *GetCommentListReply, err error) GetCommentListHot(ctx context.Context, req *GetCommentListReq, opts ...http.CallOption) (rsp *GetCommentListReply, err error) GetCommentUser(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetCommentUserReply, err error) GetCosSessionKey(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetCosSessionKeyReply, err error) GetCoverReview(ctx context.Context, req *GetCoverReviewReq, opts ...http.CallOption) (rsp *GetCoverReviewReply, err error) GetFollowList(ctx context.Context, req *GetFollowListReq, opts ...http.CallOption) (rsp *GetFollowListReply, err error) GetFollowListCount(ctx context.Context, req *GetFollowListCountReq, opts ...http.CallOption) (rsp *GetFollowListCountReply, err error) GetFollowedList(ctx context.Context, req *GetFollowedListReq, opts ...http.CallOption) (rsp *GetFollowedListReply, err error) GetFollowedListCount(ctx context.Context, req *GetFollowedListCountReq, opts ...http.CallOption) (rsp *GetFollowedListCountReply, err error) GetHealth(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *emptypb.Empty, err error) GetLastArticleDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetLastArticleDraftReply, err error) GetLastCollectionsDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetLastCollectionsDraftReply, err error) GetLastColumnDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetLastColumnDraftReply, err error) GetLastCommentDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetLastCommentDraftReply, err error) GetLastTalkDraft(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetLastTalkDraftReply, err error) GetLeaderBoard(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetLeaderBoardReply, err error) GetMailBoxLastTime(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetMailBoxLastTimeReply, err error) GetMessageNotification(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetMessageNotificationReply, err error) GetMessageSystemNotification(ctx context.Context, req *GetMessageSystemNotificationReq, opts ...http.CallOption) (rsp *GetMessageSystemNotificationReply, err error) GetNews(ctx context.Context, req *GetNewsReq, opts ...http.CallOption) (rsp *GetNewsReply, err error) GetNewsSearch(ctx context.Context, req *GetNewsSearchReq, opts ...http.CallOption) (rsp *GetNewsSearchReply, err error) GetProfile(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetProfileReply, err error) GetProfileList(ctx context.Context, req *GetProfileListReq, opts ...http.CallOption) (rsp *GetProfileListReply, err error) GetProfileUpdate(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetProfileUpdateReply, err error) GetSubCommentList(ctx context.Context, req *GetSubCommentListReq, opts ...http.CallOption) (rsp *GetSubCommentListReply, err error) GetSubscribeList(ctx context.Context, req *GetSubscribeListReq, opts ...http.CallOption) (rsp *GetSubscribeListReply, err error) GetSubscribeListCount(ctx context.Context, req *GetSubscribeListCountReq, opts ...http.CallOption) (rsp *GetSubscribeListCountReply, err error) GetTalkContentReview(ctx context.Context, req *GetTalkContentReviewReq, opts ...http.CallOption) (rsp *GetTalkContentReviewReply, err error) GetTalkCount(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetTalkCountReply, err error) GetTalkCountVisitor(ctx context.Context, req *GetTalkCountVisitorReq, opts ...http.CallOption) (rsp *GetTalkCountReply, err error) GetTalkImageReview(ctx context.Context, req *GetTalkImageReviewReq, opts ...http.CallOption) (rsp *GetTalkImageReviewReply, err error) GetTalkList(ctx context.Context, req *GetTalkListReq, opts ...http.CallOption) (rsp *GetTalkListReply, err error) GetTalkListHot(ctx context.Context, req *GetTalkListHotReq, opts ...http.CallOption) (rsp *GetTalkListHotReply, err error) GetTalkListStatistic(ctx context.Context, req *GetTalkListStatisticReq, opts ...http.CallOption) (rsp *GetTalkListStatisticReply, err error) GetTalkSearch(ctx context.Context, req *GetTalkSearchReq, opts ...http.CallOption) (rsp *GetTalkSearchReply, err error) GetTalkStatistic(ctx context.Context, req *GetTalkStatisticReq, opts ...http.CallOption) (rsp *GetTalkStatisticReply, err error) GetTimeLineUsers(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetTimeLineUsersReply, err error) GetUserAchievement(ctx context.Context, req *GetUserAchievementReq, opts ...http.CallOption) (rsp *GetUserAchievementReply, err error) GetUserArticleAgree(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserArticleAgreeReply, err error) GetUserArticleCollect(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserArticleCollectReply, err error) GetUserArticleList(ctx context.Context, req *GetUserArticleListReq, opts ...http.CallOption) (rsp *GetArticleListReply, err error) GetUserArticleListAll(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetArticleListReply, err error) GetUserArticleListSimple(ctx context.Context, req *GetUserArticleListSimpleReq, opts ...http.CallOption) (rsp *GetArticleListReply, err error) GetUserArticleListVisitor(ctx context.Context, req *GetUserArticleListVisitorReq, opts ...http.CallOption) (rsp *GetArticleListReply, err error) GetUserColumnAgree(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserColumnAgreeReply, err error) GetUserColumnCollect(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserColumnCollectReply, err error) GetUserColumnList(ctx context.Context, req *GetUserColumnListReq, opts ...http.CallOption) (rsp *GetColumnListReply, err error) GetUserColumnListSimple(ctx context.Context, req *GetUserColumnListSimpleReq, opts ...http.CallOption) (rsp *GetColumnListReply, err error) GetUserColumnListVisitor(ctx context.Context, req *GetUserColumnListVisitorReq, opts ...http.CallOption) (rsp *GetColumnListReply, err error) GetUserCommentAgree(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserCommentAgreeReply, err error) GetUserCommentArticleRepliedList(ctx context.Context, req *GetUserCommentArticleRepliedListReq, opts ...http.CallOption) (rsp *GetUserCommentArticleRepliedListReply, err error) GetUserCommentArticleReplyList(ctx context.Context, req *GetUserCommentArticleReplyListReq, opts ...http.CallOption) (rsp *GetUserCommentArticleReplyListReply, err error) GetUserCommentRepliedList(ctx context.Context, req *GetUserCommentRepliedListReq, opts ...http.CallOption) (rsp *GetUserCommentRepliedListReply, err error) GetUserCommentTalkRepliedList(ctx context.Context, req *GetUserCommentTalkRepliedListReq, opts ...http.CallOption) (rsp *GetUserCommentTalkRepliedListReply, err error) GetUserCommentTalkReplyList(ctx context.Context, req *GetUserCommentTalkReplyListReq, opts ...http.CallOption) (rsp *GetUserCommentTalkReplyListReply, err error) GetUserFollow(ctx context.Context, req *GetUserFollowReq, opts ...http.CallOption) (rsp *GetUserFollowReply, err error) GetUserFollows(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserFollowsReply, err error) GetUserInfo(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserInfoReply, err error) GetUserInfoVisitor(ctx context.Context, req *GetUserInfoVisitorReq, opts ...http.CallOption) (rsp *GetUserInfoReply, err error) GetUserMedal(ctx context.Context, req *GetUserMedalReq, opts ...http.CallOption) (rsp *GetUserMedalReply, err error) GetUserMedalProgress(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserMedalProgressReply, err error) GetUserSearch(ctx context.Context, req *GetUserSearchReq, opts ...http.CallOption) (rsp *GetUserSearchReply, err error) GetUserSubCommentArticleRepliedList(ctx context.Context, req *GetUserSubCommentArticleRepliedListReq, opts ...http.CallOption) (rsp *GetUserSubCommentArticleRepliedListReply, err error) GetUserSubCommentArticleReplyList(ctx context.Context, req *GetUserSubCommentArticleReplyListReq, opts ...http.CallOption) (rsp *GetUserSubCommentArticleReplyListReply, err error) GetUserSubCommentRepliedList(ctx context.Context, req *GetUserSubCommentRepliedListReq, opts ...http.CallOption) (rsp *GetUserSubCommentRepliedListReply, err error) GetUserSubCommentTalkRepliedList(ctx context.Context, req *GetUserSubCommentTalkRepliedListReq, opts ...http.CallOption) (rsp *GetUserSubCommentTalkRepliedListReply, err error) GetUserSubCommentTalkReplyList(ctx context.Context, req *GetUserSubCommentTalkReplyListReq, opts ...http.CallOption) (rsp *GetUserSubCommentTalkReplyListReply, err error) GetUserSubscribeColumn(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserSubscribeColumnReply, err error) GetUserTalkAgree(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserTalkAgreeReply, err error) GetUserTalkCollect(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *GetUserTalkCollectReply, err error) GetUserTalkList(ctx context.Context, req *GetUserTalkListReq, opts ...http.CallOption) (rsp *GetTalkListReply, err error) GetUserTalkListSimple(ctx context.Context, req *GetUserTalkListSimpleReq, opts ...http.CallOption) (rsp *GetTalkListReply, err error) GetUserTalkListVisitor(ctx context.Context, req *GetUserTalkListVisitorReq, opts ...http.CallOption) (rsp *GetTalkListReply, err error) GetUserTimeLineListVisitor(ctx context.Context, req *GetUserTimeLineListReq, opts ...http.CallOption) (rsp *GetUserTimeLineListReply, err error) LoginByCode(ctx context.Context, req *LoginByCodeReq, opts ...http.CallOption) (rsp *LoginReply, err error) LoginByGitee(ctx context.Context, req *LoginByGiteeReq, opts ...http.CallOption) (rsp *LoginReply, err error) LoginByGithub(ctx context.Context, req *LoginByGithubReq, opts ...http.CallOption) (rsp *LoginReply, err error) LoginByPassword(ctx context.Context, req *LoginByPasswordReq, opts ...http.CallOption) (rsp *LoginReply, err error) LoginByQQ(ctx context.Context, req *LoginByQQReq, opts ...http.CallOption) (rsp *LoginReply, err error) LoginByWeChat(ctx context.Context, req *LoginByWeChatReq, opts ...http.CallOption) (rsp *LoginReply, err error) LoginPasswordReset(ctx context.Context, req *LoginPasswordResetReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) RemoveComment(ctx context.Context, req *RemoveCommentReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) RemoveMailBoxCommentCount(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *emptypb.Empty, err error) RemoveMailBoxSubCommentCount(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *emptypb.Empty, err error) RemoveMailBoxSystemNotificationCount(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *emptypb.Empty, err error) RemoveSubComment(ctx context.Context, req *RemoveSubCommentReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendArticle(ctx context.Context, req *SendArticleReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendArticleEdit(ctx context.Context, req *SendArticleEditReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendCollections(ctx context.Context, req *SendCollectionsReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendCollectionsEdit(ctx context.Context, req *SendCollectionsEditReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendColumn(ctx context.Context, req *SendColumnReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendColumnEdit(ctx context.Context, req *SendColumnEditReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendComment(ctx context.Context, req *SendCommentReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendEmailCode(ctx context.Context, req *SendEmailCodeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendPhoneCode(ctx context.Context, req *SendPhoneCodeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendSubComment(ctx context.Context, req *SendSubCommentReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendTalk(ctx context.Context, req *SendTalkReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SendTalkEdit(ctx context.Context, req *SendTalkEditReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetArticleAgree(ctx context.Context, req *SetArticleAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetArticleCollect(ctx context.Context, req *SetArticleCollectReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetArticleView(ctx context.Context, req *SetArticleViewReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetColumnAgree(ctx context.Context, req *SetColumnAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetColumnCollect(ctx context.Context, req *SetColumnCollectReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetColumnView(ctx context.Context, req *SetColumnViewReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetCommentAgree(ctx context.Context, req *SetCommentAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetMailBoxLastTime(ctx context.Context, req *SetMailBoxLastTimeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetProfileUpdate(ctx context.Context, req *SetProfileUpdateReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetSubCommentAgree(ctx context.Context, req *SetSubCommentAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetTalkAgree(ctx context.Context, req *SetTalkAgreeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetTalkCollect(ctx context.Context, req *SetTalkCollectReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetTalkView(ctx context.Context, req *SetTalkViewReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserEmail(ctx context.Context, req *SetUserEmailReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserFollow(ctx context.Context, req *SetUserFollowReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserGitee(ctx context.Context, req *SetUserGiteeReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserGithub(ctx context.Context, req *SetUserGithubReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserMedal(ctx context.Context, req *SetUserMedalReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserPassword(ctx context.Context, req *SetUserPasswordReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserPhone(ctx context.Context, req *SetUserPhoneReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserQQ(ctx context.Context, req *SetUserQQReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SetUserWechat(ctx context.Context, req *SetUserWechatReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SubscribeColumn(ctx context.Context, req *SubscribeColumnReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) SubscribeJudge(ctx context.Context, req *SubscribeJudgeReq, opts ...http.CallOption) (rsp *SubscribeJudgeReply, err error) TalkStatisticJudge(ctx context.Context, req *TalkStatisticJudgeReq, opts ...http.CallOption) (rsp *TalkStatisticJudgeReply, err error) UnbindUserEmail(ctx context.Context, req *UnbindUserAccountReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) UnbindUserGitee(ctx context.Context, req *UnbindUserAccountReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) UnbindUserGithub(ctx context.Context, req *UnbindUserAccountReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) UnbindUserPhone(ctx context.Context, req *UnbindUserAccountReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) UnbindUserQQ(ctx context.Context, req *UnbindUserAccountReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) UnbindUserWechat(ctx context.Context, req *UnbindUserAccountReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) UserRegister(ctx context.Context, req *UserRegisterReq, opts ...http.CallOption) (rsp *emptypb.Empty, err error) }
func NewBffHTTPClient ¶
func NewBffHTTPClient(client *http.Client) BffHTTPClient
type BffHTTPClientImpl ¶
type BffHTTPClientImpl struct {
// contains filtered or unexported fields
}
func (*BffHTTPClientImpl) AccessUserMedal ¶
func (c *BffHTTPClientImpl) AccessUserMedal(ctx context.Context, in *AccessUserMedalReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) AddColumnIncludes ¶
func (c *BffHTTPClientImpl) AddColumnIncludes(ctx context.Context, in *AddColumnIncludesReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) ArticleDraftMark ¶
func (c *BffHTTPClientImpl) ArticleDraftMark(ctx context.Context, in *ArticleDraftMarkReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) ArticleStatisticJudge ¶
func (c *BffHTTPClientImpl) ArticleStatisticJudge(ctx context.Context, in *ArticleStatisticJudgeReq, opts ...http.CallOption) (*ArticleStatisticJudgeReply, error)
func (*BffHTTPClientImpl) CancelArticleAgree ¶
func (c *BffHTTPClientImpl) CancelArticleAgree(ctx context.Context, in *CancelArticleAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelArticleCollect ¶
func (c *BffHTTPClientImpl) CancelArticleCollect(ctx context.Context, in *CancelArticleCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelColumnAgree ¶
func (c *BffHTTPClientImpl) CancelColumnAgree(ctx context.Context, in *CancelColumnAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelColumnCollect ¶
func (c *BffHTTPClientImpl) CancelColumnCollect(ctx context.Context, in *CancelColumnCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelCommentAgree ¶
func (c *BffHTTPClientImpl) CancelCommentAgree(ctx context.Context, in *CancelCommentAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelSubCommentAgree ¶
func (c *BffHTTPClientImpl) CancelSubCommentAgree(ctx context.Context, in *CancelSubCommentAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelSubscribeColumn ¶
func (c *BffHTTPClientImpl) CancelSubscribeColumn(ctx context.Context, in *CancelSubscribeColumnReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelTalkAgree ¶
func (c *BffHTTPClientImpl) CancelTalkAgree(ctx context.Context, in *CancelTalkAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelTalkCollect ¶
func (c *BffHTTPClientImpl) CancelTalkCollect(ctx context.Context, in *CancelTalkCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelUserFollow ¶
func (c *BffHTTPClientImpl) CancelUserFollow(ctx context.Context, in *CancelUserFollowReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) CancelUserMedalSet ¶
func (c *BffHTTPClientImpl) CancelUserMedalSet(ctx context.Context, in *CancelUserMedalSetReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) ChangeUserPassword ¶
func (c *BffHTTPClientImpl) ChangeUserPassword(ctx context.Context, in *ChangeUserPasswordReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) ColumnStatisticJudge ¶
func (c *BffHTTPClientImpl) ColumnStatisticJudge(ctx context.Context, in *ColumnStatisticJudgeReq, opts ...http.CallOption) (*ColumnStatisticJudgeReply, error)
func (*BffHTTPClientImpl) CreateArticleDraft ¶
func (c *BffHTTPClientImpl) CreateArticleDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateArticleDraftReply, error)
func (*BffHTTPClientImpl) CreateCollectionsDraft ¶
func (c *BffHTTPClientImpl) CreateCollectionsDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateCollectionsDraftReply, error)
func (*BffHTTPClientImpl) CreateColumnDraft ¶
func (c *BffHTTPClientImpl) CreateColumnDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateColumnDraftReply, error)
func (*BffHTTPClientImpl) CreateCommentDraft ¶
func (c *BffHTTPClientImpl) CreateCommentDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateCommentDraftReply, error)
func (*BffHTTPClientImpl) CreateTalkDraft ¶
func (c *BffHTTPClientImpl) CreateTalkDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*CreateTalkDraftReply, error)
func (*BffHTTPClientImpl) DeleteArticle ¶
func (c *BffHTTPClientImpl) DeleteArticle(ctx context.Context, in *DeleteArticleReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) DeleteArticleDraft ¶ added in v1.3.0
func (c *BffHTTPClientImpl) DeleteArticleDraft(ctx context.Context, in *DeleteArticleDraftReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) DeleteCollections ¶
func (c *BffHTTPClientImpl) DeleteCollections(ctx context.Context, in *DeleteCollectionsReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) DeleteColumn ¶
func (c *BffHTTPClientImpl) DeleteColumn(ctx context.Context, in *DeleteColumnReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) DeleteColumnIncludes ¶
func (c *BffHTTPClientImpl) DeleteColumnIncludes(ctx context.Context, in *DeleteColumnIncludesReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) DeleteTalk ¶
func (c *BffHTTPClientImpl) DeleteTalk(ctx context.Context, in *DeleteTalkReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) GetAccount ¶
func (c *BffHTTPClientImpl) GetAccount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetAccountReply, error)
func (*BffHTTPClientImpl) GetAchievementList ¶
func (c *BffHTTPClientImpl) GetAchievementList(ctx context.Context, in *GetAchievementListReq, opts ...http.CallOption) (*GetAchievementListReply, error)
func (*BffHTTPClientImpl) GetArticleContentReview ¶
func (c *BffHTTPClientImpl) GetArticleContentReview(ctx context.Context, in *GetArticleContentReviewReq, opts ...http.CallOption) (*GetArticleContentReviewReply, error)
func (*BffHTTPClientImpl) GetArticleCount ¶
func (c *BffHTTPClientImpl) GetArticleCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetArticleCountReply, error)
func (*BffHTTPClientImpl) GetArticleCountVisitor ¶
func (c *BffHTTPClientImpl) GetArticleCountVisitor(ctx context.Context, in *GetArticleCountVisitorReq, opts ...http.CallOption) (*GetArticleCountReply, error)
func (*BffHTTPClientImpl) GetArticleDraftList ¶
func (c *BffHTTPClientImpl) GetArticleDraftList(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetArticleDraftListReply, error)
func (*BffHTTPClientImpl) GetArticleImageReview ¶
func (c *BffHTTPClientImpl) GetArticleImageReview(ctx context.Context, in *GetArticleImageReviewReq, opts ...http.CallOption) (*GetArticleImageReviewReply, error)
func (*BffHTTPClientImpl) GetArticleList ¶
func (c *BffHTTPClientImpl) GetArticleList(ctx context.Context, in *GetArticleListReq, opts ...http.CallOption) (*GetArticleListReply, error)
func (*BffHTTPClientImpl) GetArticleListHot ¶
func (c *BffHTTPClientImpl) GetArticleListHot(ctx context.Context, in *GetArticleListHotReq, opts ...http.CallOption) (*GetArticleListHotReply, error)
func (*BffHTTPClientImpl) GetArticleListStatistic ¶
func (c *BffHTTPClientImpl) GetArticleListStatistic(ctx context.Context, in *GetArticleListStatisticReq, opts ...http.CallOption) (*GetArticleListStatisticReply, error)
func (*BffHTTPClientImpl) GetArticleSearch ¶
func (c *BffHTTPClientImpl) GetArticleSearch(ctx context.Context, in *GetArticleSearchReq, opts ...http.CallOption) (*GetArticleSearchReply, error)
func (*BffHTTPClientImpl) GetArticleStatistic ¶
func (c *BffHTTPClientImpl) GetArticleStatistic(ctx context.Context, in *GetArticleStatisticReq, opts ...http.CallOption) (*GetArticleStatisticReply, error)
func (*BffHTTPClientImpl) GetAvatarReview ¶
func (c *BffHTTPClientImpl) GetAvatarReview(ctx context.Context, in *GetAvatarReviewReq, opts ...http.CallOption) (*GetAvatarReviewReply, error)
func (*BffHTTPClientImpl) GetCollectArticleCount ¶
func (c *BffHTTPClientImpl) GetCollectArticleCount(ctx context.Context, in *GetCollectArticleCountReq, opts ...http.CallOption) (*GetCollectArticleCountReply, error)
func (*BffHTTPClientImpl) GetCollectArticleList ¶
func (c *BffHTTPClientImpl) GetCollectArticleList(ctx context.Context, in *GetCollectArticleListReq, opts ...http.CallOption) (*GetArticleListReply, error)
func (*BffHTTPClientImpl) GetCollectColumnCount ¶
func (c *BffHTTPClientImpl) GetCollectColumnCount(ctx context.Context, in *GetCollectColumnCountReq, opts ...http.CallOption) (*GetCollectColumnCountReply, error)
func (*BffHTTPClientImpl) GetCollectColumnList ¶
func (c *BffHTTPClientImpl) GetCollectColumnList(ctx context.Context, in *GetCollectColumnListReq, opts ...http.CallOption) (*GetColumnListReply, error)
func (*BffHTTPClientImpl) GetCollectTalkCount ¶
func (c *BffHTTPClientImpl) GetCollectTalkCount(ctx context.Context, in *GetCollectTalkCountReq, opts ...http.CallOption) (*GetCollectTalkCountReply, error)
func (*BffHTTPClientImpl) GetCollectTalkList ¶
func (c *BffHTTPClientImpl) GetCollectTalkList(ctx context.Context, in *GetCollectTalkListReq, opts ...http.CallOption) (*GetTalkListReply, error)
func (*BffHTTPClientImpl) GetCollections ¶
func (c *BffHTTPClientImpl) GetCollections(ctx context.Context, in *GetCollectionsReq, opts ...http.CallOption) (*GetCollectionsReply, error)
func (*BffHTTPClientImpl) GetCollectionsContentReview ¶
func (c *BffHTTPClientImpl) GetCollectionsContentReview(ctx context.Context, in *GetCollectionsContentReviewReq, opts ...http.CallOption) (*GetCollectionsContentReviewReply, error)
func (*BffHTTPClientImpl) GetCollectionsCount ¶
func (c *BffHTTPClientImpl) GetCollectionsCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetCollectionsCountReply, error)
func (*BffHTTPClientImpl) GetCollectionsList ¶
func (c *BffHTTPClientImpl) GetCollectionsList(ctx context.Context, in *GetCollectionsListReq, opts ...http.CallOption) (*GetCollectionsListReply, error)
func (*BffHTTPClientImpl) GetCollectionsListAll ¶
func (c *BffHTTPClientImpl) GetCollectionsListAll(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetCollectionsListReply, error)
func (*BffHTTPClientImpl) GetCollectionsListByVisitor ¶
func (c *BffHTTPClientImpl) GetCollectionsListByVisitor(ctx context.Context, in *GetCollectionsListByVisitorReq, opts ...http.CallOption) (*GetCollectionsListReply, error)
func (*BffHTTPClientImpl) GetCollectionsVisitorCount ¶
func (c *BffHTTPClientImpl) GetCollectionsVisitorCount(ctx context.Context, in *GetCollectionsVisitorCountReq, opts ...http.CallOption) (*GetCollectionsCountReply, error)
func (*BffHTTPClientImpl) GetColumnArticleList ¶
func (c *BffHTTPClientImpl) GetColumnArticleList(ctx context.Context, in *GetColumnArticleListReq, opts ...http.CallOption) (*GetArticleListReply, error)
func (*BffHTTPClientImpl) GetColumnContentReview ¶
func (c *BffHTTPClientImpl) GetColumnContentReview(ctx context.Context, in *GetColumnContentReviewReq, opts ...http.CallOption) (*GetColumnContentReviewReply, error)
func (*BffHTTPClientImpl) GetColumnCount ¶
func (c *BffHTTPClientImpl) GetColumnCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetColumnCountReply, error)
func (*BffHTTPClientImpl) GetColumnCountVisitor ¶
func (c *BffHTTPClientImpl) GetColumnCountVisitor(ctx context.Context, in *GetColumnCountVisitorReq, opts ...http.CallOption) (*GetColumnCountReply, error)
func (*BffHTTPClientImpl) GetColumnImageReview ¶
func (c *BffHTTPClientImpl) GetColumnImageReview(ctx context.Context, in *GetColumnImageReviewReq, opts ...http.CallOption) (*GetColumnImageReviewReply, error)
func (*BffHTTPClientImpl) GetColumnList ¶
func (c *BffHTTPClientImpl) GetColumnList(ctx context.Context, in *GetColumnListReq, opts ...http.CallOption) (*GetColumnListReply, error)
func (*BffHTTPClientImpl) GetColumnListHot ¶
func (c *BffHTTPClientImpl) GetColumnListHot(ctx context.Context, in *GetColumnListHotReq, opts ...http.CallOption) (*GetColumnListHotReply, error)
func (*BffHTTPClientImpl) GetColumnListStatistic ¶
func (c *BffHTTPClientImpl) GetColumnListStatistic(ctx context.Context, in *GetColumnListStatisticReq, opts ...http.CallOption) (*GetColumnListStatisticReply, error)
func (*BffHTTPClientImpl) GetColumnSearch ¶
func (c *BffHTTPClientImpl) GetColumnSearch(ctx context.Context, in *GetColumnSearchReq, opts ...http.CallOption) (*GetColumnSearchReply, error)
func (*BffHTTPClientImpl) GetColumnStatistic ¶
func (c *BffHTTPClientImpl) GetColumnStatistic(ctx context.Context, in *GetColumnStatisticReq, opts ...http.CallOption) (*GetColumnStatisticReply, error)
func (*BffHTTPClientImpl) GetColumnSubscribes ¶
func (c *BffHTTPClientImpl) GetColumnSubscribes(ctx context.Context, in *GetColumnSubscribesReq, opts ...http.CallOption) (*GetColumnSubscribesReply, error)
func (*BffHTTPClientImpl) GetCommentContentReview ¶
func (c *BffHTTPClientImpl) GetCommentContentReview(ctx context.Context, in *GetCommentContentReviewReq, opts ...http.CallOption) (*GetCommentContentReviewReply, error)
func (*BffHTTPClientImpl) GetCommentList ¶
func (c *BffHTTPClientImpl) GetCommentList(ctx context.Context, in *GetCommentListReq, opts ...http.CallOption) (*GetCommentListReply, error)
func (*BffHTTPClientImpl) GetCommentListHot ¶
func (c *BffHTTPClientImpl) GetCommentListHot(ctx context.Context, in *GetCommentListReq, opts ...http.CallOption) (*GetCommentListReply, error)
func (*BffHTTPClientImpl) GetCommentUser ¶
func (c *BffHTTPClientImpl) GetCommentUser(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetCommentUserReply, error)
func (*BffHTTPClientImpl) GetCosSessionKey ¶
func (c *BffHTTPClientImpl) GetCosSessionKey(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetCosSessionKeyReply, error)
func (*BffHTTPClientImpl) GetCoverReview ¶
func (c *BffHTTPClientImpl) GetCoverReview(ctx context.Context, in *GetCoverReviewReq, opts ...http.CallOption) (*GetCoverReviewReply, error)
func (*BffHTTPClientImpl) GetFollowList ¶
func (c *BffHTTPClientImpl) GetFollowList(ctx context.Context, in *GetFollowListReq, opts ...http.CallOption) (*GetFollowListReply, error)
func (*BffHTTPClientImpl) GetFollowListCount ¶
func (c *BffHTTPClientImpl) GetFollowListCount(ctx context.Context, in *GetFollowListCountReq, opts ...http.CallOption) (*GetFollowListCountReply, error)
func (*BffHTTPClientImpl) GetFollowedList ¶
func (c *BffHTTPClientImpl) GetFollowedList(ctx context.Context, in *GetFollowedListReq, opts ...http.CallOption) (*GetFollowedListReply, error)
func (*BffHTTPClientImpl) GetFollowedListCount ¶
func (c *BffHTTPClientImpl) GetFollowedListCount(ctx context.Context, in *GetFollowedListCountReq, opts ...http.CallOption) (*GetFollowedListCountReply, error)
func (*BffHTTPClientImpl) GetHealth ¶ added in v1.2.3
func (c *BffHTTPClientImpl) GetHealth(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) GetLastArticleDraft ¶
func (c *BffHTTPClientImpl) GetLastArticleDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastArticleDraftReply, error)
func (*BffHTTPClientImpl) GetLastCollectionsDraft ¶
func (c *BffHTTPClientImpl) GetLastCollectionsDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastCollectionsDraftReply, error)
func (*BffHTTPClientImpl) GetLastColumnDraft ¶
func (c *BffHTTPClientImpl) GetLastColumnDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastColumnDraftReply, error)
func (*BffHTTPClientImpl) GetLastCommentDraft ¶
func (c *BffHTTPClientImpl) GetLastCommentDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastCommentDraftReply, error)
func (*BffHTTPClientImpl) GetLastTalkDraft ¶
func (c *BffHTTPClientImpl) GetLastTalkDraft(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLastTalkDraftReply, error)
func (*BffHTTPClientImpl) GetLeaderBoard ¶
func (c *BffHTTPClientImpl) GetLeaderBoard(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetLeaderBoardReply, error)
func (*BffHTTPClientImpl) GetMailBoxLastTime ¶
func (c *BffHTTPClientImpl) GetMailBoxLastTime(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetMailBoxLastTimeReply, error)
func (*BffHTTPClientImpl) GetMessageNotification ¶
func (c *BffHTTPClientImpl) GetMessageNotification(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetMessageNotificationReply, error)
func (*BffHTTPClientImpl) GetMessageSystemNotification ¶
func (c *BffHTTPClientImpl) GetMessageSystemNotification(ctx context.Context, in *GetMessageSystemNotificationReq, opts ...http.CallOption) (*GetMessageSystemNotificationReply, error)
func (*BffHTTPClientImpl) GetNews ¶
func (c *BffHTTPClientImpl) GetNews(ctx context.Context, in *GetNewsReq, opts ...http.CallOption) (*GetNewsReply, error)
func (*BffHTTPClientImpl) GetNewsSearch ¶ added in v1.4.0
func (c *BffHTTPClientImpl) GetNewsSearch(ctx context.Context, in *GetNewsSearchReq, opts ...http.CallOption) (*GetNewsSearchReply, error)
func (*BffHTTPClientImpl) GetProfile ¶
func (c *BffHTTPClientImpl) GetProfile(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetProfileReply, error)
func (*BffHTTPClientImpl) GetProfileList ¶
func (c *BffHTTPClientImpl) GetProfileList(ctx context.Context, in *GetProfileListReq, opts ...http.CallOption) (*GetProfileListReply, error)
func (*BffHTTPClientImpl) GetProfileUpdate ¶
func (c *BffHTTPClientImpl) GetProfileUpdate(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetProfileUpdateReply, error)
func (*BffHTTPClientImpl) GetSubCommentList ¶
func (c *BffHTTPClientImpl) GetSubCommentList(ctx context.Context, in *GetSubCommentListReq, opts ...http.CallOption) (*GetSubCommentListReply, error)
func (*BffHTTPClientImpl) GetSubscribeList ¶
func (c *BffHTTPClientImpl) GetSubscribeList(ctx context.Context, in *GetSubscribeListReq, opts ...http.CallOption) (*GetSubscribeListReply, error)
func (*BffHTTPClientImpl) GetSubscribeListCount ¶
func (c *BffHTTPClientImpl) GetSubscribeListCount(ctx context.Context, in *GetSubscribeListCountReq, opts ...http.CallOption) (*GetSubscribeListCountReply, error)
func (*BffHTTPClientImpl) GetTalkContentReview ¶
func (c *BffHTTPClientImpl) GetTalkContentReview(ctx context.Context, in *GetTalkContentReviewReq, opts ...http.CallOption) (*GetTalkContentReviewReply, error)
func (*BffHTTPClientImpl) GetTalkCount ¶
func (c *BffHTTPClientImpl) GetTalkCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetTalkCountReply, error)
func (*BffHTTPClientImpl) GetTalkCountVisitor ¶
func (c *BffHTTPClientImpl) GetTalkCountVisitor(ctx context.Context, in *GetTalkCountVisitorReq, opts ...http.CallOption) (*GetTalkCountReply, error)
func (*BffHTTPClientImpl) GetTalkImageReview ¶
func (c *BffHTTPClientImpl) GetTalkImageReview(ctx context.Context, in *GetTalkImageReviewReq, opts ...http.CallOption) (*GetTalkImageReviewReply, error)
func (*BffHTTPClientImpl) GetTalkList ¶
func (c *BffHTTPClientImpl) GetTalkList(ctx context.Context, in *GetTalkListReq, opts ...http.CallOption) (*GetTalkListReply, error)
func (*BffHTTPClientImpl) GetTalkListHot ¶
func (c *BffHTTPClientImpl) GetTalkListHot(ctx context.Context, in *GetTalkListHotReq, opts ...http.CallOption) (*GetTalkListHotReply, error)
func (*BffHTTPClientImpl) GetTalkListStatistic ¶
func (c *BffHTTPClientImpl) GetTalkListStatistic(ctx context.Context, in *GetTalkListStatisticReq, opts ...http.CallOption) (*GetTalkListStatisticReply, error)
func (*BffHTTPClientImpl) GetTalkSearch ¶
func (c *BffHTTPClientImpl) GetTalkSearch(ctx context.Context, in *GetTalkSearchReq, opts ...http.CallOption) (*GetTalkSearchReply, error)
func (*BffHTTPClientImpl) GetTalkStatistic ¶
func (c *BffHTTPClientImpl) GetTalkStatistic(ctx context.Context, in *GetTalkStatisticReq, opts ...http.CallOption) (*GetTalkStatisticReply, error)
func (*BffHTTPClientImpl) GetTimeLineUsers ¶
func (c *BffHTTPClientImpl) GetTimeLineUsers(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetTimeLineUsersReply, error)
func (*BffHTTPClientImpl) GetUserAchievement ¶
func (c *BffHTTPClientImpl) GetUserAchievement(ctx context.Context, in *GetUserAchievementReq, opts ...http.CallOption) (*GetUserAchievementReply, error)
func (*BffHTTPClientImpl) GetUserArticleAgree ¶
func (c *BffHTTPClientImpl) GetUserArticleAgree(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserArticleAgreeReply, error)
func (*BffHTTPClientImpl) GetUserArticleCollect ¶
func (c *BffHTTPClientImpl) GetUserArticleCollect(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserArticleCollectReply, error)
func (*BffHTTPClientImpl) GetUserArticleList ¶
func (c *BffHTTPClientImpl) GetUserArticleList(ctx context.Context, in *GetUserArticleListReq, opts ...http.CallOption) (*GetArticleListReply, error)
func (*BffHTTPClientImpl) GetUserArticleListAll ¶
func (c *BffHTTPClientImpl) GetUserArticleListAll(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetArticleListReply, error)
func (*BffHTTPClientImpl) GetUserArticleListSimple ¶
func (c *BffHTTPClientImpl) GetUserArticleListSimple(ctx context.Context, in *GetUserArticleListSimpleReq, opts ...http.CallOption) (*GetArticleListReply, error)
func (*BffHTTPClientImpl) GetUserArticleListVisitor ¶
func (c *BffHTTPClientImpl) GetUserArticleListVisitor(ctx context.Context, in *GetUserArticleListVisitorReq, opts ...http.CallOption) (*GetArticleListReply, error)
func (*BffHTTPClientImpl) GetUserColumnAgree ¶
func (c *BffHTTPClientImpl) GetUserColumnAgree(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserColumnAgreeReply, error)
func (*BffHTTPClientImpl) GetUserColumnCollect ¶
func (c *BffHTTPClientImpl) GetUserColumnCollect(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserColumnCollectReply, error)
func (*BffHTTPClientImpl) GetUserColumnList ¶
func (c *BffHTTPClientImpl) GetUserColumnList(ctx context.Context, in *GetUserColumnListReq, opts ...http.CallOption) (*GetColumnListReply, error)
func (*BffHTTPClientImpl) GetUserColumnListSimple ¶
func (c *BffHTTPClientImpl) GetUserColumnListSimple(ctx context.Context, in *GetUserColumnListSimpleReq, opts ...http.CallOption) (*GetColumnListReply, error)
func (*BffHTTPClientImpl) GetUserColumnListVisitor ¶
func (c *BffHTTPClientImpl) GetUserColumnListVisitor(ctx context.Context, in *GetUserColumnListVisitorReq, opts ...http.CallOption) (*GetColumnListReply, error)
func (*BffHTTPClientImpl) GetUserCommentAgree ¶
func (c *BffHTTPClientImpl) GetUserCommentAgree(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserCommentAgreeReply, error)
func (*BffHTTPClientImpl) GetUserCommentArticleRepliedList ¶
func (c *BffHTTPClientImpl) GetUserCommentArticleRepliedList(ctx context.Context, in *GetUserCommentArticleRepliedListReq, opts ...http.CallOption) (*GetUserCommentArticleRepliedListReply, error)
func (*BffHTTPClientImpl) GetUserCommentArticleReplyList ¶
func (c *BffHTTPClientImpl) GetUserCommentArticleReplyList(ctx context.Context, in *GetUserCommentArticleReplyListReq, opts ...http.CallOption) (*GetUserCommentArticleReplyListReply, error)
func (*BffHTTPClientImpl) GetUserCommentRepliedList ¶
func (c *BffHTTPClientImpl) GetUserCommentRepliedList(ctx context.Context, in *GetUserCommentRepliedListReq, opts ...http.CallOption) (*GetUserCommentRepliedListReply, error)
func (*BffHTTPClientImpl) GetUserCommentTalkRepliedList ¶
func (c *BffHTTPClientImpl) GetUserCommentTalkRepliedList(ctx context.Context, in *GetUserCommentTalkRepliedListReq, opts ...http.CallOption) (*GetUserCommentTalkRepliedListReply, error)
func (*BffHTTPClientImpl) GetUserCommentTalkReplyList ¶
func (c *BffHTTPClientImpl) GetUserCommentTalkReplyList(ctx context.Context, in *GetUserCommentTalkReplyListReq, opts ...http.CallOption) (*GetUserCommentTalkReplyListReply, error)
func (*BffHTTPClientImpl) GetUserFollow ¶
func (c *BffHTTPClientImpl) GetUserFollow(ctx context.Context, in *GetUserFollowReq, opts ...http.CallOption) (*GetUserFollowReply, error)
func (*BffHTTPClientImpl) GetUserFollows ¶
func (c *BffHTTPClientImpl) GetUserFollows(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserFollowsReply, error)
func (*BffHTTPClientImpl) GetUserInfo ¶
func (c *BffHTTPClientImpl) GetUserInfo(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserInfoReply, error)
func (*BffHTTPClientImpl) GetUserInfoVisitor ¶
func (c *BffHTTPClientImpl) GetUserInfoVisitor(ctx context.Context, in *GetUserInfoVisitorReq, opts ...http.CallOption) (*GetUserInfoReply, error)
func (*BffHTTPClientImpl) GetUserMedal ¶
func (c *BffHTTPClientImpl) GetUserMedal(ctx context.Context, in *GetUserMedalReq, opts ...http.CallOption) (*GetUserMedalReply, error)
func (*BffHTTPClientImpl) GetUserMedalProgress ¶
func (c *BffHTTPClientImpl) GetUserMedalProgress(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserMedalProgressReply, error)
func (*BffHTTPClientImpl) GetUserSearch ¶
func (c *BffHTTPClientImpl) GetUserSearch(ctx context.Context, in *GetUserSearchReq, opts ...http.CallOption) (*GetUserSearchReply, error)
func (*BffHTTPClientImpl) GetUserSubCommentArticleRepliedList ¶
func (c *BffHTTPClientImpl) GetUserSubCommentArticleRepliedList(ctx context.Context, in *GetUserSubCommentArticleRepliedListReq, opts ...http.CallOption) (*GetUserSubCommentArticleRepliedListReply, error)
func (*BffHTTPClientImpl) GetUserSubCommentArticleReplyList ¶
func (c *BffHTTPClientImpl) GetUserSubCommentArticleReplyList(ctx context.Context, in *GetUserSubCommentArticleReplyListReq, opts ...http.CallOption) (*GetUserSubCommentArticleReplyListReply, error)
func (*BffHTTPClientImpl) GetUserSubCommentRepliedList ¶
func (c *BffHTTPClientImpl) GetUserSubCommentRepliedList(ctx context.Context, in *GetUserSubCommentRepliedListReq, opts ...http.CallOption) (*GetUserSubCommentRepliedListReply, error)
func (*BffHTTPClientImpl) GetUserSubCommentTalkRepliedList ¶
func (c *BffHTTPClientImpl) GetUserSubCommentTalkRepliedList(ctx context.Context, in *GetUserSubCommentTalkRepliedListReq, opts ...http.CallOption) (*GetUserSubCommentTalkRepliedListReply, error)
func (*BffHTTPClientImpl) GetUserSubCommentTalkReplyList ¶
func (c *BffHTTPClientImpl) GetUserSubCommentTalkReplyList(ctx context.Context, in *GetUserSubCommentTalkReplyListReq, opts ...http.CallOption) (*GetUserSubCommentTalkReplyListReply, error)
func (*BffHTTPClientImpl) GetUserSubscribeColumn ¶
func (c *BffHTTPClientImpl) GetUserSubscribeColumn(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserSubscribeColumnReply, error)
func (*BffHTTPClientImpl) GetUserTalkAgree ¶
func (c *BffHTTPClientImpl) GetUserTalkAgree(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserTalkAgreeReply, error)
func (*BffHTTPClientImpl) GetUserTalkCollect ¶
func (c *BffHTTPClientImpl) GetUserTalkCollect(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*GetUserTalkCollectReply, error)
func (*BffHTTPClientImpl) GetUserTalkList ¶
func (c *BffHTTPClientImpl) GetUserTalkList(ctx context.Context, in *GetUserTalkListReq, opts ...http.CallOption) (*GetTalkListReply, error)
func (*BffHTTPClientImpl) GetUserTalkListSimple ¶
func (c *BffHTTPClientImpl) GetUserTalkListSimple(ctx context.Context, in *GetUserTalkListSimpleReq, opts ...http.CallOption) (*GetTalkListReply, error)
func (*BffHTTPClientImpl) GetUserTalkListVisitor ¶
func (c *BffHTTPClientImpl) GetUserTalkListVisitor(ctx context.Context, in *GetUserTalkListVisitorReq, opts ...http.CallOption) (*GetTalkListReply, error)
func (*BffHTTPClientImpl) GetUserTimeLineListVisitor ¶
func (c *BffHTTPClientImpl) GetUserTimeLineListVisitor(ctx context.Context, in *GetUserTimeLineListReq, opts ...http.CallOption) (*GetUserTimeLineListReply, error)
func (*BffHTTPClientImpl) LoginByCode ¶
func (c *BffHTTPClientImpl) LoginByCode(ctx context.Context, in *LoginByCodeReq, opts ...http.CallOption) (*LoginReply, error)
func (*BffHTTPClientImpl) LoginByGitee ¶ added in v1.3.0
func (c *BffHTTPClientImpl) LoginByGitee(ctx context.Context, in *LoginByGiteeReq, opts ...http.CallOption) (*LoginReply, error)
func (*BffHTTPClientImpl) LoginByGithub ¶
func (c *BffHTTPClientImpl) LoginByGithub(ctx context.Context, in *LoginByGithubReq, opts ...http.CallOption) (*LoginReply, error)
func (*BffHTTPClientImpl) LoginByPassword ¶
func (c *BffHTTPClientImpl) LoginByPassword(ctx context.Context, in *LoginByPasswordReq, opts ...http.CallOption) (*LoginReply, error)
func (*BffHTTPClientImpl) LoginByQQ ¶ added in v1.3.0
func (c *BffHTTPClientImpl) LoginByQQ(ctx context.Context, in *LoginByQQReq, opts ...http.CallOption) (*LoginReply, error)
func (*BffHTTPClientImpl) LoginByWeChat ¶
func (c *BffHTTPClientImpl) LoginByWeChat(ctx context.Context, in *LoginByWeChatReq, opts ...http.CallOption) (*LoginReply, error)
func (*BffHTTPClientImpl) LoginPasswordReset ¶
func (c *BffHTTPClientImpl) LoginPasswordReset(ctx context.Context, in *LoginPasswordResetReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) RemoveComment ¶
func (c *BffHTTPClientImpl) RemoveComment(ctx context.Context, in *RemoveCommentReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) RemoveMailBoxCommentCount ¶
func (c *BffHTTPClientImpl) RemoveMailBoxCommentCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) RemoveMailBoxSubCommentCount ¶
func (c *BffHTTPClientImpl) RemoveMailBoxSubCommentCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) RemoveMailBoxSystemNotificationCount ¶
func (c *BffHTTPClientImpl) RemoveMailBoxSystemNotificationCount(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) RemoveSubComment ¶
func (c *BffHTTPClientImpl) RemoveSubComment(ctx context.Context, in *RemoveSubCommentReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendArticle ¶
func (c *BffHTTPClientImpl) SendArticle(ctx context.Context, in *SendArticleReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendArticleEdit ¶
func (c *BffHTTPClientImpl) SendArticleEdit(ctx context.Context, in *SendArticleEditReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendCollections ¶
func (c *BffHTTPClientImpl) SendCollections(ctx context.Context, in *SendCollectionsReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendCollectionsEdit ¶
func (c *BffHTTPClientImpl) SendCollectionsEdit(ctx context.Context, in *SendCollectionsEditReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendColumn ¶
func (c *BffHTTPClientImpl) SendColumn(ctx context.Context, in *SendColumnReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendColumnEdit ¶
func (c *BffHTTPClientImpl) SendColumnEdit(ctx context.Context, in *SendColumnEditReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendComment ¶
func (c *BffHTTPClientImpl) SendComment(ctx context.Context, in *SendCommentReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendEmailCode ¶
func (c *BffHTTPClientImpl) SendEmailCode(ctx context.Context, in *SendEmailCodeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendPhoneCode ¶
func (c *BffHTTPClientImpl) SendPhoneCode(ctx context.Context, in *SendPhoneCodeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendSubComment ¶
func (c *BffHTTPClientImpl) SendSubComment(ctx context.Context, in *SendSubCommentReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendTalk ¶
func (c *BffHTTPClientImpl) SendTalk(ctx context.Context, in *SendTalkReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SendTalkEdit ¶
func (c *BffHTTPClientImpl) SendTalkEdit(ctx context.Context, in *SendTalkEditReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetArticleAgree ¶
func (c *BffHTTPClientImpl) SetArticleAgree(ctx context.Context, in *SetArticleAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetArticleCollect ¶
func (c *BffHTTPClientImpl) SetArticleCollect(ctx context.Context, in *SetArticleCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetArticleView ¶
func (c *BffHTTPClientImpl) SetArticleView(ctx context.Context, in *SetArticleViewReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetColumnAgree ¶
func (c *BffHTTPClientImpl) SetColumnAgree(ctx context.Context, in *SetColumnAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetColumnCollect ¶
func (c *BffHTTPClientImpl) SetColumnCollect(ctx context.Context, in *SetColumnCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetColumnView ¶
func (c *BffHTTPClientImpl) SetColumnView(ctx context.Context, in *SetColumnViewReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetCommentAgree ¶
func (c *BffHTTPClientImpl) SetCommentAgree(ctx context.Context, in *SetCommentAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetMailBoxLastTime ¶
func (c *BffHTTPClientImpl) SetMailBoxLastTime(ctx context.Context, in *SetMailBoxLastTimeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetProfileUpdate ¶
func (c *BffHTTPClientImpl) SetProfileUpdate(ctx context.Context, in *SetProfileUpdateReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetSubCommentAgree ¶
func (c *BffHTTPClientImpl) SetSubCommentAgree(ctx context.Context, in *SetSubCommentAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetTalkAgree ¶
func (c *BffHTTPClientImpl) SetTalkAgree(ctx context.Context, in *SetTalkAgreeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetTalkCollect ¶
func (c *BffHTTPClientImpl) SetTalkCollect(ctx context.Context, in *SetTalkCollectReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetTalkView ¶
func (c *BffHTTPClientImpl) SetTalkView(ctx context.Context, in *SetTalkViewReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserEmail ¶
func (c *BffHTTPClientImpl) SetUserEmail(ctx context.Context, in *SetUserEmailReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserFollow ¶
func (c *BffHTTPClientImpl) SetUserFollow(ctx context.Context, in *SetUserFollowReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserGitee ¶ added in v1.3.0
func (c *BffHTTPClientImpl) SetUserGitee(ctx context.Context, in *SetUserGiteeReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserGithub ¶ added in v1.3.0
func (c *BffHTTPClientImpl) SetUserGithub(ctx context.Context, in *SetUserGithubReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserMedal ¶
func (c *BffHTTPClientImpl) SetUserMedal(ctx context.Context, in *SetUserMedalReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserPassword ¶
func (c *BffHTTPClientImpl) SetUserPassword(ctx context.Context, in *SetUserPasswordReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserPhone ¶
func (c *BffHTTPClientImpl) SetUserPhone(ctx context.Context, in *SetUserPhoneReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserQQ ¶ added in v1.3.0
func (c *BffHTTPClientImpl) SetUserQQ(ctx context.Context, in *SetUserQQReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SetUserWechat ¶ added in v1.3.0
func (c *BffHTTPClientImpl) SetUserWechat(ctx context.Context, in *SetUserWechatReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SubscribeColumn ¶
func (c *BffHTTPClientImpl) SubscribeColumn(ctx context.Context, in *SubscribeColumnReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) SubscribeJudge ¶
func (c *BffHTTPClientImpl) SubscribeJudge(ctx context.Context, in *SubscribeJudgeReq, opts ...http.CallOption) (*SubscribeJudgeReply, error)
func (*BffHTTPClientImpl) TalkStatisticJudge ¶
func (c *BffHTTPClientImpl) TalkStatisticJudge(ctx context.Context, in *TalkStatisticJudgeReq, opts ...http.CallOption) (*TalkStatisticJudgeReply, error)
func (*BffHTTPClientImpl) UnbindUserEmail ¶
func (c *BffHTTPClientImpl) UnbindUserEmail(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) UnbindUserGitee ¶ added in v1.3.0
func (c *BffHTTPClientImpl) UnbindUserGitee(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) UnbindUserGithub ¶ added in v1.3.0
func (c *BffHTTPClientImpl) UnbindUserGithub(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) UnbindUserPhone ¶
func (c *BffHTTPClientImpl) UnbindUserPhone(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) UnbindUserQQ ¶ added in v1.3.0
func (c *BffHTTPClientImpl) UnbindUserQQ(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) UnbindUserWechat ¶ added in v1.3.0
func (c *BffHTTPClientImpl) UnbindUserWechat(ctx context.Context, in *UnbindUserAccountReq, opts ...http.CallOption) (*emptypb.Empty, error)
func (*BffHTTPClientImpl) UserRegister ¶
func (c *BffHTTPClientImpl) UserRegister(ctx context.Context, in *UserRegisterReq, opts ...http.CallOption) (*emptypb.Empty, error)
type BffHTTPServer ¶
type BffHTTPServer interface { AccessUserMedal(context.Context, *AccessUserMedalReq) (*emptypb.Empty, error) AddColumnIncludes(context.Context, *AddColumnIncludesReq) (*emptypb.Empty, error) ArticleDraftMark(context.Context, *ArticleDraftMarkReq) (*emptypb.Empty, error) ArticleStatisticJudge(context.Context, *ArticleStatisticJudgeReq) (*ArticleStatisticJudgeReply, error) CancelArticleAgree(context.Context, *CancelArticleAgreeReq) (*emptypb.Empty, error) CancelArticleCollect(context.Context, *CancelArticleCollectReq) (*emptypb.Empty, error) CancelColumnAgree(context.Context, *CancelColumnAgreeReq) (*emptypb.Empty, error) CancelColumnCollect(context.Context, *CancelColumnCollectReq) (*emptypb.Empty, error) CancelCommentAgree(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error) CancelSubCommentAgree(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error) CancelSubscribeColumn(context.Context, *CancelSubscribeColumnReq) (*emptypb.Empty, error) CancelTalkAgree(context.Context, *CancelTalkAgreeReq) (*emptypb.Empty, error) CancelTalkCollect(context.Context, *CancelTalkCollectReq) (*emptypb.Empty, error) CancelUserFollow(context.Context, *CancelUserFollowReq) (*emptypb.Empty, error) CancelUserMedalSet(context.Context, *CancelUserMedalSetReq) (*emptypb.Empty, error) ChangeUserPassword(context.Context, *ChangeUserPasswordReq) (*emptypb.Empty, error) ColumnStatisticJudge(context.Context, *ColumnStatisticJudgeReq) (*ColumnStatisticJudgeReply, error) CreateArticleDraft(context.Context, *emptypb.Empty) (*CreateArticleDraftReply, error) CreateCollectionsDraft(context.Context, *emptypb.Empty) (*CreateCollectionsDraftReply, error) CreateColumnDraft(context.Context, *emptypb.Empty) (*CreateColumnDraftReply, error) CreateCommentDraft(context.Context, *emptypb.Empty) (*CreateCommentDraftReply, error) CreateTalkDraft(context.Context, *emptypb.Empty) (*CreateTalkDraftReply, error) DeleteArticle(context.Context, *DeleteArticleReq) (*emptypb.Empty, error) DeleteArticleDraft(context.Context, *DeleteArticleDraftReq) (*emptypb.Empty, error) DeleteCollections(context.Context, *DeleteCollectionsReq) (*emptypb.Empty, error) DeleteColumn(context.Context, *DeleteColumnReq) (*emptypb.Empty, error) DeleteColumnIncludes(context.Context, *DeleteColumnIncludesReq) (*emptypb.Empty, error) DeleteTalk(context.Context, *DeleteTalkReq) (*emptypb.Empty, error) GetAccount(context.Context, *emptypb.Empty) (*GetAccountReply, error) GetAchievementList(context.Context, *GetAchievementListReq) (*GetAchievementListReply, error) GetArticleContentReview(context.Context, *GetArticleContentReviewReq) (*GetArticleContentReviewReply, error) GetArticleCount(context.Context, *emptypb.Empty) (*GetArticleCountReply, error) GetArticleCountVisitor(context.Context, *GetArticleCountVisitorReq) (*GetArticleCountReply, error) GetArticleDraftList(context.Context, *emptypb.Empty) (*GetArticleDraftListReply, error) GetArticleImageReview(context.Context, *GetArticleImageReviewReq) (*GetArticleImageReviewReply, error) GetArticleList(context.Context, *GetArticleListReq) (*GetArticleListReply, error) GetArticleListHot(context.Context, *GetArticleListHotReq) (*GetArticleListHotReply, error) GetArticleListStatistic(context.Context, *GetArticleListStatisticReq) (*GetArticleListStatisticReply, error) GetArticleSearch(context.Context, *GetArticleSearchReq) (*GetArticleSearchReply, error) GetArticleStatistic(context.Context, *GetArticleStatisticReq) (*GetArticleStatisticReply, error) GetAvatarReview(context.Context, *GetAvatarReviewReq) (*GetAvatarReviewReply, error) GetCollectArticleCount(context.Context, *GetCollectArticleCountReq) (*GetCollectArticleCountReply, error) GetCollectArticleList(context.Context, *GetCollectArticleListReq) (*GetArticleListReply, error) GetCollectColumnCount(context.Context, *GetCollectColumnCountReq) (*GetCollectColumnCountReply, error) GetCollectColumnList(context.Context, *GetCollectColumnListReq) (*GetColumnListReply, error) GetCollectTalkCount(context.Context, *GetCollectTalkCountReq) (*GetCollectTalkCountReply, error) GetCollectTalkList(context.Context, *GetCollectTalkListReq) (*GetTalkListReply, error) GetCollections(context.Context, *GetCollectionsReq) (*GetCollectionsReply, error) GetCollectionsContentReview(context.Context, *GetCollectionsContentReviewReq) (*GetCollectionsContentReviewReply, error) GetCollectionsCount(context.Context, *emptypb.Empty) (*GetCollectionsCountReply, error) GetCollectionsList(context.Context, *GetCollectionsListReq) (*GetCollectionsListReply, error) GetCollectionsListAll(context.Context, *emptypb.Empty) (*GetCollectionsListReply, error) GetCollectionsListByVisitor(context.Context, *GetCollectionsListByVisitorReq) (*GetCollectionsListReply, error) GetCollectionsVisitorCount(context.Context, *GetCollectionsVisitorCountReq) (*GetCollectionsCountReply, error) GetColumnArticleList(context.Context, *GetColumnArticleListReq) (*GetArticleListReply, error) GetColumnContentReview(context.Context, *GetColumnContentReviewReq) (*GetColumnContentReviewReply, error) GetColumnCount(context.Context, *emptypb.Empty) (*GetColumnCountReply, error) GetColumnCountVisitor(context.Context, *GetColumnCountVisitorReq) (*GetColumnCountReply, error) GetColumnImageReview(context.Context, *GetColumnImageReviewReq) (*GetColumnImageReviewReply, error) GetColumnList(context.Context, *GetColumnListReq) (*GetColumnListReply, error) GetColumnListHot(context.Context, *GetColumnListHotReq) (*GetColumnListHotReply, error) GetColumnListStatistic(context.Context, *GetColumnListStatisticReq) (*GetColumnListStatisticReply, error) GetColumnSearch(context.Context, *GetColumnSearchReq) (*GetColumnSearchReply, error) GetColumnStatistic(context.Context, *GetColumnStatisticReq) (*GetColumnStatisticReply, error) GetColumnSubscribes(context.Context, *GetColumnSubscribesReq) (*GetColumnSubscribesReply, error) GetCommentContentReview(context.Context, *GetCommentContentReviewReq) (*GetCommentContentReviewReply, error) GetCommentList(context.Context, *GetCommentListReq) (*GetCommentListReply, error) GetCommentListHot(context.Context, *GetCommentListReq) (*GetCommentListReply, error) GetCommentUser(context.Context, *emptypb.Empty) (*GetCommentUserReply, error) GetCosSessionKey(context.Context, *emptypb.Empty) (*GetCosSessionKeyReply, error) GetCoverReview(context.Context, *GetCoverReviewReq) (*GetCoverReviewReply, error) GetFollowList(context.Context, *GetFollowListReq) (*GetFollowListReply, error) GetFollowListCount(context.Context, *GetFollowListCountReq) (*GetFollowListCountReply, error) GetFollowedList(context.Context, *GetFollowedListReq) (*GetFollowedListReply, error) GetFollowedListCount(context.Context, *GetFollowedListCountReq) (*GetFollowedListCountReply, error) GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error) GetLastArticleDraft(context.Context, *emptypb.Empty) (*GetLastArticleDraftReply, error) GetLastCollectionsDraft(context.Context, *emptypb.Empty) (*GetLastCollectionsDraftReply, error) GetLastColumnDraft(context.Context, *emptypb.Empty) (*GetLastColumnDraftReply, error) GetLastCommentDraft(context.Context, *emptypb.Empty) (*GetLastCommentDraftReply, error) GetLastTalkDraft(context.Context, *emptypb.Empty) (*GetLastTalkDraftReply, error) GetLeaderBoard(context.Context, *emptypb.Empty) (*GetLeaderBoardReply, error) GetMailBoxLastTime(context.Context, *emptypb.Empty) (*GetMailBoxLastTimeReply, error) GetMessageNotification(context.Context, *emptypb.Empty) (*GetMessageNotificationReply, error) GetMessageSystemNotification(context.Context, *GetMessageSystemNotificationReq) (*GetMessageSystemNotificationReply, error) GetNews(context.Context, *GetNewsReq) (*GetNewsReply, error) GetNewsSearch(context.Context, *GetNewsSearchReq) (*GetNewsSearchReply, error) GetProfile(context.Context, *emptypb.Empty) (*GetProfileReply, error) GetProfileList(context.Context, *GetProfileListReq) (*GetProfileListReply, error) GetProfileUpdate(context.Context, *emptypb.Empty) (*GetProfileUpdateReply, error) GetSubCommentList(context.Context, *GetSubCommentListReq) (*GetSubCommentListReply, error) GetSubscribeList(context.Context, *GetSubscribeListReq) (*GetSubscribeListReply, error) GetSubscribeListCount(context.Context, *GetSubscribeListCountReq) (*GetSubscribeListCountReply, error) GetTalkContentReview(context.Context, *GetTalkContentReviewReq) (*GetTalkContentReviewReply, error) GetTalkCount(context.Context, *emptypb.Empty) (*GetTalkCountReply, error) GetTalkCountVisitor(context.Context, *GetTalkCountVisitorReq) (*GetTalkCountReply, error) GetTalkImageReview(context.Context, *GetTalkImageReviewReq) (*GetTalkImageReviewReply, error) GetTalkList(context.Context, *GetTalkListReq) (*GetTalkListReply, error) GetTalkListHot(context.Context, *GetTalkListHotReq) (*GetTalkListHotReply, error) GetTalkListStatistic(context.Context, *GetTalkListStatisticReq) (*GetTalkListStatisticReply, error) GetTalkSearch(context.Context, *GetTalkSearchReq) (*GetTalkSearchReply, error) GetTalkStatistic(context.Context, *GetTalkStatisticReq) (*GetTalkStatisticReply, error) GetTimeLineUsers(context.Context, *emptypb.Empty) (*GetTimeLineUsersReply, error) GetUserAchievement(context.Context, *GetUserAchievementReq) (*GetUserAchievementReply, error) GetUserArticleAgree(context.Context, *emptypb.Empty) (*GetUserArticleAgreeReply, error) GetUserArticleCollect(context.Context, *emptypb.Empty) (*GetUserArticleCollectReply, error) GetUserArticleList(context.Context, *GetUserArticleListReq) (*GetArticleListReply, error) GetUserArticleListAll(context.Context, *emptypb.Empty) (*GetArticleListReply, error) GetUserArticleListSimple(context.Context, *GetUserArticleListSimpleReq) (*GetArticleListReply, error) GetUserArticleListVisitor(context.Context, *GetUserArticleListVisitorReq) (*GetArticleListReply, error) GetUserColumnAgree(context.Context, *emptypb.Empty) (*GetUserColumnAgreeReply, error) GetUserColumnCollect(context.Context, *emptypb.Empty) (*GetUserColumnCollectReply, error) GetUserColumnList(context.Context, *GetUserColumnListReq) (*GetColumnListReply, error) GetUserColumnListSimple(context.Context, *GetUserColumnListSimpleReq) (*GetColumnListReply, error) GetUserColumnListVisitor(context.Context, *GetUserColumnListVisitorReq) (*GetColumnListReply, error) GetUserCommentAgree(context.Context, *emptypb.Empty) (*GetUserCommentAgreeReply, error) GetUserCommentArticleRepliedList(context.Context, *GetUserCommentArticleRepliedListReq) (*GetUserCommentArticleRepliedListReply, error) GetUserCommentArticleReplyList(context.Context, *GetUserCommentArticleReplyListReq) (*GetUserCommentArticleReplyListReply, error) GetUserCommentRepliedList(context.Context, *GetUserCommentRepliedListReq) (*GetUserCommentRepliedListReply, error) GetUserCommentTalkRepliedList(context.Context, *GetUserCommentTalkRepliedListReq) (*GetUserCommentTalkRepliedListReply, error) GetUserCommentTalkReplyList(context.Context, *GetUserCommentTalkReplyListReq) (*GetUserCommentTalkReplyListReply, error) GetUserFollow(context.Context, *GetUserFollowReq) (*GetUserFollowReply, error) GetUserFollows(context.Context, *emptypb.Empty) (*GetUserFollowsReply, error) GetUserInfo(context.Context, *emptypb.Empty) (*GetUserInfoReply, error) GetUserInfoVisitor(context.Context, *GetUserInfoVisitorReq) (*GetUserInfoReply, error) GetUserMedal(context.Context, *GetUserMedalReq) (*GetUserMedalReply, error) GetUserMedalProgress(context.Context, *emptypb.Empty) (*GetUserMedalProgressReply, error) GetUserSearch(context.Context, *GetUserSearchReq) (*GetUserSearchReply, error) GetUserSubCommentArticleRepliedList(context.Context, *GetUserSubCommentArticleRepliedListReq) (*GetUserSubCommentArticleRepliedListReply, error) GetUserSubCommentArticleReplyList(context.Context, *GetUserSubCommentArticleReplyListReq) (*GetUserSubCommentArticleReplyListReply, error) GetUserSubCommentRepliedList(context.Context, *GetUserSubCommentRepliedListReq) (*GetUserSubCommentRepliedListReply, error) GetUserSubCommentTalkRepliedList(context.Context, *GetUserSubCommentTalkRepliedListReq) (*GetUserSubCommentTalkRepliedListReply, error) GetUserSubCommentTalkReplyList(context.Context, *GetUserSubCommentTalkReplyListReq) (*GetUserSubCommentTalkReplyListReply, error) GetUserSubscribeColumn(context.Context, *emptypb.Empty) (*GetUserSubscribeColumnReply, error) GetUserTalkAgree(context.Context, *emptypb.Empty) (*GetUserTalkAgreeReply, error) GetUserTalkCollect(context.Context, *emptypb.Empty) (*GetUserTalkCollectReply, error) GetUserTalkList(context.Context, *GetUserTalkListReq) (*GetTalkListReply, error) GetUserTalkListSimple(context.Context, *GetUserTalkListSimpleReq) (*GetTalkListReply, error) GetUserTalkListVisitor(context.Context, *GetUserTalkListVisitorReq) (*GetTalkListReply, error) GetUserTimeLineListVisitor(context.Context, *GetUserTimeLineListReq) (*GetUserTimeLineListReply, error) LoginByCode(context.Context, *LoginByCodeReq) (*LoginReply, error) LoginByGitee(context.Context, *LoginByGiteeReq) (*LoginReply, error) LoginByGithub(context.Context, *LoginByGithubReq) (*LoginReply, error) LoginByPassword(context.Context, *LoginByPasswordReq) (*LoginReply, error) LoginByQQ(context.Context, *LoginByQQReq) (*LoginReply, error) LoginByWeChat(context.Context, *LoginByWeChatReq) (*LoginReply, error) LoginPasswordReset(context.Context, *LoginPasswordResetReq) (*emptypb.Empty, error) RemoveComment(context.Context, *RemoveCommentReq) (*emptypb.Empty, error) RemoveMailBoxCommentCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error) RemoveMailBoxSubCommentCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error) RemoveMailBoxSystemNotificationCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error) RemoveSubComment(context.Context, *RemoveSubCommentReq) (*emptypb.Empty, error) SendArticle(context.Context, *SendArticleReq) (*emptypb.Empty, error) SendArticleEdit(context.Context, *SendArticleEditReq) (*emptypb.Empty, error) SendCollections(context.Context, *SendCollectionsReq) (*emptypb.Empty, error) SendCollectionsEdit(context.Context, *SendCollectionsEditReq) (*emptypb.Empty, error) SendColumn(context.Context, *SendColumnReq) (*emptypb.Empty, error) SendColumnEdit(context.Context, *SendColumnEditReq) (*emptypb.Empty, error) SendComment(context.Context, *SendCommentReq) (*emptypb.Empty, error) SendEmailCode(context.Context, *SendEmailCodeReq) (*emptypb.Empty, error) SendPhoneCode(context.Context, *SendPhoneCodeReq) (*emptypb.Empty, error) SendSubComment(context.Context, *SendSubCommentReq) (*emptypb.Empty, error) SendTalk(context.Context, *SendTalkReq) (*emptypb.Empty, error) SendTalkEdit(context.Context, *SendTalkEditReq) (*emptypb.Empty, error) SetArticleAgree(context.Context, *SetArticleAgreeReq) (*emptypb.Empty, error) SetArticleCollect(context.Context, *SetArticleCollectReq) (*emptypb.Empty, error) SetArticleView(context.Context, *SetArticleViewReq) (*emptypb.Empty, error) SetColumnAgree(context.Context, *SetColumnAgreeReq) (*emptypb.Empty, error) SetColumnCollect(context.Context, *SetColumnCollectReq) (*emptypb.Empty, error) SetColumnView(context.Context, *SetColumnViewReq) (*emptypb.Empty, error) SetCommentAgree(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error) SetMailBoxLastTime(context.Context, *SetMailBoxLastTimeReq) (*emptypb.Empty, error) SetProfileUpdate(context.Context, *SetProfileUpdateReq) (*emptypb.Empty, error) SetSubCommentAgree(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error) SetTalkAgree(context.Context, *SetTalkAgreeReq) (*emptypb.Empty, error) SetTalkCollect(context.Context, *SetTalkCollectReq) (*emptypb.Empty, error) SetTalkView(context.Context, *SetTalkViewReq) (*emptypb.Empty, error) SetUserEmail(context.Context, *SetUserEmailReq) (*emptypb.Empty, error) SetUserFollow(context.Context, *SetUserFollowReq) (*emptypb.Empty, error) SetUserGitee(context.Context, *SetUserGiteeReq) (*emptypb.Empty, error) SetUserGithub(context.Context, *SetUserGithubReq) (*emptypb.Empty, error) SetUserMedal(context.Context, *SetUserMedalReq) (*emptypb.Empty, error) SetUserPassword(context.Context, *SetUserPasswordReq) (*emptypb.Empty, error) SetUserPhone(context.Context, *SetUserPhoneReq) (*emptypb.Empty, error) SetUserQQ(context.Context, *SetUserQQReq) (*emptypb.Empty, error) SetUserWechat(context.Context, *SetUserWechatReq) (*emptypb.Empty, error) SubscribeColumn(context.Context, *SubscribeColumnReq) (*emptypb.Empty, error) SubscribeJudge(context.Context, *SubscribeJudgeReq) (*SubscribeJudgeReply, error) TalkStatisticJudge(context.Context, *TalkStatisticJudgeReq) (*TalkStatisticJudgeReply, error) UnbindUserEmail(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserGitee(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserGithub(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserPhone(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserQQ(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserWechat(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UserRegister(context.Context, *UserRegisterReq) (*emptypb.Empty, error) }
type BffServer ¶
type BffServer interface { GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error) UserRegister(context.Context, *UserRegisterReq) (*emptypb.Empty, error) LoginByPassword(context.Context, *LoginByPasswordReq) (*LoginReply, error) LoginByCode(context.Context, *LoginByCodeReq) (*LoginReply, error) LoginByWeChat(context.Context, *LoginByWeChatReq) (*LoginReply, error) LoginByQQ(context.Context, *LoginByQQReq) (*LoginReply, error) LoginByGithub(context.Context, *LoginByGithubReq) (*LoginReply, error) LoginByGitee(context.Context, *LoginByGiteeReq) (*LoginReply, error) LoginPasswordReset(context.Context, *LoginPasswordResetReq) (*emptypb.Empty, error) SendPhoneCode(context.Context, *SendPhoneCodeReq) (*emptypb.Empty, error) SendEmailCode(context.Context, *SendEmailCodeReq) (*emptypb.Empty, error) GetCosSessionKey(context.Context, *emptypb.Empty) (*GetCosSessionKeyReply, error) GetAvatarReview(context.Context, *GetAvatarReviewReq) (*GetAvatarReviewReply, error) GetCoverReview(context.Context, *GetCoverReviewReq) (*GetCoverReviewReply, error) GetAccount(context.Context, *emptypb.Empty) (*GetAccountReply, error) GetProfile(context.Context, *emptypb.Empty) (*GetProfileReply, error) GetProfileList(context.Context, *GetProfileListReq) (*GetProfileListReply, error) GetUserInfo(context.Context, *emptypb.Empty) (*GetUserInfoReply, error) GetUserInfoVisitor(context.Context, *GetUserInfoVisitorReq) (*GetUserInfoReply, error) GetUserFollow(context.Context, *GetUserFollowReq) (*GetUserFollowReply, error) GetUserFollows(context.Context, *emptypb.Empty) (*GetUserFollowsReply, error) GetTimeLineUsers(context.Context, *emptypb.Empty) (*GetTimeLineUsersReply, error) GetFollowList(context.Context, *GetFollowListReq) (*GetFollowListReply, error) GetFollowListCount(context.Context, *GetFollowListCountReq) (*GetFollowListCountReply, error) GetFollowedList(context.Context, *GetFollowedListReq) (*GetFollowedListReply, error) GetFollowedListCount(context.Context, *GetFollowedListCountReq) (*GetFollowedListCountReply, error) GetProfileUpdate(context.Context, *emptypb.Empty) (*GetProfileUpdateReply, error) GetUserSearch(context.Context, *GetUserSearchReq) (*GetUserSearchReply, error) SetProfileUpdate(context.Context, *SetProfileUpdateReq) (*emptypb.Empty, error) SetUserPhone(context.Context, *SetUserPhoneReq) (*emptypb.Empty, error) SetUserEmail(context.Context, *SetUserEmailReq) (*emptypb.Empty, error) SetUserPassword(context.Context, *SetUserPasswordReq) (*emptypb.Empty, error) SetUserWechat(context.Context, *SetUserWechatReq) (*emptypb.Empty, error) SetUserQQ(context.Context, *SetUserQQReq) (*emptypb.Empty, error) SetUserGitee(context.Context, *SetUserGiteeReq) (*emptypb.Empty, error) SetUserGithub(context.Context, *SetUserGithubReq) (*emptypb.Empty, error) SetUserFollow(context.Context, *SetUserFollowReq) (*emptypb.Empty, error) CancelUserFollow(context.Context, *CancelUserFollowReq) (*emptypb.Empty, error) ChangeUserPassword(context.Context, *ChangeUserPasswordReq) (*emptypb.Empty, error) UnbindUserPhone(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserEmail(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserWechat(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserQQ(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserGitee(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) UnbindUserGithub(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error) // -------------------------creation---------------------------- GetLeaderBoard(context.Context, *emptypb.Empty) (*GetLeaderBoardReply, error) GetCollectArticleList(context.Context, *GetCollectArticleListReq) (*GetArticleListReply, error) GetCollectArticleCount(context.Context, *GetCollectArticleCountReq) (*GetCollectArticleCountReply, error) GetCollectTalkList(context.Context, *GetCollectTalkListReq) (*GetTalkListReply, error) GetCollectTalkCount(context.Context, *GetCollectTalkCountReq) (*GetCollectTalkCountReply, error) GetCollectColumnList(context.Context, *GetCollectColumnListReq) (*GetColumnListReply, error) GetCollectColumnCount(context.Context, *GetCollectColumnCountReq) (*GetCollectColumnCountReply, error) GetCollections(context.Context, *GetCollectionsReq) (*GetCollectionsReply, error) GetCollectionsList(context.Context, *GetCollectionsListReq) (*GetCollectionsListReply, error) GetCollectionsListAll(context.Context, *emptypb.Empty) (*GetCollectionsListReply, error) GetCollectionsCount(context.Context, *emptypb.Empty) (*GetCollectionsCountReply, error) GetCollectionsListByVisitor(context.Context, *GetCollectionsListByVisitorReq) (*GetCollectionsListReply, error) GetCollectionsVisitorCount(context.Context, *GetCollectionsVisitorCountReq) (*GetCollectionsCountReply, error) GetLastCollectionsDraft(context.Context, *emptypb.Empty) (*GetLastCollectionsDraftReply, error) GetCollectionsContentReview(context.Context, *GetCollectionsContentReviewReq) (*GetCollectionsContentReviewReply, error) GetUserTimeLineListVisitor(context.Context, *GetUserTimeLineListReq) (*GetUserTimeLineListReply, error) CreateCollectionsDraft(context.Context, *emptypb.Empty) (*CreateCollectionsDraftReply, error) SendCollections(context.Context, *SendCollectionsReq) (*emptypb.Empty, error) SendCollectionsEdit(context.Context, *SendCollectionsEditReq) (*emptypb.Empty, error) DeleteCollections(context.Context, *DeleteCollectionsReq) (*emptypb.Empty, error) GetArticleList(context.Context, *GetArticleListReq) (*GetArticleListReply, error) GetArticleListHot(context.Context, *GetArticleListHotReq) (*GetArticleListHotReply, error) GetColumnArticleList(context.Context, *GetColumnArticleListReq) (*GetArticleListReply, error) GetArticleCount(context.Context, *emptypb.Empty) (*GetArticleCountReply, error) GetArticleCountVisitor(context.Context, *GetArticleCountVisitorReq) (*GetArticleCountReply, error) GetUserArticleList(context.Context, *GetUserArticleListReq) (*GetArticleListReply, error) GetUserArticleListSimple(context.Context, *GetUserArticleListSimpleReq) (*GetArticleListReply, error) GetUserArticleListVisitor(context.Context, *GetUserArticleListVisitorReq) (*GetArticleListReply, error) GetUserArticleListAll(context.Context, *emptypb.Empty) (*GetArticleListReply, error) GetArticleStatistic(context.Context, *GetArticleStatisticReq) (*GetArticleStatisticReply, error) GetUserArticleAgree(context.Context, *emptypb.Empty) (*GetUserArticleAgreeReply, error) GetUserArticleCollect(context.Context, *emptypb.Empty) (*GetUserArticleCollectReply, error) GetArticleListStatistic(context.Context, *GetArticleListStatisticReq) (*GetArticleListStatisticReply, error) GetLastArticleDraft(context.Context, *emptypb.Empty) (*GetLastArticleDraftReply, error) GetArticleSearch(context.Context, *GetArticleSearchReq) (*GetArticleSearchReply, error) GetArticleImageReview(context.Context, *GetArticleImageReviewReq) (*GetArticleImageReviewReply, error) GetArticleContentReview(context.Context, *GetArticleContentReviewReq) (*GetArticleContentReviewReply, error) CreateArticleDraft(context.Context, *emptypb.Empty) (*CreateArticleDraftReply, error) ArticleDraftMark(context.Context, *ArticleDraftMarkReq) (*emptypb.Empty, error) GetArticleDraftList(context.Context, *emptypb.Empty) (*GetArticleDraftListReply, error) SendArticle(context.Context, *SendArticleReq) (*emptypb.Empty, error) SendArticleEdit(context.Context, *SendArticleEditReq) (*emptypb.Empty, error) DeleteArticle(context.Context, *DeleteArticleReq) (*emptypb.Empty, error) DeleteArticleDraft(context.Context, *DeleteArticleDraftReq) (*emptypb.Empty, error) SetArticleAgree(context.Context, *SetArticleAgreeReq) (*emptypb.Empty, error) SetArticleView(context.Context, *SetArticleViewReq) (*emptypb.Empty, error) SetArticleCollect(context.Context, *SetArticleCollectReq) (*emptypb.Empty, error) CancelArticleAgree(context.Context, *CancelArticleAgreeReq) (*emptypb.Empty, error) CancelArticleCollect(context.Context, *CancelArticleCollectReq) (*emptypb.Empty, error) ArticleStatisticJudge(context.Context, *ArticleStatisticJudgeReq) (*ArticleStatisticJudgeReply, error) GetTalkList(context.Context, *GetTalkListReq) (*GetTalkListReply, error) GetTalkListHot(context.Context, *GetTalkListHotReq) (*GetTalkListHotReply, error) GetTalkListStatistic(context.Context, *GetTalkListStatisticReq) (*GetTalkListStatisticReply, error) GetUserTalkList(context.Context, *GetUserTalkListReq) (*GetTalkListReply, error) GetUserTalkListSimple(context.Context, *GetUserTalkListSimpleReq) (*GetTalkListReply, error) GetUserTalkListVisitor(context.Context, *GetUserTalkListVisitorReq) (*GetTalkListReply, error) GetTalkCount(context.Context, *emptypb.Empty) (*GetTalkCountReply, error) GetTalkCountVisitor(context.Context, *GetTalkCountVisitorReq) (*GetTalkCountReply, error) GetTalkStatistic(context.Context, *GetTalkStatisticReq) (*GetTalkStatisticReply, error) GetLastTalkDraft(context.Context, *emptypb.Empty) (*GetLastTalkDraftReply, error) GetTalkSearch(context.Context, *GetTalkSearchReq) (*GetTalkSearchReply, error) GetUserTalkAgree(context.Context, *emptypb.Empty) (*GetUserTalkAgreeReply, error) GetUserTalkCollect(context.Context, *emptypb.Empty) (*GetUserTalkCollectReply, error) GetTalkImageReview(context.Context, *GetTalkImageReviewReq) (*GetTalkImageReviewReply, error) GetTalkContentReview(context.Context, *GetTalkContentReviewReq) (*GetTalkContentReviewReply, error) CreateTalkDraft(context.Context, *emptypb.Empty) (*CreateTalkDraftReply, error) SendTalk(context.Context, *SendTalkReq) (*emptypb.Empty, error) SendTalkEdit(context.Context, *SendTalkEditReq) (*emptypb.Empty, error) DeleteTalk(context.Context, *DeleteTalkReq) (*emptypb.Empty, error) SetTalkView(context.Context, *SetTalkViewReq) (*emptypb.Empty, error) TalkStatisticJudge(context.Context, *TalkStatisticJudgeReq) (*TalkStatisticJudgeReply, error) SetTalkAgree(context.Context, *SetTalkAgreeReq) (*emptypb.Empty, error) SetTalkCollect(context.Context, *SetTalkCollectReq) (*emptypb.Empty, error) CancelTalkAgree(context.Context, *CancelTalkAgreeReq) (*emptypb.Empty, error) CancelTalkCollect(context.Context, *CancelTalkCollectReq) (*emptypb.Empty, error) GetLastColumnDraft(context.Context, *emptypb.Empty) (*GetLastColumnDraftReply, error) CreateColumnDraft(context.Context, *emptypb.Empty) (*CreateColumnDraftReply, error) SubscribeColumn(context.Context, *SubscribeColumnReq) (*emptypb.Empty, error) CancelSubscribeColumn(context.Context, *CancelSubscribeColumnReq) (*emptypb.Empty, error) SubscribeJudge(context.Context, *SubscribeJudgeReq) (*SubscribeJudgeReply, error) SendColumn(context.Context, *SendColumnReq) (*emptypb.Empty, error) GetSubscribeList(context.Context, *GetSubscribeListReq) (*GetSubscribeListReply, error) GetSubscribeListCount(context.Context, *GetSubscribeListCountReq) (*GetSubscribeListCountReply, error) GetColumnSubscribes(context.Context, *GetColumnSubscribesReq) (*GetColumnSubscribesReply, error) GetColumnList(context.Context, *GetColumnListReq) (*GetColumnListReply, error) GetColumnListHot(context.Context, *GetColumnListHotReq) (*GetColumnListHotReply, error) GetColumnListStatistic(context.Context, *GetColumnListStatisticReq) (*GetColumnListStatisticReply, error) GetUserColumnList(context.Context, *GetUserColumnListReq) (*GetColumnListReply, error) GetUserColumnListSimple(context.Context, *GetUserColumnListSimpleReq) (*GetColumnListReply, error) GetUserColumnListVisitor(context.Context, *GetUserColumnListVisitorReq) (*GetColumnListReply, error) GetColumnCount(context.Context, *emptypb.Empty) (*GetColumnCountReply, error) GetColumnCountVisitor(context.Context, *GetColumnCountVisitorReq) (*GetColumnCountReply, error) GetColumnSearch(context.Context, *GetColumnSearchReq) (*GetColumnSearchReply, error) SendColumnEdit(context.Context, *SendColumnEditReq) (*emptypb.Empty, error) DeleteColumn(context.Context, *DeleteColumnReq) (*emptypb.Empty, error) GetColumnStatistic(context.Context, *GetColumnStatisticReq) (*GetColumnStatisticReply, error) GetUserColumnAgree(context.Context, *emptypb.Empty) (*GetUserColumnAgreeReply, error) GetUserColumnCollect(context.Context, *emptypb.Empty) (*GetUserColumnCollectReply, error) GetUserSubscribeColumn(context.Context, *emptypb.Empty) (*GetUserSubscribeColumnReply, error) GetColumnImageReview(context.Context, *GetColumnImageReviewReq) (*GetColumnImageReviewReply, error) GetColumnContentReview(context.Context, *GetColumnContentReviewReq) (*GetColumnContentReviewReply, error) ColumnStatisticJudge(context.Context, *ColumnStatisticJudgeReq) (*ColumnStatisticJudgeReply, error) SetColumnAgree(context.Context, *SetColumnAgreeReq) (*emptypb.Empty, error) CancelColumnAgree(context.Context, *CancelColumnAgreeReq) (*emptypb.Empty, error) SetColumnCollect(context.Context, *SetColumnCollectReq) (*emptypb.Empty, error) CancelColumnCollect(context.Context, *CancelColumnCollectReq) (*emptypb.Empty, error) SetColumnView(context.Context, *SetColumnViewReq) (*emptypb.Empty, error) AddColumnIncludes(context.Context, *AddColumnIncludesReq) (*emptypb.Empty, error) DeleteColumnIncludes(context.Context, *DeleteColumnIncludesReq) (*emptypb.Empty, error) GetNews(context.Context, *GetNewsReq) (*GetNewsReply, error) GetNewsSearch(context.Context, *GetNewsSearchReq) (*GetNewsSearchReply, error) GetAchievementList(context.Context, *GetAchievementListReq) (*GetAchievementListReply, error) GetUserAchievement(context.Context, *GetUserAchievementReq) (*GetUserAchievementReply, error) GetUserMedal(context.Context, *GetUserMedalReq) (*GetUserMedalReply, error) AccessUserMedal(context.Context, *AccessUserMedalReq) (*emptypb.Empty, error) GetUserMedalProgress(context.Context, *emptypb.Empty) (*GetUserMedalProgressReply, error) SetUserMedal(context.Context, *SetUserMedalReq) (*emptypb.Empty, error) CancelUserMedalSet(context.Context, *CancelUserMedalSetReq) (*emptypb.Empty, error) GetLastCommentDraft(context.Context, *emptypb.Empty) (*GetLastCommentDraftReply, error) GetUserCommentAgree(context.Context, *emptypb.Empty) (*GetUserCommentAgreeReply, error) GetCommentUser(context.Context, *emptypb.Empty) (*GetCommentUserReply, error) GetCommentList(context.Context, *GetCommentListReq) (*GetCommentListReply, error) GetSubCommentList(context.Context, *GetSubCommentListReq) (*GetSubCommentListReply, error) GetCommentListHot(context.Context, *GetCommentListReq) (*GetCommentListReply, error) GetUserCommentArticleReplyList(context.Context, *GetUserCommentArticleReplyListReq) (*GetUserCommentArticleReplyListReply, error) GetUserSubCommentArticleReplyList(context.Context, *GetUserSubCommentArticleReplyListReq) (*GetUserSubCommentArticleReplyListReply, error) GetUserCommentTalkReplyList(context.Context, *GetUserCommentTalkReplyListReq) (*GetUserCommentTalkReplyListReply, error) GetUserSubCommentTalkReplyList(context.Context, *GetUserSubCommentTalkReplyListReq) (*GetUserSubCommentTalkReplyListReply, error) GetUserCommentArticleRepliedList(context.Context, *GetUserCommentArticleRepliedListReq) (*GetUserCommentArticleRepliedListReply, error) GetUserSubCommentArticleRepliedList(context.Context, *GetUserSubCommentArticleRepliedListReq) (*GetUserSubCommentArticleRepliedListReply, error) GetUserCommentTalkRepliedList(context.Context, *GetUserCommentTalkRepliedListReq) (*GetUserCommentTalkRepliedListReply, error) GetUserSubCommentTalkRepliedList(context.Context, *GetUserSubCommentTalkRepliedListReq) (*GetUserSubCommentTalkRepliedListReply, error) GetUserCommentRepliedList(context.Context, *GetUserCommentRepliedListReq) (*GetUserCommentRepliedListReply, error) GetUserSubCommentRepliedList(context.Context, *GetUserSubCommentRepliedListReq) (*GetUserSubCommentRepliedListReply, error) GetCommentContentReview(context.Context, *GetCommentContentReviewReq) (*GetCommentContentReviewReply, error) CreateCommentDraft(context.Context, *emptypb.Empty) (*CreateCommentDraftReply, error) SendComment(context.Context, *SendCommentReq) (*emptypb.Empty, error) SendSubComment(context.Context, *SendSubCommentReq) (*emptypb.Empty, error) RemoveComment(context.Context, *RemoveCommentReq) (*emptypb.Empty, error) RemoveSubComment(context.Context, *RemoveSubCommentReq) (*emptypb.Empty, error) SetCommentAgree(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error) SetSubCommentAgree(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error) CancelCommentAgree(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error) CancelSubCommentAgree(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error) GetMessageNotification(context.Context, *emptypb.Empty) (*GetMessageNotificationReply, error) GetMessageSystemNotification(context.Context, *GetMessageSystemNotificationReq) (*GetMessageSystemNotificationReply, error) GetMailBoxLastTime(context.Context, *emptypb.Empty) (*GetMailBoxLastTimeReply, error) SetMailBoxLastTime(context.Context, *SetMailBoxLastTimeReq) (*emptypb.Empty, error) RemoveMailBoxCommentCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error) RemoveMailBoxSubCommentCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error) RemoveMailBoxSystemNotificationCount(context.Context, *emptypb.Empty) (*emptypb.Empty, error) // contains filtered or unexported methods }
BffServer is the server API for Bff service. All implementations must embed UnimplementedBffServer for forward compatibility
type CancelArticleAgreeReq ¶
type CancelArticleAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*CancelArticleAgreeReq) Descriptor
deprecated
func (*CancelArticleAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelArticleAgreeReq.ProtoReflect.Descriptor instead.
func (*CancelArticleAgreeReq) GetId ¶
func (x *CancelArticleAgreeReq) GetId() int32
func (*CancelArticleAgreeReq) GetUuid ¶
func (x *CancelArticleAgreeReq) GetUuid() string
func (*CancelArticleAgreeReq) ProtoMessage ¶
func (*CancelArticleAgreeReq) ProtoMessage()
func (*CancelArticleAgreeReq) ProtoReflect ¶
func (x *CancelArticleAgreeReq) ProtoReflect() protoreflect.Message
func (*CancelArticleAgreeReq) Reset ¶
func (x *CancelArticleAgreeReq) Reset()
func (*CancelArticleAgreeReq) String ¶
func (x *CancelArticleAgreeReq) String() string
func (*CancelArticleAgreeReq) Validate ¶
func (m *CancelArticleAgreeReq) Validate() error
Validate checks the field values on CancelArticleAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelArticleAgreeReq) ValidateAll ¶
func (m *CancelArticleAgreeReq) ValidateAll() error
ValidateAll checks the field values on CancelArticleAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelArticleAgreeReqMultiError, or nil if none found.
type CancelArticleAgreeReqMultiError ¶
type CancelArticleAgreeReqMultiError []error
CancelArticleAgreeReqMultiError is an error wrapping multiple validation errors returned by CancelArticleAgreeReq.ValidateAll() if the designated constraints aren't met.
func (CancelArticleAgreeReqMultiError) AllErrors ¶
func (m CancelArticleAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelArticleAgreeReqMultiError) Error ¶
func (m CancelArticleAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelArticleAgreeReqValidationError ¶
type CancelArticleAgreeReqValidationError struct {
// contains filtered or unexported fields
}
CancelArticleAgreeReqValidationError is the validation error returned by CancelArticleAgreeReq.Validate if the designated constraints aren't met.
func (CancelArticleAgreeReqValidationError) Cause ¶
func (e CancelArticleAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (CancelArticleAgreeReqValidationError) Error ¶
func (e CancelArticleAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelArticleAgreeReqValidationError) ErrorName ¶
func (e CancelArticleAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelArticleAgreeReqValidationError) Field ¶
func (e CancelArticleAgreeReqValidationError) Field() string
Field function returns field value.
func (CancelArticleAgreeReqValidationError) Key ¶
func (e CancelArticleAgreeReqValidationError) Key() bool
Key function returns key value.
func (CancelArticleAgreeReqValidationError) Reason ¶
func (e CancelArticleAgreeReqValidationError) Reason() string
Reason function returns reason value.
type CancelArticleCollectReq ¶
type CancelArticleCollectReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*CancelArticleCollectReq) Descriptor
deprecated
func (*CancelArticleCollectReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelArticleCollectReq.ProtoReflect.Descriptor instead.
func (*CancelArticleCollectReq) GetId ¶
func (x *CancelArticleCollectReq) GetId() int32
func (*CancelArticleCollectReq) GetUuid ¶
func (x *CancelArticleCollectReq) GetUuid() string
func (*CancelArticleCollectReq) ProtoMessage ¶
func (*CancelArticleCollectReq) ProtoMessage()
func (*CancelArticleCollectReq) ProtoReflect ¶
func (x *CancelArticleCollectReq) ProtoReflect() protoreflect.Message
func (*CancelArticleCollectReq) Reset ¶
func (x *CancelArticleCollectReq) Reset()
func (*CancelArticleCollectReq) String ¶
func (x *CancelArticleCollectReq) String() string
func (*CancelArticleCollectReq) Validate ¶
func (m *CancelArticleCollectReq) Validate() error
Validate checks the field values on CancelArticleCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelArticleCollectReq) ValidateAll ¶
func (m *CancelArticleCollectReq) ValidateAll() error
ValidateAll checks the field values on CancelArticleCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelArticleCollectReqMultiError, or nil if none found.
type CancelArticleCollectReqMultiError ¶
type CancelArticleCollectReqMultiError []error
CancelArticleCollectReqMultiError is an error wrapping multiple validation errors returned by CancelArticleCollectReq.ValidateAll() if the designated constraints aren't met.
func (CancelArticleCollectReqMultiError) AllErrors ¶
func (m CancelArticleCollectReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelArticleCollectReqMultiError) Error ¶
func (m CancelArticleCollectReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelArticleCollectReqValidationError ¶
type CancelArticleCollectReqValidationError struct {
// contains filtered or unexported fields
}
CancelArticleCollectReqValidationError is the validation error returned by CancelArticleCollectReq.Validate if the designated constraints aren't met.
func (CancelArticleCollectReqValidationError) Cause ¶
func (e CancelArticleCollectReqValidationError) Cause() error
Cause function returns cause value.
func (CancelArticleCollectReqValidationError) Error ¶
func (e CancelArticleCollectReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelArticleCollectReqValidationError) ErrorName ¶
func (e CancelArticleCollectReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelArticleCollectReqValidationError) Field ¶
func (e CancelArticleCollectReqValidationError) Field() string
Field function returns field value.
func (CancelArticleCollectReqValidationError) Key ¶
func (e CancelArticleCollectReqValidationError) Key() bool
Key function returns key value.
func (CancelArticleCollectReqValidationError) Reason ¶
func (e CancelArticleCollectReqValidationError) Reason() string
Reason function returns reason value.
type CancelColumnAgreeReq ¶
type CancelColumnAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*CancelColumnAgreeReq) Descriptor
deprecated
func (*CancelColumnAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelColumnAgreeReq.ProtoReflect.Descriptor instead.
func (*CancelColumnAgreeReq) GetId ¶
func (x *CancelColumnAgreeReq) GetId() int32
func (*CancelColumnAgreeReq) GetUuid ¶
func (x *CancelColumnAgreeReq) GetUuid() string
func (*CancelColumnAgreeReq) ProtoMessage ¶
func (*CancelColumnAgreeReq) ProtoMessage()
func (*CancelColumnAgreeReq) ProtoReflect ¶
func (x *CancelColumnAgreeReq) ProtoReflect() protoreflect.Message
func (*CancelColumnAgreeReq) Reset ¶
func (x *CancelColumnAgreeReq) Reset()
func (*CancelColumnAgreeReq) String ¶
func (x *CancelColumnAgreeReq) String() string
func (*CancelColumnAgreeReq) Validate ¶
func (m *CancelColumnAgreeReq) Validate() error
Validate checks the field values on CancelColumnAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelColumnAgreeReq) ValidateAll ¶
func (m *CancelColumnAgreeReq) ValidateAll() error
ValidateAll checks the field values on CancelColumnAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelColumnAgreeReqMultiError, or nil if none found.
type CancelColumnAgreeReqMultiError ¶
type CancelColumnAgreeReqMultiError []error
CancelColumnAgreeReqMultiError is an error wrapping multiple validation errors returned by CancelColumnAgreeReq.ValidateAll() if the designated constraints aren't met.
func (CancelColumnAgreeReqMultiError) AllErrors ¶
func (m CancelColumnAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelColumnAgreeReqMultiError) Error ¶
func (m CancelColumnAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelColumnAgreeReqValidationError ¶
type CancelColumnAgreeReqValidationError struct {
// contains filtered or unexported fields
}
CancelColumnAgreeReqValidationError is the validation error returned by CancelColumnAgreeReq.Validate if the designated constraints aren't met.
func (CancelColumnAgreeReqValidationError) Cause ¶
func (e CancelColumnAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (CancelColumnAgreeReqValidationError) Error ¶
func (e CancelColumnAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelColumnAgreeReqValidationError) ErrorName ¶
func (e CancelColumnAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelColumnAgreeReqValidationError) Field ¶
func (e CancelColumnAgreeReqValidationError) Field() string
Field function returns field value.
func (CancelColumnAgreeReqValidationError) Key ¶
func (e CancelColumnAgreeReqValidationError) Key() bool
Key function returns key value.
func (CancelColumnAgreeReqValidationError) Reason ¶
func (e CancelColumnAgreeReqValidationError) Reason() string
Reason function returns reason value.
type CancelColumnCollectReq ¶
type CancelColumnCollectReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*CancelColumnCollectReq) Descriptor
deprecated
func (*CancelColumnCollectReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelColumnCollectReq.ProtoReflect.Descriptor instead.
func (*CancelColumnCollectReq) GetId ¶
func (x *CancelColumnCollectReq) GetId() int32
func (*CancelColumnCollectReq) GetUuid ¶
func (x *CancelColumnCollectReq) GetUuid() string
func (*CancelColumnCollectReq) ProtoMessage ¶
func (*CancelColumnCollectReq) ProtoMessage()
func (*CancelColumnCollectReq) ProtoReflect ¶
func (x *CancelColumnCollectReq) ProtoReflect() protoreflect.Message
func (*CancelColumnCollectReq) Reset ¶
func (x *CancelColumnCollectReq) Reset()
func (*CancelColumnCollectReq) String ¶
func (x *CancelColumnCollectReq) String() string
func (*CancelColumnCollectReq) Validate ¶
func (m *CancelColumnCollectReq) Validate() error
Validate checks the field values on CancelColumnCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelColumnCollectReq) ValidateAll ¶
func (m *CancelColumnCollectReq) ValidateAll() error
ValidateAll checks the field values on CancelColumnCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelColumnCollectReqMultiError, or nil if none found.
type CancelColumnCollectReqMultiError ¶
type CancelColumnCollectReqMultiError []error
CancelColumnCollectReqMultiError is an error wrapping multiple validation errors returned by CancelColumnCollectReq.ValidateAll() if the designated constraints aren't met.
func (CancelColumnCollectReqMultiError) AllErrors ¶
func (m CancelColumnCollectReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelColumnCollectReqMultiError) Error ¶
func (m CancelColumnCollectReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelColumnCollectReqValidationError ¶
type CancelColumnCollectReqValidationError struct {
// contains filtered or unexported fields
}
CancelColumnCollectReqValidationError is the validation error returned by CancelColumnCollectReq.Validate if the designated constraints aren't met.
func (CancelColumnCollectReqValidationError) Cause ¶
func (e CancelColumnCollectReqValidationError) Cause() error
Cause function returns cause value.
func (CancelColumnCollectReqValidationError) Error ¶
func (e CancelColumnCollectReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelColumnCollectReqValidationError) ErrorName ¶
func (e CancelColumnCollectReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelColumnCollectReqValidationError) Field ¶
func (e CancelColumnCollectReqValidationError) Field() string
Field function returns field value.
func (CancelColumnCollectReqValidationError) Key ¶
func (e CancelColumnCollectReqValidationError) Key() bool
Key function returns key value.
func (CancelColumnCollectReqValidationError) Reason ¶
func (e CancelColumnCollectReqValidationError) Reason() string
Reason function returns reason value.
type CancelCommentAgreeReq ¶
type CancelCommentAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creationId,proto3" json:"creationId,omitempty"` CreationType int32 `protobuf:"varint,4,opt,name=creationType,proto3" json:"creationType,omitempty"` // contains filtered or unexported fields }
func (*CancelCommentAgreeReq) Descriptor
deprecated
func (*CancelCommentAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelCommentAgreeReq.ProtoReflect.Descriptor instead.
func (*CancelCommentAgreeReq) GetCreationId ¶
func (x *CancelCommentAgreeReq) GetCreationId() int32
func (*CancelCommentAgreeReq) GetCreationType ¶
func (x *CancelCommentAgreeReq) GetCreationType() int32
func (*CancelCommentAgreeReq) GetId ¶
func (x *CancelCommentAgreeReq) GetId() int32
func (*CancelCommentAgreeReq) GetUuid ¶
func (x *CancelCommentAgreeReq) GetUuid() string
func (*CancelCommentAgreeReq) ProtoMessage ¶
func (*CancelCommentAgreeReq) ProtoMessage()
func (*CancelCommentAgreeReq) ProtoReflect ¶
func (x *CancelCommentAgreeReq) ProtoReflect() protoreflect.Message
func (*CancelCommentAgreeReq) Reset ¶
func (x *CancelCommentAgreeReq) Reset()
func (*CancelCommentAgreeReq) String ¶
func (x *CancelCommentAgreeReq) String() string
func (*CancelCommentAgreeReq) Validate ¶
func (m *CancelCommentAgreeReq) Validate() error
Validate checks the field values on CancelCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelCommentAgreeReq) ValidateAll ¶
func (m *CancelCommentAgreeReq) ValidateAll() error
ValidateAll checks the field values on CancelCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelCommentAgreeReqMultiError, or nil if none found.
type CancelCommentAgreeReqMultiError ¶
type CancelCommentAgreeReqMultiError []error
CancelCommentAgreeReqMultiError is an error wrapping multiple validation errors returned by CancelCommentAgreeReq.ValidateAll() if the designated constraints aren't met.
func (CancelCommentAgreeReqMultiError) AllErrors ¶
func (m CancelCommentAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelCommentAgreeReqMultiError) Error ¶
func (m CancelCommentAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelCommentAgreeReqValidationError ¶
type CancelCommentAgreeReqValidationError struct {
// contains filtered or unexported fields
}
CancelCommentAgreeReqValidationError is the validation error returned by CancelCommentAgreeReq.Validate if the designated constraints aren't met.
func (CancelCommentAgreeReqValidationError) Cause ¶
func (e CancelCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (CancelCommentAgreeReqValidationError) Error ¶
func (e CancelCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelCommentAgreeReqValidationError) ErrorName ¶
func (e CancelCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelCommentAgreeReqValidationError) Field ¶
func (e CancelCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (CancelCommentAgreeReqValidationError) Key ¶
func (e CancelCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (CancelCommentAgreeReqValidationError) Reason ¶
func (e CancelCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type CancelSubCommentAgreeReq ¶
type CancelSubCommentAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*CancelSubCommentAgreeReq) Descriptor
deprecated
func (*CancelSubCommentAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelSubCommentAgreeReq.ProtoReflect.Descriptor instead.
func (*CancelSubCommentAgreeReq) GetId ¶
func (x *CancelSubCommentAgreeReq) GetId() int32
func (*CancelSubCommentAgreeReq) GetUuid ¶
func (x *CancelSubCommentAgreeReq) GetUuid() string
func (*CancelSubCommentAgreeReq) ProtoMessage ¶
func (*CancelSubCommentAgreeReq) ProtoMessage()
func (*CancelSubCommentAgreeReq) ProtoReflect ¶
func (x *CancelSubCommentAgreeReq) ProtoReflect() protoreflect.Message
func (*CancelSubCommentAgreeReq) Reset ¶
func (x *CancelSubCommentAgreeReq) Reset()
func (*CancelSubCommentAgreeReq) String ¶
func (x *CancelSubCommentAgreeReq) String() string
func (*CancelSubCommentAgreeReq) Validate ¶
func (m *CancelSubCommentAgreeReq) Validate() error
Validate checks the field values on CancelSubCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelSubCommentAgreeReq) ValidateAll ¶
func (m *CancelSubCommentAgreeReq) ValidateAll() error
ValidateAll checks the field values on CancelSubCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelSubCommentAgreeReqMultiError, or nil if none found.
type CancelSubCommentAgreeReqMultiError ¶
type CancelSubCommentAgreeReqMultiError []error
CancelSubCommentAgreeReqMultiError is an error wrapping multiple validation errors returned by CancelSubCommentAgreeReq.ValidateAll() if the designated constraints aren't met.
func (CancelSubCommentAgreeReqMultiError) AllErrors ¶
func (m CancelSubCommentAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelSubCommentAgreeReqMultiError) Error ¶
func (m CancelSubCommentAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelSubCommentAgreeReqValidationError ¶
type CancelSubCommentAgreeReqValidationError struct {
// contains filtered or unexported fields
}
CancelSubCommentAgreeReqValidationError is the validation error returned by CancelSubCommentAgreeReq.Validate if the designated constraints aren't met.
func (CancelSubCommentAgreeReqValidationError) Cause ¶
func (e CancelSubCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (CancelSubCommentAgreeReqValidationError) Error ¶
func (e CancelSubCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelSubCommentAgreeReqValidationError) ErrorName ¶
func (e CancelSubCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelSubCommentAgreeReqValidationError) Field ¶
func (e CancelSubCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (CancelSubCommentAgreeReqValidationError) Key ¶
func (e CancelSubCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (CancelSubCommentAgreeReqValidationError) Reason ¶
func (e CancelSubCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type CancelSubscribeColumnReq ¶
type CancelSubscribeColumnReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CancelSubscribeColumnReq) Descriptor
deprecated
func (*CancelSubscribeColumnReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelSubscribeColumnReq.ProtoReflect.Descriptor instead.
func (*CancelSubscribeColumnReq) GetId ¶
func (x *CancelSubscribeColumnReq) GetId() int32
func (*CancelSubscribeColumnReq) ProtoMessage ¶
func (*CancelSubscribeColumnReq) ProtoMessage()
func (*CancelSubscribeColumnReq) ProtoReflect ¶
func (x *CancelSubscribeColumnReq) ProtoReflect() protoreflect.Message
func (*CancelSubscribeColumnReq) Reset ¶
func (x *CancelSubscribeColumnReq) Reset()
func (*CancelSubscribeColumnReq) String ¶
func (x *CancelSubscribeColumnReq) String() string
func (*CancelSubscribeColumnReq) Validate ¶
func (m *CancelSubscribeColumnReq) Validate() error
Validate checks the field values on CancelSubscribeColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelSubscribeColumnReq) ValidateAll ¶
func (m *CancelSubscribeColumnReq) ValidateAll() error
ValidateAll checks the field values on CancelSubscribeColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelSubscribeColumnReqMultiError, or nil if none found.
type CancelSubscribeColumnReqMultiError ¶
type CancelSubscribeColumnReqMultiError []error
CancelSubscribeColumnReqMultiError is an error wrapping multiple validation errors returned by CancelSubscribeColumnReq.ValidateAll() if the designated constraints aren't met.
func (CancelSubscribeColumnReqMultiError) AllErrors ¶
func (m CancelSubscribeColumnReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelSubscribeColumnReqMultiError) Error ¶
func (m CancelSubscribeColumnReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelSubscribeColumnReqValidationError ¶
type CancelSubscribeColumnReqValidationError struct {
// contains filtered or unexported fields
}
CancelSubscribeColumnReqValidationError is the validation error returned by CancelSubscribeColumnReq.Validate if the designated constraints aren't met.
func (CancelSubscribeColumnReqValidationError) Cause ¶
func (e CancelSubscribeColumnReqValidationError) Cause() error
Cause function returns cause value.
func (CancelSubscribeColumnReqValidationError) Error ¶
func (e CancelSubscribeColumnReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelSubscribeColumnReqValidationError) ErrorName ¶
func (e CancelSubscribeColumnReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelSubscribeColumnReqValidationError) Field ¶
func (e CancelSubscribeColumnReqValidationError) Field() string
Field function returns field value.
func (CancelSubscribeColumnReqValidationError) Key ¶
func (e CancelSubscribeColumnReqValidationError) Key() bool
Key function returns key value.
func (CancelSubscribeColumnReqValidationError) Reason ¶
func (e CancelSubscribeColumnReqValidationError) Reason() string
Reason function returns reason value.
type CancelTalkAgreeReq ¶
type CancelTalkAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*CancelTalkAgreeReq) Descriptor
deprecated
func (*CancelTalkAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelTalkAgreeReq.ProtoReflect.Descriptor instead.
func (*CancelTalkAgreeReq) GetId ¶
func (x *CancelTalkAgreeReq) GetId() int32
func (*CancelTalkAgreeReq) GetUuid ¶
func (x *CancelTalkAgreeReq) GetUuid() string
func (*CancelTalkAgreeReq) ProtoMessage ¶
func (*CancelTalkAgreeReq) ProtoMessage()
func (*CancelTalkAgreeReq) ProtoReflect ¶
func (x *CancelTalkAgreeReq) ProtoReflect() protoreflect.Message
func (*CancelTalkAgreeReq) Reset ¶
func (x *CancelTalkAgreeReq) Reset()
func (*CancelTalkAgreeReq) String ¶
func (x *CancelTalkAgreeReq) String() string
func (*CancelTalkAgreeReq) Validate ¶
func (m *CancelTalkAgreeReq) Validate() error
Validate checks the field values on CancelTalkAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelTalkAgreeReq) ValidateAll ¶
func (m *CancelTalkAgreeReq) ValidateAll() error
ValidateAll checks the field values on CancelTalkAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelTalkAgreeReqMultiError, or nil if none found.
type CancelTalkAgreeReqMultiError ¶
type CancelTalkAgreeReqMultiError []error
CancelTalkAgreeReqMultiError is an error wrapping multiple validation errors returned by CancelTalkAgreeReq.ValidateAll() if the designated constraints aren't met.
func (CancelTalkAgreeReqMultiError) AllErrors ¶
func (m CancelTalkAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelTalkAgreeReqMultiError) Error ¶
func (m CancelTalkAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelTalkAgreeReqValidationError ¶
type CancelTalkAgreeReqValidationError struct {
// contains filtered or unexported fields
}
CancelTalkAgreeReqValidationError is the validation error returned by CancelTalkAgreeReq.Validate if the designated constraints aren't met.
func (CancelTalkAgreeReqValidationError) Cause ¶
func (e CancelTalkAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (CancelTalkAgreeReqValidationError) Error ¶
func (e CancelTalkAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelTalkAgreeReqValidationError) ErrorName ¶
func (e CancelTalkAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelTalkAgreeReqValidationError) Field ¶
func (e CancelTalkAgreeReqValidationError) Field() string
Field function returns field value.
func (CancelTalkAgreeReqValidationError) Key ¶
func (e CancelTalkAgreeReqValidationError) Key() bool
Key function returns key value.
func (CancelTalkAgreeReqValidationError) Reason ¶
func (e CancelTalkAgreeReqValidationError) Reason() string
Reason function returns reason value.
type CancelTalkCollectReq ¶
type CancelTalkCollectReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*CancelTalkCollectReq) Descriptor
deprecated
func (*CancelTalkCollectReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelTalkCollectReq.ProtoReflect.Descriptor instead.
func (*CancelTalkCollectReq) GetId ¶
func (x *CancelTalkCollectReq) GetId() int32
func (*CancelTalkCollectReq) GetUuid ¶
func (x *CancelTalkCollectReq) GetUuid() string
func (*CancelTalkCollectReq) ProtoMessage ¶
func (*CancelTalkCollectReq) ProtoMessage()
func (*CancelTalkCollectReq) ProtoReflect ¶
func (x *CancelTalkCollectReq) ProtoReflect() protoreflect.Message
func (*CancelTalkCollectReq) Reset ¶
func (x *CancelTalkCollectReq) Reset()
func (*CancelTalkCollectReq) String ¶
func (x *CancelTalkCollectReq) String() string
func (*CancelTalkCollectReq) Validate ¶
func (m *CancelTalkCollectReq) Validate() error
Validate checks the field values on CancelTalkCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelTalkCollectReq) ValidateAll ¶
func (m *CancelTalkCollectReq) ValidateAll() error
ValidateAll checks the field values on CancelTalkCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelTalkCollectReqMultiError, or nil if none found.
type CancelTalkCollectReqMultiError ¶
type CancelTalkCollectReqMultiError []error
CancelTalkCollectReqMultiError is an error wrapping multiple validation errors returned by CancelTalkCollectReq.ValidateAll() if the designated constraints aren't met.
func (CancelTalkCollectReqMultiError) AllErrors ¶
func (m CancelTalkCollectReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelTalkCollectReqMultiError) Error ¶
func (m CancelTalkCollectReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelTalkCollectReqValidationError ¶
type CancelTalkCollectReqValidationError struct {
// contains filtered or unexported fields
}
CancelTalkCollectReqValidationError is the validation error returned by CancelTalkCollectReq.Validate if the designated constraints aren't met.
func (CancelTalkCollectReqValidationError) Cause ¶
func (e CancelTalkCollectReqValidationError) Cause() error
Cause function returns cause value.
func (CancelTalkCollectReqValidationError) Error ¶
func (e CancelTalkCollectReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelTalkCollectReqValidationError) ErrorName ¶
func (e CancelTalkCollectReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelTalkCollectReqValidationError) Field ¶
func (e CancelTalkCollectReqValidationError) Field() string
Field function returns field value.
func (CancelTalkCollectReqValidationError) Key ¶
func (e CancelTalkCollectReqValidationError) Key() bool
Key function returns key value.
func (CancelTalkCollectReqValidationError) Reason ¶
func (e CancelTalkCollectReqValidationError) Reason() string
Reason function returns reason value.
type CancelUserFollowReq ¶
type CancelUserFollowReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*CancelUserFollowReq) Descriptor
deprecated
func (*CancelUserFollowReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelUserFollowReq.ProtoReflect.Descriptor instead.
func (*CancelUserFollowReq) GetUuid ¶
func (x *CancelUserFollowReq) GetUuid() string
func (*CancelUserFollowReq) ProtoMessage ¶
func (*CancelUserFollowReq) ProtoMessage()
func (*CancelUserFollowReq) ProtoReflect ¶
func (x *CancelUserFollowReq) ProtoReflect() protoreflect.Message
func (*CancelUserFollowReq) Reset ¶
func (x *CancelUserFollowReq) Reset()
func (*CancelUserFollowReq) String ¶
func (x *CancelUserFollowReq) String() string
func (*CancelUserFollowReq) Validate ¶
func (m *CancelUserFollowReq) Validate() error
Validate checks the field values on CancelUserFollowReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelUserFollowReq) ValidateAll ¶
func (m *CancelUserFollowReq) ValidateAll() error
ValidateAll checks the field values on CancelUserFollowReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelUserFollowReqMultiError, or nil if none found.
type CancelUserFollowReqMultiError ¶
type CancelUserFollowReqMultiError []error
CancelUserFollowReqMultiError is an error wrapping multiple validation errors returned by CancelUserFollowReq.ValidateAll() if the designated constraints aren't met.
func (CancelUserFollowReqMultiError) AllErrors ¶
func (m CancelUserFollowReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelUserFollowReqMultiError) Error ¶
func (m CancelUserFollowReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelUserFollowReqValidationError ¶
type CancelUserFollowReqValidationError struct {
// contains filtered or unexported fields
}
CancelUserFollowReqValidationError is the validation error returned by CancelUserFollowReq.Validate if the designated constraints aren't met.
func (CancelUserFollowReqValidationError) Cause ¶
func (e CancelUserFollowReqValidationError) Cause() error
Cause function returns cause value.
func (CancelUserFollowReqValidationError) Error ¶
func (e CancelUserFollowReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelUserFollowReqValidationError) ErrorName ¶
func (e CancelUserFollowReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelUserFollowReqValidationError) Field ¶
func (e CancelUserFollowReqValidationError) Field() string
Field function returns field value.
func (CancelUserFollowReqValidationError) Key ¶
func (e CancelUserFollowReqValidationError) Key() bool
Key function returns key value.
func (CancelUserFollowReqValidationError) Reason ¶
func (e CancelUserFollowReqValidationError) Reason() string
Reason function returns reason value.
type CancelUserMedalSetReq ¶
type CancelUserMedalSetReq struct { Medal string `protobuf:"bytes,1,opt,name=medal,proto3" json:"medal,omitempty"` // contains filtered or unexported fields }
func (*CancelUserMedalSetReq) Descriptor
deprecated
func (*CancelUserMedalSetReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelUserMedalSetReq.ProtoReflect.Descriptor instead.
func (*CancelUserMedalSetReq) GetMedal ¶
func (x *CancelUserMedalSetReq) GetMedal() string
func (*CancelUserMedalSetReq) ProtoMessage ¶
func (*CancelUserMedalSetReq) ProtoMessage()
func (*CancelUserMedalSetReq) ProtoReflect ¶
func (x *CancelUserMedalSetReq) ProtoReflect() protoreflect.Message
func (*CancelUserMedalSetReq) Reset ¶
func (x *CancelUserMedalSetReq) Reset()
func (*CancelUserMedalSetReq) String ¶
func (x *CancelUserMedalSetReq) String() string
func (*CancelUserMedalSetReq) Validate ¶
func (m *CancelUserMedalSetReq) Validate() error
Validate checks the field values on CancelUserMedalSetReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelUserMedalSetReq) ValidateAll ¶
func (m *CancelUserMedalSetReq) ValidateAll() error
ValidateAll checks the field values on CancelUserMedalSetReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelUserMedalSetReqMultiError, or nil if none found.
type CancelUserMedalSetReqMultiError ¶
type CancelUserMedalSetReqMultiError []error
CancelUserMedalSetReqMultiError is an error wrapping multiple validation errors returned by CancelUserMedalSetReq.ValidateAll() if the designated constraints aren't met.
func (CancelUserMedalSetReqMultiError) AllErrors ¶
func (m CancelUserMedalSetReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelUserMedalSetReqMultiError) Error ¶
func (m CancelUserMedalSetReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelUserMedalSetReqValidationError ¶
type CancelUserMedalSetReqValidationError struct {
// contains filtered or unexported fields
}
CancelUserMedalSetReqValidationError is the validation error returned by CancelUserMedalSetReq.Validate if the designated constraints aren't met.
func (CancelUserMedalSetReqValidationError) Cause ¶
func (e CancelUserMedalSetReqValidationError) Cause() error
Cause function returns cause value.
func (CancelUserMedalSetReqValidationError) Error ¶
func (e CancelUserMedalSetReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelUserMedalSetReqValidationError) ErrorName ¶
func (e CancelUserMedalSetReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelUserMedalSetReqValidationError) Field ¶
func (e CancelUserMedalSetReqValidationError) Field() string
Field function returns field value.
func (CancelUserMedalSetReqValidationError) Key ¶
func (e CancelUserMedalSetReqValidationError) Key() bool
Key function returns key value.
func (CancelUserMedalSetReqValidationError) Reason ¶
func (e CancelUserMedalSetReqValidationError) Reason() string
Reason function returns reason value.
type ChangeUserPasswordReq ¶
type ChangeUserPasswordReq struct { Oldpassword string `protobuf:"bytes,1,opt,name=oldpassword,proto3" json:"oldpassword,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*ChangeUserPasswordReq) Descriptor
deprecated
func (*ChangeUserPasswordReq) Descriptor() ([]byte, []int)
Deprecated: Use ChangeUserPasswordReq.ProtoReflect.Descriptor instead.
func (*ChangeUserPasswordReq) GetOldpassword ¶
func (x *ChangeUserPasswordReq) GetOldpassword() string
func (*ChangeUserPasswordReq) GetPassword ¶
func (x *ChangeUserPasswordReq) GetPassword() string
func (*ChangeUserPasswordReq) ProtoMessage ¶
func (*ChangeUserPasswordReq) ProtoMessage()
func (*ChangeUserPasswordReq) ProtoReflect ¶
func (x *ChangeUserPasswordReq) ProtoReflect() protoreflect.Message
func (*ChangeUserPasswordReq) Reset ¶
func (x *ChangeUserPasswordReq) Reset()
func (*ChangeUserPasswordReq) String ¶
func (x *ChangeUserPasswordReq) String() string
func (*ChangeUserPasswordReq) Validate ¶
func (m *ChangeUserPasswordReq) Validate() error
Validate checks the field values on ChangeUserPasswordReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ChangeUserPasswordReq) ValidateAll ¶
func (m *ChangeUserPasswordReq) ValidateAll() error
ValidateAll checks the field values on ChangeUserPasswordReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeUserPasswordReqMultiError, or nil if none found.
type ChangeUserPasswordReqMultiError ¶
type ChangeUserPasswordReqMultiError []error
ChangeUserPasswordReqMultiError is an error wrapping multiple validation errors returned by ChangeUserPasswordReq.ValidateAll() if the designated constraints aren't met.
func (ChangeUserPasswordReqMultiError) AllErrors ¶
func (m ChangeUserPasswordReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChangeUserPasswordReqMultiError) Error ¶
func (m ChangeUserPasswordReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChangeUserPasswordReqValidationError ¶
type ChangeUserPasswordReqValidationError struct {
// contains filtered or unexported fields
}
ChangeUserPasswordReqValidationError is the validation error returned by ChangeUserPasswordReq.Validate if the designated constraints aren't met.
func (ChangeUserPasswordReqValidationError) Cause ¶
func (e ChangeUserPasswordReqValidationError) Cause() error
Cause function returns cause value.
func (ChangeUserPasswordReqValidationError) Error ¶
func (e ChangeUserPasswordReqValidationError) Error() string
Error satisfies the builtin error interface
func (ChangeUserPasswordReqValidationError) ErrorName ¶
func (e ChangeUserPasswordReqValidationError) ErrorName() string
ErrorName returns error name.
func (ChangeUserPasswordReqValidationError) Field ¶
func (e ChangeUserPasswordReqValidationError) Field() string
Field function returns field value.
func (ChangeUserPasswordReqValidationError) Key ¶
func (e ChangeUserPasswordReqValidationError) Key() bool
Key function returns key value.
func (ChangeUserPasswordReqValidationError) Reason ¶
func (e ChangeUserPasswordReqValidationError) Reason() string
Reason function returns reason value.
type ColumnStatisticJudgeReply ¶
type ColumnStatisticJudgeReply struct { Agree bool `protobuf:"varint,1,opt,name=agree,proto3" json:"agree,omitempty"` Collect bool `protobuf:"varint,2,opt,name=collect,proto3" json:"collect,omitempty"` // contains filtered or unexported fields }
func (*ColumnStatisticJudgeReply) Descriptor
deprecated
func (*ColumnStatisticJudgeReply) Descriptor() ([]byte, []int)
Deprecated: Use ColumnStatisticJudgeReply.ProtoReflect.Descriptor instead.
func (*ColumnStatisticJudgeReply) GetAgree ¶
func (x *ColumnStatisticJudgeReply) GetAgree() bool
func (*ColumnStatisticJudgeReply) GetCollect ¶
func (x *ColumnStatisticJudgeReply) GetCollect() bool
func (*ColumnStatisticJudgeReply) ProtoMessage ¶
func (*ColumnStatisticJudgeReply) ProtoMessage()
func (*ColumnStatisticJudgeReply) ProtoReflect ¶
func (x *ColumnStatisticJudgeReply) ProtoReflect() protoreflect.Message
func (*ColumnStatisticJudgeReply) Reset ¶
func (x *ColumnStatisticJudgeReply) Reset()
func (*ColumnStatisticJudgeReply) String ¶
func (x *ColumnStatisticJudgeReply) String() string
func (*ColumnStatisticJudgeReply) Validate ¶
func (m *ColumnStatisticJudgeReply) Validate() error
Validate checks the field values on ColumnStatisticJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ColumnStatisticJudgeReply) ValidateAll ¶
func (m *ColumnStatisticJudgeReply) ValidateAll() error
ValidateAll checks the field values on ColumnStatisticJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnStatisticJudgeReplyMultiError, or nil if none found.
type ColumnStatisticJudgeReplyMultiError ¶
type ColumnStatisticJudgeReplyMultiError []error
ColumnStatisticJudgeReplyMultiError is an error wrapping multiple validation errors returned by ColumnStatisticJudgeReply.ValidateAll() if the designated constraints aren't met.
func (ColumnStatisticJudgeReplyMultiError) AllErrors ¶
func (m ColumnStatisticJudgeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnStatisticJudgeReplyMultiError) Error ¶
func (m ColumnStatisticJudgeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ColumnStatisticJudgeReplyValidationError ¶
type ColumnStatisticJudgeReplyValidationError struct {
// contains filtered or unexported fields
}
ColumnStatisticJudgeReplyValidationError is the validation error returned by ColumnStatisticJudgeReply.Validate if the designated constraints aren't met.
func (ColumnStatisticJudgeReplyValidationError) Cause ¶
func (e ColumnStatisticJudgeReplyValidationError) Cause() error
Cause function returns cause value.
func (ColumnStatisticJudgeReplyValidationError) Error ¶
func (e ColumnStatisticJudgeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnStatisticJudgeReplyValidationError) ErrorName ¶
func (e ColumnStatisticJudgeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnStatisticJudgeReplyValidationError) Field ¶
func (e ColumnStatisticJudgeReplyValidationError) Field() string
Field function returns field value.
func (ColumnStatisticJudgeReplyValidationError) Key ¶
func (e ColumnStatisticJudgeReplyValidationError) Key() bool
Key function returns key value.
func (ColumnStatisticJudgeReplyValidationError) Reason ¶
func (e ColumnStatisticJudgeReplyValidationError) Reason() string
Reason function returns reason value.
type ColumnStatisticJudgeReq ¶
type ColumnStatisticJudgeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ColumnStatisticJudgeReq) Descriptor
deprecated
func (*ColumnStatisticJudgeReq) Descriptor() ([]byte, []int)
Deprecated: Use ColumnStatisticJudgeReq.ProtoReflect.Descriptor instead.
func (*ColumnStatisticJudgeReq) GetId ¶
func (x *ColumnStatisticJudgeReq) GetId() int32
func (*ColumnStatisticJudgeReq) ProtoMessage ¶
func (*ColumnStatisticJudgeReq) ProtoMessage()
func (*ColumnStatisticJudgeReq) ProtoReflect ¶
func (x *ColumnStatisticJudgeReq) ProtoReflect() protoreflect.Message
func (*ColumnStatisticJudgeReq) Reset ¶
func (x *ColumnStatisticJudgeReq) Reset()
func (*ColumnStatisticJudgeReq) String ¶
func (x *ColumnStatisticJudgeReq) String() string
func (*ColumnStatisticJudgeReq) Validate ¶
func (m *ColumnStatisticJudgeReq) Validate() error
Validate checks the field values on ColumnStatisticJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ColumnStatisticJudgeReq) ValidateAll ¶
func (m *ColumnStatisticJudgeReq) ValidateAll() error
ValidateAll checks the field values on ColumnStatisticJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnStatisticJudgeReqMultiError, or nil if none found.
type ColumnStatisticJudgeReqMultiError ¶
type ColumnStatisticJudgeReqMultiError []error
ColumnStatisticJudgeReqMultiError is an error wrapping multiple validation errors returned by ColumnStatisticJudgeReq.ValidateAll() if the designated constraints aren't met.
func (ColumnStatisticJudgeReqMultiError) AllErrors ¶
func (m ColumnStatisticJudgeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnStatisticJudgeReqMultiError) Error ¶
func (m ColumnStatisticJudgeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ColumnStatisticJudgeReqValidationError ¶
type ColumnStatisticJudgeReqValidationError struct {
// contains filtered or unexported fields
}
ColumnStatisticJudgeReqValidationError is the validation error returned by ColumnStatisticJudgeReq.Validate if the designated constraints aren't met.
func (ColumnStatisticJudgeReqValidationError) Cause ¶
func (e ColumnStatisticJudgeReqValidationError) Cause() error
Cause function returns cause value.
func (ColumnStatisticJudgeReqValidationError) Error ¶
func (e ColumnStatisticJudgeReqValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnStatisticJudgeReqValidationError) ErrorName ¶
func (e ColumnStatisticJudgeReqValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnStatisticJudgeReqValidationError) Field ¶
func (e ColumnStatisticJudgeReqValidationError) Field() string
Field function returns field value.
func (ColumnStatisticJudgeReqValidationError) Key ¶
func (e ColumnStatisticJudgeReqValidationError) Key() bool
Key function returns key value.
func (ColumnStatisticJudgeReqValidationError) Reason ¶
func (e ColumnStatisticJudgeReqValidationError) Reason() string
Reason function returns reason value.
type CreateArticleDraftReply ¶
type CreateArticleDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateArticleDraftReply) Descriptor
deprecated
func (*CreateArticleDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateArticleDraftReply.ProtoReflect.Descriptor instead.
func (*CreateArticleDraftReply) GetId ¶
func (x *CreateArticleDraftReply) GetId() int32
func (*CreateArticleDraftReply) ProtoMessage ¶
func (*CreateArticleDraftReply) ProtoMessage()
func (*CreateArticleDraftReply) ProtoReflect ¶
func (x *CreateArticleDraftReply) ProtoReflect() protoreflect.Message
func (*CreateArticleDraftReply) Reset ¶
func (x *CreateArticleDraftReply) Reset()
func (*CreateArticleDraftReply) String ¶
func (x *CreateArticleDraftReply) String() string
func (*CreateArticleDraftReply) Validate ¶
func (m *CreateArticleDraftReply) Validate() error
Validate checks the field values on CreateArticleDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateArticleDraftReply) ValidateAll ¶
func (m *CreateArticleDraftReply) ValidateAll() error
ValidateAll checks the field values on CreateArticleDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateArticleDraftReplyMultiError, or nil if none found.
type CreateArticleDraftReplyMultiError ¶
type CreateArticleDraftReplyMultiError []error
CreateArticleDraftReplyMultiError is an error wrapping multiple validation errors returned by CreateArticleDraftReply.ValidateAll() if the designated constraints aren't met.
func (CreateArticleDraftReplyMultiError) AllErrors ¶
func (m CreateArticleDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateArticleDraftReplyMultiError) Error ¶
func (m CreateArticleDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateArticleDraftReplyValidationError ¶
type CreateArticleDraftReplyValidationError struct {
// contains filtered or unexported fields
}
CreateArticleDraftReplyValidationError is the validation error returned by CreateArticleDraftReply.Validate if the designated constraints aren't met.
func (CreateArticleDraftReplyValidationError) Cause ¶
func (e CreateArticleDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateArticleDraftReplyValidationError) Error ¶
func (e CreateArticleDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateArticleDraftReplyValidationError) ErrorName ¶
func (e CreateArticleDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateArticleDraftReplyValidationError) Field ¶
func (e CreateArticleDraftReplyValidationError) Field() string
Field function returns field value.
func (CreateArticleDraftReplyValidationError) Key ¶
func (e CreateArticleDraftReplyValidationError) Key() bool
Key function returns key value.
func (CreateArticleDraftReplyValidationError) Reason ¶
func (e CreateArticleDraftReplyValidationError) Reason() string
Reason function returns reason value.
type CreateCollectionsDraftReply ¶
type CreateCollectionsDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateCollectionsDraftReply) Descriptor
deprecated
func (*CreateCollectionsDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateCollectionsDraftReply.ProtoReflect.Descriptor instead.
func (*CreateCollectionsDraftReply) GetId ¶
func (x *CreateCollectionsDraftReply) GetId() int32
func (*CreateCollectionsDraftReply) ProtoMessage ¶
func (*CreateCollectionsDraftReply) ProtoMessage()
func (*CreateCollectionsDraftReply) ProtoReflect ¶
func (x *CreateCollectionsDraftReply) ProtoReflect() protoreflect.Message
func (*CreateCollectionsDraftReply) Reset ¶
func (x *CreateCollectionsDraftReply) Reset()
func (*CreateCollectionsDraftReply) String ¶
func (x *CreateCollectionsDraftReply) String() string
func (*CreateCollectionsDraftReply) Validate ¶
func (m *CreateCollectionsDraftReply) Validate() error
Validate checks the field values on CreateCollectionsDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateCollectionsDraftReply) ValidateAll ¶
func (m *CreateCollectionsDraftReply) ValidateAll() error
ValidateAll checks the field values on CreateCollectionsDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCollectionsDraftReplyMultiError, or nil if none found.
type CreateCollectionsDraftReplyMultiError ¶
type CreateCollectionsDraftReplyMultiError []error
CreateCollectionsDraftReplyMultiError is an error wrapping multiple validation errors returned by CreateCollectionsDraftReply.ValidateAll() if the designated constraints aren't met.
func (CreateCollectionsDraftReplyMultiError) AllErrors ¶
func (m CreateCollectionsDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateCollectionsDraftReplyMultiError) Error ¶
func (m CreateCollectionsDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateCollectionsDraftReplyValidationError ¶
type CreateCollectionsDraftReplyValidationError struct {
// contains filtered or unexported fields
}
CreateCollectionsDraftReplyValidationError is the validation error returned by CreateCollectionsDraftReply.Validate if the designated constraints aren't met.
func (CreateCollectionsDraftReplyValidationError) Cause ¶
func (e CreateCollectionsDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateCollectionsDraftReplyValidationError) Error ¶
func (e CreateCollectionsDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCollectionsDraftReplyValidationError) ErrorName ¶
func (e CreateCollectionsDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCollectionsDraftReplyValidationError) Field ¶
func (e CreateCollectionsDraftReplyValidationError) Field() string
Field function returns field value.
func (CreateCollectionsDraftReplyValidationError) Key ¶
func (e CreateCollectionsDraftReplyValidationError) Key() bool
Key function returns key value.
func (CreateCollectionsDraftReplyValidationError) Reason ¶
func (e CreateCollectionsDraftReplyValidationError) Reason() string
Reason function returns reason value.
type CreateColumnDraftReply ¶
type CreateColumnDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateColumnDraftReply) Descriptor
deprecated
func (*CreateColumnDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateColumnDraftReply.ProtoReflect.Descriptor instead.
func (*CreateColumnDraftReply) GetId ¶
func (x *CreateColumnDraftReply) GetId() int32
func (*CreateColumnDraftReply) ProtoMessage ¶
func (*CreateColumnDraftReply) ProtoMessage()
func (*CreateColumnDraftReply) ProtoReflect ¶
func (x *CreateColumnDraftReply) ProtoReflect() protoreflect.Message
func (*CreateColumnDraftReply) Reset ¶
func (x *CreateColumnDraftReply) Reset()
func (*CreateColumnDraftReply) String ¶
func (x *CreateColumnDraftReply) String() string
func (*CreateColumnDraftReply) Validate ¶
func (m *CreateColumnDraftReply) Validate() error
Validate checks the field values on CreateColumnDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateColumnDraftReply) ValidateAll ¶
func (m *CreateColumnDraftReply) ValidateAll() error
ValidateAll checks the field values on CreateColumnDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateColumnDraftReplyMultiError, or nil if none found.
type CreateColumnDraftReplyMultiError ¶
type CreateColumnDraftReplyMultiError []error
CreateColumnDraftReplyMultiError is an error wrapping multiple validation errors returned by CreateColumnDraftReply.ValidateAll() if the designated constraints aren't met.
func (CreateColumnDraftReplyMultiError) AllErrors ¶
func (m CreateColumnDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateColumnDraftReplyMultiError) Error ¶
func (m CreateColumnDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateColumnDraftReplyValidationError ¶
type CreateColumnDraftReplyValidationError struct {
// contains filtered or unexported fields
}
CreateColumnDraftReplyValidationError is the validation error returned by CreateColumnDraftReply.Validate if the designated constraints aren't met.
func (CreateColumnDraftReplyValidationError) Cause ¶
func (e CreateColumnDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateColumnDraftReplyValidationError) Error ¶
func (e CreateColumnDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateColumnDraftReplyValidationError) ErrorName ¶
func (e CreateColumnDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateColumnDraftReplyValidationError) Field ¶
func (e CreateColumnDraftReplyValidationError) Field() string
Field function returns field value.
func (CreateColumnDraftReplyValidationError) Key ¶
func (e CreateColumnDraftReplyValidationError) Key() bool
Key function returns key value.
func (CreateColumnDraftReplyValidationError) Reason ¶
func (e CreateColumnDraftReplyValidationError) Reason() string
Reason function returns reason value.
type CreateCommentDraftReply ¶
type CreateCommentDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateCommentDraftReply) Descriptor
deprecated
func (*CreateCommentDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateCommentDraftReply.ProtoReflect.Descriptor instead.
func (*CreateCommentDraftReply) GetId ¶
func (x *CreateCommentDraftReply) GetId() int32
func (*CreateCommentDraftReply) ProtoMessage ¶
func (*CreateCommentDraftReply) ProtoMessage()
func (*CreateCommentDraftReply) ProtoReflect ¶
func (x *CreateCommentDraftReply) ProtoReflect() protoreflect.Message
func (*CreateCommentDraftReply) Reset ¶
func (x *CreateCommentDraftReply) Reset()
func (*CreateCommentDraftReply) String ¶
func (x *CreateCommentDraftReply) String() string
func (*CreateCommentDraftReply) Validate ¶
func (m *CreateCommentDraftReply) Validate() error
Validate checks the field values on CreateCommentDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateCommentDraftReply) ValidateAll ¶
func (m *CreateCommentDraftReply) ValidateAll() error
ValidateAll checks the field values on CreateCommentDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommentDraftReplyMultiError, or nil if none found.
type CreateCommentDraftReplyMultiError ¶
type CreateCommentDraftReplyMultiError []error
CreateCommentDraftReplyMultiError is an error wrapping multiple validation errors returned by CreateCommentDraftReply.ValidateAll() if the designated constraints aren't met.
func (CreateCommentDraftReplyMultiError) AllErrors ¶
func (m CreateCommentDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateCommentDraftReplyMultiError) Error ¶
func (m CreateCommentDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateCommentDraftReplyValidationError ¶
type CreateCommentDraftReplyValidationError struct {
// contains filtered or unexported fields
}
CreateCommentDraftReplyValidationError is the validation error returned by CreateCommentDraftReply.Validate if the designated constraints aren't met.
func (CreateCommentDraftReplyValidationError) Cause ¶
func (e CreateCommentDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateCommentDraftReplyValidationError) Error ¶
func (e CreateCommentDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCommentDraftReplyValidationError) ErrorName ¶
func (e CreateCommentDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCommentDraftReplyValidationError) Field ¶
func (e CreateCommentDraftReplyValidationError) Field() string
Field function returns field value.
func (CreateCommentDraftReplyValidationError) Key ¶
func (e CreateCommentDraftReplyValidationError) Key() bool
Key function returns key value.
func (CreateCommentDraftReplyValidationError) Reason ¶
func (e CreateCommentDraftReplyValidationError) Reason() string
Reason function returns reason value.
type CreateTalkDraftReply ¶
type CreateTalkDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateTalkDraftReply) Descriptor
deprecated
func (*CreateTalkDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateTalkDraftReply.ProtoReflect.Descriptor instead.
func (*CreateTalkDraftReply) GetId ¶
func (x *CreateTalkDraftReply) GetId() int32
func (*CreateTalkDraftReply) ProtoMessage ¶
func (*CreateTalkDraftReply) ProtoMessage()
func (*CreateTalkDraftReply) ProtoReflect ¶
func (x *CreateTalkDraftReply) ProtoReflect() protoreflect.Message
func (*CreateTalkDraftReply) Reset ¶
func (x *CreateTalkDraftReply) Reset()
func (*CreateTalkDraftReply) String ¶
func (x *CreateTalkDraftReply) String() string
func (*CreateTalkDraftReply) Validate ¶
func (m *CreateTalkDraftReply) Validate() error
Validate checks the field values on CreateTalkDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTalkDraftReply) ValidateAll ¶
func (m *CreateTalkDraftReply) ValidateAll() error
ValidateAll checks the field values on CreateTalkDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTalkDraftReplyMultiError, or nil if none found.
type CreateTalkDraftReplyMultiError ¶
type CreateTalkDraftReplyMultiError []error
CreateTalkDraftReplyMultiError is an error wrapping multiple validation errors returned by CreateTalkDraftReply.ValidateAll() if the designated constraints aren't met.
func (CreateTalkDraftReplyMultiError) AllErrors ¶
func (m CreateTalkDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTalkDraftReplyMultiError) Error ¶
func (m CreateTalkDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTalkDraftReplyValidationError ¶
type CreateTalkDraftReplyValidationError struct {
// contains filtered or unexported fields
}
CreateTalkDraftReplyValidationError is the validation error returned by CreateTalkDraftReply.Validate if the designated constraints aren't met.
func (CreateTalkDraftReplyValidationError) Cause ¶
func (e CreateTalkDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateTalkDraftReplyValidationError) Error ¶
func (e CreateTalkDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTalkDraftReplyValidationError) ErrorName ¶
func (e CreateTalkDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTalkDraftReplyValidationError) Field ¶
func (e CreateTalkDraftReplyValidationError) Field() string
Field function returns field value.
func (CreateTalkDraftReplyValidationError) Key ¶
func (e CreateTalkDraftReplyValidationError) Key() bool
Key function returns key value.
func (CreateTalkDraftReplyValidationError) Reason ¶
func (e CreateTalkDraftReplyValidationError) Reason() string
Reason function returns reason value.
type DeleteArticleDraftReq ¶ added in v1.3.0
type DeleteArticleDraftReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteArticleDraftReq) Descriptor
deprecated
added in
v1.3.0
func (*DeleteArticleDraftReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteArticleDraftReq.ProtoReflect.Descriptor instead.
func (*DeleteArticleDraftReq) GetId ¶ added in v1.3.0
func (x *DeleteArticleDraftReq) GetId() int32
func (*DeleteArticleDraftReq) ProtoMessage ¶ added in v1.3.0
func (*DeleteArticleDraftReq) ProtoMessage()
func (*DeleteArticleDraftReq) ProtoReflect ¶ added in v1.3.0
func (x *DeleteArticleDraftReq) ProtoReflect() protoreflect.Message
func (*DeleteArticleDraftReq) Reset ¶ added in v1.3.0
func (x *DeleteArticleDraftReq) Reset()
func (*DeleteArticleDraftReq) String ¶ added in v1.3.0
func (x *DeleteArticleDraftReq) String() string
func (*DeleteArticleDraftReq) Validate ¶ added in v1.3.0
func (m *DeleteArticleDraftReq) Validate() error
Validate checks the field values on DeleteArticleDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteArticleDraftReq) ValidateAll ¶ added in v1.3.0
func (m *DeleteArticleDraftReq) ValidateAll() error
ValidateAll checks the field values on DeleteArticleDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteArticleDraftReqMultiError, or nil if none found.
type DeleteArticleDraftReqMultiError ¶ added in v1.3.0
type DeleteArticleDraftReqMultiError []error
DeleteArticleDraftReqMultiError is an error wrapping multiple validation errors returned by DeleteArticleDraftReq.ValidateAll() if the designated constraints aren't met.
func (DeleteArticleDraftReqMultiError) AllErrors ¶ added in v1.3.0
func (m DeleteArticleDraftReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteArticleDraftReqMultiError) Error ¶ added in v1.3.0
func (m DeleteArticleDraftReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteArticleDraftReqValidationError ¶ added in v1.3.0
type DeleteArticleDraftReqValidationError struct {
// contains filtered or unexported fields
}
DeleteArticleDraftReqValidationError is the validation error returned by DeleteArticleDraftReq.Validate if the designated constraints aren't met.
func (DeleteArticleDraftReqValidationError) Cause ¶ added in v1.3.0
func (e DeleteArticleDraftReqValidationError) Cause() error
Cause function returns cause value.
func (DeleteArticleDraftReqValidationError) Error ¶ added in v1.3.0
func (e DeleteArticleDraftReqValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteArticleDraftReqValidationError) ErrorName ¶ added in v1.3.0
func (e DeleteArticleDraftReqValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteArticleDraftReqValidationError) Field ¶ added in v1.3.0
func (e DeleteArticleDraftReqValidationError) Field() string
Field function returns field value.
func (DeleteArticleDraftReqValidationError) Key ¶ added in v1.3.0
func (e DeleteArticleDraftReqValidationError) Key() bool
Key function returns key value.
func (DeleteArticleDraftReqValidationError) Reason ¶ added in v1.3.0
func (e DeleteArticleDraftReqValidationError) Reason() string
Reason function returns reason value.
type DeleteArticleReq ¶
type DeleteArticleReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteArticleReq) Descriptor
deprecated
func (*DeleteArticleReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteArticleReq.ProtoReflect.Descriptor instead.
func (*DeleteArticleReq) GetId ¶
func (x *DeleteArticleReq) GetId() int32
func (*DeleteArticleReq) ProtoMessage ¶
func (*DeleteArticleReq) ProtoMessage()
func (*DeleteArticleReq) ProtoReflect ¶
func (x *DeleteArticleReq) ProtoReflect() protoreflect.Message
func (*DeleteArticleReq) Reset ¶
func (x *DeleteArticleReq) Reset()
func (*DeleteArticleReq) String ¶
func (x *DeleteArticleReq) String() string
func (*DeleteArticleReq) Validate ¶
func (m *DeleteArticleReq) Validate() error
Validate checks the field values on DeleteArticleReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteArticleReq) ValidateAll ¶
func (m *DeleteArticleReq) ValidateAll() error
ValidateAll checks the field values on DeleteArticleReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteArticleReqMultiError, or nil if none found.
type DeleteArticleReqMultiError ¶
type DeleteArticleReqMultiError []error
DeleteArticleReqMultiError is an error wrapping multiple validation errors returned by DeleteArticleReq.ValidateAll() if the designated constraints aren't met.
func (DeleteArticleReqMultiError) AllErrors ¶
func (m DeleteArticleReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteArticleReqMultiError) Error ¶
func (m DeleteArticleReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteArticleReqValidationError ¶
type DeleteArticleReqValidationError struct {
// contains filtered or unexported fields
}
DeleteArticleReqValidationError is the validation error returned by DeleteArticleReq.Validate if the designated constraints aren't met.
func (DeleteArticleReqValidationError) Cause ¶
func (e DeleteArticleReqValidationError) Cause() error
Cause function returns cause value.
func (DeleteArticleReqValidationError) Error ¶
func (e DeleteArticleReqValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteArticleReqValidationError) ErrorName ¶
func (e DeleteArticleReqValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteArticleReqValidationError) Field ¶
func (e DeleteArticleReqValidationError) Field() string
Field function returns field value.
func (DeleteArticleReqValidationError) Key ¶
func (e DeleteArticleReqValidationError) Key() bool
Key function returns key value.
func (DeleteArticleReqValidationError) Reason ¶
func (e DeleteArticleReqValidationError) Reason() string
Reason function returns reason value.
type DeleteCollectionsReq ¶
type DeleteCollectionsReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteCollectionsReq) Descriptor
deprecated
func (*DeleteCollectionsReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCollectionsReq.ProtoReflect.Descriptor instead.
func (*DeleteCollectionsReq) GetId ¶
func (x *DeleteCollectionsReq) GetId() int32
func (*DeleteCollectionsReq) ProtoMessage ¶
func (*DeleteCollectionsReq) ProtoMessage()
func (*DeleteCollectionsReq) ProtoReflect ¶
func (x *DeleteCollectionsReq) ProtoReflect() protoreflect.Message
func (*DeleteCollectionsReq) Reset ¶
func (x *DeleteCollectionsReq) Reset()
func (*DeleteCollectionsReq) String ¶
func (x *DeleteCollectionsReq) String() string
func (*DeleteCollectionsReq) Validate ¶
func (m *DeleteCollectionsReq) Validate() error
Validate checks the field values on DeleteCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteCollectionsReq) ValidateAll ¶
func (m *DeleteCollectionsReq) ValidateAll() error
ValidateAll checks the field values on DeleteCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteCollectionsReqMultiError, or nil if none found.
type DeleteCollectionsReqMultiError ¶
type DeleteCollectionsReqMultiError []error
DeleteCollectionsReqMultiError is an error wrapping multiple validation errors returned by DeleteCollectionsReq.ValidateAll() if the designated constraints aren't met.
func (DeleteCollectionsReqMultiError) AllErrors ¶
func (m DeleteCollectionsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteCollectionsReqMultiError) Error ¶
func (m DeleteCollectionsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteCollectionsReqValidationError ¶
type DeleteCollectionsReqValidationError struct {
// contains filtered or unexported fields
}
DeleteCollectionsReqValidationError is the validation error returned by DeleteCollectionsReq.Validate if the designated constraints aren't met.
func (DeleteCollectionsReqValidationError) Cause ¶
func (e DeleteCollectionsReqValidationError) Cause() error
Cause function returns cause value.
func (DeleteCollectionsReqValidationError) Error ¶
func (e DeleteCollectionsReqValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteCollectionsReqValidationError) ErrorName ¶
func (e DeleteCollectionsReqValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteCollectionsReqValidationError) Field ¶
func (e DeleteCollectionsReqValidationError) Field() string
Field function returns field value.
func (DeleteCollectionsReqValidationError) Key ¶
func (e DeleteCollectionsReqValidationError) Key() bool
Key function returns key value.
func (DeleteCollectionsReqValidationError) Reason ¶
func (e DeleteCollectionsReqValidationError) Reason() string
Reason function returns reason value.
type DeleteColumnIncludesReq ¶
type DeleteColumnIncludesReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` ArticleId int32 `protobuf:"varint,2,opt,name=article_id,json=articleId,proto3" json:"article_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteColumnIncludesReq) Descriptor
deprecated
func (*DeleteColumnIncludesReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteColumnIncludesReq.ProtoReflect.Descriptor instead.
func (*DeleteColumnIncludesReq) GetArticleId ¶
func (x *DeleteColumnIncludesReq) GetArticleId() int32
func (*DeleteColumnIncludesReq) GetId ¶
func (x *DeleteColumnIncludesReq) GetId() int32
func (*DeleteColumnIncludesReq) ProtoMessage ¶
func (*DeleteColumnIncludesReq) ProtoMessage()
func (*DeleteColumnIncludesReq) ProtoReflect ¶
func (x *DeleteColumnIncludesReq) ProtoReflect() protoreflect.Message
func (*DeleteColumnIncludesReq) Reset ¶
func (x *DeleteColumnIncludesReq) Reset()
func (*DeleteColumnIncludesReq) String ¶
func (x *DeleteColumnIncludesReq) String() string
func (*DeleteColumnIncludesReq) Validate ¶
func (m *DeleteColumnIncludesReq) Validate() error
Validate checks the field values on DeleteColumnIncludesReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteColumnIncludesReq) ValidateAll ¶
func (m *DeleteColumnIncludesReq) ValidateAll() error
ValidateAll checks the field values on DeleteColumnIncludesReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteColumnIncludesReqMultiError, or nil if none found.
type DeleteColumnIncludesReqMultiError ¶
type DeleteColumnIncludesReqMultiError []error
DeleteColumnIncludesReqMultiError is an error wrapping multiple validation errors returned by DeleteColumnIncludesReq.ValidateAll() if the designated constraints aren't met.
func (DeleteColumnIncludesReqMultiError) AllErrors ¶
func (m DeleteColumnIncludesReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteColumnIncludesReqMultiError) Error ¶
func (m DeleteColumnIncludesReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteColumnIncludesReqValidationError ¶
type DeleteColumnIncludesReqValidationError struct {
// contains filtered or unexported fields
}
DeleteColumnIncludesReqValidationError is the validation error returned by DeleteColumnIncludesReq.Validate if the designated constraints aren't met.
func (DeleteColumnIncludesReqValidationError) Cause ¶
func (e DeleteColumnIncludesReqValidationError) Cause() error
Cause function returns cause value.
func (DeleteColumnIncludesReqValidationError) Error ¶
func (e DeleteColumnIncludesReqValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteColumnIncludesReqValidationError) ErrorName ¶
func (e DeleteColumnIncludesReqValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteColumnIncludesReqValidationError) Field ¶
func (e DeleteColumnIncludesReqValidationError) Field() string
Field function returns field value.
func (DeleteColumnIncludesReqValidationError) Key ¶
func (e DeleteColumnIncludesReqValidationError) Key() bool
Key function returns key value.
func (DeleteColumnIncludesReqValidationError) Reason ¶
func (e DeleteColumnIncludesReqValidationError) Reason() string
Reason function returns reason value.
type DeleteColumnReq ¶
type DeleteColumnReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteColumnReq) Descriptor
deprecated
func (*DeleteColumnReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteColumnReq.ProtoReflect.Descriptor instead.
func (*DeleteColumnReq) GetId ¶
func (x *DeleteColumnReq) GetId() int32
func (*DeleteColumnReq) ProtoMessage ¶
func (*DeleteColumnReq) ProtoMessage()
func (*DeleteColumnReq) ProtoReflect ¶
func (x *DeleteColumnReq) ProtoReflect() protoreflect.Message
func (*DeleteColumnReq) Reset ¶
func (x *DeleteColumnReq) Reset()
func (*DeleteColumnReq) String ¶
func (x *DeleteColumnReq) String() string
func (*DeleteColumnReq) Validate ¶
func (m *DeleteColumnReq) Validate() error
Validate checks the field values on DeleteColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteColumnReq) ValidateAll ¶
func (m *DeleteColumnReq) ValidateAll() error
ValidateAll checks the field values on DeleteColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteColumnReqMultiError, or nil if none found.
type DeleteColumnReqMultiError ¶
type DeleteColumnReqMultiError []error
DeleteColumnReqMultiError is an error wrapping multiple validation errors returned by DeleteColumnReq.ValidateAll() if the designated constraints aren't met.
func (DeleteColumnReqMultiError) AllErrors ¶
func (m DeleteColumnReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteColumnReqMultiError) Error ¶
func (m DeleteColumnReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteColumnReqValidationError ¶
type DeleteColumnReqValidationError struct {
// contains filtered or unexported fields
}
DeleteColumnReqValidationError is the validation error returned by DeleteColumnReq.Validate if the designated constraints aren't met.
func (DeleteColumnReqValidationError) Cause ¶
func (e DeleteColumnReqValidationError) Cause() error
Cause function returns cause value.
func (DeleteColumnReqValidationError) Error ¶
func (e DeleteColumnReqValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteColumnReqValidationError) ErrorName ¶
func (e DeleteColumnReqValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteColumnReqValidationError) Field ¶
func (e DeleteColumnReqValidationError) Field() string
Field function returns field value.
func (DeleteColumnReqValidationError) Key ¶
func (e DeleteColumnReqValidationError) Key() bool
Key function returns key value.
func (DeleteColumnReqValidationError) Reason ¶
func (e DeleteColumnReqValidationError) Reason() string
Reason function returns reason value.
type DeleteTalkReq ¶
type DeleteTalkReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteTalkReq) Descriptor
deprecated
func (*DeleteTalkReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTalkReq.ProtoReflect.Descriptor instead.
func (*DeleteTalkReq) GetId ¶
func (x *DeleteTalkReq) GetId() int32
func (*DeleteTalkReq) ProtoMessage ¶
func (*DeleteTalkReq) ProtoMessage()
func (*DeleteTalkReq) ProtoReflect ¶
func (x *DeleteTalkReq) ProtoReflect() protoreflect.Message
func (*DeleteTalkReq) Reset ¶
func (x *DeleteTalkReq) Reset()
func (*DeleteTalkReq) String ¶
func (x *DeleteTalkReq) String() string
func (*DeleteTalkReq) Validate ¶
func (m *DeleteTalkReq) Validate() error
Validate checks the field values on DeleteTalkReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteTalkReq) ValidateAll ¶
func (m *DeleteTalkReq) ValidateAll() error
ValidateAll checks the field values on DeleteTalkReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteTalkReqMultiError, or nil if none found.
type DeleteTalkReqMultiError ¶
type DeleteTalkReqMultiError []error
DeleteTalkReqMultiError is an error wrapping multiple validation errors returned by DeleteTalkReq.ValidateAll() if the designated constraints aren't met.
func (DeleteTalkReqMultiError) AllErrors ¶
func (m DeleteTalkReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteTalkReqMultiError) Error ¶
func (m DeleteTalkReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteTalkReqValidationError ¶
type DeleteTalkReqValidationError struct {
// contains filtered or unexported fields
}
DeleteTalkReqValidationError is the validation error returned by DeleteTalkReq.Validate if the designated constraints aren't met.
func (DeleteTalkReqValidationError) Cause ¶
func (e DeleteTalkReqValidationError) Cause() error
Cause function returns cause value.
func (DeleteTalkReqValidationError) Error ¶
func (e DeleteTalkReqValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteTalkReqValidationError) ErrorName ¶
func (e DeleteTalkReqValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteTalkReqValidationError) Field ¶
func (e DeleteTalkReqValidationError) Field() string
Field function returns field value.
func (DeleteTalkReqValidationError) Key ¶
func (e DeleteTalkReqValidationError) Key() bool
Key function returns key value.
func (DeleteTalkReqValidationError) Reason ¶
func (e DeleteTalkReqValidationError) Reason() string
Reason function returns reason value.
type GetAccountReply ¶
type GetAccountReply struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Qq string `protobuf:"bytes,3,opt,name=qq,proto3" json:"qq,omitempty"` Wechat string `protobuf:"bytes,4,opt,name=wechat,proto3" json:"wechat,omitempty"` Gitee int32 `protobuf:"varint,5,opt,name=gitee,proto3" json:"gitee,omitempty"` Github int32 `protobuf:"varint,6,opt,name=github,proto3" json:"github,omitempty"` Password string `protobuf:"bytes,7,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*GetAccountReply) Descriptor
deprecated
func (*GetAccountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetAccountReply.ProtoReflect.Descriptor instead.
func (*GetAccountReply) GetEmail ¶
func (x *GetAccountReply) GetEmail() string
func (*GetAccountReply) GetGitee ¶ added in v1.3.0
func (x *GetAccountReply) GetGitee() int32
func (*GetAccountReply) GetGithub ¶
func (x *GetAccountReply) GetGithub() int32
func (*GetAccountReply) GetPassword ¶
func (x *GetAccountReply) GetPassword() string
func (*GetAccountReply) GetPhone ¶
func (x *GetAccountReply) GetPhone() string
func (*GetAccountReply) GetQq ¶
func (x *GetAccountReply) GetQq() string
func (*GetAccountReply) GetWechat ¶
func (x *GetAccountReply) GetWechat() string
func (*GetAccountReply) ProtoMessage ¶
func (*GetAccountReply) ProtoMessage()
func (*GetAccountReply) ProtoReflect ¶
func (x *GetAccountReply) ProtoReflect() protoreflect.Message
func (*GetAccountReply) Reset ¶
func (x *GetAccountReply) Reset()
func (*GetAccountReply) String ¶
func (x *GetAccountReply) String() string
func (*GetAccountReply) Validate ¶
func (m *GetAccountReply) Validate() error
Validate checks the field values on GetAccountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAccountReply) ValidateAll ¶
func (m *GetAccountReply) ValidateAll() error
ValidateAll checks the field values on GetAccountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAccountReplyMultiError, or nil if none found.
type GetAccountReplyMultiError ¶
type GetAccountReplyMultiError []error
GetAccountReplyMultiError is an error wrapping multiple validation errors returned by GetAccountReply.ValidateAll() if the designated constraints aren't met.
func (GetAccountReplyMultiError) AllErrors ¶
func (m GetAccountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAccountReplyMultiError) Error ¶
func (m GetAccountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAccountReplyValidationError ¶
type GetAccountReplyValidationError struct {
// contains filtered or unexported fields
}
GetAccountReplyValidationError is the validation error returned by GetAccountReply.Validate if the designated constraints aren't met.
func (GetAccountReplyValidationError) Cause ¶
func (e GetAccountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetAccountReplyValidationError) Error ¶
func (e GetAccountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetAccountReplyValidationError) ErrorName ¶
func (e GetAccountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetAccountReplyValidationError) Field ¶
func (e GetAccountReplyValidationError) Field() string
Field function returns field value.
func (GetAccountReplyValidationError) Key ¶
func (e GetAccountReplyValidationError) Key() bool
Key function returns key value.
func (GetAccountReplyValidationError) Reason ¶
func (e GetAccountReplyValidationError) Reason() string
Reason function returns reason value.
type GetAchievementListReply ¶
type GetAchievementListReply struct { Achievement []*GetAchievementListReply_Achievement `protobuf:"bytes,1,rep,name=achievement,proto3" json:"achievement,omitempty"` // contains filtered or unexported fields }
func (*GetAchievementListReply) Descriptor
deprecated
func (*GetAchievementListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetAchievementListReply.ProtoReflect.Descriptor instead.
func (*GetAchievementListReply) GetAchievement ¶
func (x *GetAchievementListReply) GetAchievement() []*GetAchievementListReply_Achievement
func (*GetAchievementListReply) ProtoMessage ¶
func (*GetAchievementListReply) ProtoMessage()
func (*GetAchievementListReply) ProtoReflect ¶
func (x *GetAchievementListReply) ProtoReflect() protoreflect.Message
func (*GetAchievementListReply) Reset ¶
func (x *GetAchievementListReply) Reset()
func (*GetAchievementListReply) String ¶
func (x *GetAchievementListReply) String() string
func (*GetAchievementListReply) Validate ¶
func (m *GetAchievementListReply) Validate() error
Validate checks the field values on GetAchievementListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAchievementListReply) ValidateAll ¶
func (m *GetAchievementListReply) ValidateAll() error
ValidateAll checks the field values on GetAchievementListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAchievementListReplyMultiError, or nil if none found.
type GetAchievementListReplyMultiError ¶
type GetAchievementListReplyMultiError []error
GetAchievementListReplyMultiError is an error wrapping multiple validation errors returned by GetAchievementListReply.ValidateAll() if the designated constraints aren't met.
func (GetAchievementListReplyMultiError) AllErrors ¶
func (m GetAchievementListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAchievementListReplyMultiError) Error ¶
func (m GetAchievementListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAchievementListReplyValidationError ¶
type GetAchievementListReplyValidationError struct {
// contains filtered or unexported fields
}
GetAchievementListReplyValidationError is the validation error returned by GetAchievementListReply.Validate if the designated constraints aren't met.
func (GetAchievementListReplyValidationError) Cause ¶
func (e GetAchievementListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetAchievementListReplyValidationError) Error ¶
func (e GetAchievementListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetAchievementListReplyValidationError) ErrorName ¶
func (e GetAchievementListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetAchievementListReplyValidationError) Field ¶
func (e GetAchievementListReplyValidationError) Field() string
Field function returns field value.
func (GetAchievementListReplyValidationError) Key ¶
func (e GetAchievementListReplyValidationError) Key() bool
Key function returns key value.
func (GetAchievementListReplyValidationError) Reason ¶
func (e GetAchievementListReplyValidationError) Reason() string
Reason function returns reason value.
type GetAchievementListReply_Achievement ¶
type GetAchievementListReply_Achievement struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` View int32 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Agree int32 `protobuf:"varint,3,opt,name=agree,proto3" json:"agree,omitempty"` Followed int32 `protobuf:"varint,4,opt,name=followed,proto3" json:"followed,omitempty"` Follow int32 `protobuf:"varint,5,opt,name=follow,proto3" json:"follow,omitempty"` // contains filtered or unexported fields }
func (*GetAchievementListReply_Achievement) Descriptor
deprecated
func (*GetAchievementListReply_Achievement) Descriptor() ([]byte, []int)
Deprecated: Use GetAchievementListReply_Achievement.ProtoReflect.Descriptor instead.
func (*GetAchievementListReply_Achievement) GetAgree ¶
func (x *GetAchievementListReply_Achievement) GetAgree() int32
func (*GetAchievementListReply_Achievement) GetFollow ¶
func (x *GetAchievementListReply_Achievement) GetFollow() int32
func (*GetAchievementListReply_Achievement) GetFollowed ¶
func (x *GetAchievementListReply_Achievement) GetFollowed() int32
func (*GetAchievementListReply_Achievement) GetUuid ¶
func (x *GetAchievementListReply_Achievement) GetUuid() string
func (*GetAchievementListReply_Achievement) GetView ¶
func (x *GetAchievementListReply_Achievement) GetView() int32
func (*GetAchievementListReply_Achievement) ProtoMessage ¶
func (*GetAchievementListReply_Achievement) ProtoMessage()
func (*GetAchievementListReply_Achievement) ProtoReflect ¶
func (x *GetAchievementListReply_Achievement) ProtoReflect() protoreflect.Message
func (*GetAchievementListReply_Achievement) Reset ¶
func (x *GetAchievementListReply_Achievement) Reset()
func (*GetAchievementListReply_Achievement) String ¶
func (x *GetAchievementListReply_Achievement) String() string
func (*GetAchievementListReply_Achievement) Validate ¶
func (m *GetAchievementListReply_Achievement) Validate() error
Validate checks the field values on GetAchievementListReply_Achievement with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAchievementListReply_Achievement) ValidateAll ¶
func (m *GetAchievementListReply_Achievement) ValidateAll() error
ValidateAll checks the field values on GetAchievementListReply_Achievement with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAchievementListReply_AchievementMultiError, or nil if none found.
type GetAchievementListReply_AchievementMultiError ¶
type GetAchievementListReply_AchievementMultiError []error
GetAchievementListReply_AchievementMultiError is an error wrapping multiple validation errors returned by GetAchievementListReply_Achievement.ValidateAll() if the designated constraints aren't met.
func (GetAchievementListReply_AchievementMultiError) AllErrors ¶
func (m GetAchievementListReply_AchievementMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAchievementListReply_AchievementMultiError) Error ¶
func (m GetAchievementListReply_AchievementMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAchievementListReply_AchievementValidationError ¶
type GetAchievementListReply_AchievementValidationError struct {
// contains filtered or unexported fields
}
GetAchievementListReply_AchievementValidationError is the validation error returned by GetAchievementListReply_Achievement.Validate if the designated constraints aren't met.
func (GetAchievementListReply_AchievementValidationError) Cause ¶
func (e GetAchievementListReply_AchievementValidationError) Cause() error
Cause function returns cause value.
func (GetAchievementListReply_AchievementValidationError) Error ¶
func (e GetAchievementListReply_AchievementValidationError) Error() string
Error satisfies the builtin error interface
func (GetAchievementListReply_AchievementValidationError) ErrorName ¶
func (e GetAchievementListReply_AchievementValidationError) ErrorName() string
ErrorName returns error name.
func (GetAchievementListReply_AchievementValidationError) Field ¶
func (e GetAchievementListReply_AchievementValidationError) Field() string
Field function returns field value.
func (GetAchievementListReply_AchievementValidationError) Key ¶
func (e GetAchievementListReply_AchievementValidationError) Key() bool
Key function returns key value.
func (GetAchievementListReply_AchievementValidationError) Reason ¶
func (e GetAchievementListReply_AchievementValidationError) Reason() string
Reason function returns reason value.
type GetAchievementListReq ¶
type GetAchievementListReq struct { Uuids []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids,omitempty"` // contains filtered or unexported fields }
func (*GetAchievementListReq) Descriptor
deprecated
func (*GetAchievementListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetAchievementListReq.ProtoReflect.Descriptor instead.
func (*GetAchievementListReq) GetUuids ¶
func (x *GetAchievementListReq) GetUuids() []string
func (*GetAchievementListReq) ProtoMessage ¶
func (*GetAchievementListReq) ProtoMessage()
func (*GetAchievementListReq) ProtoReflect ¶
func (x *GetAchievementListReq) ProtoReflect() protoreflect.Message
func (*GetAchievementListReq) Reset ¶
func (x *GetAchievementListReq) Reset()
func (*GetAchievementListReq) String ¶
func (x *GetAchievementListReq) String() string
func (*GetAchievementListReq) Validate ¶
func (m *GetAchievementListReq) Validate() error
Validate checks the field values on GetAchievementListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAchievementListReq) ValidateAll ¶
func (m *GetAchievementListReq) ValidateAll() error
ValidateAll checks the field values on GetAchievementListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAchievementListReqMultiError, or nil if none found.
type GetAchievementListReqMultiError ¶
type GetAchievementListReqMultiError []error
GetAchievementListReqMultiError is an error wrapping multiple validation errors returned by GetAchievementListReq.ValidateAll() if the designated constraints aren't met.
func (GetAchievementListReqMultiError) AllErrors ¶
func (m GetAchievementListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAchievementListReqMultiError) Error ¶
func (m GetAchievementListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAchievementListReqValidationError ¶
type GetAchievementListReqValidationError struct {
// contains filtered or unexported fields
}
GetAchievementListReqValidationError is the validation error returned by GetAchievementListReq.Validate if the designated constraints aren't met.
func (GetAchievementListReqValidationError) Cause ¶
func (e GetAchievementListReqValidationError) Cause() error
Cause function returns cause value.
func (GetAchievementListReqValidationError) Error ¶
func (e GetAchievementListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetAchievementListReqValidationError) ErrorName ¶
func (e GetAchievementListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetAchievementListReqValidationError) Field ¶
func (e GetAchievementListReqValidationError) Field() string
Field function returns field value.
func (GetAchievementListReqValidationError) Key ¶
func (e GetAchievementListReqValidationError) Key() bool
Key function returns key value.
func (GetAchievementListReqValidationError) Reason ¶
func (e GetAchievementListReqValidationError) Reason() string
Reason function returns reason value.
type GetArticleContentReviewReply ¶
type GetArticleContentReviewReply struct { Review []*GetArticleContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetArticleContentReviewReply) Descriptor
deprecated
func (*GetArticleContentReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleContentReviewReply.ProtoReflect.Descriptor instead.
func (*GetArticleContentReviewReply) GetReview ¶
func (x *GetArticleContentReviewReply) GetReview() []*GetArticleContentReviewReply_Review
func (*GetArticleContentReviewReply) ProtoMessage ¶
func (*GetArticleContentReviewReply) ProtoMessage()
func (*GetArticleContentReviewReply) ProtoReflect ¶
func (x *GetArticleContentReviewReply) ProtoReflect() protoreflect.Message
func (*GetArticleContentReviewReply) Reset ¶
func (x *GetArticleContentReviewReply) Reset()
func (*GetArticleContentReviewReply) String ¶
func (x *GetArticleContentReviewReply) String() string
func (*GetArticleContentReviewReply) Validate ¶
func (m *GetArticleContentReviewReply) Validate() error
Validate checks the field values on GetArticleContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleContentReviewReply) ValidateAll ¶
func (m *GetArticleContentReviewReply) ValidateAll() error
ValidateAll checks the field values on GetArticleContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleContentReviewReplyMultiError, or nil if none found.
type GetArticleContentReviewReplyMultiError ¶
type GetArticleContentReviewReplyMultiError []error
GetArticleContentReviewReplyMultiError is an error wrapping multiple validation errors returned by GetArticleContentReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleContentReviewReplyMultiError) AllErrors ¶
func (m GetArticleContentReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleContentReviewReplyMultiError) Error ¶
func (m GetArticleContentReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleContentReviewReplyValidationError ¶
type GetArticleContentReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleContentReviewReplyValidationError is the validation error returned by GetArticleContentReviewReply.Validate if the designated constraints aren't met.
func (GetArticleContentReviewReplyValidationError) Cause ¶
func (e GetArticleContentReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleContentReviewReplyValidationError) Error ¶
func (e GetArticleContentReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleContentReviewReplyValidationError) ErrorName ¶
func (e GetArticleContentReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleContentReviewReplyValidationError) Field ¶
func (e GetArticleContentReviewReplyValidationError) Field() string
Field function returns field value.
func (GetArticleContentReviewReplyValidationError) Key ¶
func (e GetArticleContentReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleContentReviewReplyValidationError) Reason ¶
func (e GetArticleContentReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleContentReviewReply_Review ¶
type GetArticleContentReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Label string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"` Section string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"` // contains filtered or unexported fields }
func (*GetArticleContentReviewReply_Review) Descriptor
deprecated
func (*GetArticleContentReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleContentReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetArticleContentReviewReply_Review) GetCreateAt ¶
func (x *GetArticleContentReviewReply_Review) GetCreateAt() string
func (*GetArticleContentReviewReply_Review) GetCreationId ¶
func (x *GetArticleContentReviewReply_Review) GetCreationId() int32
func (*GetArticleContentReviewReply_Review) GetId ¶
func (x *GetArticleContentReviewReply_Review) GetId() int32
func (*GetArticleContentReviewReply_Review) GetJobId ¶
func (x *GetArticleContentReviewReply_Review) GetJobId() string
func (*GetArticleContentReviewReply_Review) GetKind ¶
func (x *GetArticleContentReviewReply_Review) GetKind() string
func (*GetArticleContentReviewReply_Review) GetLabel ¶
func (x *GetArticleContentReviewReply_Review) GetLabel() string
func (*GetArticleContentReviewReply_Review) GetResult ¶
func (x *GetArticleContentReviewReply_Review) GetResult() int32
func (*GetArticleContentReviewReply_Review) GetSection ¶
func (x *GetArticleContentReviewReply_Review) GetSection() string
func (*GetArticleContentReviewReply_Review) GetTitle ¶
func (x *GetArticleContentReviewReply_Review) GetTitle() string
func (*GetArticleContentReviewReply_Review) GetUuid ¶
func (x *GetArticleContentReviewReply_Review) GetUuid() string
func (*GetArticleContentReviewReply_Review) ProtoMessage ¶
func (*GetArticleContentReviewReply_Review) ProtoMessage()
func (*GetArticleContentReviewReply_Review) ProtoReflect ¶
func (x *GetArticleContentReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetArticleContentReviewReply_Review) Reset ¶
func (x *GetArticleContentReviewReply_Review) Reset()
func (*GetArticleContentReviewReply_Review) String ¶
func (x *GetArticleContentReviewReply_Review) String() string
func (*GetArticleContentReviewReply_Review) Validate ¶
func (m *GetArticleContentReviewReply_Review) Validate() error
Validate checks the field values on GetArticleContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleContentReviewReply_Review) ValidateAll ¶
func (m *GetArticleContentReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetArticleContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleContentReviewReply_ReviewMultiError, or nil if none found.
type GetArticleContentReviewReply_ReviewMultiError ¶
type GetArticleContentReviewReply_ReviewMultiError []error
GetArticleContentReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetArticleContentReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetArticleContentReviewReply_ReviewMultiError) AllErrors ¶
func (m GetArticleContentReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleContentReviewReply_ReviewMultiError) Error ¶
func (m GetArticleContentReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleContentReviewReply_ReviewValidationError ¶
type GetArticleContentReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetArticleContentReviewReply_ReviewValidationError is the validation error returned by GetArticleContentReviewReply_Review.Validate if the designated constraints aren't met.
func (GetArticleContentReviewReply_ReviewValidationError) Cause ¶
func (e GetArticleContentReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetArticleContentReviewReply_ReviewValidationError) Error ¶
func (e GetArticleContentReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleContentReviewReply_ReviewValidationError) ErrorName ¶
func (e GetArticleContentReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleContentReviewReply_ReviewValidationError) Field ¶
func (e GetArticleContentReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetArticleContentReviewReply_ReviewValidationError) Key ¶
func (e GetArticleContentReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetArticleContentReviewReply_ReviewValidationError) Reason ¶
func (e GetArticleContentReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetArticleContentReviewReq ¶
type GetArticleContentReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetArticleContentReviewReq) Descriptor
deprecated
func (*GetArticleContentReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleContentReviewReq.ProtoReflect.Descriptor instead.
func (*GetArticleContentReviewReq) GetPage ¶
func (x *GetArticleContentReviewReq) GetPage() int32
func (*GetArticleContentReviewReq) ProtoMessage ¶
func (*GetArticleContentReviewReq) ProtoMessage()
func (*GetArticleContentReviewReq) ProtoReflect ¶
func (x *GetArticleContentReviewReq) ProtoReflect() protoreflect.Message
func (*GetArticleContentReviewReq) Reset ¶
func (x *GetArticleContentReviewReq) Reset()
func (*GetArticleContentReviewReq) String ¶
func (x *GetArticleContentReviewReq) String() string
func (*GetArticleContentReviewReq) Validate ¶
func (m *GetArticleContentReviewReq) Validate() error
Validate checks the field values on GetArticleContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleContentReviewReq) ValidateAll ¶
func (m *GetArticleContentReviewReq) ValidateAll() error
ValidateAll checks the field values on GetArticleContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleContentReviewReqMultiError, or nil if none found.
type GetArticleContentReviewReqMultiError ¶
type GetArticleContentReviewReqMultiError []error
GetArticleContentReviewReqMultiError is an error wrapping multiple validation errors returned by GetArticleContentReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetArticleContentReviewReqMultiError) AllErrors ¶
func (m GetArticleContentReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleContentReviewReqMultiError) Error ¶
func (m GetArticleContentReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleContentReviewReqValidationError ¶
type GetArticleContentReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetArticleContentReviewReqValidationError is the validation error returned by GetArticleContentReviewReq.Validate if the designated constraints aren't met.
func (GetArticleContentReviewReqValidationError) Cause ¶
func (e GetArticleContentReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetArticleContentReviewReqValidationError) Error ¶
func (e GetArticleContentReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleContentReviewReqValidationError) ErrorName ¶
func (e GetArticleContentReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleContentReviewReqValidationError) Field ¶
func (e GetArticleContentReviewReqValidationError) Field() string
Field function returns field value.
func (GetArticleContentReviewReqValidationError) Key ¶
func (e GetArticleContentReviewReqValidationError) Key() bool
Key function returns key value.
func (GetArticleContentReviewReqValidationError) Reason ¶
func (e GetArticleContentReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetArticleCountReply ¶
type GetArticleCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetArticleCountReply) Descriptor
deprecated
func (*GetArticleCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleCountReply.ProtoReflect.Descriptor instead.
func (*GetArticleCountReply) GetCount ¶
func (x *GetArticleCountReply) GetCount() int32
func (*GetArticleCountReply) ProtoMessage ¶
func (*GetArticleCountReply) ProtoMessage()
func (*GetArticleCountReply) ProtoReflect ¶
func (x *GetArticleCountReply) ProtoReflect() protoreflect.Message
func (*GetArticleCountReply) Reset ¶
func (x *GetArticleCountReply) Reset()
func (*GetArticleCountReply) String ¶
func (x *GetArticleCountReply) String() string
func (*GetArticleCountReply) Validate ¶
func (m *GetArticleCountReply) Validate() error
Validate checks the field values on GetArticleCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleCountReply) ValidateAll ¶
func (m *GetArticleCountReply) ValidateAll() error
ValidateAll checks the field values on GetArticleCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleCountReplyMultiError, or nil if none found.
type GetArticleCountReplyMultiError ¶
type GetArticleCountReplyMultiError []error
GetArticleCountReplyMultiError is an error wrapping multiple validation errors returned by GetArticleCountReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleCountReplyMultiError) AllErrors ¶
func (m GetArticleCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleCountReplyMultiError) Error ¶
func (m GetArticleCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleCountReplyValidationError ¶
type GetArticleCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleCountReplyValidationError is the validation error returned by GetArticleCountReply.Validate if the designated constraints aren't met.
func (GetArticleCountReplyValidationError) Cause ¶
func (e GetArticleCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleCountReplyValidationError) Error ¶
func (e GetArticleCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleCountReplyValidationError) ErrorName ¶
func (e GetArticleCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleCountReplyValidationError) Field ¶
func (e GetArticleCountReplyValidationError) Field() string
Field function returns field value.
func (GetArticleCountReplyValidationError) Key ¶
func (e GetArticleCountReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleCountReplyValidationError) Reason ¶
func (e GetArticleCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleCountVisitorReq ¶
type GetArticleCountVisitorReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetArticleCountVisitorReq) Descriptor
deprecated
func (*GetArticleCountVisitorReq) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleCountVisitorReq.ProtoReflect.Descriptor instead.
func (*GetArticleCountVisitorReq) GetUuid ¶
func (x *GetArticleCountVisitorReq) GetUuid() string
func (*GetArticleCountVisitorReq) ProtoMessage ¶
func (*GetArticleCountVisitorReq) ProtoMessage()
func (*GetArticleCountVisitorReq) ProtoReflect ¶
func (x *GetArticleCountVisitorReq) ProtoReflect() protoreflect.Message
func (*GetArticleCountVisitorReq) Reset ¶
func (x *GetArticleCountVisitorReq) Reset()
func (*GetArticleCountVisitorReq) String ¶
func (x *GetArticleCountVisitorReq) String() string
func (*GetArticleCountVisitorReq) Validate ¶
func (m *GetArticleCountVisitorReq) Validate() error
Validate checks the field values on GetArticleCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleCountVisitorReq) ValidateAll ¶
func (m *GetArticleCountVisitorReq) ValidateAll() error
ValidateAll checks the field values on GetArticleCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleCountVisitorReqMultiError, or nil if none found.
type GetArticleCountVisitorReqMultiError ¶
type GetArticleCountVisitorReqMultiError []error
GetArticleCountVisitorReqMultiError is an error wrapping multiple validation errors returned by GetArticleCountVisitorReq.ValidateAll() if the designated constraints aren't met.
func (GetArticleCountVisitorReqMultiError) AllErrors ¶
func (m GetArticleCountVisitorReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleCountVisitorReqMultiError) Error ¶
func (m GetArticleCountVisitorReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleCountVisitorReqValidationError ¶
type GetArticleCountVisitorReqValidationError struct {
// contains filtered or unexported fields
}
GetArticleCountVisitorReqValidationError is the validation error returned by GetArticleCountVisitorReq.Validate if the designated constraints aren't met.
func (GetArticleCountVisitorReqValidationError) Cause ¶
func (e GetArticleCountVisitorReqValidationError) Cause() error
Cause function returns cause value.
func (GetArticleCountVisitorReqValidationError) Error ¶
func (e GetArticleCountVisitorReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleCountVisitorReqValidationError) ErrorName ¶
func (e GetArticleCountVisitorReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleCountVisitorReqValidationError) Field ¶
func (e GetArticleCountVisitorReqValidationError) Field() string
Field function returns field value.
func (GetArticleCountVisitorReqValidationError) Key ¶
func (e GetArticleCountVisitorReqValidationError) Key() bool
Key function returns key value.
func (GetArticleCountVisitorReqValidationError) Reason ¶
func (e GetArticleCountVisitorReqValidationError) Reason() string
Reason function returns reason value.
type GetArticleDraftListReply ¶
type GetArticleDraftListReply struct { Draft []*GetArticleDraftListReply_Draft `protobuf:"bytes,1,rep,name=draft,proto3" json:"draft,omitempty"` // contains filtered or unexported fields }
func (*GetArticleDraftListReply) Descriptor
deprecated
func (*GetArticleDraftListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleDraftListReply.ProtoReflect.Descriptor instead.
func (*GetArticleDraftListReply) GetDraft ¶
func (x *GetArticleDraftListReply) GetDraft() []*GetArticleDraftListReply_Draft
func (*GetArticleDraftListReply) ProtoMessage ¶
func (*GetArticleDraftListReply) ProtoMessage()
func (*GetArticleDraftListReply) ProtoReflect ¶
func (x *GetArticleDraftListReply) ProtoReflect() protoreflect.Message
func (*GetArticleDraftListReply) Reset ¶
func (x *GetArticleDraftListReply) Reset()
func (*GetArticleDraftListReply) String ¶
func (x *GetArticleDraftListReply) String() string
func (*GetArticleDraftListReply) Validate ¶
func (m *GetArticleDraftListReply) Validate() error
Validate checks the field values on GetArticleDraftListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleDraftListReply) ValidateAll ¶
func (m *GetArticleDraftListReply) ValidateAll() error
ValidateAll checks the field values on GetArticleDraftListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleDraftListReplyMultiError, or nil if none found.
type GetArticleDraftListReplyMultiError ¶
type GetArticleDraftListReplyMultiError []error
GetArticleDraftListReplyMultiError is an error wrapping multiple validation errors returned by GetArticleDraftListReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleDraftListReplyMultiError) AllErrors ¶
func (m GetArticleDraftListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleDraftListReplyMultiError) Error ¶
func (m GetArticleDraftListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleDraftListReplyValidationError ¶
type GetArticleDraftListReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleDraftListReplyValidationError is the validation error returned by GetArticleDraftListReply.Validate if the designated constraints aren't met.
func (GetArticleDraftListReplyValidationError) Cause ¶
func (e GetArticleDraftListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleDraftListReplyValidationError) Error ¶
func (e GetArticleDraftListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleDraftListReplyValidationError) ErrorName ¶
func (e GetArticleDraftListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleDraftListReplyValidationError) Field ¶
func (e GetArticleDraftListReplyValidationError) Field() string
Field function returns field value.
func (GetArticleDraftListReplyValidationError) Key ¶
func (e GetArticleDraftListReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleDraftListReplyValidationError) Reason ¶
func (e GetArticleDraftListReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleDraftListReply_Draft ¶
type GetArticleDraftListReply_Draft struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetArticleDraftListReply_Draft) Descriptor
deprecated
func (*GetArticleDraftListReply_Draft) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleDraftListReply_Draft.ProtoReflect.Descriptor instead.
func (*GetArticleDraftListReply_Draft) GetId ¶
func (x *GetArticleDraftListReply_Draft) GetId() int32
func (*GetArticleDraftListReply_Draft) ProtoMessage ¶
func (*GetArticleDraftListReply_Draft) ProtoMessage()
func (*GetArticleDraftListReply_Draft) ProtoReflect ¶
func (x *GetArticleDraftListReply_Draft) ProtoReflect() protoreflect.Message
func (*GetArticleDraftListReply_Draft) Reset ¶
func (x *GetArticleDraftListReply_Draft) Reset()
func (*GetArticleDraftListReply_Draft) String ¶
func (x *GetArticleDraftListReply_Draft) String() string
func (*GetArticleDraftListReply_Draft) Validate ¶
func (m *GetArticleDraftListReply_Draft) Validate() error
Validate checks the field values on GetArticleDraftListReply_Draft with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleDraftListReply_Draft) ValidateAll ¶
func (m *GetArticleDraftListReply_Draft) ValidateAll() error
ValidateAll checks the field values on GetArticleDraftListReply_Draft with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleDraftListReply_DraftMultiError, or nil if none found.
type GetArticleDraftListReply_DraftMultiError ¶
type GetArticleDraftListReply_DraftMultiError []error
GetArticleDraftListReply_DraftMultiError is an error wrapping multiple validation errors returned by GetArticleDraftListReply_Draft.ValidateAll() if the designated constraints aren't met.
func (GetArticleDraftListReply_DraftMultiError) AllErrors ¶
func (m GetArticleDraftListReply_DraftMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleDraftListReply_DraftMultiError) Error ¶
func (m GetArticleDraftListReply_DraftMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleDraftListReply_DraftValidationError ¶
type GetArticleDraftListReply_DraftValidationError struct {
// contains filtered or unexported fields
}
GetArticleDraftListReply_DraftValidationError is the validation error returned by GetArticleDraftListReply_Draft.Validate if the designated constraints aren't met.
func (GetArticleDraftListReply_DraftValidationError) Cause ¶
func (e GetArticleDraftListReply_DraftValidationError) Cause() error
Cause function returns cause value.
func (GetArticleDraftListReply_DraftValidationError) Error ¶
func (e GetArticleDraftListReply_DraftValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleDraftListReply_DraftValidationError) ErrorName ¶
func (e GetArticleDraftListReply_DraftValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleDraftListReply_DraftValidationError) Field ¶
func (e GetArticleDraftListReply_DraftValidationError) Field() string
Field function returns field value.
func (GetArticleDraftListReply_DraftValidationError) Key ¶
func (e GetArticleDraftListReply_DraftValidationError) Key() bool
Key function returns key value.
func (GetArticleDraftListReply_DraftValidationError) Reason ¶
func (e GetArticleDraftListReply_DraftValidationError) Reason() string
Reason function returns reason value.
type GetArticleImageReviewReply ¶
type GetArticleImageReviewReply struct { Review []*GetArticleImageReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetArticleImageReviewReply) Descriptor
deprecated
func (*GetArticleImageReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleImageReviewReply.ProtoReflect.Descriptor instead.
func (*GetArticleImageReviewReply) GetReview ¶
func (x *GetArticleImageReviewReply) GetReview() []*GetArticleImageReviewReply_Review
func (*GetArticleImageReviewReply) ProtoMessage ¶
func (*GetArticleImageReviewReply) ProtoMessage()
func (*GetArticleImageReviewReply) ProtoReflect ¶
func (x *GetArticleImageReviewReply) ProtoReflect() protoreflect.Message
func (*GetArticleImageReviewReply) Reset ¶
func (x *GetArticleImageReviewReply) Reset()
func (*GetArticleImageReviewReply) String ¶
func (x *GetArticleImageReviewReply) String() string
func (*GetArticleImageReviewReply) Validate ¶
func (m *GetArticleImageReviewReply) Validate() error
Validate checks the field values on GetArticleImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleImageReviewReply) ValidateAll ¶
func (m *GetArticleImageReviewReply) ValidateAll() error
ValidateAll checks the field values on GetArticleImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleImageReviewReplyMultiError, or nil if none found.
type GetArticleImageReviewReplyMultiError ¶
type GetArticleImageReviewReplyMultiError []error
GetArticleImageReviewReplyMultiError is an error wrapping multiple validation errors returned by GetArticleImageReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleImageReviewReplyMultiError) AllErrors ¶
func (m GetArticleImageReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleImageReviewReplyMultiError) Error ¶
func (m GetArticleImageReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleImageReviewReplyValidationError ¶
type GetArticleImageReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleImageReviewReplyValidationError is the validation error returned by GetArticleImageReviewReply.Validate if the designated constraints aren't met.
func (GetArticleImageReviewReplyValidationError) Cause ¶
func (e GetArticleImageReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleImageReviewReplyValidationError) Error ¶
func (e GetArticleImageReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleImageReviewReplyValidationError) ErrorName ¶
func (e GetArticleImageReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleImageReviewReplyValidationError) Field ¶
func (e GetArticleImageReviewReplyValidationError) Field() string
Field function returns field value.
func (GetArticleImageReviewReplyValidationError) Key ¶
func (e GetArticleImageReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleImageReviewReplyValidationError) Reason ¶
func (e GetArticleImageReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleImageReviewReply_Review ¶
type GetArticleImageReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` Uid string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Url string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"` Label string `protobuf:"bytes,9,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,10,opt,name=result,proto3" json:"result,omitempty"` Score int32 `protobuf:"varint,11,opt,name=score,proto3" json:"score,omitempty"` Category string `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty"` SubLabel string `protobuf:"bytes,13,opt,name=subLabel,proto3" json:"subLabel,omitempty"` // contains filtered or unexported fields }
func (*GetArticleImageReviewReply_Review) Descriptor
deprecated
func (*GetArticleImageReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleImageReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetArticleImageReviewReply_Review) GetCategory ¶
func (x *GetArticleImageReviewReply_Review) GetCategory() string
func (*GetArticleImageReviewReply_Review) GetCreateAt ¶
func (x *GetArticleImageReviewReply_Review) GetCreateAt() string
func (*GetArticleImageReviewReply_Review) GetCreationId ¶
func (x *GetArticleImageReviewReply_Review) GetCreationId() int32
func (*GetArticleImageReviewReply_Review) GetId ¶
func (x *GetArticleImageReviewReply_Review) GetId() int32
func (*GetArticleImageReviewReply_Review) GetJobId ¶
func (x *GetArticleImageReviewReply_Review) GetJobId() string
func (*GetArticleImageReviewReply_Review) GetKind ¶
func (x *GetArticleImageReviewReply_Review) GetKind() string
func (*GetArticleImageReviewReply_Review) GetLabel ¶
func (x *GetArticleImageReviewReply_Review) GetLabel() string
func (*GetArticleImageReviewReply_Review) GetResult ¶
func (x *GetArticleImageReviewReply_Review) GetResult() int32
func (*GetArticleImageReviewReply_Review) GetScore ¶
func (x *GetArticleImageReviewReply_Review) GetScore() int32
func (*GetArticleImageReviewReply_Review) GetSubLabel ¶
func (x *GetArticleImageReviewReply_Review) GetSubLabel() string
func (*GetArticleImageReviewReply_Review) GetUid ¶
func (x *GetArticleImageReviewReply_Review) GetUid() string
func (*GetArticleImageReviewReply_Review) GetUrl ¶
func (x *GetArticleImageReviewReply_Review) GetUrl() string
func (*GetArticleImageReviewReply_Review) GetUuid ¶
func (x *GetArticleImageReviewReply_Review) GetUuid() string
func (*GetArticleImageReviewReply_Review) ProtoMessage ¶
func (*GetArticleImageReviewReply_Review) ProtoMessage()
func (*GetArticleImageReviewReply_Review) ProtoReflect ¶
func (x *GetArticleImageReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetArticleImageReviewReply_Review) Reset ¶
func (x *GetArticleImageReviewReply_Review) Reset()
func (*GetArticleImageReviewReply_Review) String ¶
func (x *GetArticleImageReviewReply_Review) String() string
func (*GetArticleImageReviewReply_Review) Validate ¶
func (m *GetArticleImageReviewReply_Review) Validate() error
Validate checks the field values on GetArticleImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleImageReviewReply_Review) ValidateAll ¶
func (m *GetArticleImageReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetArticleImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleImageReviewReply_ReviewMultiError, or nil if none found.
type GetArticleImageReviewReply_ReviewMultiError ¶
type GetArticleImageReviewReply_ReviewMultiError []error
GetArticleImageReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetArticleImageReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetArticleImageReviewReply_ReviewMultiError) AllErrors ¶
func (m GetArticleImageReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleImageReviewReply_ReviewMultiError) Error ¶
func (m GetArticleImageReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleImageReviewReply_ReviewValidationError ¶
type GetArticleImageReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetArticleImageReviewReply_ReviewValidationError is the validation error returned by GetArticleImageReviewReply_Review.Validate if the designated constraints aren't met.
func (GetArticleImageReviewReply_ReviewValidationError) Cause ¶
func (e GetArticleImageReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetArticleImageReviewReply_ReviewValidationError) Error ¶
func (e GetArticleImageReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleImageReviewReply_ReviewValidationError) ErrorName ¶
func (e GetArticleImageReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleImageReviewReply_ReviewValidationError) Field ¶
func (e GetArticleImageReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetArticleImageReviewReply_ReviewValidationError) Key ¶
func (e GetArticleImageReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetArticleImageReviewReply_ReviewValidationError) Reason ¶
func (e GetArticleImageReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetArticleImageReviewReq ¶
type GetArticleImageReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetArticleImageReviewReq) Descriptor
deprecated
func (*GetArticleImageReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleImageReviewReq.ProtoReflect.Descriptor instead.
func (*GetArticleImageReviewReq) GetPage ¶
func (x *GetArticleImageReviewReq) GetPage() int32
func (*GetArticleImageReviewReq) ProtoMessage ¶
func (*GetArticleImageReviewReq) ProtoMessage()
func (*GetArticleImageReviewReq) ProtoReflect ¶
func (x *GetArticleImageReviewReq) ProtoReflect() protoreflect.Message
func (*GetArticleImageReviewReq) Reset ¶
func (x *GetArticleImageReviewReq) Reset()
func (*GetArticleImageReviewReq) String ¶
func (x *GetArticleImageReviewReq) String() string
func (*GetArticleImageReviewReq) Validate ¶
func (m *GetArticleImageReviewReq) Validate() error
Validate checks the field values on GetArticleImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleImageReviewReq) ValidateAll ¶
func (m *GetArticleImageReviewReq) ValidateAll() error
ValidateAll checks the field values on GetArticleImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleImageReviewReqMultiError, or nil if none found.
type GetArticleImageReviewReqMultiError ¶
type GetArticleImageReviewReqMultiError []error
GetArticleImageReviewReqMultiError is an error wrapping multiple validation errors returned by GetArticleImageReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetArticleImageReviewReqMultiError) AllErrors ¶
func (m GetArticleImageReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleImageReviewReqMultiError) Error ¶
func (m GetArticleImageReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleImageReviewReqValidationError ¶
type GetArticleImageReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetArticleImageReviewReqValidationError is the validation error returned by GetArticleImageReviewReq.Validate if the designated constraints aren't met.
func (GetArticleImageReviewReqValidationError) Cause ¶
func (e GetArticleImageReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetArticleImageReviewReqValidationError) Error ¶
func (e GetArticleImageReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleImageReviewReqValidationError) ErrorName ¶
func (e GetArticleImageReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleImageReviewReqValidationError) Field ¶
func (e GetArticleImageReviewReqValidationError) Field() string
Field function returns field value.
func (GetArticleImageReviewReqValidationError) Key ¶
func (e GetArticleImageReviewReqValidationError) Key() bool
Key function returns key value.
func (GetArticleImageReviewReqValidationError) Reason ¶
func (e GetArticleImageReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetArticleListHotReply ¶
type GetArticleListHotReply struct { Article []*GetArticleListHotReply_Article `protobuf:"bytes,1,rep,name=article,proto3" json:"article,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListHotReply) Descriptor
deprecated
func (*GetArticleListHotReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListHotReply.ProtoReflect.Descriptor instead.
func (*GetArticleListHotReply) GetArticle ¶
func (x *GetArticleListHotReply) GetArticle() []*GetArticleListHotReply_Article
func (*GetArticleListHotReply) ProtoMessage ¶
func (*GetArticleListHotReply) ProtoMessage()
func (*GetArticleListHotReply) ProtoReflect ¶
func (x *GetArticleListHotReply) ProtoReflect() protoreflect.Message
func (*GetArticleListHotReply) Reset ¶
func (x *GetArticleListHotReply) Reset()
func (*GetArticleListHotReply) String ¶
func (x *GetArticleListHotReply) String() string
func (*GetArticleListHotReply) Validate ¶
func (m *GetArticleListHotReply) Validate() error
Validate checks the field values on GetArticleListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListHotReply) ValidateAll ¶
func (m *GetArticleListHotReply) ValidateAll() error
ValidateAll checks the field values on GetArticleListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListHotReplyMultiError, or nil if none found.
type GetArticleListHotReplyMultiError ¶
type GetArticleListHotReplyMultiError []error
GetArticleListHotReplyMultiError is an error wrapping multiple validation errors returned by GetArticleListHotReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleListHotReplyMultiError) AllErrors ¶
func (m GetArticleListHotReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListHotReplyMultiError) Error ¶
func (m GetArticleListHotReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListHotReplyValidationError ¶
type GetArticleListHotReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleListHotReplyValidationError is the validation error returned by GetArticleListHotReply.Validate if the designated constraints aren't met.
func (GetArticleListHotReplyValidationError) Cause ¶
func (e GetArticleListHotReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListHotReplyValidationError) Error ¶
func (e GetArticleListHotReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListHotReplyValidationError) ErrorName ¶
func (e GetArticleListHotReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListHotReplyValidationError) Field ¶
func (e GetArticleListHotReplyValidationError) Field() string
Field function returns field value.
func (GetArticleListHotReplyValidationError) Key ¶
func (e GetArticleListHotReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleListHotReplyValidationError) Reason ¶
func (e GetArticleListHotReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleListHotReply_Article ¶
type GetArticleListHotReply_Article struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` Comment int32 `protobuf:"varint,4,opt,name=comment,proto3" json:"comment,omitempty"` View int32 `protobuf:"varint,5,opt,name=view,proto3" json:"view,omitempty"` Uuid string `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListHotReply_Article) Descriptor
deprecated
func (*GetArticleListHotReply_Article) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListHotReply_Article.ProtoReflect.Descriptor instead.
func (*GetArticleListHotReply_Article) GetAgree ¶
func (x *GetArticleListHotReply_Article) GetAgree() int32
func (*GetArticleListHotReply_Article) GetCollect ¶
func (x *GetArticleListHotReply_Article) GetCollect() int32
func (*GetArticleListHotReply_Article) GetComment ¶
func (x *GetArticleListHotReply_Article) GetComment() int32
func (*GetArticleListHotReply_Article) GetId ¶
func (x *GetArticleListHotReply_Article) GetId() int32
func (*GetArticleListHotReply_Article) GetUuid ¶
func (x *GetArticleListHotReply_Article) GetUuid() string
func (*GetArticleListHotReply_Article) GetView ¶
func (x *GetArticleListHotReply_Article) GetView() int32
func (*GetArticleListHotReply_Article) ProtoMessage ¶
func (*GetArticleListHotReply_Article) ProtoMessage()
func (*GetArticleListHotReply_Article) ProtoReflect ¶
func (x *GetArticleListHotReply_Article) ProtoReflect() protoreflect.Message
func (*GetArticleListHotReply_Article) Reset ¶
func (x *GetArticleListHotReply_Article) Reset()
func (*GetArticleListHotReply_Article) String ¶
func (x *GetArticleListHotReply_Article) String() string
func (*GetArticleListHotReply_Article) Validate ¶
func (m *GetArticleListHotReply_Article) Validate() error
Validate checks the field values on GetArticleListHotReply_Article with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListHotReply_Article) ValidateAll ¶
func (m *GetArticleListHotReply_Article) ValidateAll() error
ValidateAll checks the field values on GetArticleListHotReply_Article with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListHotReply_ArticleMultiError, or nil if none found.
type GetArticleListHotReply_ArticleMultiError ¶
type GetArticleListHotReply_ArticleMultiError []error
GetArticleListHotReply_ArticleMultiError is an error wrapping multiple validation errors returned by GetArticleListHotReply_Article.ValidateAll() if the designated constraints aren't met.
func (GetArticleListHotReply_ArticleMultiError) AllErrors ¶
func (m GetArticleListHotReply_ArticleMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListHotReply_ArticleMultiError) Error ¶
func (m GetArticleListHotReply_ArticleMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListHotReply_ArticleValidationError ¶
type GetArticleListHotReply_ArticleValidationError struct {
// contains filtered or unexported fields
}
GetArticleListHotReply_ArticleValidationError is the validation error returned by GetArticleListHotReply_Article.Validate if the designated constraints aren't met.
func (GetArticleListHotReply_ArticleValidationError) Cause ¶
func (e GetArticleListHotReply_ArticleValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListHotReply_ArticleValidationError) Error ¶
func (e GetArticleListHotReply_ArticleValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListHotReply_ArticleValidationError) ErrorName ¶
func (e GetArticleListHotReply_ArticleValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListHotReply_ArticleValidationError) Field ¶
func (e GetArticleListHotReply_ArticleValidationError) Field() string
Field function returns field value.
func (GetArticleListHotReply_ArticleValidationError) Key ¶
func (e GetArticleListHotReply_ArticleValidationError) Key() bool
Key function returns key value.
func (GetArticleListHotReply_ArticleValidationError) Reason ¶
func (e GetArticleListHotReply_ArticleValidationError) Reason() string
Reason function returns reason value.
type GetArticleListHotReq ¶
type GetArticleListHotReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListHotReq) Descriptor
deprecated
func (*GetArticleListHotReq) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListHotReq.ProtoReflect.Descriptor instead.
func (*GetArticleListHotReq) GetPage ¶
func (x *GetArticleListHotReq) GetPage() int32
func (*GetArticleListHotReq) ProtoMessage ¶
func (*GetArticleListHotReq) ProtoMessage()
func (*GetArticleListHotReq) ProtoReflect ¶
func (x *GetArticleListHotReq) ProtoReflect() protoreflect.Message
func (*GetArticleListHotReq) Reset ¶
func (x *GetArticleListHotReq) Reset()
func (*GetArticleListHotReq) String ¶
func (x *GetArticleListHotReq) String() string
func (*GetArticleListHotReq) Validate ¶
func (m *GetArticleListHotReq) Validate() error
Validate checks the field values on GetArticleListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListHotReq) ValidateAll ¶
func (m *GetArticleListHotReq) ValidateAll() error
ValidateAll checks the field values on GetArticleListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListHotReqMultiError, or nil if none found.
type GetArticleListHotReqMultiError ¶
type GetArticleListHotReqMultiError []error
GetArticleListHotReqMultiError is an error wrapping multiple validation errors returned by GetArticleListHotReq.ValidateAll() if the designated constraints aren't met.
func (GetArticleListHotReqMultiError) AllErrors ¶
func (m GetArticleListHotReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListHotReqMultiError) Error ¶
func (m GetArticleListHotReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListHotReqValidationError ¶
type GetArticleListHotReqValidationError struct {
// contains filtered or unexported fields
}
GetArticleListHotReqValidationError is the validation error returned by GetArticleListHotReq.Validate if the designated constraints aren't met.
func (GetArticleListHotReqValidationError) Cause ¶
func (e GetArticleListHotReqValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListHotReqValidationError) Error ¶
func (e GetArticleListHotReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListHotReqValidationError) ErrorName ¶
func (e GetArticleListHotReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListHotReqValidationError) Field ¶
func (e GetArticleListHotReqValidationError) Field() string
Field function returns field value.
func (GetArticleListHotReqValidationError) Key ¶
func (e GetArticleListHotReqValidationError) Key() bool
Key function returns key value.
func (GetArticleListHotReqValidationError) Reason ¶
func (e GetArticleListHotReqValidationError) Reason() string
Reason function returns reason value.
type GetArticleListReply ¶
type GetArticleListReply struct { Article []*GetArticleListReply_Article `protobuf:"bytes,1,rep,name=article,proto3" json:"article,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListReply) Descriptor
deprecated
func (*GetArticleListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListReply.ProtoReflect.Descriptor instead.
func (*GetArticleListReply) GetArticle ¶
func (x *GetArticleListReply) GetArticle() []*GetArticleListReply_Article
func (*GetArticleListReply) ProtoMessage ¶
func (*GetArticleListReply) ProtoMessage()
func (*GetArticleListReply) ProtoReflect ¶
func (x *GetArticleListReply) ProtoReflect() protoreflect.Message
func (*GetArticleListReply) Reset ¶
func (x *GetArticleListReply) Reset()
func (*GetArticleListReply) String ¶
func (x *GetArticleListReply) String() string
func (*GetArticleListReply) Validate ¶
func (m *GetArticleListReply) Validate() error
Validate checks the field values on GetArticleListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListReply) ValidateAll ¶
func (m *GetArticleListReply) ValidateAll() error
ValidateAll checks the field values on GetArticleListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListReplyMultiError, or nil if none found.
type GetArticleListReplyMultiError ¶
type GetArticleListReplyMultiError []error
GetArticleListReplyMultiError is an error wrapping multiple validation errors returned by GetArticleListReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleListReplyMultiError) AllErrors ¶
func (m GetArticleListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListReplyMultiError) Error ¶
func (m GetArticleListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListReplyValidationError ¶
type GetArticleListReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleListReplyValidationError is the validation error returned by GetArticleListReply.Validate if the designated constraints aren't met.
func (GetArticleListReplyValidationError) Cause ¶
func (e GetArticleListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListReplyValidationError) Error ¶
func (e GetArticleListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListReplyValidationError) ErrorName ¶
func (e GetArticleListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListReplyValidationError) Field ¶
func (e GetArticleListReplyValidationError) Field() string
Field function returns field value.
func (GetArticleListReplyValidationError) Key ¶
func (e GetArticleListReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleListReplyValidationError) Reason ¶
func (e GetArticleListReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleListReply_Article ¶
type GetArticleListReply_Article struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` Comment int32 `protobuf:"varint,4,opt,name=comment,proto3" json:"comment,omitempty"` View int32 `protobuf:"varint,5,opt,name=view,proto3" json:"view,omitempty"` Uuid string `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListReply_Article) Descriptor
deprecated
func (*GetArticleListReply_Article) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListReply_Article.ProtoReflect.Descriptor instead.
func (*GetArticleListReply_Article) GetAgree ¶
func (x *GetArticleListReply_Article) GetAgree() int32
func (*GetArticleListReply_Article) GetCollect ¶
func (x *GetArticleListReply_Article) GetCollect() int32
func (*GetArticleListReply_Article) GetComment ¶
func (x *GetArticleListReply_Article) GetComment() int32
func (*GetArticleListReply_Article) GetId ¶
func (x *GetArticleListReply_Article) GetId() int32
func (*GetArticleListReply_Article) GetUuid ¶
func (x *GetArticleListReply_Article) GetUuid() string
func (*GetArticleListReply_Article) GetView ¶
func (x *GetArticleListReply_Article) GetView() int32
func (*GetArticleListReply_Article) ProtoMessage ¶
func (*GetArticleListReply_Article) ProtoMessage()
func (*GetArticleListReply_Article) ProtoReflect ¶
func (x *GetArticleListReply_Article) ProtoReflect() protoreflect.Message
func (*GetArticleListReply_Article) Reset ¶
func (x *GetArticleListReply_Article) Reset()
func (*GetArticleListReply_Article) String ¶
func (x *GetArticleListReply_Article) String() string
func (*GetArticleListReply_Article) Validate ¶
func (m *GetArticleListReply_Article) Validate() error
Validate checks the field values on GetArticleListReply_Article with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListReply_Article) ValidateAll ¶
func (m *GetArticleListReply_Article) ValidateAll() error
ValidateAll checks the field values on GetArticleListReply_Article with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListReply_ArticleMultiError, or nil if none found.
type GetArticleListReply_ArticleMultiError ¶
type GetArticleListReply_ArticleMultiError []error
GetArticleListReply_ArticleMultiError is an error wrapping multiple validation errors returned by GetArticleListReply_Article.ValidateAll() if the designated constraints aren't met.
func (GetArticleListReply_ArticleMultiError) AllErrors ¶
func (m GetArticleListReply_ArticleMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListReply_ArticleMultiError) Error ¶
func (m GetArticleListReply_ArticleMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListReply_ArticleValidationError ¶
type GetArticleListReply_ArticleValidationError struct {
// contains filtered or unexported fields
}
GetArticleListReply_ArticleValidationError is the validation error returned by GetArticleListReply_Article.Validate if the designated constraints aren't met.
func (GetArticleListReply_ArticleValidationError) Cause ¶
func (e GetArticleListReply_ArticleValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListReply_ArticleValidationError) Error ¶
func (e GetArticleListReply_ArticleValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListReply_ArticleValidationError) ErrorName ¶
func (e GetArticleListReply_ArticleValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListReply_ArticleValidationError) Field ¶
func (e GetArticleListReply_ArticleValidationError) Field() string
Field function returns field value.
func (GetArticleListReply_ArticleValidationError) Key ¶
func (e GetArticleListReply_ArticleValidationError) Key() bool
Key function returns key value.
func (GetArticleListReply_ArticleValidationError) Reason ¶
func (e GetArticleListReply_ArticleValidationError) Reason() string
Reason function returns reason value.
type GetArticleListReq ¶
type GetArticleListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListReq) Descriptor
deprecated
func (*GetArticleListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListReq.ProtoReflect.Descriptor instead.
func (*GetArticleListReq) GetPage ¶
func (x *GetArticleListReq) GetPage() int32
func (*GetArticleListReq) ProtoMessage ¶
func (*GetArticleListReq) ProtoMessage()
func (*GetArticleListReq) ProtoReflect ¶
func (x *GetArticleListReq) ProtoReflect() protoreflect.Message
func (*GetArticleListReq) Reset ¶
func (x *GetArticleListReq) Reset()
func (*GetArticleListReq) String ¶
func (x *GetArticleListReq) String() string
func (*GetArticleListReq) Validate ¶
func (m *GetArticleListReq) Validate() error
Validate checks the field values on GetArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListReq) ValidateAll ¶
func (m *GetArticleListReq) ValidateAll() error
ValidateAll checks the field values on GetArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListReqMultiError, or nil if none found.
type GetArticleListReqMultiError ¶
type GetArticleListReqMultiError []error
GetArticleListReqMultiError is an error wrapping multiple validation errors returned by GetArticleListReq.ValidateAll() if the designated constraints aren't met.
func (GetArticleListReqMultiError) AllErrors ¶
func (m GetArticleListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListReqMultiError) Error ¶
func (m GetArticleListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListReqValidationError ¶
type GetArticleListReqValidationError struct {
// contains filtered or unexported fields
}
GetArticleListReqValidationError is the validation error returned by GetArticleListReq.Validate if the designated constraints aren't met.
func (GetArticleListReqValidationError) Cause ¶
func (e GetArticleListReqValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListReqValidationError) Error ¶
func (e GetArticleListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListReqValidationError) ErrorName ¶
func (e GetArticleListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListReqValidationError) Field ¶
func (e GetArticleListReqValidationError) Field() string
Field function returns field value.
func (GetArticleListReqValidationError) Key ¶
func (e GetArticleListReqValidationError) Key() bool
Key function returns key value.
func (GetArticleListReqValidationError) Reason ¶
func (e GetArticleListReqValidationError) Reason() string
Reason function returns reason value.
type GetArticleListStatisticReply ¶
type GetArticleListStatisticReply struct { Count []*GetArticleListStatisticReply_Count `protobuf:"bytes,1,rep,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListStatisticReply) Descriptor
deprecated
func (*GetArticleListStatisticReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListStatisticReply.ProtoReflect.Descriptor instead.
func (*GetArticleListStatisticReply) GetCount ¶
func (x *GetArticleListStatisticReply) GetCount() []*GetArticleListStatisticReply_Count
func (*GetArticleListStatisticReply) ProtoMessage ¶
func (*GetArticleListStatisticReply) ProtoMessage()
func (*GetArticleListStatisticReply) ProtoReflect ¶
func (x *GetArticleListStatisticReply) ProtoReflect() protoreflect.Message
func (*GetArticleListStatisticReply) Reset ¶
func (x *GetArticleListStatisticReply) Reset()
func (*GetArticleListStatisticReply) String ¶
func (x *GetArticleListStatisticReply) String() string
func (*GetArticleListStatisticReply) Validate ¶
func (m *GetArticleListStatisticReply) Validate() error
Validate checks the field values on GetArticleListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListStatisticReply) ValidateAll ¶
func (m *GetArticleListStatisticReply) ValidateAll() error
ValidateAll checks the field values on GetArticleListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListStatisticReplyMultiError, or nil if none found.
type GetArticleListStatisticReplyMultiError ¶
type GetArticleListStatisticReplyMultiError []error
GetArticleListStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetArticleListStatisticReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleListStatisticReplyMultiError) AllErrors ¶
func (m GetArticleListStatisticReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListStatisticReplyMultiError) Error ¶
func (m GetArticleListStatisticReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListStatisticReplyValidationError ¶
type GetArticleListStatisticReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleListStatisticReplyValidationError is the validation error returned by GetArticleListStatisticReply.Validate if the designated constraints aren't met.
func (GetArticleListStatisticReplyValidationError) Cause ¶
func (e GetArticleListStatisticReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListStatisticReplyValidationError) Error ¶
func (e GetArticleListStatisticReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListStatisticReplyValidationError) ErrorName ¶
func (e GetArticleListStatisticReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListStatisticReplyValidationError) Field ¶
func (e GetArticleListStatisticReplyValidationError) Field() string
Field function returns field value.
func (GetArticleListStatisticReplyValidationError) Key ¶
func (e GetArticleListStatisticReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleListStatisticReplyValidationError) Reason ¶
func (e GetArticleListStatisticReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleListStatisticReply_Count ¶
type GetArticleListStatisticReply_Count struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListStatisticReply_Count) Descriptor
deprecated
func (*GetArticleListStatisticReply_Count) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListStatisticReply_Count.ProtoReflect.Descriptor instead.
func (*GetArticleListStatisticReply_Count) GetAgree ¶
func (x *GetArticleListStatisticReply_Count) GetAgree() int32
func (*GetArticleListStatisticReply_Count) GetCollect ¶
func (x *GetArticleListStatisticReply_Count) GetCollect() int32
func (*GetArticleListStatisticReply_Count) GetComment ¶
func (x *GetArticleListStatisticReply_Count) GetComment() int32
func (*GetArticleListStatisticReply_Count) GetId ¶
func (x *GetArticleListStatisticReply_Count) GetId() int32
func (*GetArticleListStatisticReply_Count) GetView ¶
func (x *GetArticleListStatisticReply_Count) GetView() int32
func (*GetArticleListStatisticReply_Count) ProtoMessage ¶
func (*GetArticleListStatisticReply_Count) ProtoMessage()
func (*GetArticleListStatisticReply_Count) ProtoReflect ¶
func (x *GetArticleListStatisticReply_Count) ProtoReflect() protoreflect.Message
func (*GetArticleListStatisticReply_Count) Reset ¶
func (x *GetArticleListStatisticReply_Count) Reset()
func (*GetArticleListStatisticReply_Count) String ¶
func (x *GetArticleListStatisticReply_Count) String() string
func (*GetArticleListStatisticReply_Count) Validate ¶
func (m *GetArticleListStatisticReply_Count) Validate() error
Validate checks the field values on GetArticleListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListStatisticReply_Count) ValidateAll ¶
func (m *GetArticleListStatisticReply_Count) ValidateAll() error
ValidateAll checks the field values on GetArticleListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListStatisticReply_CountMultiError, or nil if none found.
type GetArticleListStatisticReply_CountMultiError ¶
type GetArticleListStatisticReply_CountMultiError []error
GetArticleListStatisticReply_CountMultiError is an error wrapping multiple validation errors returned by GetArticleListStatisticReply_Count.ValidateAll() if the designated constraints aren't met.
func (GetArticleListStatisticReply_CountMultiError) AllErrors ¶
func (m GetArticleListStatisticReply_CountMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListStatisticReply_CountMultiError) Error ¶
func (m GetArticleListStatisticReply_CountMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListStatisticReply_CountValidationError ¶
type GetArticleListStatisticReply_CountValidationError struct {
// contains filtered or unexported fields
}
GetArticleListStatisticReply_CountValidationError is the validation error returned by GetArticleListStatisticReply_Count.Validate if the designated constraints aren't met.
func (GetArticleListStatisticReply_CountValidationError) Cause ¶
func (e GetArticleListStatisticReply_CountValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListStatisticReply_CountValidationError) Error ¶
func (e GetArticleListStatisticReply_CountValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListStatisticReply_CountValidationError) ErrorName ¶
func (e GetArticleListStatisticReply_CountValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListStatisticReply_CountValidationError) Field ¶
func (e GetArticleListStatisticReply_CountValidationError) Field() string
Field function returns field value.
func (GetArticleListStatisticReply_CountValidationError) Key ¶
func (e GetArticleListStatisticReply_CountValidationError) Key() bool
Key function returns key value.
func (GetArticleListStatisticReply_CountValidationError) Reason ¶
func (e GetArticleListStatisticReply_CountValidationError) Reason() string
Reason function returns reason value.
type GetArticleListStatisticReq ¶
type GetArticleListStatisticReq struct { Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetArticleListStatisticReq) Descriptor
deprecated
func (*GetArticleListStatisticReq) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleListStatisticReq.ProtoReflect.Descriptor instead.
func (*GetArticleListStatisticReq) GetIds ¶
func (x *GetArticleListStatisticReq) GetIds() []int32
func (*GetArticleListStatisticReq) ProtoMessage ¶
func (*GetArticleListStatisticReq) ProtoMessage()
func (*GetArticleListStatisticReq) ProtoReflect ¶
func (x *GetArticleListStatisticReq) ProtoReflect() protoreflect.Message
func (*GetArticleListStatisticReq) Reset ¶
func (x *GetArticleListStatisticReq) Reset()
func (*GetArticleListStatisticReq) String ¶
func (x *GetArticleListStatisticReq) String() string
func (*GetArticleListStatisticReq) Validate ¶
func (m *GetArticleListStatisticReq) Validate() error
Validate checks the field values on GetArticleListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleListStatisticReq) ValidateAll ¶
func (m *GetArticleListStatisticReq) ValidateAll() error
ValidateAll checks the field values on GetArticleListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleListStatisticReqMultiError, or nil if none found.
type GetArticleListStatisticReqMultiError ¶
type GetArticleListStatisticReqMultiError []error
GetArticleListStatisticReqMultiError is an error wrapping multiple validation errors returned by GetArticleListStatisticReq.ValidateAll() if the designated constraints aren't met.
func (GetArticleListStatisticReqMultiError) AllErrors ¶
func (m GetArticleListStatisticReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleListStatisticReqMultiError) Error ¶
func (m GetArticleListStatisticReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleListStatisticReqValidationError ¶
type GetArticleListStatisticReqValidationError struct {
// contains filtered or unexported fields
}
GetArticleListStatisticReqValidationError is the validation error returned by GetArticleListStatisticReq.Validate if the designated constraints aren't met.
func (GetArticleListStatisticReqValidationError) Cause ¶
func (e GetArticleListStatisticReqValidationError) Cause() error
Cause function returns cause value.
func (GetArticleListStatisticReqValidationError) Error ¶
func (e GetArticleListStatisticReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleListStatisticReqValidationError) ErrorName ¶
func (e GetArticleListStatisticReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleListStatisticReqValidationError) Field ¶
func (e GetArticleListStatisticReqValidationError) Field() string
Field function returns field value.
func (GetArticleListStatisticReqValidationError) Key ¶
func (e GetArticleListStatisticReqValidationError) Key() bool
Key function returns key value.
func (GetArticleListStatisticReqValidationError) Reason ¶
func (e GetArticleListStatisticReqValidationError) Reason() string
Reason function returns reason value.
type GetArticleSearchReply ¶
type GetArticleSearchReply struct { List []*GetArticleSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*GetArticleSearchReply) Descriptor
deprecated
func (*GetArticleSearchReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleSearchReply.ProtoReflect.Descriptor instead.
func (*GetArticleSearchReply) GetList ¶
func (x *GetArticleSearchReply) GetList() []*GetArticleSearchReply_List
func (*GetArticleSearchReply) GetTotal ¶
func (x *GetArticleSearchReply) GetTotal() int32
func (*GetArticleSearchReply) ProtoMessage ¶
func (*GetArticleSearchReply) ProtoMessage()
func (*GetArticleSearchReply) ProtoReflect ¶
func (x *GetArticleSearchReply) ProtoReflect() protoreflect.Message
func (*GetArticleSearchReply) Reset ¶
func (x *GetArticleSearchReply) Reset()
func (*GetArticleSearchReply) String ¶
func (x *GetArticleSearchReply) String() string
func (*GetArticleSearchReply) Validate ¶
func (m *GetArticleSearchReply) Validate() error
Validate checks the field values on GetArticleSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleSearchReply) ValidateAll ¶
func (m *GetArticleSearchReply) ValidateAll() error
ValidateAll checks the field values on GetArticleSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleSearchReplyMultiError, or nil if none found.
type GetArticleSearchReplyMultiError ¶
type GetArticleSearchReplyMultiError []error
GetArticleSearchReplyMultiError is an error wrapping multiple validation errors returned by GetArticleSearchReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleSearchReplyMultiError) AllErrors ¶
func (m GetArticleSearchReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleSearchReplyMultiError) Error ¶
func (m GetArticleSearchReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleSearchReplyValidationError ¶
type GetArticleSearchReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleSearchReplyValidationError is the validation error returned by GetArticleSearchReply.Validate if the designated constraints aren't met.
func (GetArticleSearchReplyValidationError) Cause ¶
func (e GetArticleSearchReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleSearchReplyValidationError) Error ¶
func (e GetArticleSearchReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleSearchReplyValidationError) ErrorName ¶
func (e GetArticleSearchReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleSearchReplyValidationError) Field ¶
func (e GetArticleSearchReplyValidationError) Field() string
Field function returns field value.
func (GetArticleSearchReplyValidationError) Key ¶
func (e GetArticleSearchReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleSearchReplyValidationError) Reason ¶
func (e GetArticleSearchReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleSearchReply_List ¶
type GetArticleSearchReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Tags string `protobuf:"bytes,3,opt,name=tags,proto3" json:"tags,omitempty"` Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` Cover string `protobuf:"bytes,5,opt,name=cover,proto3" json:"cover,omitempty"` Update string `protobuf:"bytes,6,opt,name=update,proto3" json:"update,omitempty"` Uuid string `protobuf:"bytes,7,opt,name=uuid,proto3" json:"uuid,omitempty"` Agree int32 `protobuf:"varint,8,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,9,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,10,opt,name=view,proto3" json:"view,omitempty"` Comment int32 `protobuf:"varint,11,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetArticleSearchReply_List) Descriptor
deprecated
func (*GetArticleSearchReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleSearchReply_List.ProtoReflect.Descriptor instead.
func (*GetArticleSearchReply_List) GetAgree ¶
func (x *GetArticleSearchReply_List) GetAgree() int32
func (*GetArticleSearchReply_List) GetCollect ¶
func (x *GetArticleSearchReply_List) GetCollect() int32
func (*GetArticleSearchReply_List) GetComment ¶
func (x *GetArticleSearchReply_List) GetComment() int32
func (*GetArticleSearchReply_List) GetCover ¶
func (x *GetArticleSearchReply_List) GetCover() string
func (*GetArticleSearchReply_List) GetId ¶
func (x *GetArticleSearchReply_List) GetId() int32
func (*GetArticleSearchReply_List) GetTags ¶
func (x *GetArticleSearchReply_List) GetTags() string
func (*GetArticleSearchReply_List) GetText ¶
func (x *GetArticleSearchReply_List) GetText() string
func (*GetArticleSearchReply_List) GetTitle ¶
func (x *GetArticleSearchReply_List) GetTitle() string
func (*GetArticleSearchReply_List) GetUpdate ¶
func (x *GetArticleSearchReply_List) GetUpdate() string
func (*GetArticleSearchReply_List) GetUuid ¶
func (x *GetArticleSearchReply_List) GetUuid() string
func (*GetArticleSearchReply_List) GetView ¶
func (x *GetArticleSearchReply_List) GetView() int32
func (*GetArticleSearchReply_List) ProtoMessage ¶
func (*GetArticleSearchReply_List) ProtoMessage()
func (*GetArticleSearchReply_List) ProtoReflect ¶
func (x *GetArticleSearchReply_List) ProtoReflect() protoreflect.Message
func (*GetArticleSearchReply_List) Reset ¶
func (x *GetArticleSearchReply_List) Reset()
func (*GetArticleSearchReply_List) String ¶
func (x *GetArticleSearchReply_List) String() string
func (*GetArticleSearchReply_List) Validate ¶
func (m *GetArticleSearchReply_List) Validate() error
Validate checks the field values on GetArticleSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleSearchReply_List) ValidateAll ¶
func (m *GetArticleSearchReply_List) ValidateAll() error
ValidateAll checks the field values on GetArticleSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleSearchReply_ListMultiError, or nil if none found.
type GetArticleSearchReply_ListMultiError ¶
type GetArticleSearchReply_ListMultiError []error
GetArticleSearchReply_ListMultiError is an error wrapping multiple validation errors returned by GetArticleSearchReply_List.ValidateAll() if the designated constraints aren't met.
func (GetArticleSearchReply_ListMultiError) AllErrors ¶
func (m GetArticleSearchReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleSearchReply_ListMultiError) Error ¶
func (m GetArticleSearchReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleSearchReply_ListValidationError ¶
type GetArticleSearchReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetArticleSearchReply_ListValidationError is the validation error returned by GetArticleSearchReply_List.Validate if the designated constraints aren't met.
func (GetArticleSearchReply_ListValidationError) Cause ¶
func (e GetArticleSearchReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetArticleSearchReply_ListValidationError) Error ¶
func (e GetArticleSearchReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleSearchReply_ListValidationError) ErrorName ¶
func (e GetArticleSearchReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleSearchReply_ListValidationError) Field ¶
func (e GetArticleSearchReply_ListValidationError) Field() string
Field function returns field value.
func (GetArticleSearchReply_ListValidationError) Key ¶
func (e GetArticleSearchReply_ListValidationError) Key() bool
Key function returns key value.
func (GetArticleSearchReply_ListValidationError) Reason ¶
func (e GetArticleSearchReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetArticleSearchReq ¶
type GetArticleSearchReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"` Time string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*GetArticleSearchReq) Descriptor
deprecated
func (*GetArticleSearchReq) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleSearchReq.ProtoReflect.Descriptor instead.
func (*GetArticleSearchReq) GetPage ¶
func (x *GetArticleSearchReq) GetPage() int32
func (*GetArticleSearchReq) GetSearch ¶
func (x *GetArticleSearchReq) GetSearch() string
func (*GetArticleSearchReq) GetTime ¶
func (x *GetArticleSearchReq) GetTime() string
func (*GetArticleSearchReq) ProtoMessage ¶
func (*GetArticleSearchReq) ProtoMessage()
func (*GetArticleSearchReq) ProtoReflect ¶
func (x *GetArticleSearchReq) ProtoReflect() protoreflect.Message
func (*GetArticleSearchReq) Reset ¶
func (x *GetArticleSearchReq) Reset()
func (*GetArticleSearchReq) String ¶
func (x *GetArticleSearchReq) String() string
func (*GetArticleSearchReq) Validate ¶
func (m *GetArticleSearchReq) Validate() error
Validate checks the field values on GetArticleSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleSearchReq) ValidateAll ¶
func (m *GetArticleSearchReq) ValidateAll() error
ValidateAll checks the field values on GetArticleSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleSearchReqMultiError, or nil if none found.
type GetArticleSearchReqMultiError ¶
type GetArticleSearchReqMultiError []error
GetArticleSearchReqMultiError is an error wrapping multiple validation errors returned by GetArticleSearchReq.ValidateAll() if the designated constraints aren't met.
func (GetArticleSearchReqMultiError) AllErrors ¶
func (m GetArticleSearchReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleSearchReqMultiError) Error ¶
func (m GetArticleSearchReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleSearchReqValidationError ¶
type GetArticleSearchReqValidationError struct {
// contains filtered or unexported fields
}
GetArticleSearchReqValidationError is the validation error returned by GetArticleSearchReq.Validate if the designated constraints aren't met.
func (GetArticleSearchReqValidationError) Cause ¶
func (e GetArticleSearchReqValidationError) Cause() error
Cause function returns cause value.
func (GetArticleSearchReqValidationError) Error ¶
func (e GetArticleSearchReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleSearchReqValidationError) ErrorName ¶
func (e GetArticleSearchReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleSearchReqValidationError) Field ¶
func (e GetArticleSearchReqValidationError) Field() string
Field function returns field value.
func (GetArticleSearchReqValidationError) Key ¶
func (e GetArticleSearchReqValidationError) Key() bool
Key function returns key value.
func (GetArticleSearchReqValidationError) Reason ¶
func (e GetArticleSearchReqValidationError) Reason() string
Reason function returns reason value.
type GetArticleStatisticReply ¶
type GetArticleStatisticReply struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetArticleStatisticReply) Descriptor
deprecated
func (*GetArticleStatisticReply) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleStatisticReply.ProtoReflect.Descriptor instead.
func (*GetArticleStatisticReply) GetAgree ¶
func (x *GetArticleStatisticReply) GetAgree() int32
func (*GetArticleStatisticReply) GetCollect ¶
func (x *GetArticleStatisticReply) GetCollect() int32
func (*GetArticleStatisticReply) GetComment ¶
func (x *GetArticleStatisticReply) GetComment() int32
func (*GetArticleStatisticReply) GetUuid ¶
func (x *GetArticleStatisticReply) GetUuid() string
func (*GetArticleStatisticReply) GetView ¶
func (x *GetArticleStatisticReply) GetView() int32
func (*GetArticleStatisticReply) ProtoMessage ¶
func (*GetArticleStatisticReply) ProtoMessage()
func (*GetArticleStatisticReply) ProtoReflect ¶
func (x *GetArticleStatisticReply) ProtoReflect() protoreflect.Message
func (*GetArticleStatisticReply) Reset ¶
func (x *GetArticleStatisticReply) Reset()
func (*GetArticleStatisticReply) String ¶
func (x *GetArticleStatisticReply) String() string
func (*GetArticleStatisticReply) Validate ¶
func (m *GetArticleStatisticReply) Validate() error
Validate checks the field values on GetArticleStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleStatisticReply) ValidateAll ¶
func (m *GetArticleStatisticReply) ValidateAll() error
ValidateAll checks the field values on GetArticleStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleStatisticReplyMultiError, or nil if none found.
type GetArticleStatisticReplyMultiError ¶
type GetArticleStatisticReplyMultiError []error
GetArticleStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetArticleStatisticReply.ValidateAll() if the designated constraints aren't met.
func (GetArticleStatisticReplyMultiError) AllErrors ¶
func (m GetArticleStatisticReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleStatisticReplyMultiError) Error ¶
func (m GetArticleStatisticReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleStatisticReplyValidationError ¶
type GetArticleStatisticReplyValidationError struct {
// contains filtered or unexported fields
}
GetArticleStatisticReplyValidationError is the validation error returned by GetArticleStatisticReply.Validate if the designated constraints aren't met.
func (GetArticleStatisticReplyValidationError) Cause ¶
func (e GetArticleStatisticReplyValidationError) Cause() error
Cause function returns cause value.
func (GetArticleStatisticReplyValidationError) Error ¶
func (e GetArticleStatisticReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleStatisticReplyValidationError) ErrorName ¶
func (e GetArticleStatisticReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleStatisticReplyValidationError) Field ¶
func (e GetArticleStatisticReplyValidationError) Field() string
Field function returns field value.
func (GetArticleStatisticReplyValidationError) Key ¶
func (e GetArticleStatisticReplyValidationError) Key() bool
Key function returns key value.
func (GetArticleStatisticReplyValidationError) Reason ¶
func (e GetArticleStatisticReplyValidationError) Reason() string
Reason function returns reason value.
type GetArticleStatisticReq ¶
type GetArticleStatisticReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetArticleStatisticReq) Descriptor
deprecated
func (*GetArticleStatisticReq) Descriptor() ([]byte, []int)
Deprecated: Use GetArticleStatisticReq.ProtoReflect.Descriptor instead.
func (*GetArticleStatisticReq) GetId ¶
func (x *GetArticleStatisticReq) GetId() int32
func (*GetArticleStatisticReq) GetUuid ¶
func (x *GetArticleStatisticReq) GetUuid() string
func (*GetArticleStatisticReq) ProtoMessage ¶
func (*GetArticleStatisticReq) ProtoMessage()
func (*GetArticleStatisticReq) ProtoReflect ¶
func (x *GetArticleStatisticReq) ProtoReflect() protoreflect.Message
func (*GetArticleStatisticReq) Reset ¶
func (x *GetArticleStatisticReq) Reset()
func (*GetArticleStatisticReq) String ¶
func (x *GetArticleStatisticReq) String() string
func (*GetArticleStatisticReq) Validate ¶
func (m *GetArticleStatisticReq) Validate() error
Validate checks the field values on GetArticleStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetArticleStatisticReq) ValidateAll ¶
func (m *GetArticleStatisticReq) ValidateAll() error
ValidateAll checks the field values on GetArticleStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetArticleStatisticReqMultiError, or nil if none found.
type GetArticleStatisticReqMultiError ¶
type GetArticleStatisticReqMultiError []error
GetArticleStatisticReqMultiError is an error wrapping multiple validation errors returned by GetArticleStatisticReq.ValidateAll() if the designated constraints aren't met.
func (GetArticleStatisticReqMultiError) AllErrors ¶
func (m GetArticleStatisticReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetArticleStatisticReqMultiError) Error ¶
func (m GetArticleStatisticReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetArticleStatisticReqValidationError ¶
type GetArticleStatisticReqValidationError struct {
// contains filtered or unexported fields
}
GetArticleStatisticReqValidationError is the validation error returned by GetArticleStatisticReq.Validate if the designated constraints aren't met.
func (GetArticleStatisticReqValidationError) Cause ¶
func (e GetArticleStatisticReqValidationError) Cause() error
Cause function returns cause value.
func (GetArticleStatisticReqValidationError) Error ¶
func (e GetArticleStatisticReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetArticleStatisticReqValidationError) ErrorName ¶
func (e GetArticleStatisticReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetArticleStatisticReqValidationError) Field ¶
func (e GetArticleStatisticReqValidationError) Field() string
Field function returns field value.
func (GetArticleStatisticReqValidationError) Key ¶
func (e GetArticleStatisticReqValidationError) Key() bool
Key function returns key value.
func (GetArticleStatisticReqValidationError) Reason ¶
func (e GetArticleStatisticReqValidationError) Reason() string
Reason function returns reason value.
type GetAvatarReviewReply ¶
type GetAvatarReviewReply struct { Review []*GetAvatarReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetAvatarReviewReply) Descriptor
deprecated
func (*GetAvatarReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetAvatarReviewReply.ProtoReflect.Descriptor instead.
func (*GetAvatarReviewReply) GetReview ¶
func (x *GetAvatarReviewReply) GetReview() []*GetAvatarReviewReply_Review
func (*GetAvatarReviewReply) ProtoMessage ¶
func (*GetAvatarReviewReply) ProtoMessage()
func (*GetAvatarReviewReply) ProtoReflect ¶
func (x *GetAvatarReviewReply) ProtoReflect() protoreflect.Message
func (*GetAvatarReviewReply) Reset ¶
func (x *GetAvatarReviewReply) Reset()
func (*GetAvatarReviewReply) String ¶
func (x *GetAvatarReviewReply) String() string
func (*GetAvatarReviewReply) Validate ¶
func (m *GetAvatarReviewReply) Validate() error
Validate checks the field values on GetAvatarReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAvatarReviewReply) ValidateAll ¶
func (m *GetAvatarReviewReply) ValidateAll() error
ValidateAll checks the field values on GetAvatarReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAvatarReviewReplyMultiError, or nil if none found.
type GetAvatarReviewReplyMultiError ¶
type GetAvatarReviewReplyMultiError []error
GetAvatarReviewReplyMultiError is an error wrapping multiple validation errors returned by GetAvatarReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetAvatarReviewReplyMultiError) AllErrors ¶
func (m GetAvatarReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAvatarReviewReplyMultiError) Error ¶
func (m GetAvatarReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAvatarReviewReplyValidationError ¶
type GetAvatarReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetAvatarReviewReplyValidationError is the validation error returned by GetAvatarReviewReply.Validate if the designated constraints aren't met.
func (GetAvatarReviewReplyValidationError) Cause ¶
func (e GetAvatarReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetAvatarReviewReplyValidationError) Error ¶
func (e GetAvatarReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetAvatarReviewReplyValidationError) ErrorName ¶
func (e GetAvatarReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetAvatarReviewReplyValidationError) Field ¶
func (e GetAvatarReviewReplyValidationError) Field() string
Field function returns field value.
func (GetAvatarReviewReplyValidationError) Key ¶
func (e GetAvatarReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetAvatarReviewReplyValidationError) Reason ¶
func (e GetAvatarReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetAvatarReviewReply_Review ¶
type GetAvatarReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,4,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"` Label string `protobuf:"bytes,6,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,7,opt,name=result,proto3" json:"result,omitempty"` Score int32 `protobuf:"varint,8,opt,name=score,proto3" json:"score,omitempty"` Category string `protobuf:"bytes,9,opt,name=category,proto3" json:"category,omitempty"` SubLabel string `protobuf:"bytes,10,opt,name=subLabel,proto3" json:"subLabel,omitempty"` // contains filtered or unexported fields }
func (*GetAvatarReviewReply_Review) Descriptor
deprecated
func (*GetAvatarReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetAvatarReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetAvatarReviewReply_Review) GetCategory ¶
func (x *GetAvatarReviewReply_Review) GetCategory() string
func (*GetAvatarReviewReply_Review) GetCreateAt ¶
func (x *GetAvatarReviewReply_Review) GetCreateAt() string
func (*GetAvatarReviewReply_Review) GetId ¶
func (x *GetAvatarReviewReply_Review) GetId() int32
func (*GetAvatarReviewReply_Review) GetJobId ¶
func (x *GetAvatarReviewReply_Review) GetJobId() string
func (*GetAvatarReviewReply_Review) GetLabel ¶
func (x *GetAvatarReviewReply_Review) GetLabel() string
func (*GetAvatarReviewReply_Review) GetResult ¶
func (x *GetAvatarReviewReply_Review) GetResult() int32
func (*GetAvatarReviewReply_Review) GetScore ¶
func (x *GetAvatarReviewReply_Review) GetScore() int32
func (*GetAvatarReviewReply_Review) GetSubLabel ¶
func (x *GetAvatarReviewReply_Review) GetSubLabel() string
func (*GetAvatarReviewReply_Review) GetUrl ¶
func (x *GetAvatarReviewReply_Review) GetUrl() string
func (*GetAvatarReviewReply_Review) GetUuid ¶
func (x *GetAvatarReviewReply_Review) GetUuid() string
func (*GetAvatarReviewReply_Review) ProtoMessage ¶
func (*GetAvatarReviewReply_Review) ProtoMessage()
func (*GetAvatarReviewReply_Review) ProtoReflect ¶
func (x *GetAvatarReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetAvatarReviewReply_Review) Reset ¶
func (x *GetAvatarReviewReply_Review) Reset()
func (*GetAvatarReviewReply_Review) String ¶
func (x *GetAvatarReviewReply_Review) String() string
func (*GetAvatarReviewReply_Review) Validate ¶
func (m *GetAvatarReviewReply_Review) Validate() error
Validate checks the field values on GetAvatarReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAvatarReviewReply_Review) ValidateAll ¶
func (m *GetAvatarReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetAvatarReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAvatarReviewReply_ReviewMultiError, or nil if none found.
type GetAvatarReviewReply_ReviewMultiError ¶
type GetAvatarReviewReply_ReviewMultiError []error
GetAvatarReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetAvatarReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetAvatarReviewReply_ReviewMultiError) AllErrors ¶
func (m GetAvatarReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAvatarReviewReply_ReviewMultiError) Error ¶
func (m GetAvatarReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAvatarReviewReply_ReviewValidationError ¶
type GetAvatarReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetAvatarReviewReply_ReviewValidationError is the validation error returned by GetAvatarReviewReply_Review.Validate if the designated constraints aren't met.
func (GetAvatarReviewReply_ReviewValidationError) Cause ¶
func (e GetAvatarReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetAvatarReviewReply_ReviewValidationError) Error ¶
func (e GetAvatarReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetAvatarReviewReply_ReviewValidationError) ErrorName ¶
func (e GetAvatarReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetAvatarReviewReply_ReviewValidationError) Field ¶
func (e GetAvatarReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetAvatarReviewReply_ReviewValidationError) Key ¶
func (e GetAvatarReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetAvatarReviewReply_ReviewValidationError) Reason ¶
func (e GetAvatarReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetAvatarReviewReq ¶
type GetAvatarReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetAvatarReviewReq) Descriptor
deprecated
func (*GetAvatarReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetAvatarReviewReq.ProtoReflect.Descriptor instead.
func (*GetAvatarReviewReq) GetPage ¶
func (x *GetAvatarReviewReq) GetPage() int32
func (*GetAvatarReviewReq) ProtoMessage ¶
func (*GetAvatarReviewReq) ProtoMessage()
func (*GetAvatarReviewReq) ProtoReflect ¶
func (x *GetAvatarReviewReq) ProtoReflect() protoreflect.Message
func (*GetAvatarReviewReq) Reset ¶
func (x *GetAvatarReviewReq) Reset()
func (*GetAvatarReviewReq) String ¶
func (x *GetAvatarReviewReq) String() string
func (*GetAvatarReviewReq) Validate ¶
func (m *GetAvatarReviewReq) Validate() error
Validate checks the field values on GetAvatarReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetAvatarReviewReq) ValidateAll ¶
func (m *GetAvatarReviewReq) ValidateAll() error
ValidateAll checks the field values on GetAvatarReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetAvatarReviewReqMultiError, or nil if none found.
type GetAvatarReviewReqMultiError ¶
type GetAvatarReviewReqMultiError []error
GetAvatarReviewReqMultiError is an error wrapping multiple validation errors returned by GetAvatarReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetAvatarReviewReqMultiError) AllErrors ¶
func (m GetAvatarReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAvatarReviewReqMultiError) Error ¶
func (m GetAvatarReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAvatarReviewReqValidationError ¶
type GetAvatarReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetAvatarReviewReqValidationError is the validation error returned by GetAvatarReviewReq.Validate if the designated constraints aren't met.
func (GetAvatarReviewReqValidationError) Cause ¶
func (e GetAvatarReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetAvatarReviewReqValidationError) Error ¶
func (e GetAvatarReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetAvatarReviewReqValidationError) ErrorName ¶
func (e GetAvatarReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetAvatarReviewReqValidationError) Field ¶
func (e GetAvatarReviewReqValidationError) Field() string
Field function returns field value.
func (GetAvatarReviewReqValidationError) Key ¶
func (e GetAvatarReviewReqValidationError) Key() bool
Key function returns key value.
func (GetAvatarReviewReqValidationError) Reason ¶
func (e GetAvatarReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectArticleCountReply ¶
type GetCollectArticleCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetCollectArticleCountReply) Descriptor
deprecated
func (*GetCollectArticleCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectArticleCountReply.ProtoReflect.Descriptor instead.
func (*GetCollectArticleCountReply) GetCount ¶
func (x *GetCollectArticleCountReply) GetCount() int32
func (*GetCollectArticleCountReply) ProtoMessage ¶
func (*GetCollectArticleCountReply) ProtoMessage()
func (*GetCollectArticleCountReply) ProtoReflect ¶
func (x *GetCollectArticleCountReply) ProtoReflect() protoreflect.Message
func (*GetCollectArticleCountReply) Reset ¶
func (x *GetCollectArticleCountReply) Reset()
func (*GetCollectArticleCountReply) String ¶
func (x *GetCollectArticleCountReply) String() string
func (*GetCollectArticleCountReply) Validate ¶
func (m *GetCollectArticleCountReply) Validate() error
Validate checks the field values on GetCollectArticleCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectArticleCountReply) ValidateAll ¶
func (m *GetCollectArticleCountReply) ValidateAll() error
ValidateAll checks the field values on GetCollectArticleCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectArticleCountReplyMultiError, or nil if none found.
type GetCollectArticleCountReplyMultiError ¶
type GetCollectArticleCountReplyMultiError []error
GetCollectArticleCountReplyMultiError is an error wrapping multiple validation errors returned by GetCollectArticleCountReply.ValidateAll() if the designated constraints aren't met.
func (GetCollectArticleCountReplyMultiError) AllErrors ¶
func (m GetCollectArticleCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectArticleCountReplyMultiError) Error ¶
func (m GetCollectArticleCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectArticleCountReplyValidationError ¶
type GetCollectArticleCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetCollectArticleCountReplyValidationError is the validation error returned by GetCollectArticleCountReply.Validate if the designated constraints aren't met.
func (GetCollectArticleCountReplyValidationError) Cause ¶
func (e GetCollectArticleCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCollectArticleCountReplyValidationError) Error ¶
func (e GetCollectArticleCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectArticleCountReplyValidationError) ErrorName ¶
func (e GetCollectArticleCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectArticleCountReplyValidationError) Field ¶
func (e GetCollectArticleCountReplyValidationError) Field() string
Field function returns field value.
func (GetCollectArticleCountReplyValidationError) Key ¶
func (e GetCollectArticleCountReplyValidationError) Key() bool
Key function returns key value.
func (GetCollectArticleCountReplyValidationError) Reason ¶
func (e GetCollectArticleCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetCollectArticleCountReq ¶
type GetCollectArticleCountReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetCollectArticleCountReq) Descriptor
deprecated
func (*GetCollectArticleCountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectArticleCountReq.ProtoReflect.Descriptor instead.
func (*GetCollectArticleCountReq) GetId ¶
func (x *GetCollectArticleCountReq) GetId() int32
func (*GetCollectArticleCountReq) ProtoMessage ¶
func (*GetCollectArticleCountReq) ProtoMessage()
func (*GetCollectArticleCountReq) ProtoReflect ¶
func (x *GetCollectArticleCountReq) ProtoReflect() protoreflect.Message
func (*GetCollectArticleCountReq) Reset ¶
func (x *GetCollectArticleCountReq) Reset()
func (*GetCollectArticleCountReq) String ¶
func (x *GetCollectArticleCountReq) String() string
func (*GetCollectArticleCountReq) Validate ¶
func (m *GetCollectArticleCountReq) Validate() error
Validate checks the field values on GetCollectArticleCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectArticleCountReq) ValidateAll ¶
func (m *GetCollectArticleCountReq) ValidateAll() error
ValidateAll checks the field values on GetCollectArticleCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectArticleCountReqMultiError, or nil if none found.
type GetCollectArticleCountReqMultiError ¶
type GetCollectArticleCountReqMultiError []error
GetCollectArticleCountReqMultiError is an error wrapping multiple validation errors returned by GetCollectArticleCountReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectArticleCountReqMultiError) AllErrors ¶
func (m GetCollectArticleCountReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectArticleCountReqMultiError) Error ¶
func (m GetCollectArticleCountReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectArticleCountReqValidationError ¶
type GetCollectArticleCountReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectArticleCountReqValidationError is the validation error returned by GetCollectArticleCountReq.Validate if the designated constraints aren't met.
func (GetCollectArticleCountReqValidationError) Cause ¶
func (e GetCollectArticleCountReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectArticleCountReqValidationError) Error ¶
func (e GetCollectArticleCountReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectArticleCountReqValidationError) ErrorName ¶
func (e GetCollectArticleCountReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectArticleCountReqValidationError) Field ¶
func (e GetCollectArticleCountReqValidationError) Field() string
Field function returns field value.
func (GetCollectArticleCountReqValidationError) Key ¶
func (e GetCollectArticleCountReqValidationError) Key() bool
Key function returns key value.
func (GetCollectArticleCountReqValidationError) Reason ¶
func (e GetCollectArticleCountReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectArticleListReq ¶
type GetCollectArticleListReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetCollectArticleListReq) Descriptor
deprecated
func (*GetCollectArticleListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectArticleListReq.ProtoReflect.Descriptor instead.
func (*GetCollectArticleListReq) GetId ¶
func (x *GetCollectArticleListReq) GetId() int32
func (*GetCollectArticleListReq) GetPage ¶
func (x *GetCollectArticleListReq) GetPage() int32
func (*GetCollectArticleListReq) ProtoMessage ¶
func (*GetCollectArticleListReq) ProtoMessage()
func (*GetCollectArticleListReq) ProtoReflect ¶
func (x *GetCollectArticleListReq) ProtoReflect() protoreflect.Message
func (*GetCollectArticleListReq) Reset ¶
func (x *GetCollectArticleListReq) Reset()
func (*GetCollectArticleListReq) String ¶
func (x *GetCollectArticleListReq) String() string
func (*GetCollectArticleListReq) Validate ¶
func (m *GetCollectArticleListReq) Validate() error
Validate checks the field values on GetCollectArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectArticleListReq) ValidateAll ¶
func (m *GetCollectArticleListReq) ValidateAll() error
ValidateAll checks the field values on GetCollectArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectArticleListReqMultiError, or nil if none found.
type GetCollectArticleListReqMultiError ¶
type GetCollectArticleListReqMultiError []error
GetCollectArticleListReqMultiError is an error wrapping multiple validation errors returned by GetCollectArticleListReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectArticleListReqMultiError) AllErrors ¶
func (m GetCollectArticleListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectArticleListReqMultiError) Error ¶
func (m GetCollectArticleListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectArticleListReqValidationError ¶
type GetCollectArticleListReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectArticleListReqValidationError is the validation error returned by GetCollectArticleListReq.Validate if the designated constraints aren't met.
func (GetCollectArticleListReqValidationError) Cause ¶
func (e GetCollectArticleListReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectArticleListReqValidationError) Error ¶
func (e GetCollectArticleListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectArticleListReqValidationError) ErrorName ¶
func (e GetCollectArticleListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectArticleListReqValidationError) Field ¶
func (e GetCollectArticleListReqValidationError) Field() string
Field function returns field value.
func (GetCollectArticleListReqValidationError) Key ¶
func (e GetCollectArticleListReqValidationError) Key() bool
Key function returns key value.
func (GetCollectArticleListReqValidationError) Reason ¶
func (e GetCollectArticleListReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectColumnCountReply ¶
type GetCollectColumnCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetCollectColumnCountReply) Descriptor
deprecated
func (*GetCollectColumnCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectColumnCountReply.ProtoReflect.Descriptor instead.
func (*GetCollectColumnCountReply) GetCount ¶
func (x *GetCollectColumnCountReply) GetCount() int32
func (*GetCollectColumnCountReply) ProtoMessage ¶
func (*GetCollectColumnCountReply) ProtoMessage()
func (*GetCollectColumnCountReply) ProtoReflect ¶
func (x *GetCollectColumnCountReply) ProtoReflect() protoreflect.Message
func (*GetCollectColumnCountReply) Reset ¶
func (x *GetCollectColumnCountReply) Reset()
func (*GetCollectColumnCountReply) String ¶
func (x *GetCollectColumnCountReply) String() string
func (*GetCollectColumnCountReply) Validate ¶
func (m *GetCollectColumnCountReply) Validate() error
Validate checks the field values on GetCollectColumnCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectColumnCountReply) ValidateAll ¶
func (m *GetCollectColumnCountReply) ValidateAll() error
ValidateAll checks the field values on GetCollectColumnCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectColumnCountReplyMultiError, or nil if none found.
type GetCollectColumnCountReplyMultiError ¶
type GetCollectColumnCountReplyMultiError []error
GetCollectColumnCountReplyMultiError is an error wrapping multiple validation errors returned by GetCollectColumnCountReply.ValidateAll() if the designated constraints aren't met.
func (GetCollectColumnCountReplyMultiError) AllErrors ¶
func (m GetCollectColumnCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectColumnCountReplyMultiError) Error ¶
func (m GetCollectColumnCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectColumnCountReplyValidationError ¶
type GetCollectColumnCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetCollectColumnCountReplyValidationError is the validation error returned by GetCollectColumnCountReply.Validate if the designated constraints aren't met.
func (GetCollectColumnCountReplyValidationError) Cause ¶
func (e GetCollectColumnCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCollectColumnCountReplyValidationError) Error ¶
func (e GetCollectColumnCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectColumnCountReplyValidationError) ErrorName ¶
func (e GetCollectColumnCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectColumnCountReplyValidationError) Field ¶
func (e GetCollectColumnCountReplyValidationError) Field() string
Field function returns field value.
func (GetCollectColumnCountReplyValidationError) Key ¶
func (e GetCollectColumnCountReplyValidationError) Key() bool
Key function returns key value.
func (GetCollectColumnCountReplyValidationError) Reason ¶
func (e GetCollectColumnCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetCollectColumnCountReq ¶
type GetCollectColumnCountReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetCollectColumnCountReq) Descriptor
deprecated
func (*GetCollectColumnCountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectColumnCountReq.ProtoReflect.Descriptor instead.
func (*GetCollectColumnCountReq) GetId ¶
func (x *GetCollectColumnCountReq) GetId() int32
func (*GetCollectColumnCountReq) ProtoMessage ¶
func (*GetCollectColumnCountReq) ProtoMessage()
func (*GetCollectColumnCountReq) ProtoReflect ¶
func (x *GetCollectColumnCountReq) ProtoReflect() protoreflect.Message
func (*GetCollectColumnCountReq) Reset ¶
func (x *GetCollectColumnCountReq) Reset()
func (*GetCollectColumnCountReq) String ¶
func (x *GetCollectColumnCountReq) String() string
func (*GetCollectColumnCountReq) Validate ¶
func (m *GetCollectColumnCountReq) Validate() error
Validate checks the field values on GetCollectColumnCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectColumnCountReq) ValidateAll ¶
func (m *GetCollectColumnCountReq) ValidateAll() error
ValidateAll checks the field values on GetCollectColumnCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectColumnCountReqMultiError, or nil if none found.
type GetCollectColumnCountReqMultiError ¶
type GetCollectColumnCountReqMultiError []error
GetCollectColumnCountReqMultiError is an error wrapping multiple validation errors returned by GetCollectColumnCountReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectColumnCountReqMultiError) AllErrors ¶
func (m GetCollectColumnCountReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectColumnCountReqMultiError) Error ¶
func (m GetCollectColumnCountReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectColumnCountReqValidationError ¶
type GetCollectColumnCountReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectColumnCountReqValidationError is the validation error returned by GetCollectColumnCountReq.Validate if the designated constraints aren't met.
func (GetCollectColumnCountReqValidationError) Cause ¶
func (e GetCollectColumnCountReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectColumnCountReqValidationError) Error ¶
func (e GetCollectColumnCountReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectColumnCountReqValidationError) ErrorName ¶
func (e GetCollectColumnCountReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectColumnCountReqValidationError) Field ¶
func (e GetCollectColumnCountReqValidationError) Field() string
Field function returns field value.
func (GetCollectColumnCountReqValidationError) Key ¶
func (e GetCollectColumnCountReqValidationError) Key() bool
Key function returns key value.
func (GetCollectColumnCountReqValidationError) Reason ¶
func (e GetCollectColumnCountReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectColumnListReq ¶
type GetCollectColumnListReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetCollectColumnListReq) Descriptor
deprecated
func (*GetCollectColumnListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectColumnListReq.ProtoReflect.Descriptor instead.
func (*GetCollectColumnListReq) GetId ¶
func (x *GetCollectColumnListReq) GetId() int32
func (*GetCollectColumnListReq) GetPage ¶
func (x *GetCollectColumnListReq) GetPage() int32
func (*GetCollectColumnListReq) ProtoMessage ¶
func (*GetCollectColumnListReq) ProtoMessage()
func (*GetCollectColumnListReq) ProtoReflect ¶
func (x *GetCollectColumnListReq) ProtoReflect() protoreflect.Message
func (*GetCollectColumnListReq) Reset ¶
func (x *GetCollectColumnListReq) Reset()
func (*GetCollectColumnListReq) String ¶
func (x *GetCollectColumnListReq) String() string
func (*GetCollectColumnListReq) Validate ¶
func (m *GetCollectColumnListReq) Validate() error
Validate checks the field values on GetCollectColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectColumnListReq) ValidateAll ¶
func (m *GetCollectColumnListReq) ValidateAll() error
ValidateAll checks the field values on GetCollectColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectColumnListReqMultiError, or nil if none found.
type GetCollectColumnListReqMultiError ¶
type GetCollectColumnListReqMultiError []error
GetCollectColumnListReqMultiError is an error wrapping multiple validation errors returned by GetCollectColumnListReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectColumnListReqMultiError) AllErrors ¶
func (m GetCollectColumnListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectColumnListReqMultiError) Error ¶
func (m GetCollectColumnListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectColumnListReqValidationError ¶
type GetCollectColumnListReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectColumnListReqValidationError is the validation error returned by GetCollectColumnListReq.Validate if the designated constraints aren't met.
func (GetCollectColumnListReqValidationError) Cause ¶
func (e GetCollectColumnListReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectColumnListReqValidationError) Error ¶
func (e GetCollectColumnListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectColumnListReqValidationError) ErrorName ¶
func (e GetCollectColumnListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectColumnListReqValidationError) Field ¶
func (e GetCollectColumnListReqValidationError) Field() string
Field function returns field value.
func (GetCollectColumnListReqValidationError) Key ¶
func (e GetCollectColumnListReqValidationError) Key() bool
Key function returns key value.
func (GetCollectColumnListReqValidationError) Reason ¶
func (e GetCollectColumnListReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectTalkCountReply ¶
type GetCollectTalkCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetCollectTalkCountReply) Descriptor
deprecated
func (*GetCollectTalkCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectTalkCountReply.ProtoReflect.Descriptor instead.
func (*GetCollectTalkCountReply) GetCount ¶
func (x *GetCollectTalkCountReply) GetCount() int32
func (*GetCollectTalkCountReply) ProtoMessage ¶
func (*GetCollectTalkCountReply) ProtoMessage()
func (*GetCollectTalkCountReply) ProtoReflect ¶
func (x *GetCollectTalkCountReply) ProtoReflect() protoreflect.Message
func (*GetCollectTalkCountReply) Reset ¶
func (x *GetCollectTalkCountReply) Reset()
func (*GetCollectTalkCountReply) String ¶
func (x *GetCollectTalkCountReply) String() string
func (*GetCollectTalkCountReply) Validate ¶
func (m *GetCollectTalkCountReply) Validate() error
Validate checks the field values on GetCollectTalkCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectTalkCountReply) ValidateAll ¶
func (m *GetCollectTalkCountReply) ValidateAll() error
ValidateAll checks the field values on GetCollectTalkCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectTalkCountReplyMultiError, or nil if none found.
type GetCollectTalkCountReplyMultiError ¶
type GetCollectTalkCountReplyMultiError []error
GetCollectTalkCountReplyMultiError is an error wrapping multiple validation errors returned by GetCollectTalkCountReply.ValidateAll() if the designated constraints aren't met.
func (GetCollectTalkCountReplyMultiError) AllErrors ¶
func (m GetCollectTalkCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectTalkCountReplyMultiError) Error ¶
func (m GetCollectTalkCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectTalkCountReplyValidationError ¶
type GetCollectTalkCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetCollectTalkCountReplyValidationError is the validation error returned by GetCollectTalkCountReply.Validate if the designated constraints aren't met.
func (GetCollectTalkCountReplyValidationError) Cause ¶
func (e GetCollectTalkCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCollectTalkCountReplyValidationError) Error ¶
func (e GetCollectTalkCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectTalkCountReplyValidationError) ErrorName ¶
func (e GetCollectTalkCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectTalkCountReplyValidationError) Field ¶
func (e GetCollectTalkCountReplyValidationError) Field() string
Field function returns field value.
func (GetCollectTalkCountReplyValidationError) Key ¶
func (e GetCollectTalkCountReplyValidationError) Key() bool
Key function returns key value.
func (GetCollectTalkCountReplyValidationError) Reason ¶
func (e GetCollectTalkCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetCollectTalkCountReq ¶
type GetCollectTalkCountReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetCollectTalkCountReq) Descriptor
deprecated
func (*GetCollectTalkCountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectTalkCountReq.ProtoReflect.Descriptor instead.
func (*GetCollectTalkCountReq) GetId ¶
func (x *GetCollectTalkCountReq) GetId() int32
func (*GetCollectTalkCountReq) ProtoMessage ¶
func (*GetCollectTalkCountReq) ProtoMessage()
func (*GetCollectTalkCountReq) ProtoReflect ¶
func (x *GetCollectTalkCountReq) ProtoReflect() protoreflect.Message
func (*GetCollectTalkCountReq) Reset ¶
func (x *GetCollectTalkCountReq) Reset()
func (*GetCollectTalkCountReq) String ¶
func (x *GetCollectTalkCountReq) String() string
func (*GetCollectTalkCountReq) Validate ¶
func (m *GetCollectTalkCountReq) Validate() error
Validate checks the field values on GetCollectTalkCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectTalkCountReq) ValidateAll ¶
func (m *GetCollectTalkCountReq) ValidateAll() error
ValidateAll checks the field values on GetCollectTalkCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectTalkCountReqMultiError, or nil if none found.
type GetCollectTalkCountReqMultiError ¶
type GetCollectTalkCountReqMultiError []error
GetCollectTalkCountReqMultiError is an error wrapping multiple validation errors returned by GetCollectTalkCountReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectTalkCountReqMultiError) AllErrors ¶
func (m GetCollectTalkCountReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectTalkCountReqMultiError) Error ¶
func (m GetCollectTalkCountReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectTalkCountReqValidationError ¶
type GetCollectTalkCountReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectTalkCountReqValidationError is the validation error returned by GetCollectTalkCountReq.Validate if the designated constraints aren't met.
func (GetCollectTalkCountReqValidationError) Cause ¶
func (e GetCollectTalkCountReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectTalkCountReqValidationError) Error ¶
func (e GetCollectTalkCountReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectTalkCountReqValidationError) ErrorName ¶
func (e GetCollectTalkCountReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectTalkCountReqValidationError) Field ¶
func (e GetCollectTalkCountReqValidationError) Field() string
Field function returns field value.
func (GetCollectTalkCountReqValidationError) Key ¶
func (e GetCollectTalkCountReqValidationError) Key() bool
Key function returns key value.
func (GetCollectTalkCountReqValidationError) Reason ¶
func (e GetCollectTalkCountReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectTalkListReq ¶
type GetCollectTalkListReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetCollectTalkListReq) Descriptor
deprecated
func (*GetCollectTalkListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectTalkListReq.ProtoReflect.Descriptor instead.
func (*GetCollectTalkListReq) GetId ¶
func (x *GetCollectTalkListReq) GetId() int32
func (*GetCollectTalkListReq) GetPage ¶
func (x *GetCollectTalkListReq) GetPage() int32
func (*GetCollectTalkListReq) ProtoMessage ¶
func (*GetCollectTalkListReq) ProtoMessage()
func (*GetCollectTalkListReq) ProtoReflect ¶
func (x *GetCollectTalkListReq) ProtoReflect() protoreflect.Message
func (*GetCollectTalkListReq) Reset ¶
func (x *GetCollectTalkListReq) Reset()
func (*GetCollectTalkListReq) String ¶
func (x *GetCollectTalkListReq) String() string
func (*GetCollectTalkListReq) Validate ¶
func (m *GetCollectTalkListReq) Validate() error
Validate checks the field values on GetCollectTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectTalkListReq) ValidateAll ¶
func (m *GetCollectTalkListReq) ValidateAll() error
ValidateAll checks the field values on GetCollectTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectTalkListReqMultiError, or nil if none found.
type GetCollectTalkListReqMultiError ¶
type GetCollectTalkListReqMultiError []error
GetCollectTalkListReqMultiError is an error wrapping multiple validation errors returned by GetCollectTalkListReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectTalkListReqMultiError) AllErrors ¶
func (m GetCollectTalkListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectTalkListReqMultiError) Error ¶
func (m GetCollectTalkListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectTalkListReqValidationError ¶
type GetCollectTalkListReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectTalkListReqValidationError is the validation error returned by GetCollectTalkListReq.Validate if the designated constraints aren't met.
func (GetCollectTalkListReqValidationError) Cause ¶
func (e GetCollectTalkListReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectTalkListReqValidationError) Error ¶
func (e GetCollectTalkListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectTalkListReqValidationError) ErrorName ¶
func (e GetCollectTalkListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectTalkListReqValidationError) Field ¶
func (e GetCollectTalkListReqValidationError) Field() string
Field function returns field value.
func (GetCollectTalkListReqValidationError) Key ¶
func (e GetCollectTalkListReqValidationError) Key() bool
Key function returns key value.
func (GetCollectTalkListReqValidationError) Reason ¶
func (e GetCollectTalkListReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsContentReviewReply ¶
type GetCollectionsContentReviewReply struct { Review []*GetCollectionsContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsContentReviewReply) Descriptor
deprecated
func (*GetCollectionsContentReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsContentReviewReply.ProtoReflect.Descriptor instead.
func (*GetCollectionsContentReviewReply) GetReview ¶
func (x *GetCollectionsContentReviewReply) GetReview() []*GetCollectionsContentReviewReply_Review
func (*GetCollectionsContentReviewReply) ProtoMessage ¶
func (*GetCollectionsContentReviewReply) ProtoMessage()
func (*GetCollectionsContentReviewReply) ProtoReflect ¶
func (x *GetCollectionsContentReviewReply) ProtoReflect() protoreflect.Message
func (*GetCollectionsContentReviewReply) Reset ¶
func (x *GetCollectionsContentReviewReply) Reset()
func (*GetCollectionsContentReviewReply) String ¶
func (x *GetCollectionsContentReviewReply) String() string
func (*GetCollectionsContentReviewReply) Validate ¶
func (m *GetCollectionsContentReviewReply) Validate() error
Validate checks the field values on GetCollectionsContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsContentReviewReply) ValidateAll ¶
func (m *GetCollectionsContentReviewReply) ValidateAll() error
ValidateAll checks the field values on GetCollectionsContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsContentReviewReplyMultiError, or nil if none found.
type GetCollectionsContentReviewReplyMultiError ¶
type GetCollectionsContentReviewReplyMultiError []error
GetCollectionsContentReviewReplyMultiError is an error wrapping multiple validation errors returned by GetCollectionsContentReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsContentReviewReplyMultiError) AllErrors ¶
func (m GetCollectionsContentReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsContentReviewReplyMultiError) Error ¶
func (m GetCollectionsContentReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsContentReviewReplyValidationError ¶
type GetCollectionsContentReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsContentReviewReplyValidationError is the validation error returned by GetCollectionsContentReviewReply.Validate if the designated constraints aren't met.
func (GetCollectionsContentReviewReplyValidationError) Cause ¶
func (e GetCollectionsContentReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsContentReviewReplyValidationError) Error ¶
func (e GetCollectionsContentReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsContentReviewReplyValidationError) ErrorName ¶
func (e GetCollectionsContentReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsContentReviewReplyValidationError) Field ¶
func (e GetCollectionsContentReviewReplyValidationError) Field() string
Field function returns field value.
func (GetCollectionsContentReviewReplyValidationError) Key ¶
func (e GetCollectionsContentReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetCollectionsContentReviewReplyValidationError) Reason ¶
func (e GetCollectionsContentReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsContentReviewReply_Review ¶
type GetCollectionsContentReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Label string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"` Section string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsContentReviewReply_Review) Descriptor
deprecated
func (*GetCollectionsContentReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsContentReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetCollectionsContentReviewReply_Review) GetCreateAt ¶
func (x *GetCollectionsContentReviewReply_Review) GetCreateAt() string
func (*GetCollectionsContentReviewReply_Review) GetCreationId ¶
func (x *GetCollectionsContentReviewReply_Review) GetCreationId() int32
func (*GetCollectionsContentReviewReply_Review) GetId ¶
func (x *GetCollectionsContentReviewReply_Review) GetId() int32
func (*GetCollectionsContentReviewReply_Review) GetJobId ¶
func (x *GetCollectionsContentReviewReply_Review) GetJobId() string
func (*GetCollectionsContentReviewReply_Review) GetKind ¶
func (x *GetCollectionsContentReviewReply_Review) GetKind() string
func (*GetCollectionsContentReviewReply_Review) GetLabel ¶
func (x *GetCollectionsContentReviewReply_Review) GetLabel() string
func (*GetCollectionsContentReviewReply_Review) GetResult ¶
func (x *GetCollectionsContentReviewReply_Review) GetResult() int32
func (*GetCollectionsContentReviewReply_Review) GetSection ¶
func (x *GetCollectionsContentReviewReply_Review) GetSection() string
func (*GetCollectionsContentReviewReply_Review) GetTitle ¶
func (x *GetCollectionsContentReviewReply_Review) GetTitle() string
func (*GetCollectionsContentReviewReply_Review) GetUuid ¶
func (x *GetCollectionsContentReviewReply_Review) GetUuid() string
func (*GetCollectionsContentReviewReply_Review) ProtoMessage ¶
func (*GetCollectionsContentReviewReply_Review) ProtoMessage()
func (*GetCollectionsContentReviewReply_Review) ProtoReflect ¶
func (x *GetCollectionsContentReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetCollectionsContentReviewReply_Review) Reset ¶
func (x *GetCollectionsContentReviewReply_Review) Reset()
func (*GetCollectionsContentReviewReply_Review) String ¶
func (x *GetCollectionsContentReviewReply_Review) String() string
func (*GetCollectionsContentReviewReply_Review) Validate ¶
func (m *GetCollectionsContentReviewReply_Review) Validate() error
Validate checks the field values on GetCollectionsContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsContentReviewReply_Review) ValidateAll ¶
func (m *GetCollectionsContentReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetCollectionsContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsContentReviewReply_ReviewMultiError, or nil if none found.
type GetCollectionsContentReviewReply_ReviewMultiError ¶
type GetCollectionsContentReviewReply_ReviewMultiError []error
GetCollectionsContentReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetCollectionsContentReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsContentReviewReply_ReviewMultiError) AllErrors ¶
func (m GetCollectionsContentReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsContentReviewReply_ReviewMultiError) Error ¶
func (m GetCollectionsContentReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsContentReviewReply_ReviewValidationError ¶
type GetCollectionsContentReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsContentReviewReply_ReviewValidationError is the validation error returned by GetCollectionsContentReviewReply_Review.Validate if the designated constraints aren't met.
func (GetCollectionsContentReviewReply_ReviewValidationError) Cause ¶
func (e GetCollectionsContentReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsContentReviewReply_ReviewValidationError) Error ¶
func (e GetCollectionsContentReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsContentReviewReply_ReviewValidationError) ErrorName ¶
func (e GetCollectionsContentReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsContentReviewReply_ReviewValidationError) Field ¶
func (e GetCollectionsContentReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetCollectionsContentReviewReply_ReviewValidationError) Key ¶
func (e GetCollectionsContentReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetCollectionsContentReviewReply_ReviewValidationError) Reason ¶
func (e GetCollectionsContentReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsContentReviewReq ¶
type GetCollectionsContentReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsContentReviewReq) Descriptor
deprecated
func (*GetCollectionsContentReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsContentReviewReq.ProtoReflect.Descriptor instead.
func (*GetCollectionsContentReviewReq) GetPage ¶
func (x *GetCollectionsContentReviewReq) GetPage() int32
func (*GetCollectionsContentReviewReq) ProtoMessage ¶
func (*GetCollectionsContentReviewReq) ProtoMessage()
func (*GetCollectionsContentReviewReq) ProtoReflect ¶
func (x *GetCollectionsContentReviewReq) ProtoReflect() protoreflect.Message
func (*GetCollectionsContentReviewReq) Reset ¶
func (x *GetCollectionsContentReviewReq) Reset()
func (*GetCollectionsContentReviewReq) String ¶
func (x *GetCollectionsContentReviewReq) String() string
func (*GetCollectionsContentReviewReq) Validate ¶
func (m *GetCollectionsContentReviewReq) Validate() error
Validate checks the field values on GetCollectionsContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsContentReviewReq) ValidateAll ¶
func (m *GetCollectionsContentReviewReq) ValidateAll() error
ValidateAll checks the field values on GetCollectionsContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsContentReviewReqMultiError, or nil if none found.
type GetCollectionsContentReviewReqMultiError ¶
type GetCollectionsContentReviewReqMultiError []error
GetCollectionsContentReviewReqMultiError is an error wrapping multiple validation errors returned by GetCollectionsContentReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsContentReviewReqMultiError) AllErrors ¶
func (m GetCollectionsContentReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsContentReviewReqMultiError) Error ¶
func (m GetCollectionsContentReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsContentReviewReqValidationError ¶
type GetCollectionsContentReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsContentReviewReqValidationError is the validation error returned by GetCollectionsContentReviewReq.Validate if the designated constraints aren't met.
func (GetCollectionsContentReviewReqValidationError) Cause ¶
func (e GetCollectionsContentReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsContentReviewReqValidationError) Error ¶
func (e GetCollectionsContentReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsContentReviewReqValidationError) ErrorName ¶
func (e GetCollectionsContentReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsContentReviewReqValidationError) Field ¶
func (e GetCollectionsContentReviewReqValidationError) Field() string
Field function returns field value.
func (GetCollectionsContentReviewReqValidationError) Key ¶
func (e GetCollectionsContentReviewReqValidationError) Key() bool
Key function returns key value.
func (GetCollectionsContentReviewReqValidationError) Reason ¶
func (e GetCollectionsContentReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsCountReply ¶
type GetCollectionsCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsCountReply) Descriptor
deprecated
func (*GetCollectionsCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsCountReply.ProtoReflect.Descriptor instead.
func (*GetCollectionsCountReply) GetCount ¶
func (x *GetCollectionsCountReply) GetCount() int32
func (*GetCollectionsCountReply) ProtoMessage ¶
func (*GetCollectionsCountReply) ProtoMessage()
func (*GetCollectionsCountReply) ProtoReflect ¶
func (x *GetCollectionsCountReply) ProtoReflect() protoreflect.Message
func (*GetCollectionsCountReply) Reset ¶
func (x *GetCollectionsCountReply) Reset()
func (*GetCollectionsCountReply) String ¶
func (x *GetCollectionsCountReply) String() string
func (*GetCollectionsCountReply) Validate ¶
func (m *GetCollectionsCountReply) Validate() error
Validate checks the field values on GetCollectionsCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsCountReply) ValidateAll ¶
func (m *GetCollectionsCountReply) ValidateAll() error
ValidateAll checks the field values on GetCollectionsCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsCountReplyMultiError, or nil if none found.
type GetCollectionsCountReplyMultiError ¶
type GetCollectionsCountReplyMultiError []error
GetCollectionsCountReplyMultiError is an error wrapping multiple validation errors returned by GetCollectionsCountReply.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsCountReplyMultiError) AllErrors ¶
func (m GetCollectionsCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsCountReplyMultiError) Error ¶
func (m GetCollectionsCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsCountReplyValidationError ¶
type GetCollectionsCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsCountReplyValidationError is the validation error returned by GetCollectionsCountReply.Validate if the designated constraints aren't met.
func (GetCollectionsCountReplyValidationError) Cause ¶
func (e GetCollectionsCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsCountReplyValidationError) Error ¶
func (e GetCollectionsCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsCountReplyValidationError) ErrorName ¶
func (e GetCollectionsCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsCountReplyValidationError) Field ¶
func (e GetCollectionsCountReplyValidationError) Field() string
Field function returns field value.
func (GetCollectionsCountReplyValidationError) Key ¶
func (e GetCollectionsCountReplyValidationError) Key() bool
Key function returns key value.
func (GetCollectionsCountReplyValidationError) Reason ¶
func (e GetCollectionsCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsListByVisitorReq ¶
type GetCollectionsListByVisitorReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsListByVisitorReq) Descriptor
deprecated
func (*GetCollectionsListByVisitorReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsListByVisitorReq.ProtoReflect.Descriptor instead.
func (*GetCollectionsListByVisitorReq) GetPage ¶
func (x *GetCollectionsListByVisitorReq) GetPage() int32
func (*GetCollectionsListByVisitorReq) GetUuid ¶
func (x *GetCollectionsListByVisitorReq) GetUuid() string
func (*GetCollectionsListByVisitorReq) ProtoMessage ¶
func (*GetCollectionsListByVisitorReq) ProtoMessage()
func (*GetCollectionsListByVisitorReq) ProtoReflect ¶
func (x *GetCollectionsListByVisitorReq) ProtoReflect() protoreflect.Message
func (*GetCollectionsListByVisitorReq) Reset ¶
func (x *GetCollectionsListByVisitorReq) Reset()
func (*GetCollectionsListByVisitorReq) String ¶
func (x *GetCollectionsListByVisitorReq) String() string
func (*GetCollectionsListByVisitorReq) Validate ¶
func (m *GetCollectionsListByVisitorReq) Validate() error
Validate checks the field values on GetCollectionsListByVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsListByVisitorReq) ValidateAll ¶
func (m *GetCollectionsListByVisitorReq) ValidateAll() error
ValidateAll checks the field values on GetCollectionsListByVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsListByVisitorReqMultiError, or nil if none found.
type GetCollectionsListByVisitorReqMultiError ¶
type GetCollectionsListByVisitorReqMultiError []error
GetCollectionsListByVisitorReqMultiError is an error wrapping multiple validation errors returned by GetCollectionsListByVisitorReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsListByVisitorReqMultiError) AllErrors ¶
func (m GetCollectionsListByVisitorReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsListByVisitorReqMultiError) Error ¶
func (m GetCollectionsListByVisitorReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsListByVisitorReqValidationError ¶
type GetCollectionsListByVisitorReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsListByVisitorReqValidationError is the validation error returned by GetCollectionsListByVisitorReq.Validate if the designated constraints aren't met.
func (GetCollectionsListByVisitorReqValidationError) Cause ¶
func (e GetCollectionsListByVisitorReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsListByVisitorReqValidationError) Error ¶
func (e GetCollectionsListByVisitorReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsListByVisitorReqValidationError) ErrorName ¶
func (e GetCollectionsListByVisitorReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsListByVisitorReqValidationError) Field ¶
func (e GetCollectionsListByVisitorReqValidationError) Field() string
Field function returns field value.
func (GetCollectionsListByVisitorReqValidationError) Key ¶
func (e GetCollectionsListByVisitorReqValidationError) Key() bool
Key function returns key value.
func (GetCollectionsListByVisitorReqValidationError) Reason ¶
func (e GetCollectionsListByVisitorReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsListReply ¶
type GetCollectionsListReply struct { Collections []*GetCollectionsListReply_Collections `protobuf:"bytes,1,rep,name=collections,proto3" json:"collections,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsListReply) Descriptor
deprecated
func (*GetCollectionsListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsListReply.ProtoReflect.Descriptor instead.
func (*GetCollectionsListReply) GetCollections ¶
func (x *GetCollectionsListReply) GetCollections() []*GetCollectionsListReply_Collections
func (*GetCollectionsListReply) ProtoMessage ¶
func (*GetCollectionsListReply) ProtoMessage()
func (*GetCollectionsListReply) ProtoReflect ¶
func (x *GetCollectionsListReply) ProtoReflect() protoreflect.Message
func (*GetCollectionsListReply) Reset ¶
func (x *GetCollectionsListReply) Reset()
func (*GetCollectionsListReply) String ¶
func (x *GetCollectionsListReply) String() string
func (*GetCollectionsListReply) Validate ¶
func (m *GetCollectionsListReply) Validate() error
Validate checks the field values on GetCollectionsListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsListReply) ValidateAll ¶
func (m *GetCollectionsListReply) ValidateAll() error
ValidateAll checks the field values on GetCollectionsListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsListReplyMultiError, or nil if none found.
type GetCollectionsListReplyMultiError ¶
type GetCollectionsListReplyMultiError []error
GetCollectionsListReplyMultiError is an error wrapping multiple validation errors returned by GetCollectionsListReply.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsListReplyMultiError) AllErrors ¶
func (m GetCollectionsListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsListReplyMultiError) Error ¶
func (m GetCollectionsListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsListReplyValidationError ¶
type GetCollectionsListReplyValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsListReplyValidationError is the validation error returned by GetCollectionsListReply.Validate if the designated constraints aren't met.
func (GetCollectionsListReplyValidationError) Cause ¶
func (e GetCollectionsListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsListReplyValidationError) Error ¶
func (e GetCollectionsListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsListReplyValidationError) ErrorName ¶
func (e GetCollectionsListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsListReplyValidationError) Field ¶
func (e GetCollectionsListReplyValidationError) Field() string
Field function returns field value.
func (GetCollectionsListReplyValidationError) Key ¶
func (e GetCollectionsListReplyValidationError) Key() bool
Key function returns key value.
func (GetCollectionsListReplyValidationError) Reason ¶
func (e GetCollectionsListReplyValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsListReply_Collections ¶
type GetCollectionsListReply_Collections struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsListReply_Collections) Descriptor
deprecated
func (*GetCollectionsListReply_Collections) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsListReply_Collections.ProtoReflect.Descriptor instead.
func (*GetCollectionsListReply_Collections) GetId ¶
func (x *GetCollectionsListReply_Collections) GetId() int32
func (*GetCollectionsListReply_Collections) ProtoMessage ¶
func (*GetCollectionsListReply_Collections) ProtoMessage()
func (*GetCollectionsListReply_Collections) ProtoReflect ¶
func (x *GetCollectionsListReply_Collections) ProtoReflect() protoreflect.Message
func (*GetCollectionsListReply_Collections) Reset ¶
func (x *GetCollectionsListReply_Collections) Reset()
func (*GetCollectionsListReply_Collections) String ¶
func (x *GetCollectionsListReply_Collections) String() string
func (*GetCollectionsListReply_Collections) Validate ¶
func (m *GetCollectionsListReply_Collections) Validate() error
Validate checks the field values on GetCollectionsListReply_Collections with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsListReply_Collections) ValidateAll ¶
func (m *GetCollectionsListReply_Collections) ValidateAll() error
ValidateAll checks the field values on GetCollectionsListReply_Collections with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsListReply_CollectionsMultiError, or nil if none found.
type GetCollectionsListReply_CollectionsMultiError ¶
type GetCollectionsListReply_CollectionsMultiError []error
GetCollectionsListReply_CollectionsMultiError is an error wrapping multiple validation errors returned by GetCollectionsListReply_Collections.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsListReply_CollectionsMultiError) AllErrors ¶
func (m GetCollectionsListReply_CollectionsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsListReply_CollectionsMultiError) Error ¶
func (m GetCollectionsListReply_CollectionsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsListReply_CollectionsValidationError ¶
type GetCollectionsListReply_CollectionsValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsListReply_CollectionsValidationError is the validation error returned by GetCollectionsListReply_Collections.Validate if the designated constraints aren't met.
func (GetCollectionsListReply_CollectionsValidationError) Cause ¶
func (e GetCollectionsListReply_CollectionsValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsListReply_CollectionsValidationError) Error ¶
func (e GetCollectionsListReply_CollectionsValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsListReply_CollectionsValidationError) ErrorName ¶
func (e GetCollectionsListReply_CollectionsValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsListReply_CollectionsValidationError) Field ¶
func (e GetCollectionsListReply_CollectionsValidationError) Field() string
Field function returns field value.
func (GetCollectionsListReply_CollectionsValidationError) Key ¶
func (e GetCollectionsListReply_CollectionsValidationError) Key() bool
Key function returns key value.
func (GetCollectionsListReply_CollectionsValidationError) Reason ¶
func (e GetCollectionsListReply_CollectionsValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsListReq ¶
type GetCollectionsListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsListReq) Descriptor
deprecated
func (*GetCollectionsListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsListReq.ProtoReflect.Descriptor instead.
func (*GetCollectionsListReq) GetPage ¶
func (x *GetCollectionsListReq) GetPage() int32
func (*GetCollectionsListReq) ProtoMessage ¶
func (*GetCollectionsListReq) ProtoMessage()
func (*GetCollectionsListReq) ProtoReflect ¶
func (x *GetCollectionsListReq) ProtoReflect() protoreflect.Message
func (*GetCollectionsListReq) Reset ¶
func (x *GetCollectionsListReq) Reset()
func (*GetCollectionsListReq) String ¶
func (x *GetCollectionsListReq) String() string
func (*GetCollectionsListReq) Validate ¶
func (m *GetCollectionsListReq) Validate() error
Validate checks the field values on GetCollectionsListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsListReq) ValidateAll ¶
func (m *GetCollectionsListReq) ValidateAll() error
ValidateAll checks the field values on GetCollectionsListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsListReqMultiError, or nil if none found.
type GetCollectionsListReqMultiError ¶
type GetCollectionsListReqMultiError []error
GetCollectionsListReqMultiError is an error wrapping multiple validation errors returned by GetCollectionsListReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsListReqMultiError) AllErrors ¶
func (m GetCollectionsListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsListReqMultiError) Error ¶
func (m GetCollectionsListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsListReqValidationError ¶
type GetCollectionsListReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsListReqValidationError is the validation error returned by GetCollectionsListReq.Validate if the designated constraints aren't met.
func (GetCollectionsListReqValidationError) Cause ¶
func (e GetCollectionsListReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsListReqValidationError) Error ¶
func (e GetCollectionsListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsListReqValidationError) ErrorName ¶
func (e GetCollectionsListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsListReqValidationError) Field ¶
func (e GetCollectionsListReqValidationError) Field() string
Field function returns field value.
func (GetCollectionsListReqValidationError) Key ¶
func (e GetCollectionsListReqValidationError) Key() bool
Key function returns key value.
func (GetCollectionsListReqValidationError) Reason ¶
func (e GetCollectionsListReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsReply ¶
type GetCollectionsReply struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Auth int32 `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"` Article int32 `protobuf:"varint,3,opt,name=article,proto3" json:"article,omitempty"` Column int32 `protobuf:"varint,4,opt,name=column,proto3" json:"column,omitempty"` Talk int32 `protobuf:"varint,5,opt,name=talk,proto3" json:"talk,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsReply) Descriptor
deprecated
func (*GetCollectionsReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsReply.ProtoReflect.Descriptor instead.
func (*GetCollectionsReply) GetArticle ¶
func (x *GetCollectionsReply) GetArticle() int32
func (*GetCollectionsReply) GetAuth ¶
func (x *GetCollectionsReply) GetAuth() int32
func (*GetCollectionsReply) GetColumn ¶
func (x *GetCollectionsReply) GetColumn() int32
func (*GetCollectionsReply) GetTalk ¶
func (x *GetCollectionsReply) GetTalk() int32
func (*GetCollectionsReply) GetUuid ¶
func (x *GetCollectionsReply) GetUuid() string
func (*GetCollectionsReply) ProtoMessage ¶
func (*GetCollectionsReply) ProtoMessage()
func (*GetCollectionsReply) ProtoReflect ¶
func (x *GetCollectionsReply) ProtoReflect() protoreflect.Message
func (*GetCollectionsReply) Reset ¶
func (x *GetCollectionsReply) Reset()
func (*GetCollectionsReply) String ¶
func (x *GetCollectionsReply) String() string
func (*GetCollectionsReply) Validate ¶
func (m *GetCollectionsReply) Validate() error
Validate checks the field values on GetCollectionsReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsReply) ValidateAll ¶
func (m *GetCollectionsReply) ValidateAll() error
ValidateAll checks the field values on GetCollectionsReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsReplyMultiError, or nil if none found.
type GetCollectionsReplyMultiError ¶
type GetCollectionsReplyMultiError []error
GetCollectionsReplyMultiError is an error wrapping multiple validation errors returned by GetCollectionsReply.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsReplyMultiError) AllErrors ¶
func (m GetCollectionsReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsReplyMultiError) Error ¶
func (m GetCollectionsReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsReplyValidationError ¶
type GetCollectionsReplyValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsReplyValidationError is the validation error returned by GetCollectionsReply.Validate if the designated constraints aren't met.
func (GetCollectionsReplyValidationError) Cause ¶
func (e GetCollectionsReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsReplyValidationError) Error ¶
func (e GetCollectionsReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsReplyValidationError) ErrorName ¶
func (e GetCollectionsReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsReplyValidationError) Field ¶
func (e GetCollectionsReplyValidationError) Field() string
Field function returns field value.
func (GetCollectionsReplyValidationError) Key ¶
func (e GetCollectionsReplyValidationError) Key() bool
Key function returns key value.
func (GetCollectionsReplyValidationError) Reason ¶
func (e GetCollectionsReplyValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsReq ¶
type GetCollectionsReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsReq) Descriptor
deprecated
func (*GetCollectionsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsReq.ProtoReflect.Descriptor instead.
func (*GetCollectionsReq) GetId ¶
func (x *GetCollectionsReq) GetId() int32
func (*GetCollectionsReq) GetUuid ¶
func (x *GetCollectionsReq) GetUuid() string
func (*GetCollectionsReq) ProtoMessage ¶
func (*GetCollectionsReq) ProtoMessage()
func (*GetCollectionsReq) ProtoReflect ¶
func (x *GetCollectionsReq) ProtoReflect() protoreflect.Message
func (*GetCollectionsReq) Reset ¶
func (x *GetCollectionsReq) Reset()
func (*GetCollectionsReq) String ¶
func (x *GetCollectionsReq) String() string
func (*GetCollectionsReq) Validate ¶
func (m *GetCollectionsReq) Validate() error
Validate checks the field values on GetCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsReq) ValidateAll ¶
func (m *GetCollectionsReq) ValidateAll() error
ValidateAll checks the field values on GetCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsReqMultiError, or nil if none found.
type GetCollectionsReqMultiError ¶
type GetCollectionsReqMultiError []error
GetCollectionsReqMultiError is an error wrapping multiple validation errors returned by GetCollectionsReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsReqMultiError) AllErrors ¶
func (m GetCollectionsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsReqMultiError) Error ¶
func (m GetCollectionsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsReqValidationError ¶
type GetCollectionsReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsReqValidationError is the validation error returned by GetCollectionsReq.Validate if the designated constraints aren't met.
func (GetCollectionsReqValidationError) Cause ¶
func (e GetCollectionsReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsReqValidationError) Error ¶
func (e GetCollectionsReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsReqValidationError) ErrorName ¶
func (e GetCollectionsReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsReqValidationError) Field ¶
func (e GetCollectionsReqValidationError) Field() string
Field function returns field value.
func (GetCollectionsReqValidationError) Key ¶
func (e GetCollectionsReqValidationError) Key() bool
Key function returns key value.
func (GetCollectionsReqValidationError) Reason ¶
func (e GetCollectionsReqValidationError) Reason() string
Reason function returns reason value.
type GetCollectionsVisitorCountReq ¶
type GetCollectionsVisitorCountReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsVisitorCountReq) Descriptor
deprecated
func (*GetCollectionsVisitorCountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsVisitorCountReq.ProtoReflect.Descriptor instead.
func (*GetCollectionsVisitorCountReq) GetUuid ¶
func (x *GetCollectionsVisitorCountReq) GetUuid() string
func (*GetCollectionsVisitorCountReq) ProtoMessage ¶
func (*GetCollectionsVisitorCountReq) ProtoMessage()
func (*GetCollectionsVisitorCountReq) ProtoReflect ¶
func (x *GetCollectionsVisitorCountReq) ProtoReflect() protoreflect.Message
func (*GetCollectionsVisitorCountReq) Reset ¶
func (x *GetCollectionsVisitorCountReq) Reset()
func (*GetCollectionsVisitorCountReq) String ¶
func (x *GetCollectionsVisitorCountReq) String() string
func (*GetCollectionsVisitorCountReq) Validate ¶
func (m *GetCollectionsVisitorCountReq) Validate() error
Validate checks the field values on GetCollectionsVisitorCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCollectionsVisitorCountReq) ValidateAll ¶
func (m *GetCollectionsVisitorCountReq) ValidateAll() error
ValidateAll checks the field values on GetCollectionsVisitorCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsVisitorCountReqMultiError, or nil if none found.
type GetCollectionsVisitorCountReqMultiError ¶
type GetCollectionsVisitorCountReqMultiError []error
GetCollectionsVisitorCountReqMultiError is an error wrapping multiple validation errors returned by GetCollectionsVisitorCountReq.ValidateAll() if the designated constraints aren't met.
func (GetCollectionsVisitorCountReqMultiError) AllErrors ¶
func (m GetCollectionsVisitorCountReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCollectionsVisitorCountReqMultiError) Error ¶
func (m GetCollectionsVisitorCountReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCollectionsVisitorCountReqValidationError ¶
type GetCollectionsVisitorCountReqValidationError struct {
// contains filtered or unexported fields
}
GetCollectionsVisitorCountReqValidationError is the validation error returned by GetCollectionsVisitorCountReq.Validate if the designated constraints aren't met.
func (GetCollectionsVisitorCountReqValidationError) Cause ¶
func (e GetCollectionsVisitorCountReqValidationError) Cause() error
Cause function returns cause value.
func (GetCollectionsVisitorCountReqValidationError) Error ¶
func (e GetCollectionsVisitorCountReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCollectionsVisitorCountReqValidationError) ErrorName ¶
func (e GetCollectionsVisitorCountReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCollectionsVisitorCountReqValidationError) Field ¶
func (e GetCollectionsVisitorCountReqValidationError) Field() string
Field function returns field value.
func (GetCollectionsVisitorCountReqValidationError) Key ¶
func (e GetCollectionsVisitorCountReqValidationError) Key() bool
Key function returns key value.
func (GetCollectionsVisitorCountReqValidationError) Reason ¶
func (e GetCollectionsVisitorCountReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnArticleListReq ¶
type GetColumnArticleListReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetColumnArticleListReq) Descriptor
deprecated
func (*GetColumnArticleListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnArticleListReq.ProtoReflect.Descriptor instead.
func (*GetColumnArticleListReq) GetId ¶
func (x *GetColumnArticleListReq) GetId() int32
func (*GetColumnArticleListReq) ProtoMessage ¶
func (*GetColumnArticleListReq) ProtoMessage()
func (*GetColumnArticleListReq) ProtoReflect ¶
func (x *GetColumnArticleListReq) ProtoReflect() protoreflect.Message
func (*GetColumnArticleListReq) Reset ¶
func (x *GetColumnArticleListReq) Reset()
func (*GetColumnArticleListReq) String ¶
func (x *GetColumnArticleListReq) String() string
func (*GetColumnArticleListReq) Validate ¶
func (m *GetColumnArticleListReq) Validate() error
Validate checks the field values on GetColumnArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnArticleListReq) ValidateAll ¶
func (m *GetColumnArticleListReq) ValidateAll() error
ValidateAll checks the field values on GetColumnArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnArticleListReqMultiError, or nil if none found.
type GetColumnArticleListReqMultiError ¶
type GetColumnArticleListReqMultiError []error
GetColumnArticleListReqMultiError is an error wrapping multiple validation errors returned by GetColumnArticleListReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnArticleListReqMultiError) AllErrors ¶
func (m GetColumnArticleListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnArticleListReqMultiError) Error ¶
func (m GetColumnArticleListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnArticleListReqValidationError ¶
type GetColumnArticleListReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnArticleListReqValidationError is the validation error returned by GetColumnArticleListReq.Validate if the designated constraints aren't met.
func (GetColumnArticleListReqValidationError) Cause ¶
func (e GetColumnArticleListReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnArticleListReqValidationError) Error ¶
func (e GetColumnArticleListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnArticleListReqValidationError) ErrorName ¶
func (e GetColumnArticleListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnArticleListReqValidationError) Field ¶
func (e GetColumnArticleListReqValidationError) Field() string
Field function returns field value.
func (GetColumnArticleListReqValidationError) Key ¶
func (e GetColumnArticleListReqValidationError) Key() bool
Key function returns key value.
func (GetColumnArticleListReqValidationError) Reason ¶
func (e GetColumnArticleListReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnContentReviewReply ¶
type GetColumnContentReviewReply struct { Review []*GetColumnContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetColumnContentReviewReply) Descriptor
deprecated
func (*GetColumnContentReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnContentReviewReply.ProtoReflect.Descriptor instead.
func (*GetColumnContentReviewReply) GetReview ¶
func (x *GetColumnContentReviewReply) GetReview() []*GetColumnContentReviewReply_Review
func (*GetColumnContentReviewReply) ProtoMessage ¶
func (*GetColumnContentReviewReply) ProtoMessage()
func (*GetColumnContentReviewReply) ProtoReflect ¶
func (x *GetColumnContentReviewReply) ProtoReflect() protoreflect.Message
func (*GetColumnContentReviewReply) Reset ¶
func (x *GetColumnContentReviewReply) Reset()
func (*GetColumnContentReviewReply) String ¶
func (x *GetColumnContentReviewReply) String() string
func (*GetColumnContentReviewReply) Validate ¶
func (m *GetColumnContentReviewReply) Validate() error
Validate checks the field values on GetColumnContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnContentReviewReply) ValidateAll ¶
func (m *GetColumnContentReviewReply) ValidateAll() error
ValidateAll checks the field values on GetColumnContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnContentReviewReplyMultiError, or nil if none found.
type GetColumnContentReviewReplyMultiError ¶
type GetColumnContentReviewReplyMultiError []error
GetColumnContentReviewReplyMultiError is an error wrapping multiple validation errors returned by GetColumnContentReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnContentReviewReplyMultiError) AllErrors ¶
func (m GetColumnContentReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnContentReviewReplyMultiError) Error ¶
func (m GetColumnContentReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnContentReviewReplyValidationError ¶
type GetColumnContentReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnContentReviewReplyValidationError is the validation error returned by GetColumnContentReviewReply.Validate if the designated constraints aren't met.
func (GetColumnContentReviewReplyValidationError) Cause ¶
func (e GetColumnContentReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnContentReviewReplyValidationError) Error ¶
func (e GetColumnContentReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnContentReviewReplyValidationError) ErrorName ¶
func (e GetColumnContentReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnContentReviewReplyValidationError) Field ¶
func (e GetColumnContentReviewReplyValidationError) Field() string
Field function returns field value.
func (GetColumnContentReviewReplyValidationError) Key ¶
func (e GetColumnContentReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnContentReviewReplyValidationError) Reason ¶
func (e GetColumnContentReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnContentReviewReply_Review ¶
type GetColumnContentReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Label string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"` Section string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"` // contains filtered or unexported fields }
func (*GetColumnContentReviewReply_Review) Descriptor
deprecated
func (*GetColumnContentReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnContentReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetColumnContentReviewReply_Review) GetCreateAt ¶
func (x *GetColumnContentReviewReply_Review) GetCreateAt() string
func (*GetColumnContentReviewReply_Review) GetCreationId ¶
func (x *GetColumnContentReviewReply_Review) GetCreationId() int32
func (*GetColumnContentReviewReply_Review) GetId ¶
func (x *GetColumnContentReviewReply_Review) GetId() int32
func (*GetColumnContentReviewReply_Review) GetJobId ¶
func (x *GetColumnContentReviewReply_Review) GetJobId() string
func (*GetColumnContentReviewReply_Review) GetKind ¶
func (x *GetColumnContentReviewReply_Review) GetKind() string
func (*GetColumnContentReviewReply_Review) GetLabel ¶
func (x *GetColumnContentReviewReply_Review) GetLabel() string
func (*GetColumnContentReviewReply_Review) GetResult ¶
func (x *GetColumnContentReviewReply_Review) GetResult() int32
func (*GetColumnContentReviewReply_Review) GetSection ¶
func (x *GetColumnContentReviewReply_Review) GetSection() string
func (*GetColumnContentReviewReply_Review) GetTitle ¶
func (x *GetColumnContentReviewReply_Review) GetTitle() string
func (*GetColumnContentReviewReply_Review) GetUuid ¶
func (x *GetColumnContentReviewReply_Review) GetUuid() string
func (*GetColumnContentReviewReply_Review) ProtoMessage ¶
func (*GetColumnContentReviewReply_Review) ProtoMessage()
func (*GetColumnContentReviewReply_Review) ProtoReflect ¶
func (x *GetColumnContentReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetColumnContentReviewReply_Review) Reset ¶
func (x *GetColumnContentReviewReply_Review) Reset()
func (*GetColumnContentReviewReply_Review) String ¶
func (x *GetColumnContentReviewReply_Review) String() string
func (*GetColumnContentReviewReply_Review) Validate ¶
func (m *GetColumnContentReviewReply_Review) Validate() error
Validate checks the field values on GetColumnContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnContentReviewReply_Review) ValidateAll ¶
func (m *GetColumnContentReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetColumnContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnContentReviewReply_ReviewMultiError, or nil if none found.
type GetColumnContentReviewReply_ReviewMultiError ¶
type GetColumnContentReviewReply_ReviewMultiError []error
GetColumnContentReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetColumnContentReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetColumnContentReviewReply_ReviewMultiError) AllErrors ¶
func (m GetColumnContentReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnContentReviewReply_ReviewMultiError) Error ¶
func (m GetColumnContentReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnContentReviewReply_ReviewValidationError ¶
type GetColumnContentReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetColumnContentReviewReply_ReviewValidationError is the validation error returned by GetColumnContentReviewReply_Review.Validate if the designated constraints aren't met.
func (GetColumnContentReviewReply_ReviewValidationError) Cause ¶
func (e GetColumnContentReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetColumnContentReviewReply_ReviewValidationError) Error ¶
func (e GetColumnContentReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnContentReviewReply_ReviewValidationError) ErrorName ¶
func (e GetColumnContentReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnContentReviewReply_ReviewValidationError) Field ¶
func (e GetColumnContentReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetColumnContentReviewReply_ReviewValidationError) Key ¶
func (e GetColumnContentReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetColumnContentReviewReply_ReviewValidationError) Reason ¶
func (e GetColumnContentReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetColumnContentReviewReq ¶
type GetColumnContentReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetColumnContentReviewReq) Descriptor
deprecated
func (*GetColumnContentReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnContentReviewReq.ProtoReflect.Descriptor instead.
func (*GetColumnContentReviewReq) GetPage ¶
func (x *GetColumnContentReviewReq) GetPage() int32
func (*GetColumnContentReviewReq) ProtoMessage ¶
func (*GetColumnContentReviewReq) ProtoMessage()
func (*GetColumnContentReviewReq) ProtoReflect ¶
func (x *GetColumnContentReviewReq) ProtoReflect() protoreflect.Message
func (*GetColumnContentReviewReq) Reset ¶
func (x *GetColumnContentReviewReq) Reset()
func (*GetColumnContentReviewReq) String ¶
func (x *GetColumnContentReviewReq) String() string
func (*GetColumnContentReviewReq) Validate ¶
func (m *GetColumnContentReviewReq) Validate() error
Validate checks the field values on GetColumnContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnContentReviewReq) ValidateAll ¶
func (m *GetColumnContentReviewReq) ValidateAll() error
ValidateAll checks the field values on GetColumnContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnContentReviewReqMultiError, or nil if none found.
type GetColumnContentReviewReqMultiError ¶
type GetColumnContentReviewReqMultiError []error
GetColumnContentReviewReqMultiError is an error wrapping multiple validation errors returned by GetColumnContentReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnContentReviewReqMultiError) AllErrors ¶
func (m GetColumnContentReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnContentReviewReqMultiError) Error ¶
func (m GetColumnContentReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnContentReviewReqValidationError ¶
type GetColumnContentReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnContentReviewReqValidationError is the validation error returned by GetColumnContentReviewReq.Validate if the designated constraints aren't met.
func (GetColumnContentReviewReqValidationError) Cause ¶
func (e GetColumnContentReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnContentReviewReqValidationError) Error ¶
func (e GetColumnContentReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnContentReviewReqValidationError) ErrorName ¶
func (e GetColumnContentReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnContentReviewReqValidationError) Field ¶
func (e GetColumnContentReviewReqValidationError) Field() string
Field function returns field value.
func (GetColumnContentReviewReqValidationError) Key ¶
func (e GetColumnContentReviewReqValidationError) Key() bool
Key function returns key value.
func (GetColumnContentReviewReqValidationError) Reason ¶
func (e GetColumnContentReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnCountReply ¶
type GetColumnCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetColumnCountReply) Descriptor
deprecated
func (*GetColumnCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnCountReply.ProtoReflect.Descriptor instead.
func (*GetColumnCountReply) GetCount ¶
func (x *GetColumnCountReply) GetCount() int32
func (*GetColumnCountReply) ProtoMessage ¶
func (*GetColumnCountReply) ProtoMessage()
func (*GetColumnCountReply) ProtoReflect ¶
func (x *GetColumnCountReply) ProtoReflect() protoreflect.Message
func (*GetColumnCountReply) Reset ¶
func (x *GetColumnCountReply) Reset()
func (*GetColumnCountReply) String ¶
func (x *GetColumnCountReply) String() string
func (*GetColumnCountReply) Validate ¶
func (m *GetColumnCountReply) Validate() error
Validate checks the field values on GetColumnCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnCountReply) ValidateAll ¶
func (m *GetColumnCountReply) ValidateAll() error
ValidateAll checks the field values on GetColumnCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnCountReplyMultiError, or nil if none found.
type GetColumnCountReplyMultiError ¶
type GetColumnCountReplyMultiError []error
GetColumnCountReplyMultiError is an error wrapping multiple validation errors returned by GetColumnCountReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnCountReplyMultiError) AllErrors ¶
func (m GetColumnCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnCountReplyMultiError) Error ¶
func (m GetColumnCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnCountReplyValidationError ¶
type GetColumnCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnCountReplyValidationError is the validation error returned by GetColumnCountReply.Validate if the designated constraints aren't met.
func (GetColumnCountReplyValidationError) Cause ¶
func (e GetColumnCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnCountReplyValidationError) Error ¶
func (e GetColumnCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnCountReplyValidationError) ErrorName ¶
func (e GetColumnCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnCountReplyValidationError) Field ¶
func (e GetColumnCountReplyValidationError) Field() string
Field function returns field value.
func (GetColumnCountReplyValidationError) Key ¶
func (e GetColumnCountReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnCountReplyValidationError) Reason ¶
func (e GetColumnCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnCountVisitorReq ¶
type GetColumnCountVisitorReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetColumnCountVisitorReq) Descriptor
deprecated
func (*GetColumnCountVisitorReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnCountVisitorReq.ProtoReflect.Descriptor instead.
func (*GetColumnCountVisitorReq) GetUuid ¶
func (x *GetColumnCountVisitorReq) GetUuid() string
func (*GetColumnCountVisitorReq) ProtoMessage ¶
func (*GetColumnCountVisitorReq) ProtoMessage()
func (*GetColumnCountVisitorReq) ProtoReflect ¶
func (x *GetColumnCountVisitorReq) ProtoReflect() protoreflect.Message
func (*GetColumnCountVisitorReq) Reset ¶
func (x *GetColumnCountVisitorReq) Reset()
func (*GetColumnCountVisitorReq) String ¶
func (x *GetColumnCountVisitorReq) String() string
func (*GetColumnCountVisitorReq) Validate ¶
func (m *GetColumnCountVisitorReq) Validate() error
Validate checks the field values on GetColumnCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnCountVisitorReq) ValidateAll ¶
func (m *GetColumnCountVisitorReq) ValidateAll() error
ValidateAll checks the field values on GetColumnCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnCountVisitorReqMultiError, or nil if none found.
type GetColumnCountVisitorReqMultiError ¶
type GetColumnCountVisitorReqMultiError []error
GetColumnCountVisitorReqMultiError is an error wrapping multiple validation errors returned by GetColumnCountVisitorReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnCountVisitorReqMultiError) AllErrors ¶
func (m GetColumnCountVisitorReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnCountVisitorReqMultiError) Error ¶
func (m GetColumnCountVisitorReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnCountVisitorReqValidationError ¶
type GetColumnCountVisitorReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnCountVisitorReqValidationError is the validation error returned by GetColumnCountVisitorReq.Validate if the designated constraints aren't met.
func (GetColumnCountVisitorReqValidationError) Cause ¶
func (e GetColumnCountVisitorReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnCountVisitorReqValidationError) Error ¶
func (e GetColumnCountVisitorReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnCountVisitorReqValidationError) ErrorName ¶
func (e GetColumnCountVisitorReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnCountVisitorReqValidationError) Field ¶
func (e GetColumnCountVisitorReqValidationError) Field() string
Field function returns field value.
func (GetColumnCountVisitorReqValidationError) Key ¶
func (e GetColumnCountVisitorReqValidationError) Key() bool
Key function returns key value.
func (GetColumnCountVisitorReqValidationError) Reason ¶
func (e GetColumnCountVisitorReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnImageReviewReply ¶
type GetColumnImageReviewReply struct { Review []*GetColumnImageReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetColumnImageReviewReply) Descriptor
deprecated
func (*GetColumnImageReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnImageReviewReply.ProtoReflect.Descriptor instead.
func (*GetColumnImageReviewReply) GetReview ¶
func (x *GetColumnImageReviewReply) GetReview() []*GetColumnImageReviewReply_Review
func (*GetColumnImageReviewReply) ProtoMessage ¶
func (*GetColumnImageReviewReply) ProtoMessage()
func (*GetColumnImageReviewReply) ProtoReflect ¶
func (x *GetColumnImageReviewReply) ProtoReflect() protoreflect.Message
func (*GetColumnImageReviewReply) Reset ¶
func (x *GetColumnImageReviewReply) Reset()
func (*GetColumnImageReviewReply) String ¶
func (x *GetColumnImageReviewReply) String() string
func (*GetColumnImageReviewReply) Validate ¶
func (m *GetColumnImageReviewReply) Validate() error
Validate checks the field values on GetColumnImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnImageReviewReply) ValidateAll ¶
func (m *GetColumnImageReviewReply) ValidateAll() error
ValidateAll checks the field values on GetColumnImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnImageReviewReplyMultiError, or nil if none found.
type GetColumnImageReviewReplyMultiError ¶
type GetColumnImageReviewReplyMultiError []error
GetColumnImageReviewReplyMultiError is an error wrapping multiple validation errors returned by GetColumnImageReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnImageReviewReplyMultiError) AllErrors ¶
func (m GetColumnImageReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnImageReviewReplyMultiError) Error ¶
func (m GetColumnImageReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnImageReviewReplyValidationError ¶
type GetColumnImageReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnImageReviewReplyValidationError is the validation error returned by GetColumnImageReviewReply.Validate if the designated constraints aren't met.
func (GetColumnImageReviewReplyValidationError) Cause ¶
func (e GetColumnImageReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnImageReviewReplyValidationError) Error ¶
func (e GetColumnImageReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnImageReviewReplyValidationError) ErrorName ¶
func (e GetColumnImageReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnImageReviewReplyValidationError) Field ¶
func (e GetColumnImageReviewReplyValidationError) Field() string
Field function returns field value.
func (GetColumnImageReviewReplyValidationError) Key ¶
func (e GetColumnImageReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnImageReviewReplyValidationError) Reason ¶
func (e GetColumnImageReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnImageReviewReply_Review ¶
type GetColumnImageReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` Uid string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Url string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"` Label string `protobuf:"bytes,9,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,10,opt,name=result,proto3" json:"result,omitempty"` Score int32 `protobuf:"varint,11,opt,name=score,proto3" json:"score,omitempty"` Category string `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty"` SubLabel string `protobuf:"bytes,13,opt,name=subLabel,proto3" json:"subLabel,omitempty"` // contains filtered or unexported fields }
func (*GetColumnImageReviewReply_Review) Descriptor
deprecated
func (*GetColumnImageReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnImageReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetColumnImageReviewReply_Review) GetCategory ¶
func (x *GetColumnImageReviewReply_Review) GetCategory() string
func (*GetColumnImageReviewReply_Review) GetCreateAt ¶
func (x *GetColumnImageReviewReply_Review) GetCreateAt() string
func (*GetColumnImageReviewReply_Review) GetCreationId ¶
func (x *GetColumnImageReviewReply_Review) GetCreationId() int32
func (*GetColumnImageReviewReply_Review) GetId ¶
func (x *GetColumnImageReviewReply_Review) GetId() int32
func (*GetColumnImageReviewReply_Review) GetJobId ¶
func (x *GetColumnImageReviewReply_Review) GetJobId() string
func (*GetColumnImageReviewReply_Review) GetKind ¶
func (x *GetColumnImageReviewReply_Review) GetKind() string
func (*GetColumnImageReviewReply_Review) GetLabel ¶
func (x *GetColumnImageReviewReply_Review) GetLabel() string
func (*GetColumnImageReviewReply_Review) GetResult ¶
func (x *GetColumnImageReviewReply_Review) GetResult() int32
func (*GetColumnImageReviewReply_Review) GetScore ¶
func (x *GetColumnImageReviewReply_Review) GetScore() int32
func (*GetColumnImageReviewReply_Review) GetSubLabel ¶
func (x *GetColumnImageReviewReply_Review) GetSubLabel() string
func (*GetColumnImageReviewReply_Review) GetUid ¶
func (x *GetColumnImageReviewReply_Review) GetUid() string
func (*GetColumnImageReviewReply_Review) GetUrl ¶
func (x *GetColumnImageReviewReply_Review) GetUrl() string
func (*GetColumnImageReviewReply_Review) GetUuid ¶
func (x *GetColumnImageReviewReply_Review) GetUuid() string
func (*GetColumnImageReviewReply_Review) ProtoMessage ¶
func (*GetColumnImageReviewReply_Review) ProtoMessage()
func (*GetColumnImageReviewReply_Review) ProtoReflect ¶
func (x *GetColumnImageReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetColumnImageReviewReply_Review) Reset ¶
func (x *GetColumnImageReviewReply_Review) Reset()
func (*GetColumnImageReviewReply_Review) String ¶
func (x *GetColumnImageReviewReply_Review) String() string
func (*GetColumnImageReviewReply_Review) Validate ¶
func (m *GetColumnImageReviewReply_Review) Validate() error
Validate checks the field values on GetColumnImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnImageReviewReply_Review) ValidateAll ¶
func (m *GetColumnImageReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetColumnImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnImageReviewReply_ReviewMultiError, or nil if none found.
type GetColumnImageReviewReply_ReviewMultiError ¶
type GetColumnImageReviewReply_ReviewMultiError []error
GetColumnImageReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetColumnImageReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetColumnImageReviewReply_ReviewMultiError) AllErrors ¶
func (m GetColumnImageReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnImageReviewReply_ReviewMultiError) Error ¶
func (m GetColumnImageReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnImageReviewReply_ReviewValidationError ¶
type GetColumnImageReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetColumnImageReviewReply_ReviewValidationError is the validation error returned by GetColumnImageReviewReply_Review.Validate if the designated constraints aren't met.
func (GetColumnImageReviewReply_ReviewValidationError) Cause ¶
func (e GetColumnImageReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetColumnImageReviewReply_ReviewValidationError) Error ¶
func (e GetColumnImageReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnImageReviewReply_ReviewValidationError) ErrorName ¶
func (e GetColumnImageReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnImageReviewReply_ReviewValidationError) Field ¶
func (e GetColumnImageReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetColumnImageReviewReply_ReviewValidationError) Key ¶
func (e GetColumnImageReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetColumnImageReviewReply_ReviewValidationError) Reason ¶
func (e GetColumnImageReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetColumnImageReviewReq ¶
type GetColumnImageReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetColumnImageReviewReq) Descriptor
deprecated
func (*GetColumnImageReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnImageReviewReq.ProtoReflect.Descriptor instead.
func (*GetColumnImageReviewReq) GetPage ¶
func (x *GetColumnImageReviewReq) GetPage() int32
func (*GetColumnImageReviewReq) ProtoMessage ¶
func (*GetColumnImageReviewReq) ProtoMessage()
func (*GetColumnImageReviewReq) ProtoReflect ¶
func (x *GetColumnImageReviewReq) ProtoReflect() protoreflect.Message
func (*GetColumnImageReviewReq) Reset ¶
func (x *GetColumnImageReviewReq) Reset()
func (*GetColumnImageReviewReq) String ¶
func (x *GetColumnImageReviewReq) String() string
func (*GetColumnImageReviewReq) Validate ¶
func (m *GetColumnImageReviewReq) Validate() error
Validate checks the field values on GetColumnImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnImageReviewReq) ValidateAll ¶
func (m *GetColumnImageReviewReq) ValidateAll() error
ValidateAll checks the field values on GetColumnImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnImageReviewReqMultiError, or nil if none found.
type GetColumnImageReviewReqMultiError ¶
type GetColumnImageReviewReqMultiError []error
GetColumnImageReviewReqMultiError is an error wrapping multiple validation errors returned by GetColumnImageReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnImageReviewReqMultiError) AllErrors ¶
func (m GetColumnImageReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnImageReviewReqMultiError) Error ¶
func (m GetColumnImageReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnImageReviewReqValidationError ¶
type GetColumnImageReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnImageReviewReqValidationError is the validation error returned by GetColumnImageReviewReq.Validate if the designated constraints aren't met.
func (GetColumnImageReviewReqValidationError) Cause ¶
func (e GetColumnImageReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnImageReviewReqValidationError) Error ¶
func (e GetColumnImageReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnImageReviewReqValidationError) ErrorName ¶
func (e GetColumnImageReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnImageReviewReqValidationError) Field ¶
func (e GetColumnImageReviewReqValidationError) Field() string
Field function returns field value.
func (GetColumnImageReviewReqValidationError) Key ¶
func (e GetColumnImageReviewReqValidationError) Key() bool
Key function returns key value.
func (GetColumnImageReviewReqValidationError) Reason ¶
func (e GetColumnImageReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnListHotReply ¶
type GetColumnListHotReply struct { Column []*GetColumnListHotReply_Column `protobuf:"bytes,1,rep,name=column,proto3" json:"column,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListHotReply) Descriptor
deprecated
func (*GetColumnListHotReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListHotReply.ProtoReflect.Descriptor instead.
func (*GetColumnListHotReply) GetColumn ¶
func (x *GetColumnListHotReply) GetColumn() []*GetColumnListHotReply_Column
func (*GetColumnListHotReply) ProtoMessage ¶
func (*GetColumnListHotReply) ProtoMessage()
func (*GetColumnListHotReply) ProtoReflect ¶
func (x *GetColumnListHotReply) ProtoReflect() protoreflect.Message
func (*GetColumnListHotReply) Reset ¶
func (x *GetColumnListHotReply) Reset()
func (*GetColumnListHotReply) String ¶
func (x *GetColumnListHotReply) String() string
func (*GetColumnListHotReply) Validate ¶
func (m *GetColumnListHotReply) Validate() error
Validate checks the field values on GetColumnListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListHotReply) ValidateAll ¶
func (m *GetColumnListHotReply) ValidateAll() error
ValidateAll checks the field values on GetColumnListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListHotReplyMultiError, or nil if none found.
type GetColumnListHotReplyMultiError ¶
type GetColumnListHotReplyMultiError []error
GetColumnListHotReplyMultiError is an error wrapping multiple validation errors returned by GetColumnListHotReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnListHotReplyMultiError) AllErrors ¶
func (m GetColumnListHotReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListHotReplyMultiError) Error ¶
func (m GetColumnListHotReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListHotReplyValidationError ¶
type GetColumnListHotReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnListHotReplyValidationError is the validation error returned by GetColumnListHotReply.Validate if the designated constraints aren't met.
func (GetColumnListHotReplyValidationError) Cause ¶
func (e GetColumnListHotReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListHotReplyValidationError) Error ¶
func (e GetColumnListHotReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListHotReplyValidationError) ErrorName ¶
func (e GetColumnListHotReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListHotReplyValidationError) Field ¶
func (e GetColumnListHotReplyValidationError) Field() string
Field function returns field value.
func (GetColumnListHotReplyValidationError) Key ¶
func (e GetColumnListHotReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnListHotReplyValidationError) Reason ¶
func (e GetColumnListHotReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnListHotReply_Column ¶
type GetColumnListHotReply_Column struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListHotReply_Column) Descriptor
deprecated
func (*GetColumnListHotReply_Column) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListHotReply_Column.ProtoReflect.Descriptor instead.
func (*GetColumnListHotReply_Column) GetAgree ¶
func (x *GetColumnListHotReply_Column) GetAgree() int32
func (*GetColumnListHotReply_Column) GetCollect ¶
func (x *GetColumnListHotReply_Column) GetCollect() int32
func (*GetColumnListHotReply_Column) GetId ¶
func (x *GetColumnListHotReply_Column) GetId() int32
func (*GetColumnListHotReply_Column) GetUuid ¶
func (x *GetColumnListHotReply_Column) GetUuid() string
func (*GetColumnListHotReply_Column) GetView ¶
func (x *GetColumnListHotReply_Column) GetView() int32
func (*GetColumnListHotReply_Column) ProtoMessage ¶
func (*GetColumnListHotReply_Column) ProtoMessage()
func (*GetColumnListHotReply_Column) ProtoReflect ¶
func (x *GetColumnListHotReply_Column) ProtoReflect() protoreflect.Message
func (*GetColumnListHotReply_Column) Reset ¶
func (x *GetColumnListHotReply_Column) Reset()
func (*GetColumnListHotReply_Column) String ¶
func (x *GetColumnListHotReply_Column) String() string
func (*GetColumnListHotReply_Column) Validate ¶
func (m *GetColumnListHotReply_Column) Validate() error
Validate checks the field values on GetColumnListHotReply_Column with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListHotReply_Column) ValidateAll ¶
func (m *GetColumnListHotReply_Column) ValidateAll() error
ValidateAll checks the field values on GetColumnListHotReply_Column with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListHotReply_ColumnMultiError, or nil if none found.
type GetColumnListHotReply_ColumnMultiError ¶
type GetColumnListHotReply_ColumnMultiError []error
GetColumnListHotReply_ColumnMultiError is an error wrapping multiple validation errors returned by GetColumnListHotReply_Column.ValidateAll() if the designated constraints aren't met.
func (GetColumnListHotReply_ColumnMultiError) AllErrors ¶
func (m GetColumnListHotReply_ColumnMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListHotReply_ColumnMultiError) Error ¶
func (m GetColumnListHotReply_ColumnMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListHotReply_ColumnValidationError ¶
type GetColumnListHotReply_ColumnValidationError struct {
// contains filtered or unexported fields
}
GetColumnListHotReply_ColumnValidationError is the validation error returned by GetColumnListHotReply_Column.Validate if the designated constraints aren't met.
func (GetColumnListHotReply_ColumnValidationError) Cause ¶
func (e GetColumnListHotReply_ColumnValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListHotReply_ColumnValidationError) Error ¶
func (e GetColumnListHotReply_ColumnValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListHotReply_ColumnValidationError) ErrorName ¶
func (e GetColumnListHotReply_ColumnValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListHotReply_ColumnValidationError) Field ¶
func (e GetColumnListHotReply_ColumnValidationError) Field() string
Field function returns field value.
func (GetColumnListHotReply_ColumnValidationError) Key ¶
func (e GetColumnListHotReply_ColumnValidationError) Key() bool
Key function returns key value.
func (GetColumnListHotReply_ColumnValidationError) Reason ¶
func (e GetColumnListHotReply_ColumnValidationError) Reason() string
Reason function returns reason value.
type GetColumnListHotReq ¶
type GetColumnListHotReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListHotReq) Descriptor
deprecated
func (*GetColumnListHotReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListHotReq.ProtoReflect.Descriptor instead.
func (*GetColumnListHotReq) GetPage ¶
func (x *GetColumnListHotReq) GetPage() int32
func (*GetColumnListHotReq) ProtoMessage ¶
func (*GetColumnListHotReq) ProtoMessage()
func (*GetColumnListHotReq) ProtoReflect ¶
func (x *GetColumnListHotReq) ProtoReflect() protoreflect.Message
func (*GetColumnListHotReq) Reset ¶
func (x *GetColumnListHotReq) Reset()
func (*GetColumnListHotReq) String ¶
func (x *GetColumnListHotReq) String() string
func (*GetColumnListHotReq) Validate ¶
func (m *GetColumnListHotReq) Validate() error
Validate checks the field values on GetColumnListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListHotReq) ValidateAll ¶
func (m *GetColumnListHotReq) ValidateAll() error
ValidateAll checks the field values on GetColumnListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListHotReqMultiError, or nil if none found.
type GetColumnListHotReqMultiError ¶
type GetColumnListHotReqMultiError []error
GetColumnListHotReqMultiError is an error wrapping multiple validation errors returned by GetColumnListHotReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnListHotReqMultiError) AllErrors ¶
func (m GetColumnListHotReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListHotReqMultiError) Error ¶
func (m GetColumnListHotReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListHotReqValidationError ¶
type GetColumnListHotReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnListHotReqValidationError is the validation error returned by GetColumnListHotReq.Validate if the designated constraints aren't met.
func (GetColumnListHotReqValidationError) Cause ¶
func (e GetColumnListHotReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListHotReqValidationError) Error ¶
func (e GetColumnListHotReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListHotReqValidationError) ErrorName ¶
func (e GetColumnListHotReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListHotReqValidationError) Field ¶
func (e GetColumnListHotReqValidationError) Field() string
Field function returns field value.
func (GetColumnListHotReqValidationError) Key ¶
func (e GetColumnListHotReqValidationError) Key() bool
Key function returns key value.
func (GetColumnListHotReqValidationError) Reason ¶
func (e GetColumnListHotReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnListReply ¶
type GetColumnListReply struct { Column []*GetColumnListReply_Column `protobuf:"bytes,1,rep,name=column,proto3" json:"column,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListReply) Descriptor
deprecated
func (*GetColumnListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListReply.ProtoReflect.Descriptor instead.
func (*GetColumnListReply) GetColumn ¶
func (x *GetColumnListReply) GetColumn() []*GetColumnListReply_Column
func (*GetColumnListReply) ProtoMessage ¶
func (*GetColumnListReply) ProtoMessage()
func (*GetColumnListReply) ProtoReflect ¶
func (x *GetColumnListReply) ProtoReflect() protoreflect.Message
func (*GetColumnListReply) Reset ¶
func (x *GetColumnListReply) Reset()
func (*GetColumnListReply) String ¶
func (x *GetColumnListReply) String() string
func (*GetColumnListReply) Validate ¶
func (m *GetColumnListReply) Validate() error
Validate checks the field values on GetColumnListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListReply) ValidateAll ¶
func (m *GetColumnListReply) ValidateAll() error
ValidateAll checks the field values on GetColumnListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListReplyMultiError, or nil if none found.
type GetColumnListReplyMultiError ¶
type GetColumnListReplyMultiError []error
GetColumnListReplyMultiError is an error wrapping multiple validation errors returned by GetColumnListReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnListReplyMultiError) AllErrors ¶
func (m GetColumnListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListReplyMultiError) Error ¶
func (m GetColumnListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListReplyValidationError ¶
type GetColumnListReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnListReplyValidationError is the validation error returned by GetColumnListReply.Validate if the designated constraints aren't met.
func (GetColumnListReplyValidationError) Cause ¶
func (e GetColumnListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListReplyValidationError) Error ¶
func (e GetColumnListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListReplyValidationError) ErrorName ¶
func (e GetColumnListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListReplyValidationError) Field ¶
func (e GetColumnListReplyValidationError) Field() string
Field function returns field value.
func (GetColumnListReplyValidationError) Key ¶
func (e GetColumnListReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnListReplyValidationError) Reason ¶
func (e GetColumnListReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnListReply_Column ¶
type GetColumnListReply_Column struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListReply_Column) Descriptor
deprecated
func (*GetColumnListReply_Column) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListReply_Column.ProtoReflect.Descriptor instead.
func (*GetColumnListReply_Column) GetAgree ¶
func (x *GetColumnListReply_Column) GetAgree() int32
func (*GetColumnListReply_Column) GetCollect ¶
func (x *GetColumnListReply_Column) GetCollect() int32
func (*GetColumnListReply_Column) GetId ¶
func (x *GetColumnListReply_Column) GetId() int32
func (*GetColumnListReply_Column) GetUuid ¶
func (x *GetColumnListReply_Column) GetUuid() string
func (*GetColumnListReply_Column) GetView ¶
func (x *GetColumnListReply_Column) GetView() int32
func (*GetColumnListReply_Column) ProtoMessage ¶
func (*GetColumnListReply_Column) ProtoMessage()
func (*GetColumnListReply_Column) ProtoReflect ¶
func (x *GetColumnListReply_Column) ProtoReflect() protoreflect.Message
func (*GetColumnListReply_Column) Reset ¶
func (x *GetColumnListReply_Column) Reset()
func (*GetColumnListReply_Column) String ¶
func (x *GetColumnListReply_Column) String() string
func (*GetColumnListReply_Column) Validate ¶
func (m *GetColumnListReply_Column) Validate() error
Validate checks the field values on GetColumnListReply_Column with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListReply_Column) ValidateAll ¶
func (m *GetColumnListReply_Column) ValidateAll() error
ValidateAll checks the field values on GetColumnListReply_Column with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListReply_ColumnMultiError, or nil if none found.
type GetColumnListReply_ColumnMultiError ¶
type GetColumnListReply_ColumnMultiError []error
GetColumnListReply_ColumnMultiError is an error wrapping multiple validation errors returned by GetColumnListReply_Column.ValidateAll() if the designated constraints aren't met.
func (GetColumnListReply_ColumnMultiError) AllErrors ¶
func (m GetColumnListReply_ColumnMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListReply_ColumnMultiError) Error ¶
func (m GetColumnListReply_ColumnMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListReply_ColumnValidationError ¶
type GetColumnListReply_ColumnValidationError struct {
// contains filtered or unexported fields
}
GetColumnListReply_ColumnValidationError is the validation error returned by GetColumnListReply_Column.Validate if the designated constraints aren't met.
func (GetColumnListReply_ColumnValidationError) Cause ¶
func (e GetColumnListReply_ColumnValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListReply_ColumnValidationError) Error ¶
func (e GetColumnListReply_ColumnValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListReply_ColumnValidationError) ErrorName ¶
func (e GetColumnListReply_ColumnValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListReply_ColumnValidationError) Field ¶
func (e GetColumnListReply_ColumnValidationError) Field() string
Field function returns field value.
func (GetColumnListReply_ColumnValidationError) Key ¶
func (e GetColumnListReply_ColumnValidationError) Key() bool
Key function returns key value.
func (GetColumnListReply_ColumnValidationError) Reason ¶
func (e GetColumnListReply_ColumnValidationError) Reason() string
Reason function returns reason value.
type GetColumnListReq ¶
type GetColumnListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListReq) Descriptor
deprecated
func (*GetColumnListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListReq.ProtoReflect.Descriptor instead.
func (*GetColumnListReq) GetPage ¶
func (x *GetColumnListReq) GetPage() int32
func (*GetColumnListReq) ProtoMessage ¶
func (*GetColumnListReq) ProtoMessage()
func (*GetColumnListReq) ProtoReflect ¶
func (x *GetColumnListReq) ProtoReflect() protoreflect.Message
func (*GetColumnListReq) Reset ¶
func (x *GetColumnListReq) Reset()
func (*GetColumnListReq) String ¶
func (x *GetColumnListReq) String() string
func (*GetColumnListReq) Validate ¶
func (m *GetColumnListReq) Validate() error
Validate checks the field values on GetColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListReq) ValidateAll ¶
func (m *GetColumnListReq) ValidateAll() error
ValidateAll checks the field values on GetColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListReqMultiError, or nil if none found.
type GetColumnListReqMultiError ¶
type GetColumnListReqMultiError []error
GetColumnListReqMultiError is an error wrapping multiple validation errors returned by GetColumnListReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnListReqMultiError) AllErrors ¶
func (m GetColumnListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListReqMultiError) Error ¶
func (m GetColumnListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListReqValidationError ¶
type GetColumnListReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnListReqValidationError is the validation error returned by GetColumnListReq.Validate if the designated constraints aren't met.
func (GetColumnListReqValidationError) Cause ¶
func (e GetColumnListReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListReqValidationError) Error ¶
func (e GetColumnListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListReqValidationError) ErrorName ¶
func (e GetColumnListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListReqValidationError) Field ¶
func (e GetColumnListReqValidationError) Field() string
Field function returns field value.
func (GetColumnListReqValidationError) Key ¶
func (e GetColumnListReqValidationError) Key() bool
Key function returns key value.
func (GetColumnListReqValidationError) Reason ¶
func (e GetColumnListReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnListStatisticReply ¶
type GetColumnListStatisticReply struct { Count []*GetColumnListStatisticReply_Count `protobuf:"bytes,1,rep,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListStatisticReply) Descriptor
deprecated
func (*GetColumnListStatisticReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListStatisticReply.ProtoReflect.Descriptor instead.
func (*GetColumnListStatisticReply) GetCount ¶
func (x *GetColumnListStatisticReply) GetCount() []*GetColumnListStatisticReply_Count
func (*GetColumnListStatisticReply) ProtoMessage ¶
func (*GetColumnListStatisticReply) ProtoMessage()
func (*GetColumnListStatisticReply) ProtoReflect ¶
func (x *GetColumnListStatisticReply) ProtoReflect() protoreflect.Message
func (*GetColumnListStatisticReply) Reset ¶
func (x *GetColumnListStatisticReply) Reset()
func (*GetColumnListStatisticReply) String ¶
func (x *GetColumnListStatisticReply) String() string
func (*GetColumnListStatisticReply) Validate ¶
func (m *GetColumnListStatisticReply) Validate() error
Validate checks the field values on GetColumnListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListStatisticReply) ValidateAll ¶
func (m *GetColumnListStatisticReply) ValidateAll() error
ValidateAll checks the field values on GetColumnListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListStatisticReplyMultiError, or nil if none found.
type GetColumnListStatisticReplyMultiError ¶
type GetColumnListStatisticReplyMultiError []error
GetColumnListStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetColumnListStatisticReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnListStatisticReplyMultiError) AllErrors ¶
func (m GetColumnListStatisticReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListStatisticReplyMultiError) Error ¶
func (m GetColumnListStatisticReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListStatisticReplyValidationError ¶
type GetColumnListStatisticReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnListStatisticReplyValidationError is the validation error returned by GetColumnListStatisticReply.Validate if the designated constraints aren't met.
func (GetColumnListStatisticReplyValidationError) Cause ¶
func (e GetColumnListStatisticReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListStatisticReplyValidationError) Error ¶
func (e GetColumnListStatisticReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListStatisticReplyValidationError) ErrorName ¶
func (e GetColumnListStatisticReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListStatisticReplyValidationError) Field ¶
func (e GetColumnListStatisticReplyValidationError) Field() string
Field function returns field value.
func (GetColumnListStatisticReplyValidationError) Key ¶
func (e GetColumnListStatisticReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnListStatisticReplyValidationError) Reason ¶
func (e GetColumnListStatisticReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnListStatisticReply_Count ¶
type GetColumnListStatisticReply_Count struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListStatisticReply_Count) Descriptor
deprecated
func (*GetColumnListStatisticReply_Count) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListStatisticReply_Count.ProtoReflect.Descriptor instead.
func (*GetColumnListStatisticReply_Count) GetAgree ¶
func (x *GetColumnListStatisticReply_Count) GetAgree() int32
func (*GetColumnListStatisticReply_Count) GetCollect ¶
func (x *GetColumnListStatisticReply_Count) GetCollect() int32
func (*GetColumnListStatisticReply_Count) GetId ¶
func (x *GetColumnListStatisticReply_Count) GetId() int32
func (*GetColumnListStatisticReply_Count) GetView ¶
func (x *GetColumnListStatisticReply_Count) GetView() int32
func (*GetColumnListStatisticReply_Count) ProtoMessage ¶
func (*GetColumnListStatisticReply_Count) ProtoMessage()
func (*GetColumnListStatisticReply_Count) ProtoReflect ¶
func (x *GetColumnListStatisticReply_Count) ProtoReflect() protoreflect.Message
func (*GetColumnListStatisticReply_Count) Reset ¶
func (x *GetColumnListStatisticReply_Count) Reset()
func (*GetColumnListStatisticReply_Count) String ¶
func (x *GetColumnListStatisticReply_Count) String() string
func (*GetColumnListStatisticReply_Count) Validate ¶
func (m *GetColumnListStatisticReply_Count) Validate() error
Validate checks the field values on GetColumnListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListStatisticReply_Count) ValidateAll ¶
func (m *GetColumnListStatisticReply_Count) ValidateAll() error
ValidateAll checks the field values on GetColumnListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListStatisticReply_CountMultiError, or nil if none found.
type GetColumnListStatisticReply_CountMultiError ¶
type GetColumnListStatisticReply_CountMultiError []error
GetColumnListStatisticReply_CountMultiError is an error wrapping multiple validation errors returned by GetColumnListStatisticReply_Count.ValidateAll() if the designated constraints aren't met.
func (GetColumnListStatisticReply_CountMultiError) AllErrors ¶
func (m GetColumnListStatisticReply_CountMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListStatisticReply_CountMultiError) Error ¶
func (m GetColumnListStatisticReply_CountMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListStatisticReply_CountValidationError ¶
type GetColumnListStatisticReply_CountValidationError struct {
// contains filtered or unexported fields
}
GetColumnListStatisticReply_CountValidationError is the validation error returned by GetColumnListStatisticReply_Count.Validate if the designated constraints aren't met.
func (GetColumnListStatisticReply_CountValidationError) Cause ¶
func (e GetColumnListStatisticReply_CountValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListStatisticReply_CountValidationError) Error ¶
func (e GetColumnListStatisticReply_CountValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListStatisticReply_CountValidationError) ErrorName ¶
func (e GetColumnListStatisticReply_CountValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListStatisticReply_CountValidationError) Field ¶
func (e GetColumnListStatisticReply_CountValidationError) Field() string
Field function returns field value.
func (GetColumnListStatisticReply_CountValidationError) Key ¶
func (e GetColumnListStatisticReply_CountValidationError) Key() bool
Key function returns key value.
func (GetColumnListStatisticReply_CountValidationError) Reason ¶
func (e GetColumnListStatisticReply_CountValidationError) Reason() string
Reason function returns reason value.
type GetColumnListStatisticReq ¶
type GetColumnListStatisticReq struct { Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetColumnListStatisticReq) Descriptor
deprecated
func (*GetColumnListStatisticReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnListStatisticReq.ProtoReflect.Descriptor instead.
func (*GetColumnListStatisticReq) GetIds ¶
func (x *GetColumnListStatisticReq) GetIds() []int32
func (*GetColumnListStatisticReq) ProtoMessage ¶
func (*GetColumnListStatisticReq) ProtoMessage()
func (*GetColumnListStatisticReq) ProtoReflect ¶
func (x *GetColumnListStatisticReq) ProtoReflect() protoreflect.Message
func (*GetColumnListStatisticReq) Reset ¶
func (x *GetColumnListStatisticReq) Reset()
func (*GetColumnListStatisticReq) String ¶
func (x *GetColumnListStatisticReq) String() string
func (*GetColumnListStatisticReq) Validate ¶
func (m *GetColumnListStatisticReq) Validate() error
Validate checks the field values on GetColumnListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnListStatisticReq) ValidateAll ¶
func (m *GetColumnListStatisticReq) ValidateAll() error
ValidateAll checks the field values on GetColumnListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListStatisticReqMultiError, or nil if none found.
type GetColumnListStatisticReqMultiError ¶
type GetColumnListStatisticReqMultiError []error
GetColumnListStatisticReqMultiError is an error wrapping multiple validation errors returned by GetColumnListStatisticReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnListStatisticReqMultiError) AllErrors ¶
func (m GetColumnListStatisticReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnListStatisticReqMultiError) Error ¶
func (m GetColumnListStatisticReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnListStatisticReqValidationError ¶
type GetColumnListStatisticReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnListStatisticReqValidationError is the validation error returned by GetColumnListStatisticReq.Validate if the designated constraints aren't met.
func (GetColumnListStatisticReqValidationError) Cause ¶
func (e GetColumnListStatisticReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnListStatisticReqValidationError) Error ¶
func (e GetColumnListStatisticReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnListStatisticReqValidationError) ErrorName ¶
func (e GetColumnListStatisticReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnListStatisticReqValidationError) Field ¶
func (e GetColumnListStatisticReqValidationError) Field() string
Field function returns field value.
func (GetColumnListStatisticReqValidationError) Key ¶
func (e GetColumnListStatisticReqValidationError) Key() bool
Key function returns key value.
func (GetColumnListStatisticReqValidationError) Reason ¶
func (e GetColumnListStatisticReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnSearchReply ¶
type GetColumnSearchReply struct { List []*GetColumnSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*GetColumnSearchReply) Descriptor
deprecated
func (*GetColumnSearchReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnSearchReply.ProtoReflect.Descriptor instead.
func (*GetColumnSearchReply) GetList ¶
func (x *GetColumnSearchReply) GetList() []*GetColumnSearchReply_List
func (*GetColumnSearchReply) GetTotal ¶
func (x *GetColumnSearchReply) GetTotal() int32
func (*GetColumnSearchReply) ProtoMessage ¶
func (*GetColumnSearchReply) ProtoMessage()
func (*GetColumnSearchReply) ProtoReflect ¶
func (x *GetColumnSearchReply) ProtoReflect() protoreflect.Message
func (*GetColumnSearchReply) Reset ¶
func (x *GetColumnSearchReply) Reset()
func (*GetColumnSearchReply) String ¶
func (x *GetColumnSearchReply) String() string
func (*GetColumnSearchReply) Validate ¶
func (m *GetColumnSearchReply) Validate() error
Validate checks the field values on GetColumnSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnSearchReply) ValidateAll ¶
func (m *GetColumnSearchReply) ValidateAll() error
ValidateAll checks the field values on GetColumnSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSearchReplyMultiError, or nil if none found.
type GetColumnSearchReplyMultiError ¶
type GetColumnSearchReplyMultiError []error
GetColumnSearchReplyMultiError is an error wrapping multiple validation errors returned by GetColumnSearchReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnSearchReplyMultiError) AllErrors ¶
func (m GetColumnSearchReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnSearchReplyMultiError) Error ¶
func (m GetColumnSearchReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnSearchReplyValidationError ¶
type GetColumnSearchReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnSearchReplyValidationError is the validation error returned by GetColumnSearchReply.Validate if the designated constraints aren't met.
func (GetColumnSearchReplyValidationError) Cause ¶
func (e GetColumnSearchReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnSearchReplyValidationError) Error ¶
func (e GetColumnSearchReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnSearchReplyValidationError) ErrorName ¶
func (e GetColumnSearchReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnSearchReplyValidationError) Field ¶
func (e GetColumnSearchReplyValidationError) Field() string
Field function returns field value.
func (GetColumnSearchReplyValidationError) Key ¶
func (e GetColumnSearchReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnSearchReplyValidationError) Reason ¶
func (e GetColumnSearchReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnSearchReply_List ¶
type GetColumnSearchReply_List 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"` Tags string `protobuf:"bytes,3,opt,name=tags,proto3" json:"tags,omitempty"` Introduce string `protobuf:"bytes,4,opt,name=introduce,proto3" json:"introduce,omitempty"` Cover string `protobuf:"bytes,5,opt,name=cover,proto3" json:"cover,omitempty"` Update string `protobuf:"bytes,6,opt,name=update,proto3" json:"update,omitempty"` Uuid string `protobuf:"bytes,7,opt,name=uuid,proto3" json:"uuid,omitempty"` Agree int32 `protobuf:"varint,8,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,9,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,10,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*GetColumnSearchReply_List) Descriptor
deprecated
func (*GetColumnSearchReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnSearchReply_List.ProtoReflect.Descriptor instead.
func (*GetColumnSearchReply_List) GetAgree ¶
func (x *GetColumnSearchReply_List) GetAgree() int32
func (*GetColumnSearchReply_List) GetCollect ¶
func (x *GetColumnSearchReply_List) GetCollect() int32
func (*GetColumnSearchReply_List) GetCover ¶
func (x *GetColumnSearchReply_List) GetCover() string
func (*GetColumnSearchReply_List) GetId ¶
func (x *GetColumnSearchReply_List) GetId() int32
func (*GetColumnSearchReply_List) GetIntroduce ¶
func (x *GetColumnSearchReply_List) GetIntroduce() string
func (*GetColumnSearchReply_List) GetName ¶
func (x *GetColumnSearchReply_List) GetName() string
func (*GetColumnSearchReply_List) GetTags ¶
func (x *GetColumnSearchReply_List) GetTags() string
func (*GetColumnSearchReply_List) GetUpdate ¶
func (x *GetColumnSearchReply_List) GetUpdate() string
func (*GetColumnSearchReply_List) GetUuid ¶
func (x *GetColumnSearchReply_List) GetUuid() string
func (*GetColumnSearchReply_List) GetView ¶
func (x *GetColumnSearchReply_List) GetView() int32
func (*GetColumnSearchReply_List) ProtoMessage ¶
func (*GetColumnSearchReply_List) ProtoMessage()
func (*GetColumnSearchReply_List) ProtoReflect ¶
func (x *GetColumnSearchReply_List) ProtoReflect() protoreflect.Message
func (*GetColumnSearchReply_List) Reset ¶
func (x *GetColumnSearchReply_List) Reset()
func (*GetColumnSearchReply_List) String ¶
func (x *GetColumnSearchReply_List) String() string
func (*GetColumnSearchReply_List) Validate ¶
func (m *GetColumnSearchReply_List) Validate() error
Validate checks the field values on GetColumnSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnSearchReply_List) ValidateAll ¶
func (m *GetColumnSearchReply_List) ValidateAll() error
ValidateAll checks the field values on GetColumnSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSearchReply_ListMultiError, or nil if none found.
type GetColumnSearchReply_ListMultiError ¶
type GetColumnSearchReply_ListMultiError []error
GetColumnSearchReply_ListMultiError is an error wrapping multiple validation errors returned by GetColumnSearchReply_List.ValidateAll() if the designated constraints aren't met.
func (GetColumnSearchReply_ListMultiError) AllErrors ¶
func (m GetColumnSearchReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnSearchReply_ListMultiError) Error ¶
func (m GetColumnSearchReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnSearchReply_ListValidationError ¶
type GetColumnSearchReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetColumnSearchReply_ListValidationError is the validation error returned by GetColumnSearchReply_List.Validate if the designated constraints aren't met.
func (GetColumnSearchReply_ListValidationError) Cause ¶
func (e GetColumnSearchReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetColumnSearchReply_ListValidationError) Error ¶
func (e GetColumnSearchReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnSearchReply_ListValidationError) ErrorName ¶
func (e GetColumnSearchReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnSearchReply_ListValidationError) Field ¶
func (e GetColumnSearchReply_ListValidationError) Field() string
Field function returns field value.
func (GetColumnSearchReply_ListValidationError) Key ¶
func (e GetColumnSearchReply_ListValidationError) Key() bool
Key function returns key value.
func (GetColumnSearchReply_ListValidationError) Reason ¶
func (e GetColumnSearchReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetColumnSearchReq ¶
type GetColumnSearchReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"` Time string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*GetColumnSearchReq) Descriptor
deprecated
func (*GetColumnSearchReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnSearchReq.ProtoReflect.Descriptor instead.
func (*GetColumnSearchReq) GetPage ¶
func (x *GetColumnSearchReq) GetPage() int32
func (*GetColumnSearchReq) GetSearch ¶
func (x *GetColumnSearchReq) GetSearch() string
func (*GetColumnSearchReq) GetTime ¶
func (x *GetColumnSearchReq) GetTime() string
func (*GetColumnSearchReq) ProtoMessage ¶
func (*GetColumnSearchReq) ProtoMessage()
func (*GetColumnSearchReq) ProtoReflect ¶
func (x *GetColumnSearchReq) ProtoReflect() protoreflect.Message
func (*GetColumnSearchReq) Reset ¶
func (x *GetColumnSearchReq) Reset()
func (*GetColumnSearchReq) String ¶
func (x *GetColumnSearchReq) String() string
func (*GetColumnSearchReq) Validate ¶
func (m *GetColumnSearchReq) Validate() error
Validate checks the field values on GetColumnSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnSearchReq) ValidateAll ¶
func (m *GetColumnSearchReq) ValidateAll() error
ValidateAll checks the field values on GetColumnSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSearchReqMultiError, or nil if none found.
type GetColumnSearchReqMultiError ¶
type GetColumnSearchReqMultiError []error
GetColumnSearchReqMultiError is an error wrapping multiple validation errors returned by GetColumnSearchReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnSearchReqMultiError) AllErrors ¶
func (m GetColumnSearchReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnSearchReqMultiError) Error ¶
func (m GetColumnSearchReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnSearchReqValidationError ¶
type GetColumnSearchReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnSearchReqValidationError is the validation error returned by GetColumnSearchReq.Validate if the designated constraints aren't met.
func (GetColumnSearchReqValidationError) Cause ¶
func (e GetColumnSearchReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnSearchReqValidationError) Error ¶
func (e GetColumnSearchReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnSearchReqValidationError) ErrorName ¶
func (e GetColumnSearchReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnSearchReqValidationError) Field ¶
func (e GetColumnSearchReqValidationError) Field() string
Field function returns field value.
func (GetColumnSearchReqValidationError) Key ¶
func (e GetColumnSearchReqValidationError) Key() bool
Key function returns key value.
func (GetColumnSearchReqValidationError) Reason ¶
func (e GetColumnSearchReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnStatisticReply ¶
type GetColumnStatisticReply struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*GetColumnStatisticReply) Descriptor
deprecated
func (*GetColumnStatisticReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnStatisticReply.ProtoReflect.Descriptor instead.
func (*GetColumnStatisticReply) GetAgree ¶
func (x *GetColumnStatisticReply) GetAgree() int32
func (*GetColumnStatisticReply) GetCollect ¶
func (x *GetColumnStatisticReply) GetCollect() int32
func (*GetColumnStatisticReply) GetUuid ¶
func (x *GetColumnStatisticReply) GetUuid() string
func (*GetColumnStatisticReply) GetView ¶
func (x *GetColumnStatisticReply) GetView() int32
func (*GetColumnStatisticReply) ProtoMessage ¶
func (*GetColumnStatisticReply) ProtoMessage()
func (*GetColumnStatisticReply) ProtoReflect ¶
func (x *GetColumnStatisticReply) ProtoReflect() protoreflect.Message
func (*GetColumnStatisticReply) Reset ¶
func (x *GetColumnStatisticReply) Reset()
func (*GetColumnStatisticReply) String ¶
func (x *GetColumnStatisticReply) String() string
func (*GetColumnStatisticReply) Validate ¶
func (m *GetColumnStatisticReply) Validate() error
Validate checks the field values on GetColumnStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnStatisticReply) ValidateAll ¶
func (m *GetColumnStatisticReply) ValidateAll() error
ValidateAll checks the field values on GetColumnStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnStatisticReplyMultiError, or nil if none found.
type GetColumnStatisticReplyMultiError ¶
type GetColumnStatisticReplyMultiError []error
GetColumnStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetColumnStatisticReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnStatisticReplyMultiError) AllErrors ¶
func (m GetColumnStatisticReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnStatisticReplyMultiError) Error ¶
func (m GetColumnStatisticReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnStatisticReplyValidationError ¶
type GetColumnStatisticReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnStatisticReplyValidationError is the validation error returned by GetColumnStatisticReply.Validate if the designated constraints aren't met.
func (GetColumnStatisticReplyValidationError) Cause ¶
func (e GetColumnStatisticReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnStatisticReplyValidationError) Error ¶
func (e GetColumnStatisticReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnStatisticReplyValidationError) ErrorName ¶
func (e GetColumnStatisticReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnStatisticReplyValidationError) Field ¶
func (e GetColumnStatisticReplyValidationError) Field() string
Field function returns field value.
func (GetColumnStatisticReplyValidationError) Key ¶
func (e GetColumnStatisticReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnStatisticReplyValidationError) Reason ¶
func (e GetColumnStatisticReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnStatisticReq ¶
type GetColumnStatisticReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetColumnStatisticReq) Descriptor
deprecated
func (*GetColumnStatisticReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnStatisticReq.ProtoReflect.Descriptor instead.
func (*GetColumnStatisticReq) GetId ¶
func (x *GetColumnStatisticReq) GetId() int32
func (*GetColumnStatisticReq) GetUuid ¶
func (x *GetColumnStatisticReq) GetUuid() string
func (*GetColumnStatisticReq) ProtoMessage ¶
func (*GetColumnStatisticReq) ProtoMessage()
func (*GetColumnStatisticReq) ProtoReflect ¶
func (x *GetColumnStatisticReq) ProtoReflect() protoreflect.Message
func (*GetColumnStatisticReq) Reset ¶
func (x *GetColumnStatisticReq) Reset()
func (*GetColumnStatisticReq) String ¶
func (x *GetColumnStatisticReq) String() string
func (*GetColumnStatisticReq) Validate ¶
func (m *GetColumnStatisticReq) Validate() error
Validate checks the field values on GetColumnStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnStatisticReq) ValidateAll ¶
func (m *GetColumnStatisticReq) ValidateAll() error
ValidateAll checks the field values on GetColumnStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnStatisticReqMultiError, or nil if none found.
type GetColumnStatisticReqMultiError ¶
type GetColumnStatisticReqMultiError []error
GetColumnStatisticReqMultiError is an error wrapping multiple validation errors returned by GetColumnStatisticReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnStatisticReqMultiError) AllErrors ¶
func (m GetColumnStatisticReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnStatisticReqMultiError) Error ¶
func (m GetColumnStatisticReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnStatisticReqValidationError ¶
type GetColumnStatisticReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnStatisticReqValidationError is the validation error returned by GetColumnStatisticReq.Validate if the designated constraints aren't met.
func (GetColumnStatisticReqValidationError) Cause ¶
func (e GetColumnStatisticReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnStatisticReqValidationError) Error ¶
func (e GetColumnStatisticReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnStatisticReqValidationError) ErrorName ¶
func (e GetColumnStatisticReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnStatisticReqValidationError) Field ¶
func (e GetColumnStatisticReqValidationError) Field() string
Field function returns field value.
func (GetColumnStatisticReqValidationError) Key ¶
func (e GetColumnStatisticReqValidationError) Key() bool
Key function returns key value.
func (GetColumnStatisticReqValidationError) Reason ¶
func (e GetColumnStatisticReqValidationError) Reason() string
Reason function returns reason value.
type GetColumnSubscribesReply ¶
type GetColumnSubscribesReply struct { Subscribes []*GetColumnSubscribesReply_Subscribes `protobuf:"bytes,1,rep,name=subscribes,proto3" json:"subscribes,omitempty"` // contains filtered or unexported fields }
func (*GetColumnSubscribesReply) Descriptor
deprecated
func (*GetColumnSubscribesReply) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnSubscribesReply.ProtoReflect.Descriptor instead.
func (*GetColumnSubscribesReply) GetSubscribes ¶
func (x *GetColumnSubscribesReply) GetSubscribes() []*GetColumnSubscribesReply_Subscribes
func (*GetColumnSubscribesReply) ProtoMessage ¶
func (*GetColumnSubscribesReply) ProtoMessage()
func (*GetColumnSubscribesReply) ProtoReflect ¶
func (x *GetColumnSubscribesReply) ProtoReflect() protoreflect.Message
func (*GetColumnSubscribesReply) Reset ¶
func (x *GetColumnSubscribesReply) Reset()
func (*GetColumnSubscribesReply) String ¶
func (x *GetColumnSubscribesReply) String() string
func (*GetColumnSubscribesReply) Validate ¶
func (m *GetColumnSubscribesReply) Validate() error
Validate checks the field values on GetColumnSubscribesReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnSubscribesReply) ValidateAll ¶
func (m *GetColumnSubscribesReply) ValidateAll() error
ValidateAll checks the field values on GetColumnSubscribesReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSubscribesReplyMultiError, or nil if none found.
type GetColumnSubscribesReplyMultiError ¶
type GetColumnSubscribesReplyMultiError []error
GetColumnSubscribesReplyMultiError is an error wrapping multiple validation errors returned by GetColumnSubscribesReply.ValidateAll() if the designated constraints aren't met.
func (GetColumnSubscribesReplyMultiError) AllErrors ¶
func (m GetColumnSubscribesReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnSubscribesReplyMultiError) Error ¶
func (m GetColumnSubscribesReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnSubscribesReplyValidationError ¶
type GetColumnSubscribesReplyValidationError struct {
// contains filtered or unexported fields
}
GetColumnSubscribesReplyValidationError is the validation error returned by GetColumnSubscribesReply.Validate if the designated constraints aren't met.
func (GetColumnSubscribesReplyValidationError) Cause ¶
func (e GetColumnSubscribesReplyValidationError) Cause() error
Cause function returns cause value.
func (GetColumnSubscribesReplyValidationError) Error ¶
func (e GetColumnSubscribesReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnSubscribesReplyValidationError) ErrorName ¶
func (e GetColumnSubscribesReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnSubscribesReplyValidationError) Field ¶
func (e GetColumnSubscribesReplyValidationError) Field() string
Field function returns field value.
func (GetColumnSubscribesReplyValidationError) Key ¶
func (e GetColumnSubscribesReplyValidationError) Key() bool
Key function returns key value.
func (GetColumnSubscribesReplyValidationError) Reason ¶
func (e GetColumnSubscribesReplyValidationError) Reason() string
Reason function returns reason value.
type GetColumnSubscribesReply_Subscribes ¶
type GetColumnSubscribesReply_Subscribes struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` SubscribeJudge int32 `protobuf:"varint,2,opt,name=subscribe_judge,json=subscribeJudge,proto3" json:"subscribe_judge,omitempty"` // contains filtered or unexported fields }
func (*GetColumnSubscribesReply_Subscribes) Descriptor
deprecated
func (*GetColumnSubscribesReply_Subscribes) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnSubscribesReply_Subscribes.ProtoReflect.Descriptor instead.
func (*GetColumnSubscribesReply_Subscribes) GetId ¶
func (x *GetColumnSubscribesReply_Subscribes) GetId() int32
func (*GetColumnSubscribesReply_Subscribes) GetSubscribeJudge ¶
func (x *GetColumnSubscribesReply_Subscribes) GetSubscribeJudge() int32
func (*GetColumnSubscribesReply_Subscribes) ProtoMessage ¶
func (*GetColumnSubscribesReply_Subscribes) ProtoMessage()
func (*GetColumnSubscribesReply_Subscribes) ProtoReflect ¶
func (x *GetColumnSubscribesReply_Subscribes) ProtoReflect() protoreflect.Message
func (*GetColumnSubscribesReply_Subscribes) Reset ¶
func (x *GetColumnSubscribesReply_Subscribes) Reset()
func (*GetColumnSubscribesReply_Subscribes) String ¶
func (x *GetColumnSubscribesReply_Subscribes) String() string
func (*GetColumnSubscribesReply_Subscribes) Validate ¶
func (m *GetColumnSubscribesReply_Subscribes) Validate() error
Validate checks the field values on GetColumnSubscribesReply_Subscribes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnSubscribesReply_Subscribes) ValidateAll ¶
func (m *GetColumnSubscribesReply_Subscribes) ValidateAll() error
ValidateAll checks the field values on GetColumnSubscribesReply_Subscribes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSubscribesReply_SubscribesMultiError, or nil if none found.
type GetColumnSubscribesReply_SubscribesMultiError ¶
type GetColumnSubscribesReply_SubscribesMultiError []error
GetColumnSubscribesReply_SubscribesMultiError is an error wrapping multiple validation errors returned by GetColumnSubscribesReply_Subscribes.ValidateAll() if the designated constraints aren't met.
func (GetColumnSubscribesReply_SubscribesMultiError) AllErrors ¶
func (m GetColumnSubscribesReply_SubscribesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnSubscribesReply_SubscribesMultiError) Error ¶
func (m GetColumnSubscribesReply_SubscribesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnSubscribesReply_SubscribesValidationError ¶
type GetColumnSubscribesReply_SubscribesValidationError struct {
// contains filtered or unexported fields
}
GetColumnSubscribesReply_SubscribesValidationError is the validation error returned by GetColumnSubscribesReply_Subscribes.Validate if the designated constraints aren't met.
func (GetColumnSubscribesReply_SubscribesValidationError) Cause ¶
func (e GetColumnSubscribesReply_SubscribesValidationError) Cause() error
Cause function returns cause value.
func (GetColumnSubscribesReply_SubscribesValidationError) Error ¶
func (e GetColumnSubscribesReply_SubscribesValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnSubscribesReply_SubscribesValidationError) ErrorName ¶
func (e GetColumnSubscribesReply_SubscribesValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnSubscribesReply_SubscribesValidationError) Field ¶
func (e GetColumnSubscribesReply_SubscribesValidationError) Field() string
Field function returns field value.
func (GetColumnSubscribesReply_SubscribesValidationError) Key ¶
func (e GetColumnSubscribesReply_SubscribesValidationError) Key() bool
Key function returns key value.
func (GetColumnSubscribesReply_SubscribesValidationError) Reason ¶
func (e GetColumnSubscribesReply_SubscribesValidationError) Reason() string
Reason function returns reason value.
type GetColumnSubscribesReq ¶
type GetColumnSubscribesReq struct { Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetColumnSubscribesReq) Descriptor
deprecated
func (*GetColumnSubscribesReq) Descriptor() ([]byte, []int)
Deprecated: Use GetColumnSubscribesReq.ProtoReflect.Descriptor instead.
func (*GetColumnSubscribesReq) GetIds ¶
func (x *GetColumnSubscribesReq) GetIds() []int32
func (*GetColumnSubscribesReq) ProtoMessage ¶
func (*GetColumnSubscribesReq) ProtoMessage()
func (*GetColumnSubscribesReq) ProtoReflect ¶
func (x *GetColumnSubscribesReq) ProtoReflect() protoreflect.Message
func (*GetColumnSubscribesReq) Reset ¶
func (x *GetColumnSubscribesReq) Reset()
func (*GetColumnSubscribesReq) String ¶
func (x *GetColumnSubscribesReq) String() string
func (*GetColumnSubscribesReq) Validate ¶
func (m *GetColumnSubscribesReq) Validate() error
Validate checks the field values on GetColumnSubscribesReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetColumnSubscribesReq) ValidateAll ¶
func (m *GetColumnSubscribesReq) ValidateAll() error
ValidateAll checks the field values on GetColumnSubscribesReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSubscribesReqMultiError, or nil if none found.
type GetColumnSubscribesReqMultiError ¶
type GetColumnSubscribesReqMultiError []error
GetColumnSubscribesReqMultiError is an error wrapping multiple validation errors returned by GetColumnSubscribesReq.ValidateAll() if the designated constraints aren't met.
func (GetColumnSubscribesReqMultiError) AllErrors ¶
func (m GetColumnSubscribesReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetColumnSubscribesReqMultiError) Error ¶
func (m GetColumnSubscribesReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetColumnSubscribesReqValidationError ¶
type GetColumnSubscribesReqValidationError struct {
// contains filtered or unexported fields
}
GetColumnSubscribesReqValidationError is the validation error returned by GetColumnSubscribesReq.Validate if the designated constraints aren't met.
func (GetColumnSubscribesReqValidationError) Cause ¶
func (e GetColumnSubscribesReqValidationError) Cause() error
Cause function returns cause value.
func (GetColumnSubscribesReqValidationError) Error ¶
func (e GetColumnSubscribesReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetColumnSubscribesReqValidationError) ErrorName ¶
func (e GetColumnSubscribesReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetColumnSubscribesReqValidationError) Field ¶
func (e GetColumnSubscribesReqValidationError) Field() string
Field function returns field value.
func (GetColumnSubscribesReqValidationError) Key ¶
func (e GetColumnSubscribesReqValidationError) Key() bool
Key function returns key value.
func (GetColumnSubscribesReqValidationError) Reason ¶
func (e GetColumnSubscribesReqValidationError) Reason() string
Reason function returns reason value.
type GetCommentContentReviewReply ¶
type GetCommentContentReviewReply struct { Review []*GetCommentContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetCommentContentReviewReply) Descriptor
deprecated
func (*GetCommentContentReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentContentReviewReply.ProtoReflect.Descriptor instead.
func (*GetCommentContentReviewReply) GetReview ¶
func (x *GetCommentContentReviewReply) GetReview() []*GetCommentContentReviewReply_Review
func (*GetCommentContentReviewReply) ProtoMessage ¶
func (*GetCommentContentReviewReply) ProtoMessage()
func (*GetCommentContentReviewReply) ProtoReflect ¶
func (x *GetCommentContentReviewReply) ProtoReflect() protoreflect.Message
func (*GetCommentContentReviewReply) Reset ¶
func (x *GetCommentContentReviewReply) Reset()
func (*GetCommentContentReviewReply) String ¶
func (x *GetCommentContentReviewReply) String() string
func (*GetCommentContentReviewReply) Validate ¶
func (m *GetCommentContentReviewReply) Validate() error
Validate checks the field values on GetCommentContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentContentReviewReply) ValidateAll ¶
func (m *GetCommentContentReviewReply) ValidateAll() error
ValidateAll checks the field values on GetCommentContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentContentReviewReplyMultiError, or nil if none found.
type GetCommentContentReviewReplyMultiError ¶
type GetCommentContentReviewReplyMultiError []error
GetCommentContentReviewReplyMultiError is an error wrapping multiple validation errors returned by GetCommentContentReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetCommentContentReviewReplyMultiError) AllErrors ¶
func (m GetCommentContentReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentContentReviewReplyMultiError) Error ¶
func (m GetCommentContentReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentContentReviewReplyValidationError ¶
type GetCommentContentReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetCommentContentReviewReplyValidationError is the validation error returned by GetCommentContentReviewReply.Validate if the designated constraints aren't met.
func (GetCommentContentReviewReplyValidationError) Cause ¶
func (e GetCommentContentReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCommentContentReviewReplyValidationError) Error ¶
func (e GetCommentContentReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentContentReviewReplyValidationError) ErrorName ¶
func (e GetCommentContentReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentContentReviewReplyValidationError) Field ¶
func (e GetCommentContentReviewReplyValidationError) Field() string
Field function returns field value.
func (GetCommentContentReviewReplyValidationError) Key ¶
func (e GetCommentContentReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetCommentContentReviewReplyValidationError) Reason ¶
func (e GetCommentContentReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetCommentContentReviewReply_Review ¶
type GetCommentContentReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CommentId int32 `protobuf:"varint,2,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"` Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"` Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Label string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"` Section string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"` // contains filtered or unexported fields }
func (*GetCommentContentReviewReply_Review) Descriptor
deprecated
func (*GetCommentContentReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentContentReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetCommentContentReviewReply_Review) GetComment ¶
func (x *GetCommentContentReviewReply_Review) GetComment() string
func (*GetCommentContentReviewReply_Review) GetCommentId ¶
func (x *GetCommentContentReviewReply_Review) GetCommentId() int32
func (*GetCommentContentReviewReply_Review) GetCreateAt ¶
func (x *GetCommentContentReviewReply_Review) GetCreateAt() string
func (*GetCommentContentReviewReply_Review) GetId ¶
func (x *GetCommentContentReviewReply_Review) GetId() int32
func (*GetCommentContentReviewReply_Review) GetJobId ¶
func (x *GetCommentContentReviewReply_Review) GetJobId() string
func (*GetCommentContentReviewReply_Review) GetKind ¶
func (x *GetCommentContentReviewReply_Review) GetKind() string
func (*GetCommentContentReviewReply_Review) GetLabel ¶
func (x *GetCommentContentReviewReply_Review) GetLabel() string
func (*GetCommentContentReviewReply_Review) GetResult ¶
func (x *GetCommentContentReviewReply_Review) GetResult() int32
func (*GetCommentContentReviewReply_Review) GetSection ¶
func (x *GetCommentContentReviewReply_Review) GetSection() string
func (*GetCommentContentReviewReply_Review) GetUuid ¶
func (x *GetCommentContentReviewReply_Review) GetUuid() string
func (*GetCommentContentReviewReply_Review) ProtoMessage ¶
func (*GetCommentContentReviewReply_Review) ProtoMessage()
func (*GetCommentContentReviewReply_Review) ProtoReflect ¶
func (x *GetCommentContentReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetCommentContentReviewReply_Review) Reset ¶
func (x *GetCommentContentReviewReply_Review) Reset()
func (*GetCommentContentReviewReply_Review) String ¶
func (x *GetCommentContentReviewReply_Review) String() string
func (*GetCommentContentReviewReply_Review) Validate ¶
func (m *GetCommentContentReviewReply_Review) Validate() error
Validate checks the field values on GetCommentContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentContentReviewReply_Review) ValidateAll ¶
func (m *GetCommentContentReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetCommentContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentContentReviewReply_ReviewMultiError, or nil if none found.
type GetCommentContentReviewReply_ReviewMultiError ¶
type GetCommentContentReviewReply_ReviewMultiError []error
GetCommentContentReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetCommentContentReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetCommentContentReviewReply_ReviewMultiError) AllErrors ¶
func (m GetCommentContentReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentContentReviewReply_ReviewMultiError) Error ¶
func (m GetCommentContentReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentContentReviewReply_ReviewValidationError ¶
type GetCommentContentReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetCommentContentReviewReply_ReviewValidationError is the validation error returned by GetCommentContentReviewReply_Review.Validate if the designated constraints aren't met.
func (GetCommentContentReviewReply_ReviewValidationError) Cause ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetCommentContentReviewReply_ReviewValidationError) Error ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentContentReviewReply_ReviewValidationError) ErrorName ¶
func (e GetCommentContentReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentContentReviewReply_ReviewValidationError) Field ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetCommentContentReviewReply_ReviewValidationError) Key ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetCommentContentReviewReply_ReviewValidationError) Reason ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetCommentContentReviewReq ¶
type GetCommentContentReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetCommentContentReviewReq) Descriptor
deprecated
func (*GetCommentContentReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentContentReviewReq.ProtoReflect.Descriptor instead.
func (*GetCommentContentReviewReq) GetPage ¶
func (x *GetCommentContentReviewReq) GetPage() int32
func (*GetCommentContentReviewReq) ProtoMessage ¶
func (*GetCommentContentReviewReq) ProtoMessage()
func (*GetCommentContentReviewReq) ProtoReflect ¶
func (x *GetCommentContentReviewReq) ProtoReflect() protoreflect.Message
func (*GetCommentContentReviewReq) Reset ¶
func (x *GetCommentContentReviewReq) Reset()
func (*GetCommentContentReviewReq) String ¶
func (x *GetCommentContentReviewReq) String() string
func (*GetCommentContentReviewReq) Validate ¶
func (m *GetCommentContentReviewReq) Validate() error
Validate checks the field values on GetCommentContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentContentReviewReq) ValidateAll ¶
func (m *GetCommentContentReviewReq) ValidateAll() error
ValidateAll checks the field values on GetCommentContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentContentReviewReqMultiError, or nil if none found.
type GetCommentContentReviewReqMultiError ¶
type GetCommentContentReviewReqMultiError []error
GetCommentContentReviewReqMultiError is an error wrapping multiple validation errors returned by GetCommentContentReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetCommentContentReviewReqMultiError) AllErrors ¶
func (m GetCommentContentReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentContentReviewReqMultiError) Error ¶
func (m GetCommentContentReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentContentReviewReqValidationError ¶
type GetCommentContentReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetCommentContentReviewReqValidationError is the validation error returned by GetCommentContentReviewReq.Validate if the designated constraints aren't met.
func (GetCommentContentReviewReqValidationError) Cause ¶
func (e GetCommentContentReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetCommentContentReviewReqValidationError) Error ¶
func (e GetCommentContentReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentContentReviewReqValidationError) ErrorName ¶
func (e GetCommentContentReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentContentReviewReqValidationError) Field ¶
func (e GetCommentContentReviewReqValidationError) Field() string
Field function returns field value.
func (GetCommentContentReviewReqValidationError) Key ¶
func (e GetCommentContentReviewReqValidationError) Key() bool
Key function returns key value.
func (GetCommentContentReviewReqValidationError) Reason ¶
func (e GetCommentContentReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetCommentListReply ¶
type GetCommentListReply struct { Comment []*GetCommentListReply_Comment `protobuf:"bytes,1,rep,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetCommentListReply) Descriptor
deprecated
func (*GetCommentListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentListReply.ProtoReflect.Descriptor instead.
func (*GetCommentListReply) GetComment ¶
func (x *GetCommentListReply) GetComment() []*GetCommentListReply_Comment
func (*GetCommentListReply) ProtoMessage ¶
func (*GetCommentListReply) ProtoMessage()
func (*GetCommentListReply) ProtoReflect ¶
func (x *GetCommentListReply) ProtoReflect() protoreflect.Message
func (*GetCommentListReply) Reset ¶
func (x *GetCommentListReply) Reset()
func (*GetCommentListReply) String ¶
func (x *GetCommentListReply) String() string
func (*GetCommentListReply) Validate ¶
func (m *GetCommentListReply) Validate() error
Validate checks the field values on GetCommentListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentListReply) ValidateAll ¶
func (m *GetCommentListReply) ValidateAll() error
ValidateAll checks the field values on GetCommentListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentListReplyMultiError, or nil if none found.
type GetCommentListReplyMultiError ¶
type GetCommentListReplyMultiError []error
GetCommentListReplyMultiError is an error wrapping multiple validation errors returned by GetCommentListReply.ValidateAll() if the designated constraints aren't met.
func (GetCommentListReplyMultiError) AllErrors ¶
func (m GetCommentListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListReplyMultiError) Error ¶
func (m GetCommentListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentListReplyValidationError ¶
type GetCommentListReplyValidationError struct {
// contains filtered or unexported fields
}
GetCommentListReplyValidationError is the validation error returned by GetCommentListReply.Validate if the designated constraints aren't met.
func (GetCommentListReplyValidationError) Cause ¶
func (e GetCommentListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListReplyValidationError) Error ¶
func (e GetCommentListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListReplyValidationError) ErrorName ¶
func (e GetCommentListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListReplyValidationError) Field ¶
func (e GetCommentListReplyValidationError) Field() string
Field function returns field value.
func (GetCommentListReplyValidationError) Key ¶
func (e GetCommentListReplyValidationError) Key() bool
Key function returns key value.
func (GetCommentListReplyValidationError) Reason ¶
func (e GetCommentListReplyValidationError) Reason() string
Reason function returns reason value.
type GetCommentListReply_Comment ¶
type GetCommentListReply_Comment struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` Agree int32 `protobuf:"varint,3,opt,name=agree,proto3" json:"agree,omitempty"` Comment int32 `protobuf:"varint,4,opt,name=comment,proto3" json:"comment,omitempty"` Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*GetCommentListReply_Comment) Descriptor
deprecated
func (*GetCommentListReply_Comment) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentListReply_Comment.ProtoReflect.Descriptor instead.
func (*GetCommentListReply_Comment) GetAgree ¶
func (x *GetCommentListReply_Comment) GetAgree() int32
func (*GetCommentListReply_Comment) GetComment ¶
func (x *GetCommentListReply_Comment) GetComment() int32
func (*GetCommentListReply_Comment) GetId ¶
func (x *GetCommentListReply_Comment) GetId() int32
func (*GetCommentListReply_Comment) GetUsername ¶
func (x *GetCommentListReply_Comment) GetUsername() string
func (*GetCommentListReply_Comment) GetUuid ¶
func (x *GetCommentListReply_Comment) GetUuid() string
func (*GetCommentListReply_Comment) ProtoMessage ¶
func (*GetCommentListReply_Comment) ProtoMessage()
func (*GetCommentListReply_Comment) ProtoReflect ¶
func (x *GetCommentListReply_Comment) ProtoReflect() protoreflect.Message
func (*GetCommentListReply_Comment) Reset ¶
func (x *GetCommentListReply_Comment) Reset()
func (*GetCommentListReply_Comment) String ¶
func (x *GetCommentListReply_Comment) String() string
func (*GetCommentListReply_Comment) Validate ¶
func (m *GetCommentListReply_Comment) Validate() error
Validate checks the field values on GetCommentListReply_Comment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentListReply_Comment) ValidateAll ¶
func (m *GetCommentListReply_Comment) ValidateAll() error
ValidateAll checks the field values on GetCommentListReply_Comment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentListReply_CommentMultiError, or nil if none found.
type GetCommentListReply_CommentMultiError ¶
type GetCommentListReply_CommentMultiError []error
GetCommentListReply_CommentMultiError is an error wrapping multiple validation errors returned by GetCommentListReply_Comment.ValidateAll() if the designated constraints aren't met.
func (GetCommentListReply_CommentMultiError) AllErrors ¶
func (m GetCommentListReply_CommentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListReply_CommentMultiError) Error ¶
func (m GetCommentListReply_CommentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentListReply_CommentValidationError ¶
type GetCommentListReply_CommentValidationError struct {
// contains filtered or unexported fields
}
GetCommentListReply_CommentValidationError is the validation error returned by GetCommentListReply_Comment.Validate if the designated constraints aren't met.
func (GetCommentListReply_CommentValidationError) Cause ¶
func (e GetCommentListReply_CommentValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListReply_CommentValidationError) Error ¶
func (e GetCommentListReply_CommentValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListReply_CommentValidationError) ErrorName ¶
func (e GetCommentListReply_CommentValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListReply_CommentValidationError) Field ¶
func (e GetCommentListReply_CommentValidationError) Field() string
Field function returns field value.
func (GetCommentListReply_CommentValidationError) Key ¶
func (e GetCommentListReply_CommentValidationError) Key() bool
Key function returns key value.
func (GetCommentListReply_CommentValidationError) Reason ¶
func (e GetCommentListReply_CommentValidationError) Reason() string
Reason function returns reason value.
type GetCommentListReq ¶
type GetCommentListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creationId,proto3" json:"creationId,omitempty"` CreationType int32 `protobuf:"varint,3,opt,name=creationType,proto3" json:"creationType,omitempty"` // contains filtered or unexported fields }
func (*GetCommentListReq) Descriptor
deprecated
func (*GetCommentListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentListReq.ProtoReflect.Descriptor instead.
func (*GetCommentListReq) GetCreationId ¶
func (x *GetCommentListReq) GetCreationId() int32
func (*GetCommentListReq) GetCreationType ¶
func (x *GetCommentListReq) GetCreationType() int32
func (*GetCommentListReq) GetPage ¶
func (x *GetCommentListReq) GetPage() int32
func (*GetCommentListReq) ProtoMessage ¶
func (*GetCommentListReq) ProtoMessage()
func (*GetCommentListReq) ProtoReflect ¶
func (x *GetCommentListReq) ProtoReflect() protoreflect.Message
func (*GetCommentListReq) Reset ¶
func (x *GetCommentListReq) Reset()
func (*GetCommentListReq) String ¶
func (x *GetCommentListReq) String() string
func (*GetCommentListReq) Validate ¶
func (m *GetCommentListReq) Validate() error
Validate checks the field values on GetCommentListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentListReq) ValidateAll ¶
func (m *GetCommentListReq) ValidateAll() error
ValidateAll checks the field values on GetCommentListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentListReqMultiError, or nil if none found.
type GetCommentListReqMultiError ¶
type GetCommentListReqMultiError []error
GetCommentListReqMultiError is an error wrapping multiple validation errors returned by GetCommentListReq.ValidateAll() if the designated constraints aren't met.
func (GetCommentListReqMultiError) AllErrors ¶
func (m GetCommentListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListReqMultiError) Error ¶
func (m GetCommentListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentListReqValidationError ¶
type GetCommentListReqValidationError struct {
// contains filtered or unexported fields
}
GetCommentListReqValidationError is the validation error returned by GetCommentListReq.Validate if the designated constraints aren't met.
func (GetCommentListReqValidationError) Cause ¶
func (e GetCommentListReqValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListReqValidationError) Error ¶
func (e GetCommentListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListReqValidationError) ErrorName ¶
func (e GetCommentListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListReqValidationError) Field ¶
func (e GetCommentListReqValidationError) Field() string
Field function returns field value.
func (GetCommentListReqValidationError) Key ¶
func (e GetCommentListReqValidationError) Key() bool
Key function returns key value.
func (GetCommentListReqValidationError) Reason ¶
func (e GetCommentListReqValidationError) Reason() string
Reason function returns reason value.
type GetCommentUserReply ¶
type GetCommentUserReply struct { Comment int32 `protobuf:"varint,1,opt,name=comment,proto3" json:"comment,omitempty"` ArticleReply int32 `protobuf:"varint,2,opt,name=article_reply,json=articleReply,proto3" json:"article_reply,omitempty"` ArticleReplySub int32 `protobuf:"varint,3,opt,name=article_reply_sub,json=articleReplySub,proto3" json:"article_reply_sub,omitempty"` TalkReply int32 `protobuf:"varint,4,opt,name=talk_reply,json=talkReply,proto3" json:"talk_reply,omitempty"` TalkReplySub int32 `protobuf:"varint,5,opt,name=talk_reply_sub,json=talkReplySub,proto3" json:"talk_reply_sub,omitempty"` ArticleReplied int32 `protobuf:"varint,6,opt,name=article_replied,json=articleReplied,proto3" json:"article_replied,omitempty"` ArticleRepliedSub int32 `protobuf:"varint,7,opt,name=article_replied_sub,json=articleRepliedSub,proto3" json:"article_replied_sub,omitempty"` TalkReplied int32 `protobuf:"varint,8,opt,name=talk_replied,json=talkReplied,proto3" json:"talk_replied,omitempty"` TalkRepliedSub int32 `protobuf:"varint,9,opt,name=talk_replied_sub,json=talkRepliedSub,proto3" json:"talk_replied_sub,omitempty"` // contains filtered or unexported fields }
func (*GetCommentUserReply) Descriptor
deprecated
func (*GetCommentUserReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentUserReply.ProtoReflect.Descriptor instead.
func (*GetCommentUserReply) GetArticleReplied ¶
func (x *GetCommentUserReply) GetArticleReplied() int32
func (*GetCommentUserReply) GetArticleRepliedSub ¶
func (x *GetCommentUserReply) GetArticleRepliedSub() int32
func (*GetCommentUserReply) GetArticleReply ¶
func (x *GetCommentUserReply) GetArticleReply() int32
func (*GetCommentUserReply) GetArticleReplySub ¶
func (x *GetCommentUserReply) GetArticleReplySub() int32
func (*GetCommentUserReply) GetComment ¶
func (x *GetCommentUserReply) GetComment() int32
func (*GetCommentUserReply) GetTalkReplied ¶
func (x *GetCommentUserReply) GetTalkReplied() int32
func (*GetCommentUserReply) GetTalkRepliedSub ¶
func (x *GetCommentUserReply) GetTalkRepliedSub() int32
func (*GetCommentUserReply) GetTalkReply ¶
func (x *GetCommentUserReply) GetTalkReply() int32
func (*GetCommentUserReply) GetTalkReplySub ¶
func (x *GetCommentUserReply) GetTalkReplySub() int32
func (*GetCommentUserReply) ProtoMessage ¶
func (*GetCommentUserReply) ProtoMessage()
func (*GetCommentUserReply) ProtoReflect ¶
func (x *GetCommentUserReply) ProtoReflect() protoreflect.Message
func (*GetCommentUserReply) Reset ¶
func (x *GetCommentUserReply) Reset()
func (*GetCommentUserReply) String ¶
func (x *GetCommentUserReply) String() string
func (*GetCommentUserReply) Validate ¶
func (m *GetCommentUserReply) Validate() error
Validate checks the field values on GetCommentUserReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentUserReply) ValidateAll ¶
func (m *GetCommentUserReply) ValidateAll() error
ValidateAll checks the field values on GetCommentUserReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentUserReplyMultiError, or nil if none found.
type GetCommentUserReplyMultiError ¶
type GetCommentUserReplyMultiError []error
GetCommentUserReplyMultiError is an error wrapping multiple validation errors returned by GetCommentUserReply.ValidateAll() if the designated constraints aren't met.
func (GetCommentUserReplyMultiError) AllErrors ¶
func (m GetCommentUserReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentUserReplyMultiError) Error ¶
func (m GetCommentUserReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentUserReplyValidationError ¶
type GetCommentUserReplyValidationError struct {
// contains filtered or unexported fields
}
GetCommentUserReplyValidationError is the validation error returned by GetCommentUserReply.Validate if the designated constraints aren't met.
func (GetCommentUserReplyValidationError) Cause ¶
func (e GetCommentUserReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCommentUserReplyValidationError) Error ¶
func (e GetCommentUserReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentUserReplyValidationError) ErrorName ¶
func (e GetCommentUserReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentUserReplyValidationError) Field ¶
func (e GetCommentUserReplyValidationError) Field() string
Field function returns field value.
func (GetCommentUserReplyValidationError) Key ¶
func (e GetCommentUserReplyValidationError) Key() bool
Key function returns key value.
func (GetCommentUserReplyValidationError) Reason ¶
func (e GetCommentUserReplyValidationError) Reason() string
Reason function returns reason value.
type GetCosSessionKeyReply ¶
type GetCosSessionKeyReply struct { TmpSecretId string `protobuf:"bytes,1,opt,name=tmp_secret_id,json=tmpSecretId,proto3" json:"tmp_secret_id,omitempty"` TmpSecretKey string `protobuf:"bytes,2,opt,name=tmp_secret_key,json=tmpSecretKey,proto3" json:"tmp_secret_key,omitempty"` SessionToken string `protobuf:"bytes,3,opt,name=session_token,json=sessionToken,proto3" json:"session_token,omitempty"` StartTime int64 `protobuf:"varint,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` ExpiredTime int64 `protobuf:"varint,5,opt,name=expired_time,json=expiredTime,proto3" json:"expired_time,omitempty"` // contains filtered or unexported fields }
func (*GetCosSessionKeyReply) Descriptor
deprecated
func (*GetCosSessionKeyReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCosSessionKeyReply.ProtoReflect.Descriptor instead.
func (*GetCosSessionKeyReply) GetExpiredTime ¶
func (x *GetCosSessionKeyReply) GetExpiredTime() int64
func (*GetCosSessionKeyReply) GetSessionToken ¶
func (x *GetCosSessionKeyReply) GetSessionToken() string
func (*GetCosSessionKeyReply) GetStartTime ¶
func (x *GetCosSessionKeyReply) GetStartTime() int64
func (*GetCosSessionKeyReply) GetTmpSecretId ¶
func (x *GetCosSessionKeyReply) GetTmpSecretId() string
func (*GetCosSessionKeyReply) GetTmpSecretKey ¶
func (x *GetCosSessionKeyReply) GetTmpSecretKey() string
func (*GetCosSessionKeyReply) ProtoMessage ¶
func (*GetCosSessionKeyReply) ProtoMessage()
func (*GetCosSessionKeyReply) ProtoReflect ¶
func (x *GetCosSessionKeyReply) ProtoReflect() protoreflect.Message
func (*GetCosSessionKeyReply) Reset ¶
func (x *GetCosSessionKeyReply) Reset()
func (*GetCosSessionKeyReply) String ¶
func (x *GetCosSessionKeyReply) String() string
func (*GetCosSessionKeyReply) Validate ¶
func (m *GetCosSessionKeyReply) Validate() error
Validate checks the field values on GetCosSessionKeyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCosSessionKeyReply) ValidateAll ¶
func (m *GetCosSessionKeyReply) ValidateAll() error
ValidateAll checks the field values on GetCosSessionKeyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCosSessionKeyReplyMultiError, or nil if none found.
type GetCosSessionKeyReplyMultiError ¶
type GetCosSessionKeyReplyMultiError []error
GetCosSessionKeyReplyMultiError is an error wrapping multiple validation errors returned by GetCosSessionKeyReply.ValidateAll() if the designated constraints aren't met.
func (GetCosSessionKeyReplyMultiError) AllErrors ¶
func (m GetCosSessionKeyReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCosSessionKeyReplyMultiError) Error ¶
func (m GetCosSessionKeyReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCosSessionKeyReplyValidationError ¶
type GetCosSessionKeyReplyValidationError struct {
// contains filtered or unexported fields
}
GetCosSessionKeyReplyValidationError is the validation error returned by GetCosSessionKeyReply.Validate if the designated constraints aren't met.
func (GetCosSessionKeyReplyValidationError) Cause ¶
func (e GetCosSessionKeyReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCosSessionKeyReplyValidationError) Error ¶
func (e GetCosSessionKeyReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCosSessionKeyReplyValidationError) ErrorName ¶
func (e GetCosSessionKeyReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCosSessionKeyReplyValidationError) Field ¶
func (e GetCosSessionKeyReplyValidationError) Field() string
Field function returns field value.
func (GetCosSessionKeyReplyValidationError) Key ¶
func (e GetCosSessionKeyReplyValidationError) Key() bool
Key function returns key value.
func (GetCosSessionKeyReplyValidationError) Reason ¶
func (e GetCosSessionKeyReplyValidationError) Reason() string
Reason function returns reason value.
type GetCoverReviewReply ¶
type GetCoverReviewReply struct { Review []*GetCoverReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetCoverReviewReply) Descriptor
deprecated
func (*GetCoverReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCoverReviewReply.ProtoReflect.Descriptor instead.
func (*GetCoverReviewReply) GetReview ¶
func (x *GetCoverReviewReply) GetReview() []*GetCoverReviewReply_Review
func (*GetCoverReviewReply) ProtoMessage ¶
func (*GetCoverReviewReply) ProtoMessage()
func (*GetCoverReviewReply) ProtoReflect ¶
func (x *GetCoverReviewReply) ProtoReflect() protoreflect.Message
func (*GetCoverReviewReply) Reset ¶
func (x *GetCoverReviewReply) Reset()
func (*GetCoverReviewReply) String ¶
func (x *GetCoverReviewReply) String() string
func (*GetCoverReviewReply) Validate ¶
func (m *GetCoverReviewReply) Validate() error
Validate checks the field values on GetCoverReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCoverReviewReply) ValidateAll ¶
func (m *GetCoverReviewReply) ValidateAll() error
ValidateAll checks the field values on GetCoverReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCoverReviewReplyMultiError, or nil if none found.
type GetCoverReviewReplyMultiError ¶
type GetCoverReviewReplyMultiError []error
GetCoverReviewReplyMultiError is an error wrapping multiple validation errors returned by GetCoverReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetCoverReviewReplyMultiError) AllErrors ¶
func (m GetCoverReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCoverReviewReplyMultiError) Error ¶
func (m GetCoverReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCoverReviewReplyValidationError ¶
type GetCoverReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetCoverReviewReplyValidationError is the validation error returned by GetCoverReviewReply.Validate if the designated constraints aren't met.
func (GetCoverReviewReplyValidationError) Cause ¶
func (e GetCoverReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCoverReviewReplyValidationError) Error ¶
func (e GetCoverReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCoverReviewReplyValidationError) ErrorName ¶
func (e GetCoverReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCoverReviewReplyValidationError) Field ¶
func (e GetCoverReviewReplyValidationError) Field() string
Field function returns field value.
func (GetCoverReviewReplyValidationError) Key ¶
func (e GetCoverReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetCoverReviewReplyValidationError) Reason ¶
func (e GetCoverReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetCoverReviewReply_Review ¶
type GetCoverReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,3,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,4,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"` Label string `protobuf:"bytes,6,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,7,opt,name=result,proto3" json:"result,omitempty"` Score int32 `protobuf:"varint,8,opt,name=score,proto3" json:"score,omitempty"` Category string `protobuf:"bytes,9,opt,name=category,proto3" json:"category,omitempty"` SubLabel string `protobuf:"bytes,10,opt,name=subLabel,proto3" json:"subLabel,omitempty"` // contains filtered or unexported fields }
func (*GetCoverReviewReply_Review) Descriptor
deprecated
func (*GetCoverReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetCoverReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetCoverReviewReply_Review) GetCategory ¶
func (x *GetCoverReviewReply_Review) GetCategory() string
func (*GetCoverReviewReply_Review) GetCreateAt ¶
func (x *GetCoverReviewReply_Review) GetCreateAt() string
func (*GetCoverReviewReply_Review) GetId ¶
func (x *GetCoverReviewReply_Review) GetId() int32
func (*GetCoverReviewReply_Review) GetJobId ¶
func (x *GetCoverReviewReply_Review) GetJobId() string
func (*GetCoverReviewReply_Review) GetLabel ¶
func (x *GetCoverReviewReply_Review) GetLabel() string
func (*GetCoverReviewReply_Review) GetResult ¶
func (x *GetCoverReviewReply_Review) GetResult() int32
func (*GetCoverReviewReply_Review) GetScore ¶
func (x *GetCoverReviewReply_Review) GetScore() int32
func (*GetCoverReviewReply_Review) GetSubLabel ¶
func (x *GetCoverReviewReply_Review) GetSubLabel() string
func (*GetCoverReviewReply_Review) GetUrl ¶
func (x *GetCoverReviewReply_Review) GetUrl() string
func (*GetCoverReviewReply_Review) GetUuid ¶
func (x *GetCoverReviewReply_Review) GetUuid() string
func (*GetCoverReviewReply_Review) ProtoMessage ¶
func (*GetCoverReviewReply_Review) ProtoMessage()
func (*GetCoverReviewReply_Review) ProtoReflect ¶
func (x *GetCoverReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetCoverReviewReply_Review) Reset ¶
func (x *GetCoverReviewReply_Review) Reset()
func (*GetCoverReviewReply_Review) String ¶
func (x *GetCoverReviewReply_Review) String() string
func (*GetCoverReviewReply_Review) Validate ¶
func (m *GetCoverReviewReply_Review) Validate() error
Validate checks the field values on GetCoverReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCoverReviewReply_Review) ValidateAll ¶
func (m *GetCoverReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetCoverReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCoverReviewReply_ReviewMultiError, or nil if none found.
type GetCoverReviewReply_ReviewMultiError ¶
type GetCoverReviewReply_ReviewMultiError []error
GetCoverReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetCoverReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetCoverReviewReply_ReviewMultiError) AllErrors ¶
func (m GetCoverReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCoverReviewReply_ReviewMultiError) Error ¶
func (m GetCoverReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCoverReviewReply_ReviewValidationError ¶
type GetCoverReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetCoverReviewReply_ReviewValidationError is the validation error returned by GetCoverReviewReply_Review.Validate if the designated constraints aren't met.
func (GetCoverReviewReply_ReviewValidationError) Cause ¶
func (e GetCoverReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetCoverReviewReply_ReviewValidationError) Error ¶
func (e GetCoverReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetCoverReviewReply_ReviewValidationError) ErrorName ¶
func (e GetCoverReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetCoverReviewReply_ReviewValidationError) Field ¶
func (e GetCoverReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetCoverReviewReply_ReviewValidationError) Key ¶
func (e GetCoverReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetCoverReviewReply_ReviewValidationError) Reason ¶
func (e GetCoverReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetCoverReviewReq ¶
type GetCoverReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetCoverReviewReq) Descriptor
deprecated
func (*GetCoverReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCoverReviewReq.ProtoReflect.Descriptor instead.
func (*GetCoverReviewReq) GetPage ¶
func (x *GetCoverReviewReq) GetPage() int32
func (*GetCoverReviewReq) ProtoMessage ¶
func (*GetCoverReviewReq) ProtoMessage()
func (*GetCoverReviewReq) ProtoReflect ¶
func (x *GetCoverReviewReq) ProtoReflect() protoreflect.Message
func (*GetCoverReviewReq) Reset ¶
func (x *GetCoverReviewReq) Reset()
func (*GetCoverReviewReq) String ¶
func (x *GetCoverReviewReq) String() string
func (*GetCoverReviewReq) Validate ¶
func (m *GetCoverReviewReq) Validate() error
Validate checks the field values on GetCoverReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCoverReviewReq) ValidateAll ¶
func (m *GetCoverReviewReq) ValidateAll() error
ValidateAll checks the field values on GetCoverReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCoverReviewReqMultiError, or nil if none found.
type GetCoverReviewReqMultiError ¶
type GetCoverReviewReqMultiError []error
GetCoverReviewReqMultiError is an error wrapping multiple validation errors returned by GetCoverReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetCoverReviewReqMultiError) AllErrors ¶
func (m GetCoverReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCoverReviewReqMultiError) Error ¶
func (m GetCoverReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCoverReviewReqValidationError ¶
type GetCoverReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetCoverReviewReqValidationError is the validation error returned by GetCoverReviewReq.Validate if the designated constraints aren't met.
func (GetCoverReviewReqValidationError) Cause ¶
func (e GetCoverReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetCoverReviewReqValidationError) Error ¶
func (e GetCoverReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCoverReviewReqValidationError) ErrorName ¶
func (e GetCoverReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCoverReviewReqValidationError) Field ¶
func (e GetCoverReviewReqValidationError) Field() string
Field function returns field value.
func (GetCoverReviewReqValidationError) Key ¶
func (e GetCoverReviewReqValidationError) Key() bool
Key function returns key value.
func (GetCoverReviewReqValidationError) Reason ¶
func (e GetCoverReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetFollowListCountReply ¶
type GetFollowListCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetFollowListCountReply) Descriptor
deprecated
func (*GetFollowListCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowListCountReply.ProtoReflect.Descriptor instead.
func (*GetFollowListCountReply) GetCount ¶
func (x *GetFollowListCountReply) GetCount() int32
func (*GetFollowListCountReply) ProtoMessage ¶
func (*GetFollowListCountReply) ProtoMessage()
func (*GetFollowListCountReply) ProtoReflect ¶
func (x *GetFollowListCountReply) ProtoReflect() protoreflect.Message
func (*GetFollowListCountReply) Reset ¶
func (x *GetFollowListCountReply) Reset()
func (*GetFollowListCountReply) String ¶
func (x *GetFollowListCountReply) String() string
func (*GetFollowListCountReply) Validate ¶
func (m *GetFollowListCountReply) Validate() error
Validate checks the field values on GetFollowListCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowListCountReply) ValidateAll ¶
func (m *GetFollowListCountReply) ValidateAll() error
ValidateAll checks the field values on GetFollowListCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowListCountReplyMultiError, or nil if none found.
type GetFollowListCountReplyMultiError ¶
type GetFollowListCountReplyMultiError []error
GetFollowListCountReplyMultiError is an error wrapping multiple validation errors returned by GetFollowListCountReply.ValidateAll() if the designated constraints aren't met.
func (GetFollowListCountReplyMultiError) AllErrors ¶
func (m GetFollowListCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowListCountReplyMultiError) Error ¶
func (m GetFollowListCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowListCountReplyValidationError ¶
type GetFollowListCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetFollowListCountReplyValidationError is the validation error returned by GetFollowListCountReply.Validate if the designated constraints aren't met.
func (GetFollowListCountReplyValidationError) Cause ¶
func (e GetFollowListCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetFollowListCountReplyValidationError) Error ¶
func (e GetFollowListCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowListCountReplyValidationError) ErrorName ¶
func (e GetFollowListCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowListCountReplyValidationError) Field ¶
func (e GetFollowListCountReplyValidationError) Field() string
Field function returns field value.
func (GetFollowListCountReplyValidationError) Key ¶
func (e GetFollowListCountReplyValidationError) Key() bool
Key function returns key value.
func (GetFollowListCountReplyValidationError) Reason ¶
func (e GetFollowListCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetFollowListCountReq ¶
type GetFollowListCountReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetFollowListCountReq) Descriptor
deprecated
func (*GetFollowListCountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowListCountReq.ProtoReflect.Descriptor instead.
func (*GetFollowListCountReq) GetUuid ¶
func (x *GetFollowListCountReq) GetUuid() string
func (*GetFollowListCountReq) ProtoMessage ¶
func (*GetFollowListCountReq) ProtoMessage()
func (*GetFollowListCountReq) ProtoReflect ¶
func (x *GetFollowListCountReq) ProtoReflect() protoreflect.Message
func (*GetFollowListCountReq) Reset ¶
func (x *GetFollowListCountReq) Reset()
func (*GetFollowListCountReq) String ¶
func (x *GetFollowListCountReq) String() string
func (*GetFollowListCountReq) Validate ¶
func (m *GetFollowListCountReq) Validate() error
Validate checks the field values on GetFollowListCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowListCountReq) ValidateAll ¶
func (m *GetFollowListCountReq) ValidateAll() error
ValidateAll checks the field values on GetFollowListCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowListCountReqMultiError, or nil if none found.
type GetFollowListCountReqMultiError ¶
type GetFollowListCountReqMultiError []error
GetFollowListCountReqMultiError is an error wrapping multiple validation errors returned by GetFollowListCountReq.ValidateAll() if the designated constraints aren't met.
func (GetFollowListCountReqMultiError) AllErrors ¶
func (m GetFollowListCountReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowListCountReqMultiError) Error ¶
func (m GetFollowListCountReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowListCountReqValidationError ¶
type GetFollowListCountReqValidationError struct {
// contains filtered or unexported fields
}
GetFollowListCountReqValidationError is the validation error returned by GetFollowListCountReq.Validate if the designated constraints aren't met.
func (GetFollowListCountReqValidationError) Cause ¶
func (e GetFollowListCountReqValidationError) Cause() error
Cause function returns cause value.
func (GetFollowListCountReqValidationError) Error ¶
func (e GetFollowListCountReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowListCountReqValidationError) ErrorName ¶
func (e GetFollowListCountReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowListCountReqValidationError) Field ¶
func (e GetFollowListCountReqValidationError) Field() string
Field function returns field value.
func (GetFollowListCountReqValidationError) Key ¶
func (e GetFollowListCountReqValidationError) Key() bool
Key function returns key value.
func (GetFollowListCountReqValidationError) Reason ¶
func (e GetFollowListCountReqValidationError) Reason() string
Reason function returns reason value.
type GetFollowListReply ¶
type GetFollowListReply struct { Follow []*GetFollowListReply_Follow `protobuf:"bytes,1,rep,name=follow,proto3" json:"follow,omitempty"` // contains filtered or unexported fields }
func (*GetFollowListReply) Descriptor
deprecated
func (*GetFollowListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowListReply.ProtoReflect.Descriptor instead.
func (*GetFollowListReply) GetFollow ¶
func (x *GetFollowListReply) GetFollow() []*GetFollowListReply_Follow
func (*GetFollowListReply) ProtoMessage ¶
func (*GetFollowListReply) ProtoMessage()
func (*GetFollowListReply) ProtoReflect ¶
func (x *GetFollowListReply) ProtoReflect() protoreflect.Message
func (*GetFollowListReply) Reset ¶
func (x *GetFollowListReply) Reset()
func (*GetFollowListReply) String ¶
func (x *GetFollowListReply) String() string
func (*GetFollowListReply) Validate ¶
func (m *GetFollowListReply) Validate() error
Validate checks the field values on GetFollowListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowListReply) ValidateAll ¶
func (m *GetFollowListReply) ValidateAll() error
ValidateAll checks the field values on GetFollowListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowListReplyMultiError, or nil if none found.
type GetFollowListReplyMultiError ¶
type GetFollowListReplyMultiError []error
GetFollowListReplyMultiError is an error wrapping multiple validation errors returned by GetFollowListReply.ValidateAll() if the designated constraints aren't met.
func (GetFollowListReplyMultiError) AllErrors ¶
func (m GetFollowListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowListReplyMultiError) Error ¶
func (m GetFollowListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowListReplyValidationError ¶
type GetFollowListReplyValidationError struct {
// contains filtered or unexported fields
}
GetFollowListReplyValidationError is the validation error returned by GetFollowListReply.Validate if the designated constraints aren't met.
func (GetFollowListReplyValidationError) Cause ¶
func (e GetFollowListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetFollowListReplyValidationError) Error ¶
func (e GetFollowListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowListReplyValidationError) ErrorName ¶
func (e GetFollowListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowListReplyValidationError) Field ¶
func (e GetFollowListReplyValidationError) Field() string
Field function returns field value.
func (GetFollowListReplyValidationError) Key ¶
func (e GetFollowListReplyValidationError) Key() bool
Key function returns key value.
func (GetFollowListReplyValidationError) Reason ¶
func (e GetFollowListReplyValidationError) Reason() string
Reason function returns reason value.
type GetFollowListReply_Follow ¶
type GetFollowListReply_Follow struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Introduce string `protobuf:"bytes,3,opt,name=introduce,proto3" json:"introduce,omitempty"` Agree int32 `protobuf:"varint,4,opt,name=agree,proto3" json:"agree,omitempty"` View int32 `protobuf:"varint,5,opt,name=view,proto3" json:"view,omitempty"` Follow int32 `protobuf:"varint,6,opt,name=follow,proto3" json:"follow,omitempty"` Followed int32 `protobuf:"varint,7,opt,name=followed,proto3" json:"followed,omitempty"` // contains filtered or unexported fields }
func (*GetFollowListReply_Follow) Descriptor
deprecated
func (*GetFollowListReply_Follow) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowListReply_Follow.ProtoReflect.Descriptor instead.
func (*GetFollowListReply_Follow) GetAgree ¶
func (x *GetFollowListReply_Follow) GetAgree() int32
func (*GetFollowListReply_Follow) GetFollow ¶
func (x *GetFollowListReply_Follow) GetFollow() int32
func (*GetFollowListReply_Follow) GetFollowed ¶
func (x *GetFollowListReply_Follow) GetFollowed() int32
func (*GetFollowListReply_Follow) GetIntroduce ¶
func (x *GetFollowListReply_Follow) GetIntroduce() string
func (*GetFollowListReply_Follow) GetUsername ¶
func (x *GetFollowListReply_Follow) GetUsername() string
func (*GetFollowListReply_Follow) GetUuid ¶
func (x *GetFollowListReply_Follow) GetUuid() string
func (*GetFollowListReply_Follow) GetView ¶
func (x *GetFollowListReply_Follow) GetView() int32
func (*GetFollowListReply_Follow) ProtoMessage ¶
func (*GetFollowListReply_Follow) ProtoMessage()
func (*GetFollowListReply_Follow) ProtoReflect ¶
func (x *GetFollowListReply_Follow) ProtoReflect() protoreflect.Message
func (*GetFollowListReply_Follow) Reset ¶
func (x *GetFollowListReply_Follow) Reset()
func (*GetFollowListReply_Follow) String ¶
func (x *GetFollowListReply_Follow) String() string
func (*GetFollowListReply_Follow) Validate ¶
func (m *GetFollowListReply_Follow) Validate() error
Validate checks the field values on GetFollowListReply_Follow with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowListReply_Follow) ValidateAll ¶
func (m *GetFollowListReply_Follow) ValidateAll() error
ValidateAll checks the field values on GetFollowListReply_Follow with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowListReply_FollowMultiError, or nil if none found.
type GetFollowListReply_FollowMultiError ¶
type GetFollowListReply_FollowMultiError []error
GetFollowListReply_FollowMultiError is an error wrapping multiple validation errors returned by GetFollowListReply_Follow.ValidateAll() if the designated constraints aren't met.
func (GetFollowListReply_FollowMultiError) AllErrors ¶
func (m GetFollowListReply_FollowMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowListReply_FollowMultiError) Error ¶
func (m GetFollowListReply_FollowMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowListReply_FollowValidationError ¶
type GetFollowListReply_FollowValidationError struct {
// contains filtered or unexported fields
}
GetFollowListReply_FollowValidationError is the validation error returned by GetFollowListReply_Follow.Validate if the designated constraints aren't met.
func (GetFollowListReply_FollowValidationError) Cause ¶
func (e GetFollowListReply_FollowValidationError) Cause() error
Cause function returns cause value.
func (GetFollowListReply_FollowValidationError) Error ¶
func (e GetFollowListReply_FollowValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowListReply_FollowValidationError) ErrorName ¶
func (e GetFollowListReply_FollowValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowListReply_FollowValidationError) Field ¶
func (e GetFollowListReply_FollowValidationError) Field() string
Field function returns field value.
func (GetFollowListReply_FollowValidationError) Key ¶
func (e GetFollowListReply_FollowValidationError) Key() bool
Key function returns key value.
func (GetFollowListReply_FollowValidationError) Reason ¶
func (e GetFollowListReply_FollowValidationError) Reason() string
Reason function returns reason value.
type GetFollowListReq ¶
type GetFollowListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetFollowListReq) Descriptor
deprecated
func (*GetFollowListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowListReq.ProtoReflect.Descriptor instead.
func (*GetFollowListReq) GetPage ¶
func (x *GetFollowListReq) GetPage() int32
func (*GetFollowListReq) GetUuid ¶
func (x *GetFollowListReq) GetUuid() string
func (*GetFollowListReq) ProtoMessage ¶
func (*GetFollowListReq) ProtoMessage()
func (*GetFollowListReq) ProtoReflect ¶
func (x *GetFollowListReq) ProtoReflect() protoreflect.Message
func (*GetFollowListReq) Reset ¶
func (x *GetFollowListReq) Reset()
func (*GetFollowListReq) String ¶
func (x *GetFollowListReq) String() string
func (*GetFollowListReq) Validate ¶
func (m *GetFollowListReq) Validate() error
Validate checks the field values on GetFollowListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowListReq) ValidateAll ¶
func (m *GetFollowListReq) ValidateAll() error
ValidateAll checks the field values on GetFollowListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowListReqMultiError, or nil if none found.
type GetFollowListReqMultiError ¶
type GetFollowListReqMultiError []error
GetFollowListReqMultiError is an error wrapping multiple validation errors returned by GetFollowListReq.ValidateAll() if the designated constraints aren't met.
func (GetFollowListReqMultiError) AllErrors ¶
func (m GetFollowListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowListReqMultiError) Error ¶
func (m GetFollowListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowListReqValidationError ¶
type GetFollowListReqValidationError struct {
// contains filtered or unexported fields
}
GetFollowListReqValidationError is the validation error returned by GetFollowListReq.Validate if the designated constraints aren't met.
func (GetFollowListReqValidationError) Cause ¶
func (e GetFollowListReqValidationError) Cause() error
Cause function returns cause value.
func (GetFollowListReqValidationError) Error ¶
func (e GetFollowListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowListReqValidationError) ErrorName ¶
func (e GetFollowListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowListReqValidationError) Field ¶
func (e GetFollowListReqValidationError) Field() string
Field function returns field value.
func (GetFollowListReqValidationError) Key ¶
func (e GetFollowListReqValidationError) Key() bool
Key function returns key value.
func (GetFollowListReqValidationError) Reason ¶
func (e GetFollowListReqValidationError) Reason() string
Reason function returns reason value.
type GetFollowedListCountReply ¶
type GetFollowedListCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetFollowedListCountReply) Descriptor
deprecated
func (*GetFollowedListCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowedListCountReply.ProtoReflect.Descriptor instead.
func (*GetFollowedListCountReply) GetCount ¶
func (x *GetFollowedListCountReply) GetCount() int32
func (*GetFollowedListCountReply) ProtoMessage ¶
func (*GetFollowedListCountReply) ProtoMessage()
func (*GetFollowedListCountReply) ProtoReflect ¶
func (x *GetFollowedListCountReply) ProtoReflect() protoreflect.Message
func (*GetFollowedListCountReply) Reset ¶
func (x *GetFollowedListCountReply) Reset()
func (*GetFollowedListCountReply) String ¶
func (x *GetFollowedListCountReply) String() string
func (*GetFollowedListCountReply) Validate ¶
func (m *GetFollowedListCountReply) Validate() error
Validate checks the field values on GetFollowedListCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowedListCountReply) ValidateAll ¶
func (m *GetFollowedListCountReply) ValidateAll() error
ValidateAll checks the field values on GetFollowedListCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowedListCountReplyMultiError, or nil if none found.
type GetFollowedListCountReplyMultiError ¶
type GetFollowedListCountReplyMultiError []error
GetFollowedListCountReplyMultiError is an error wrapping multiple validation errors returned by GetFollowedListCountReply.ValidateAll() if the designated constraints aren't met.
func (GetFollowedListCountReplyMultiError) AllErrors ¶
func (m GetFollowedListCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowedListCountReplyMultiError) Error ¶
func (m GetFollowedListCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowedListCountReplyValidationError ¶
type GetFollowedListCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetFollowedListCountReplyValidationError is the validation error returned by GetFollowedListCountReply.Validate if the designated constraints aren't met.
func (GetFollowedListCountReplyValidationError) Cause ¶
func (e GetFollowedListCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetFollowedListCountReplyValidationError) Error ¶
func (e GetFollowedListCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowedListCountReplyValidationError) ErrorName ¶
func (e GetFollowedListCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowedListCountReplyValidationError) Field ¶
func (e GetFollowedListCountReplyValidationError) Field() string
Field function returns field value.
func (GetFollowedListCountReplyValidationError) Key ¶
func (e GetFollowedListCountReplyValidationError) Key() bool
Key function returns key value.
func (GetFollowedListCountReplyValidationError) Reason ¶
func (e GetFollowedListCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetFollowedListCountReq ¶
type GetFollowedListCountReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetFollowedListCountReq) Descriptor
deprecated
func (*GetFollowedListCountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowedListCountReq.ProtoReflect.Descriptor instead.
func (*GetFollowedListCountReq) GetUuid ¶
func (x *GetFollowedListCountReq) GetUuid() string
func (*GetFollowedListCountReq) ProtoMessage ¶
func (*GetFollowedListCountReq) ProtoMessage()
func (*GetFollowedListCountReq) ProtoReflect ¶
func (x *GetFollowedListCountReq) ProtoReflect() protoreflect.Message
func (*GetFollowedListCountReq) Reset ¶
func (x *GetFollowedListCountReq) Reset()
func (*GetFollowedListCountReq) String ¶
func (x *GetFollowedListCountReq) String() string
func (*GetFollowedListCountReq) Validate ¶
func (m *GetFollowedListCountReq) Validate() error
Validate checks the field values on GetFollowedListCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowedListCountReq) ValidateAll ¶
func (m *GetFollowedListCountReq) ValidateAll() error
ValidateAll checks the field values on GetFollowedListCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowedListCountReqMultiError, or nil if none found.
type GetFollowedListCountReqMultiError ¶
type GetFollowedListCountReqMultiError []error
GetFollowedListCountReqMultiError is an error wrapping multiple validation errors returned by GetFollowedListCountReq.ValidateAll() if the designated constraints aren't met.
func (GetFollowedListCountReqMultiError) AllErrors ¶
func (m GetFollowedListCountReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowedListCountReqMultiError) Error ¶
func (m GetFollowedListCountReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowedListCountReqValidationError ¶
type GetFollowedListCountReqValidationError struct {
// contains filtered or unexported fields
}
GetFollowedListCountReqValidationError is the validation error returned by GetFollowedListCountReq.Validate if the designated constraints aren't met.
func (GetFollowedListCountReqValidationError) Cause ¶
func (e GetFollowedListCountReqValidationError) Cause() error
Cause function returns cause value.
func (GetFollowedListCountReqValidationError) Error ¶
func (e GetFollowedListCountReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowedListCountReqValidationError) ErrorName ¶
func (e GetFollowedListCountReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowedListCountReqValidationError) Field ¶
func (e GetFollowedListCountReqValidationError) Field() string
Field function returns field value.
func (GetFollowedListCountReqValidationError) Key ¶
func (e GetFollowedListCountReqValidationError) Key() bool
Key function returns key value.
func (GetFollowedListCountReqValidationError) Reason ¶
func (e GetFollowedListCountReqValidationError) Reason() string
Reason function returns reason value.
type GetFollowedListReply ¶
type GetFollowedListReply struct { Follow []*GetFollowedListReply_Follow `protobuf:"bytes,1,rep,name=follow,proto3" json:"follow,omitempty"` // contains filtered or unexported fields }
func (*GetFollowedListReply) Descriptor
deprecated
func (*GetFollowedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowedListReply.ProtoReflect.Descriptor instead.
func (*GetFollowedListReply) GetFollow ¶
func (x *GetFollowedListReply) GetFollow() []*GetFollowedListReply_Follow
func (*GetFollowedListReply) ProtoMessage ¶
func (*GetFollowedListReply) ProtoMessage()
func (*GetFollowedListReply) ProtoReflect ¶
func (x *GetFollowedListReply) ProtoReflect() protoreflect.Message
func (*GetFollowedListReply) Reset ¶
func (x *GetFollowedListReply) Reset()
func (*GetFollowedListReply) String ¶
func (x *GetFollowedListReply) String() string
func (*GetFollowedListReply) Validate ¶
func (m *GetFollowedListReply) Validate() error
Validate checks the field values on GetFollowedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowedListReply) ValidateAll ¶
func (m *GetFollowedListReply) ValidateAll() error
ValidateAll checks the field values on GetFollowedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowedListReplyMultiError, or nil if none found.
type GetFollowedListReplyMultiError ¶
type GetFollowedListReplyMultiError []error
GetFollowedListReplyMultiError is an error wrapping multiple validation errors returned by GetFollowedListReply.ValidateAll() if the designated constraints aren't met.
func (GetFollowedListReplyMultiError) AllErrors ¶
func (m GetFollowedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowedListReplyMultiError) Error ¶
func (m GetFollowedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowedListReplyValidationError ¶
type GetFollowedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetFollowedListReplyValidationError is the validation error returned by GetFollowedListReply.Validate if the designated constraints aren't met.
func (GetFollowedListReplyValidationError) Cause ¶
func (e GetFollowedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetFollowedListReplyValidationError) Error ¶
func (e GetFollowedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowedListReplyValidationError) ErrorName ¶
func (e GetFollowedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowedListReplyValidationError) Field ¶
func (e GetFollowedListReplyValidationError) Field() string
Field function returns field value.
func (GetFollowedListReplyValidationError) Key ¶
func (e GetFollowedListReplyValidationError) Key() bool
Key function returns key value.
func (GetFollowedListReplyValidationError) Reason ¶
func (e GetFollowedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetFollowedListReply_Follow ¶
type GetFollowedListReply_Follow struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Introduce string `protobuf:"bytes,3,opt,name=introduce,proto3" json:"introduce,omitempty"` Agree int32 `protobuf:"varint,4,opt,name=agree,proto3" json:"agree,omitempty"` View int32 `protobuf:"varint,5,opt,name=view,proto3" json:"view,omitempty"` Follow int32 `protobuf:"varint,6,opt,name=follow,proto3" json:"follow,omitempty"` Followed int32 `protobuf:"varint,7,opt,name=followed,proto3" json:"followed,omitempty"` // contains filtered or unexported fields }
func (*GetFollowedListReply_Follow) Descriptor
deprecated
func (*GetFollowedListReply_Follow) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowedListReply_Follow.ProtoReflect.Descriptor instead.
func (*GetFollowedListReply_Follow) GetAgree ¶
func (x *GetFollowedListReply_Follow) GetAgree() int32
func (*GetFollowedListReply_Follow) GetFollow ¶
func (x *GetFollowedListReply_Follow) GetFollow() int32
func (*GetFollowedListReply_Follow) GetFollowed ¶
func (x *GetFollowedListReply_Follow) GetFollowed() int32
func (*GetFollowedListReply_Follow) GetIntroduce ¶
func (x *GetFollowedListReply_Follow) GetIntroduce() string
func (*GetFollowedListReply_Follow) GetUsername ¶
func (x *GetFollowedListReply_Follow) GetUsername() string
func (*GetFollowedListReply_Follow) GetUuid ¶
func (x *GetFollowedListReply_Follow) GetUuid() string
func (*GetFollowedListReply_Follow) GetView ¶
func (x *GetFollowedListReply_Follow) GetView() int32
func (*GetFollowedListReply_Follow) ProtoMessage ¶
func (*GetFollowedListReply_Follow) ProtoMessage()
func (*GetFollowedListReply_Follow) ProtoReflect ¶
func (x *GetFollowedListReply_Follow) ProtoReflect() protoreflect.Message
func (*GetFollowedListReply_Follow) Reset ¶
func (x *GetFollowedListReply_Follow) Reset()
func (*GetFollowedListReply_Follow) String ¶
func (x *GetFollowedListReply_Follow) String() string
func (*GetFollowedListReply_Follow) Validate ¶
func (m *GetFollowedListReply_Follow) Validate() error
Validate checks the field values on GetFollowedListReply_Follow with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowedListReply_Follow) ValidateAll ¶
func (m *GetFollowedListReply_Follow) ValidateAll() error
ValidateAll checks the field values on GetFollowedListReply_Follow with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowedListReply_FollowMultiError, or nil if none found.
type GetFollowedListReply_FollowMultiError ¶
type GetFollowedListReply_FollowMultiError []error
GetFollowedListReply_FollowMultiError is an error wrapping multiple validation errors returned by GetFollowedListReply_Follow.ValidateAll() if the designated constraints aren't met.
func (GetFollowedListReply_FollowMultiError) AllErrors ¶
func (m GetFollowedListReply_FollowMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowedListReply_FollowMultiError) Error ¶
func (m GetFollowedListReply_FollowMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowedListReply_FollowValidationError ¶
type GetFollowedListReply_FollowValidationError struct {
// contains filtered or unexported fields
}
GetFollowedListReply_FollowValidationError is the validation error returned by GetFollowedListReply_Follow.Validate if the designated constraints aren't met.
func (GetFollowedListReply_FollowValidationError) Cause ¶
func (e GetFollowedListReply_FollowValidationError) Cause() error
Cause function returns cause value.
func (GetFollowedListReply_FollowValidationError) Error ¶
func (e GetFollowedListReply_FollowValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowedListReply_FollowValidationError) ErrorName ¶
func (e GetFollowedListReply_FollowValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowedListReply_FollowValidationError) Field ¶
func (e GetFollowedListReply_FollowValidationError) Field() string
Field function returns field value.
func (GetFollowedListReply_FollowValidationError) Key ¶
func (e GetFollowedListReply_FollowValidationError) Key() bool
Key function returns key value.
func (GetFollowedListReply_FollowValidationError) Reason ¶
func (e GetFollowedListReply_FollowValidationError) Reason() string
Reason function returns reason value.
type GetFollowedListReq ¶
type GetFollowedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetFollowedListReq) Descriptor
deprecated
func (*GetFollowedListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetFollowedListReq.ProtoReflect.Descriptor instead.
func (*GetFollowedListReq) GetPage ¶
func (x *GetFollowedListReq) GetPage() int32
func (*GetFollowedListReq) GetUuid ¶
func (x *GetFollowedListReq) GetUuid() string
func (*GetFollowedListReq) ProtoMessage ¶
func (*GetFollowedListReq) ProtoMessage()
func (*GetFollowedListReq) ProtoReflect ¶
func (x *GetFollowedListReq) ProtoReflect() protoreflect.Message
func (*GetFollowedListReq) Reset ¶
func (x *GetFollowedListReq) Reset()
func (*GetFollowedListReq) String ¶
func (x *GetFollowedListReq) String() string
func (*GetFollowedListReq) Validate ¶
func (m *GetFollowedListReq) Validate() error
Validate checks the field values on GetFollowedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFollowedListReq) ValidateAll ¶
func (m *GetFollowedListReq) ValidateAll() error
ValidateAll checks the field values on GetFollowedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFollowedListReqMultiError, or nil if none found.
type GetFollowedListReqMultiError ¶
type GetFollowedListReqMultiError []error
GetFollowedListReqMultiError is an error wrapping multiple validation errors returned by GetFollowedListReq.ValidateAll() if the designated constraints aren't met.
func (GetFollowedListReqMultiError) AllErrors ¶
func (m GetFollowedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFollowedListReqMultiError) Error ¶
func (m GetFollowedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFollowedListReqValidationError ¶
type GetFollowedListReqValidationError struct {
// contains filtered or unexported fields
}
GetFollowedListReqValidationError is the validation error returned by GetFollowedListReq.Validate if the designated constraints aren't met.
func (GetFollowedListReqValidationError) Cause ¶
func (e GetFollowedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetFollowedListReqValidationError) Error ¶
func (e GetFollowedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowedListReqValidationError) ErrorName ¶
func (e GetFollowedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowedListReqValidationError) Field ¶
func (e GetFollowedListReqValidationError) Field() string
Field function returns field value.
func (GetFollowedListReqValidationError) Key ¶
func (e GetFollowedListReqValidationError) Key() bool
Key function returns key value.
func (GetFollowedListReqValidationError) Reason ¶
func (e GetFollowedListReqValidationError) Reason() string
Reason function returns reason value.
type GetLastArticleDraftReply ¶
type GetLastArticleDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetLastArticleDraftReply) Descriptor
deprecated
func (*GetLastArticleDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use GetLastArticleDraftReply.ProtoReflect.Descriptor instead.
func (*GetLastArticleDraftReply) GetId ¶
func (x *GetLastArticleDraftReply) GetId() int32
func (*GetLastArticleDraftReply) GetStatus ¶
func (x *GetLastArticleDraftReply) GetStatus() int32
func (*GetLastArticleDraftReply) ProtoMessage ¶
func (*GetLastArticleDraftReply) ProtoMessage()
func (*GetLastArticleDraftReply) ProtoReflect ¶
func (x *GetLastArticleDraftReply) ProtoReflect() protoreflect.Message
func (*GetLastArticleDraftReply) Reset ¶
func (x *GetLastArticleDraftReply) Reset()
func (*GetLastArticleDraftReply) String ¶
func (x *GetLastArticleDraftReply) String() string
func (*GetLastArticleDraftReply) Validate ¶
func (m *GetLastArticleDraftReply) Validate() error
Validate checks the field values on GetLastArticleDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLastArticleDraftReply) ValidateAll ¶
func (m *GetLastArticleDraftReply) ValidateAll() error
ValidateAll checks the field values on GetLastArticleDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastArticleDraftReplyMultiError, or nil if none found.
type GetLastArticleDraftReplyMultiError ¶
type GetLastArticleDraftReplyMultiError []error
GetLastArticleDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastArticleDraftReply.ValidateAll() if the designated constraints aren't met.
func (GetLastArticleDraftReplyMultiError) AllErrors ¶
func (m GetLastArticleDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLastArticleDraftReplyMultiError) Error ¶
func (m GetLastArticleDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLastArticleDraftReplyValidationError ¶
type GetLastArticleDraftReplyValidationError struct {
// contains filtered or unexported fields
}
GetLastArticleDraftReplyValidationError is the validation error returned by GetLastArticleDraftReply.Validate if the designated constraints aren't met.
func (GetLastArticleDraftReplyValidationError) Cause ¶
func (e GetLastArticleDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (GetLastArticleDraftReplyValidationError) Error ¶
func (e GetLastArticleDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetLastArticleDraftReplyValidationError) ErrorName ¶
func (e GetLastArticleDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetLastArticleDraftReplyValidationError) Field ¶
func (e GetLastArticleDraftReplyValidationError) Field() string
Field function returns field value.
func (GetLastArticleDraftReplyValidationError) Key ¶
func (e GetLastArticleDraftReplyValidationError) Key() bool
Key function returns key value.
func (GetLastArticleDraftReplyValidationError) Reason ¶
func (e GetLastArticleDraftReplyValidationError) Reason() string
Reason function returns reason value.
type GetLastCollectionsDraftReply ¶
type GetLastCollectionsDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetLastCollectionsDraftReply) Descriptor
deprecated
func (*GetLastCollectionsDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use GetLastCollectionsDraftReply.ProtoReflect.Descriptor instead.
func (*GetLastCollectionsDraftReply) GetId ¶
func (x *GetLastCollectionsDraftReply) GetId() int32
func (*GetLastCollectionsDraftReply) GetStatus ¶
func (x *GetLastCollectionsDraftReply) GetStatus() int32
func (*GetLastCollectionsDraftReply) ProtoMessage ¶
func (*GetLastCollectionsDraftReply) ProtoMessage()
func (*GetLastCollectionsDraftReply) ProtoReflect ¶
func (x *GetLastCollectionsDraftReply) ProtoReflect() protoreflect.Message
func (*GetLastCollectionsDraftReply) Reset ¶
func (x *GetLastCollectionsDraftReply) Reset()
func (*GetLastCollectionsDraftReply) String ¶
func (x *GetLastCollectionsDraftReply) String() string
func (*GetLastCollectionsDraftReply) Validate ¶
func (m *GetLastCollectionsDraftReply) Validate() error
Validate checks the field values on GetLastCollectionsDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLastCollectionsDraftReply) ValidateAll ¶
func (m *GetLastCollectionsDraftReply) ValidateAll() error
ValidateAll checks the field values on GetLastCollectionsDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastCollectionsDraftReplyMultiError, or nil if none found.
type GetLastCollectionsDraftReplyMultiError ¶
type GetLastCollectionsDraftReplyMultiError []error
GetLastCollectionsDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastCollectionsDraftReply.ValidateAll() if the designated constraints aren't met.
func (GetLastCollectionsDraftReplyMultiError) AllErrors ¶
func (m GetLastCollectionsDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLastCollectionsDraftReplyMultiError) Error ¶
func (m GetLastCollectionsDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLastCollectionsDraftReplyValidationError ¶
type GetLastCollectionsDraftReplyValidationError struct {
// contains filtered or unexported fields
}
GetLastCollectionsDraftReplyValidationError is the validation error returned by GetLastCollectionsDraftReply.Validate if the designated constraints aren't met.
func (GetLastCollectionsDraftReplyValidationError) Cause ¶
func (e GetLastCollectionsDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (GetLastCollectionsDraftReplyValidationError) Error ¶
func (e GetLastCollectionsDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetLastCollectionsDraftReplyValidationError) ErrorName ¶
func (e GetLastCollectionsDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetLastCollectionsDraftReplyValidationError) Field ¶
func (e GetLastCollectionsDraftReplyValidationError) Field() string
Field function returns field value.
func (GetLastCollectionsDraftReplyValidationError) Key ¶
func (e GetLastCollectionsDraftReplyValidationError) Key() bool
Key function returns key value.
func (GetLastCollectionsDraftReplyValidationError) Reason ¶
func (e GetLastCollectionsDraftReplyValidationError) Reason() string
Reason function returns reason value.
type GetLastColumnDraftReply ¶
type GetLastColumnDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetLastColumnDraftReply) Descriptor
deprecated
func (*GetLastColumnDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use GetLastColumnDraftReply.ProtoReflect.Descriptor instead.
func (*GetLastColumnDraftReply) GetId ¶
func (x *GetLastColumnDraftReply) GetId() int32
func (*GetLastColumnDraftReply) GetStatus ¶
func (x *GetLastColumnDraftReply) GetStatus() int32
func (*GetLastColumnDraftReply) ProtoMessage ¶
func (*GetLastColumnDraftReply) ProtoMessage()
func (*GetLastColumnDraftReply) ProtoReflect ¶
func (x *GetLastColumnDraftReply) ProtoReflect() protoreflect.Message
func (*GetLastColumnDraftReply) Reset ¶
func (x *GetLastColumnDraftReply) Reset()
func (*GetLastColumnDraftReply) String ¶
func (x *GetLastColumnDraftReply) String() string
func (*GetLastColumnDraftReply) Validate ¶
func (m *GetLastColumnDraftReply) Validate() error
Validate checks the field values on GetLastColumnDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLastColumnDraftReply) ValidateAll ¶
func (m *GetLastColumnDraftReply) ValidateAll() error
ValidateAll checks the field values on GetLastColumnDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastColumnDraftReplyMultiError, or nil if none found.
type GetLastColumnDraftReplyMultiError ¶
type GetLastColumnDraftReplyMultiError []error
GetLastColumnDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastColumnDraftReply.ValidateAll() if the designated constraints aren't met.
func (GetLastColumnDraftReplyMultiError) AllErrors ¶
func (m GetLastColumnDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLastColumnDraftReplyMultiError) Error ¶
func (m GetLastColumnDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLastColumnDraftReplyValidationError ¶
type GetLastColumnDraftReplyValidationError struct {
// contains filtered or unexported fields
}
GetLastColumnDraftReplyValidationError is the validation error returned by GetLastColumnDraftReply.Validate if the designated constraints aren't met.
func (GetLastColumnDraftReplyValidationError) Cause ¶
func (e GetLastColumnDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (GetLastColumnDraftReplyValidationError) Error ¶
func (e GetLastColumnDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetLastColumnDraftReplyValidationError) ErrorName ¶
func (e GetLastColumnDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetLastColumnDraftReplyValidationError) Field ¶
func (e GetLastColumnDraftReplyValidationError) Field() string
Field function returns field value.
func (GetLastColumnDraftReplyValidationError) Key ¶
func (e GetLastColumnDraftReplyValidationError) Key() bool
Key function returns key value.
func (GetLastColumnDraftReplyValidationError) Reason ¶
func (e GetLastColumnDraftReplyValidationError) Reason() string
Reason function returns reason value.
type GetLastCommentDraftReply ¶
type GetLastCommentDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetLastCommentDraftReply) Descriptor
deprecated
func (*GetLastCommentDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use GetLastCommentDraftReply.ProtoReflect.Descriptor instead.
func (*GetLastCommentDraftReply) GetId ¶
func (x *GetLastCommentDraftReply) GetId() int32
func (*GetLastCommentDraftReply) GetStatus ¶
func (x *GetLastCommentDraftReply) GetStatus() int32
func (*GetLastCommentDraftReply) ProtoMessage ¶
func (*GetLastCommentDraftReply) ProtoMessage()
func (*GetLastCommentDraftReply) ProtoReflect ¶
func (x *GetLastCommentDraftReply) ProtoReflect() protoreflect.Message
func (*GetLastCommentDraftReply) Reset ¶
func (x *GetLastCommentDraftReply) Reset()
func (*GetLastCommentDraftReply) String ¶
func (x *GetLastCommentDraftReply) String() string
func (*GetLastCommentDraftReply) Validate ¶
func (m *GetLastCommentDraftReply) Validate() error
Validate checks the field values on GetLastCommentDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLastCommentDraftReply) ValidateAll ¶
func (m *GetLastCommentDraftReply) ValidateAll() error
ValidateAll checks the field values on GetLastCommentDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastCommentDraftReplyMultiError, or nil if none found.
type GetLastCommentDraftReplyMultiError ¶
type GetLastCommentDraftReplyMultiError []error
GetLastCommentDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastCommentDraftReply.ValidateAll() if the designated constraints aren't met.
func (GetLastCommentDraftReplyMultiError) AllErrors ¶
func (m GetLastCommentDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLastCommentDraftReplyMultiError) Error ¶
func (m GetLastCommentDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLastCommentDraftReplyValidationError ¶
type GetLastCommentDraftReplyValidationError struct {
// contains filtered or unexported fields
}
GetLastCommentDraftReplyValidationError is the validation error returned by GetLastCommentDraftReply.Validate if the designated constraints aren't met.
func (GetLastCommentDraftReplyValidationError) Cause ¶
func (e GetLastCommentDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (GetLastCommentDraftReplyValidationError) Error ¶
func (e GetLastCommentDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetLastCommentDraftReplyValidationError) ErrorName ¶
func (e GetLastCommentDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetLastCommentDraftReplyValidationError) Field ¶
func (e GetLastCommentDraftReplyValidationError) Field() string
Field function returns field value.
func (GetLastCommentDraftReplyValidationError) Key ¶
func (e GetLastCommentDraftReplyValidationError) Key() bool
Key function returns key value.
func (GetLastCommentDraftReplyValidationError) Reason ¶
func (e GetLastCommentDraftReplyValidationError) Reason() string
Reason function returns reason value.
type GetLastTalkDraftReply ¶
type GetLastTalkDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetLastTalkDraftReply) Descriptor
deprecated
func (*GetLastTalkDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use GetLastTalkDraftReply.ProtoReflect.Descriptor instead.
func (*GetLastTalkDraftReply) GetId ¶
func (x *GetLastTalkDraftReply) GetId() int32
func (*GetLastTalkDraftReply) GetStatus ¶
func (x *GetLastTalkDraftReply) GetStatus() int32
func (*GetLastTalkDraftReply) ProtoMessage ¶
func (*GetLastTalkDraftReply) ProtoMessage()
func (*GetLastTalkDraftReply) ProtoReflect ¶
func (x *GetLastTalkDraftReply) ProtoReflect() protoreflect.Message
func (*GetLastTalkDraftReply) Reset ¶
func (x *GetLastTalkDraftReply) Reset()
func (*GetLastTalkDraftReply) String ¶
func (x *GetLastTalkDraftReply) String() string
func (*GetLastTalkDraftReply) Validate ¶
func (m *GetLastTalkDraftReply) Validate() error
Validate checks the field values on GetLastTalkDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLastTalkDraftReply) ValidateAll ¶
func (m *GetLastTalkDraftReply) ValidateAll() error
ValidateAll checks the field values on GetLastTalkDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastTalkDraftReplyMultiError, or nil if none found.
type GetLastTalkDraftReplyMultiError ¶
type GetLastTalkDraftReplyMultiError []error
GetLastTalkDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastTalkDraftReply.ValidateAll() if the designated constraints aren't met.
func (GetLastTalkDraftReplyMultiError) AllErrors ¶
func (m GetLastTalkDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLastTalkDraftReplyMultiError) Error ¶
func (m GetLastTalkDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLastTalkDraftReplyValidationError ¶
type GetLastTalkDraftReplyValidationError struct {
// contains filtered or unexported fields
}
GetLastTalkDraftReplyValidationError is the validation error returned by GetLastTalkDraftReply.Validate if the designated constraints aren't met.
func (GetLastTalkDraftReplyValidationError) Cause ¶
func (e GetLastTalkDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (GetLastTalkDraftReplyValidationError) Error ¶
func (e GetLastTalkDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetLastTalkDraftReplyValidationError) ErrorName ¶
func (e GetLastTalkDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetLastTalkDraftReplyValidationError) Field ¶
func (e GetLastTalkDraftReplyValidationError) Field() string
Field function returns field value.
func (GetLastTalkDraftReplyValidationError) Key ¶
func (e GetLastTalkDraftReplyValidationError) Key() bool
Key function returns key value.
func (GetLastTalkDraftReplyValidationError) Reason ¶
func (e GetLastTalkDraftReplyValidationError) Reason() string
Reason function returns reason value.
type GetLeaderBoardReply ¶
type GetLeaderBoardReply struct { Board []*GetLeaderBoardReply_Board `protobuf:"bytes,1,rep,name=board,proto3" json:"board,omitempty"` // contains filtered or unexported fields }
func (*GetLeaderBoardReply) Descriptor
deprecated
func (*GetLeaderBoardReply) Descriptor() ([]byte, []int)
Deprecated: Use GetLeaderBoardReply.ProtoReflect.Descriptor instead.
func (*GetLeaderBoardReply) GetBoard ¶
func (x *GetLeaderBoardReply) GetBoard() []*GetLeaderBoardReply_Board
func (*GetLeaderBoardReply) ProtoMessage ¶
func (*GetLeaderBoardReply) ProtoMessage()
func (*GetLeaderBoardReply) ProtoReflect ¶
func (x *GetLeaderBoardReply) ProtoReflect() protoreflect.Message
func (*GetLeaderBoardReply) Reset ¶
func (x *GetLeaderBoardReply) Reset()
func (*GetLeaderBoardReply) String ¶
func (x *GetLeaderBoardReply) String() string
func (*GetLeaderBoardReply) Validate ¶
func (m *GetLeaderBoardReply) Validate() error
Validate checks the field values on GetLeaderBoardReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLeaderBoardReply) ValidateAll ¶
func (m *GetLeaderBoardReply) ValidateAll() error
ValidateAll checks the field values on GetLeaderBoardReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLeaderBoardReplyMultiError, or nil if none found.
type GetLeaderBoardReplyMultiError ¶
type GetLeaderBoardReplyMultiError []error
GetLeaderBoardReplyMultiError is an error wrapping multiple validation errors returned by GetLeaderBoardReply.ValidateAll() if the designated constraints aren't met.
func (GetLeaderBoardReplyMultiError) AllErrors ¶
func (m GetLeaderBoardReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLeaderBoardReplyMultiError) Error ¶
func (m GetLeaderBoardReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLeaderBoardReplyValidationError ¶
type GetLeaderBoardReplyValidationError struct {
// contains filtered or unexported fields
}
GetLeaderBoardReplyValidationError is the validation error returned by GetLeaderBoardReply.Validate if the designated constraints aren't met.
func (GetLeaderBoardReplyValidationError) Cause ¶
func (e GetLeaderBoardReplyValidationError) Cause() error
Cause function returns cause value.
func (GetLeaderBoardReplyValidationError) Error ¶
func (e GetLeaderBoardReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetLeaderBoardReplyValidationError) ErrorName ¶
func (e GetLeaderBoardReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetLeaderBoardReplyValidationError) Field ¶
func (e GetLeaderBoardReplyValidationError) Field() string
Field function returns field value.
func (GetLeaderBoardReplyValidationError) Key ¶
func (e GetLeaderBoardReplyValidationError) Key() bool
Key function returns key value.
func (GetLeaderBoardReplyValidationError) Reason ¶
func (e GetLeaderBoardReplyValidationError) Reason() string
Reason function returns reason value.
type GetLeaderBoardReply_Board ¶
type GetLeaderBoardReply_Board struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` Mode string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"` // contains filtered or unexported fields }
func (*GetLeaderBoardReply_Board) Descriptor
deprecated
func (*GetLeaderBoardReply_Board) Descriptor() ([]byte, []int)
Deprecated: Use GetLeaderBoardReply_Board.ProtoReflect.Descriptor instead.
func (*GetLeaderBoardReply_Board) GetId ¶
func (x *GetLeaderBoardReply_Board) GetId() int32
func (*GetLeaderBoardReply_Board) GetMode ¶
func (x *GetLeaderBoardReply_Board) GetMode() string
func (*GetLeaderBoardReply_Board) GetUuid ¶
func (x *GetLeaderBoardReply_Board) GetUuid() string
func (*GetLeaderBoardReply_Board) ProtoMessage ¶
func (*GetLeaderBoardReply_Board) ProtoMessage()
func (*GetLeaderBoardReply_Board) ProtoReflect ¶
func (x *GetLeaderBoardReply_Board) ProtoReflect() protoreflect.Message
func (*GetLeaderBoardReply_Board) Reset ¶
func (x *GetLeaderBoardReply_Board) Reset()
func (*GetLeaderBoardReply_Board) String ¶
func (x *GetLeaderBoardReply_Board) String() string
func (*GetLeaderBoardReply_Board) Validate ¶
func (m *GetLeaderBoardReply_Board) Validate() error
Validate checks the field values on GetLeaderBoardReply_Board with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLeaderBoardReply_Board) ValidateAll ¶
func (m *GetLeaderBoardReply_Board) ValidateAll() error
ValidateAll checks the field values on GetLeaderBoardReply_Board with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLeaderBoardReply_BoardMultiError, or nil if none found.
type GetLeaderBoardReply_BoardMultiError ¶
type GetLeaderBoardReply_BoardMultiError []error
GetLeaderBoardReply_BoardMultiError is an error wrapping multiple validation errors returned by GetLeaderBoardReply_Board.ValidateAll() if the designated constraints aren't met.
func (GetLeaderBoardReply_BoardMultiError) AllErrors ¶
func (m GetLeaderBoardReply_BoardMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLeaderBoardReply_BoardMultiError) Error ¶
func (m GetLeaderBoardReply_BoardMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLeaderBoardReply_BoardValidationError ¶
type GetLeaderBoardReply_BoardValidationError struct {
// contains filtered or unexported fields
}
GetLeaderBoardReply_BoardValidationError is the validation error returned by GetLeaderBoardReply_Board.Validate if the designated constraints aren't met.
func (GetLeaderBoardReply_BoardValidationError) Cause ¶
func (e GetLeaderBoardReply_BoardValidationError) Cause() error
Cause function returns cause value.
func (GetLeaderBoardReply_BoardValidationError) Error ¶
func (e GetLeaderBoardReply_BoardValidationError) Error() string
Error satisfies the builtin error interface
func (GetLeaderBoardReply_BoardValidationError) ErrorName ¶
func (e GetLeaderBoardReply_BoardValidationError) ErrorName() string
ErrorName returns error name.
func (GetLeaderBoardReply_BoardValidationError) Field ¶
func (e GetLeaderBoardReply_BoardValidationError) Field() string
Field function returns field value.
func (GetLeaderBoardReply_BoardValidationError) Key ¶
func (e GetLeaderBoardReply_BoardValidationError) Key() bool
Key function returns key value.
func (GetLeaderBoardReply_BoardValidationError) Reason ¶
func (e GetLeaderBoardReply_BoardValidationError) Reason() string
Reason function returns reason value.
type GetMailBoxLastTimeReply ¶
type GetMailBoxLastTimeReply struct { Time int32 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*GetMailBoxLastTimeReply) Descriptor
deprecated
func (*GetMailBoxLastTimeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetMailBoxLastTimeReply.ProtoReflect.Descriptor instead.
func (*GetMailBoxLastTimeReply) GetTime ¶
func (x *GetMailBoxLastTimeReply) GetTime() int32
func (*GetMailBoxLastTimeReply) ProtoMessage ¶
func (*GetMailBoxLastTimeReply) ProtoMessage()
func (*GetMailBoxLastTimeReply) ProtoReflect ¶
func (x *GetMailBoxLastTimeReply) ProtoReflect() protoreflect.Message
func (*GetMailBoxLastTimeReply) Reset ¶
func (x *GetMailBoxLastTimeReply) Reset()
func (*GetMailBoxLastTimeReply) String ¶
func (x *GetMailBoxLastTimeReply) String() string
func (*GetMailBoxLastTimeReply) Validate ¶
func (m *GetMailBoxLastTimeReply) Validate() error
Validate checks the field values on GetMailBoxLastTimeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMailBoxLastTimeReply) ValidateAll ¶
func (m *GetMailBoxLastTimeReply) ValidateAll() error
ValidateAll checks the field values on GetMailBoxLastTimeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMailBoxLastTimeReplyMultiError, or nil if none found.
type GetMailBoxLastTimeReplyMultiError ¶
type GetMailBoxLastTimeReplyMultiError []error
GetMailBoxLastTimeReplyMultiError is an error wrapping multiple validation errors returned by GetMailBoxLastTimeReply.ValidateAll() if the designated constraints aren't met.
func (GetMailBoxLastTimeReplyMultiError) AllErrors ¶
func (m GetMailBoxLastTimeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMailBoxLastTimeReplyMultiError) Error ¶
func (m GetMailBoxLastTimeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMailBoxLastTimeReplyValidationError ¶
type GetMailBoxLastTimeReplyValidationError struct {
// contains filtered or unexported fields
}
GetMailBoxLastTimeReplyValidationError is the validation error returned by GetMailBoxLastTimeReply.Validate if the designated constraints aren't met.
func (GetMailBoxLastTimeReplyValidationError) Cause ¶
func (e GetMailBoxLastTimeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetMailBoxLastTimeReplyValidationError) Error ¶
func (e GetMailBoxLastTimeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetMailBoxLastTimeReplyValidationError) ErrorName ¶
func (e GetMailBoxLastTimeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetMailBoxLastTimeReplyValidationError) Field ¶
func (e GetMailBoxLastTimeReplyValidationError) Field() string
Field function returns field value.
func (GetMailBoxLastTimeReplyValidationError) Key ¶
func (e GetMailBoxLastTimeReplyValidationError) Key() bool
Key function returns key value.
func (GetMailBoxLastTimeReplyValidationError) Reason ¶
func (e GetMailBoxLastTimeReplyValidationError) Reason() string
Reason function returns reason value.
type GetMessageNotificationReply ¶
type GetMessageNotificationReply struct { Timeline map[string]int32 `` /* 158-byte string literal not displayed */ Comment int32 `protobuf:"varint,2,opt,name=comment,proto3" json:"comment,omitempty"` SubComment int32 `protobuf:"varint,3,opt,name=subComment,proto3" json:"subComment,omitempty"` System int32 `protobuf:"varint,4,opt,name=system,proto3" json:"system,omitempty"` // contains filtered or unexported fields }
func (*GetMessageNotificationReply) Descriptor
deprecated
func (*GetMessageNotificationReply) Descriptor() ([]byte, []int)
Deprecated: Use GetMessageNotificationReply.ProtoReflect.Descriptor instead.
func (*GetMessageNotificationReply) GetComment ¶
func (x *GetMessageNotificationReply) GetComment() int32
func (*GetMessageNotificationReply) GetSubComment ¶
func (x *GetMessageNotificationReply) GetSubComment() int32
func (*GetMessageNotificationReply) GetSystem ¶
func (x *GetMessageNotificationReply) GetSystem() int32
func (*GetMessageNotificationReply) GetTimeline ¶
func (x *GetMessageNotificationReply) GetTimeline() map[string]int32
func (*GetMessageNotificationReply) ProtoMessage ¶
func (*GetMessageNotificationReply) ProtoMessage()
func (*GetMessageNotificationReply) ProtoReflect ¶
func (x *GetMessageNotificationReply) ProtoReflect() protoreflect.Message
func (*GetMessageNotificationReply) Reset ¶
func (x *GetMessageNotificationReply) Reset()
func (*GetMessageNotificationReply) String ¶
func (x *GetMessageNotificationReply) String() string
func (*GetMessageNotificationReply) Validate ¶
func (m *GetMessageNotificationReply) Validate() error
Validate checks the field values on GetMessageNotificationReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMessageNotificationReply) ValidateAll ¶
func (m *GetMessageNotificationReply) ValidateAll() error
ValidateAll checks the field values on GetMessageNotificationReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMessageNotificationReplyMultiError, or nil if none found.
type GetMessageNotificationReplyMultiError ¶
type GetMessageNotificationReplyMultiError []error
GetMessageNotificationReplyMultiError is an error wrapping multiple validation errors returned by GetMessageNotificationReply.ValidateAll() if the designated constraints aren't met.
func (GetMessageNotificationReplyMultiError) AllErrors ¶
func (m GetMessageNotificationReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMessageNotificationReplyMultiError) Error ¶
func (m GetMessageNotificationReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMessageNotificationReplyValidationError ¶
type GetMessageNotificationReplyValidationError struct {
// contains filtered or unexported fields
}
GetMessageNotificationReplyValidationError is the validation error returned by GetMessageNotificationReply.Validate if the designated constraints aren't met.
func (GetMessageNotificationReplyValidationError) Cause ¶
func (e GetMessageNotificationReplyValidationError) Cause() error
Cause function returns cause value.
func (GetMessageNotificationReplyValidationError) Error ¶
func (e GetMessageNotificationReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetMessageNotificationReplyValidationError) ErrorName ¶
func (e GetMessageNotificationReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetMessageNotificationReplyValidationError) Field ¶
func (e GetMessageNotificationReplyValidationError) Field() string
Field function returns field value.
func (GetMessageNotificationReplyValidationError) Key ¶
func (e GetMessageNotificationReplyValidationError) Key() bool
Key function returns key value.
func (GetMessageNotificationReplyValidationError) Reason ¶
func (e GetMessageNotificationReplyValidationError) Reason() string
Reason function returns reason value.
type GetMessageSystemNotificationReply ¶
type GetMessageSystemNotificationReply struct { List []*GetMessageSystemNotificationReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetMessageSystemNotificationReply) Descriptor
deprecated
func (*GetMessageSystemNotificationReply) Descriptor() ([]byte, []int)
Deprecated: Use GetMessageSystemNotificationReply.ProtoReflect.Descriptor instead.
func (*GetMessageSystemNotificationReply) GetList ¶
func (x *GetMessageSystemNotificationReply) GetList() []*GetMessageSystemNotificationReply_List
func (*GetMessageSystemNotificationReply) ProtoMessage ¶
func (*GetMessageSystemNotificationReply) ProtoMessage()
func (*GetMessageSystemNotificationReply) ProtoReflect ¶
func (x *GetMessageSystemNotificationReply) ProtoReflect() protoreflect.Message
func (*GetMessageSystemNotificationReply) Reset ¶
func (x *GetMessageSystemNotificationReply) Reset()
func (*GetMessageSystemNotificationReply) String ¶
func (x *GetMessageSystemNotificationReply) String() string
func (*GetMessageSystemNotificationReply) Validate ¶
func (m *GetMessageSystemNotificationReply) Validate() error
Validate checks the field values on GetMessageSystemNotificationReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMessageSystemNotificationReply) ValidateAll ¶
func (m *GetMessageSystemNotificationReply) ValidateAll() error
ValidateAll checks the field values on GetMessageSystemNotificationReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMessageSystemNotificationReplyMultiError, or nil if none found.
type GetMessageSystemNotificationReplyMultiError ¶
type GetMessageSystemNotificationReplyMultiError []error
GetMessageSystemNotificationReplyMultiError is an error wrapping multiple validation errors returned by GetMessageSystemNotificationReply.ValidateAll() if the designated constraints aren't met.
func (GetMessageSystemNotificationReplyMultiError) AllErrors ¶
func (m GetMessageSystemNotificationReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMessageSystemNotificationReplyMultiError) Error ¶
func (m GetMessageSystemNotificationReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMessageSystemNotificationReplyValidationError ¶
type GetMessageSystemNotificationReplyValidationError struct {
// contains filtered or unexported fields
}
GetMessageSystemNotificationReplyValidationError is the validation error returned by GetMessageSystemNotificationReply.Validate if the designated constraints aren't met.
func (GetMessageSystemNotificationReplyValidationError) Cause ¶
func (e GetMessageSystemNotificationReplyValidationError) Cause() error
Cause function returns cause value.
func (GetMessageSystemNotificationReplyValidationError) Error ¶
func (e GetMessageSystemNotificationReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetMessageSystemNotificationReplyValidationError) ErrorName ¶
func (e GetMessageSystemNotificationReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetMessageSystemNotificationReplyValidationError) Field ¶
func (e GetMessageSystemNotificationReplyValidationError) Field() string
Field function returns field value.
func (GetMessageSystemNotificationReplyValidationError) Key ¶
func (e GetMessageSystemNotificationReplyValidationError) Key() bool
Key function returns key value.
func (GetMessageSystemNotificationReplyValidationError) Reason ¶
func (e GetMessageSystemNotificationReplyValidationError) Reason() string
Reason function returns reason value.
type GetMessageSystemNotificationReply_List ¶
type GetMessageSystemNotificationReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` ContentId int32 `protobuf:"varint,2,opt,name=contentId,proto3" json:"contentId,omitempty"` CreatedAt string `protobuf:"bytes,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"` NotificationType string `protobuf:"bytes,4,opt,name=notificationType,proto3" json:"notificationType,omitempty"` Title string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"` Uid string `protobuf:"bytes,6,opt,name=uid,proto3" json:"uid,omitempty"` Uuid string `protobuf:"bytes,7,opt,name=uuid,proto3" json:"uuid,omitempty"` Label string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"` Section string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"` Text string `protobuf:"bytes,11,opt,name=text,proto3" json:"text,omitempty"` Comment string `protobuf:"bytes,12,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetMessageSystemNotificationReply_List) Descriptor
deprecated
func (*GetMessageSystemNotificationReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetMessageSystemNotificationReply_List.ProtoReflect.Descriptor instead.
func (*GetMessageSystemNotificationReply_List) GetComment ¶
func (x *GetMessageSystemNotificationReply_List) GetComment() string
func (*GetMessageSystemNotificationReply_List) GetContentId ¶
func (x *GetMessageSystemNotificationReply_List) GetContentId() int32
func (*GetMessageSystemNotificationReply_List) GetCreatedAt ¶
func (x *GetMessageSystemNotificationReply_List) GetCreatedAt() string
func (*GetMessageSystemNotificationReply_List) GetId ¶
func (x *GetMessageSystemNotificationReply_List) GetId() int32
func (*GetMessageSystemNotificationReply_List) GetLabel ¶
func (x *GetMessageSystemNotificationReply_List) GetLabel() string
func (*GetMessageSystemNotificationReply_List) GetNotificationType ¶
func (x *GetMessageSystemNotificationReply_List) GetNotificationType() string
func (*GetMessageSystemNotificationReply_List) GetResult ¶
func (x *GetMessageSystemNotificationReply_List) GetResult() int32
func (*GetMessageSystemNotificationReply_List) GetSection ¶
func (x *GetMessageSystemNotificationReply_List) GetSection() string
func (*GetMessageSystemNotificationReply_List) GetText ¶
func (x *GetMessageSystemNotificationReply_List) GetText() string
func (*GetMessageSystemNotificationReply_List) GetTitle ¶
func (x *GetMessageSystemNotificationReply_List) GetTitle() string
func (*GetMessageSystemNotificationReply_List) GetUid ¶
func (x *GetMessageSystemNotificationReply_List) GetUid() string
func (*GetMessageSystemNotificationReply_List) GetUuid ¶
func (x *GetMessageSystemNotificationReply_List) GetUuid() string
func (*GetMessageSystemNotificationReply_List) ProtoMessage ¶
func (*GetMessageSystemNotificationReply_List) ProtoMessage()
func (*GetMessageSystemNotificationReply_List) ProtoReflect ¶
func (x *GetMessageSystemNotificationReply_List) ProtoReflect() protoreflect.Message
func (*GetMessageSystemNotificationReply_List) Reset ¶
func (x *GetMessageSystemNotificationReply_List) Reset()
func (*GetMessageSystemNotificationReply_List) String ¶
func (x *GetMessageSystemNotificationReply_List) String() string
func (*GetMessageSystemNotificationReply_List) Validate ¶
func (m *GetMessageSystemNotificationReply_List) Validate() error
Validate checks the field values on GetMessageSystemNotificationReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMessageSystemNotificationReply_List) ValidateAll ¶
func (m *GetMessageSystemNotificationReply_List) ValidateAll() error
ValidateAll checks the field values on GetMessageSystemNotificationReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMessageSystemNotificationReply_ListMultiError, or nil if none found.
type GetMessageSystemNotificationReply_ListMultiError ¶
type GetMessageSystemNotificationReply_ListMultiError []error
GetMessageSystemNotificationReply_ListMultiError is an error wrapping multiple validation errors returned by GetMessageSystemNotificationReply_List.ValidateAll() if the designated constraints aren't met.
func (GetMessageSystemNotificationReply_ListMultiError) AllErrors ¶
func (m GetMessageSystemNotificationReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMessageSystemNotificationReply_ListMultiError) Error ¶
func (m GetMessageSystemNotificationReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMessageSystemNotificationReply_ListValidationError ¶
type GetMessageSystemNotificationReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetMessageSystemNotificationReply_ListValidationError is the validation error returned by GetMessageSystemNotificationReply_List.Validate if the designated constraints aren't met.
func (GetMessageSystemNotificationReply_ListValidationError) Cause ¶
func (e GetMessageSystemNotificationReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetMessageSystemNotificationReply_ListValidationError) Error ¶
func (e GetMessageSystemNotificationReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetMessageSystemNotificationReply_ListValidationError) ErrorName ¶
func (e GetMessageSystemNotificationReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetMessageSystemNotificationReply_ListValidationError) Field ¶
func (e GetMessageSystemNotificationReply_ListValidationError) Field() string
Field function returns field value.
func (GetMessageSystemNotificationReply_ListValidationError) Key ¶
func (e GetMessageSystemNotificationReply_ListValidationError) Key() bool
Key function returns key value.
func (GetMessageSystemNotificationReply_ListValidationError) Reason ¶
func (e GetMessageSystemNotificationReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetMessageSystemNotificationReq ¶
type GetMessageSystemNotificationReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetMessageSystemNotificationReq) Descriptor
deprecated
func (*GetMessageSystemNotificationReq) Descriptor() ([]byte, []int)
Deprecated: Use GetMessageSystemNotificationReq.ProtoReflect.Descriptor instead.
func (*GetMessageSystemNotificationReq) GetPage ¶
func (x *GetMessageSystemNotificationReq) GetPage() int32
func (*GetMessageSystemNotificationReq) ProtoMessage ¶
func (*GetMessageSystemNotificationReq) ProtoMessage()
func (*GetMessageSystemNotificationReq) ProtoReflect ¶
func (x *GetMessageSystemNotificationReq) ProtoReflect() protoreflect.Message
func (*GetMessageSystemNotificationReq) Reset ¶
func (x *GetMessageSystemNotificationReq) Reset()
func (*GetMessageSystemNotificationReq) String ¶
func (x *GetMessageSystemNotificationReq) String() string
func (*GetMessageSystemNotificationReq) Validate ¶
func (m *GetMessageSystemNotificationReq) Validate() error
Validate checks the field values on GetMessageSystemNotificationReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetMessageSystemNotificationReq) ValidateAll ¶
func (m *GetMessageSystemNotificationReq) ValidateAll() error
ValidateAll checks the field values on GetMessageSystemNotificationReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMessageSystemNotificationReqMultiError, or nil if none found.
type GetMessageSystemNotificationReqMultiError ¶
type GetMessageSystemNotificationReqMultiError []error
GetMessageSystemNotificationReqMultiError is an error wrapping multiple validation errors returned by GetMessageSystemNotificationReq.ValidateAll() if the designated constraints aren't met.
func (GetMessageSystemNotificationReqMultiError) AllErrors ¶
func (m GetMessageSystemNotificationReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMessageSystemNotificationReqMultiError) Error ¶
func (m GetMessageSystemNotificationReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMessageSystemNotificationReqValidationError ¶
type GetMessageSystemNotificationReqValidationError struct {
// contains filtered or unexported fields
}
GetMessageSystemNotificationReqValidationError is the validation error returned by GetMessageSystemNotificationReq.Validate if the designated constraints aren't met.
func (GetMessageSystemNotificationReqValidationError) Cause ¶
func (e GetMessageSystemNotificationReqValidationError) Cause() error
Cause function returns cause value.
func (GetMessageSystemNotificationReqValidationError) Error ¶
func (e GetMessageSystemNotificationReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetMessageSystemNotificationReqValidationError) ErrorName ¶
func (e GetMessageSystemNotificationReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetMessageSystemNotificationReqValidationError) Field ¶
func (e GetMessageSystemNotificationReqValidationError) Field() string
Field function returns field value.
func (GetMessageSystemNotificationReqValidationError) Key ¶
func (e GetMessageSystemNotificationReqValidationError) Key() bool
Key function returns key value.
func (GetMessageSystemNotificationReqValidationError) Reason ¶
func (e GetMessageSystemNotificationReqValidationError) Reason() string
Reason function returns reason value.
type GetNewsReply ¶
type GetNewsReply struct { News []*GetNewsReply_News `protobuf:"bytes,1,rep,name=news,proto3" json:"news,omitempty"` // contains filtered or unexported fields }
func (*GetNewsReply) Descriptor
deprecated
func (*GetNewsReply) Descriptor() ([]byte, []int)
Deprecated: Use GetNewsReply.ProtoReflect.Descriptor instead.
func (*GetNewsReply) GetNews ¶
func (x *GetNewsReply) GetNews() []*GetNewsReply_News
func (*GetNewsReply) ProtoMessage ¶
func (*GetNewsReply) ProtoMessage()
func (*GetNewsReply) ProtoReflect ¶
func (x *GetNewsReply) ProtoReflect() protoreflect.Message
func (*GetNewsReply) Reset ¶
func (x *GetNewsReply) Reset()
func (*GetNewsReply) String ¶
func (x *GetNewsReply) String() string
func (*GetNewsReply) Validate ¶
func (m *GetNewsReply) Validate() error
Validate checks the field values on GetNewsReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetNewsReply) ValidateAll ¶
func (m *GetNewsReply) ValidateAll() error
ValidateAll checks the field values on GetNewsReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsReplyMultiError, or nil if none found.
type GetNewsReplyMultiError ¶
type GetNewsReplyMultiError []error
GetNewsReplyMultiError is an error wrapping multiple validation errors returned by GetNewsReply.ValidateAll() if the designated constraints aren't met.
func (GetNewsReplyMultiError) AllErrors ¶
func (m GetNewsReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetNewsReplyMultiError) Error ¶
func (m GetNewsReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetNewsReplyValidationError ¶
type GetNewsReplyValidationError struct {
// contains filtered or unexported fields
}
GetNewsReplyValidationError is the validation error returned by GetNewsReply.Validate if the designated constraints aren't met.
func (GetNewsReplyValidationError) Cause ¶
func (e GetNewsReplyValidationError) Cause() error
Cause function returns cause value.
func (GetNewsReplyValidationError) Error ¶
func (e GetNewsReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetNewsReplyValidationError) ErrorName ¶
func (e GetNewsReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetNewsReplyValidationError) Field ¶
func (e GetNewsReplyValidationError) Field() string
Field function returns field value.
func (GetNewsReplyValidationError) Key ¶
func (e GetNewsReplyValidationError) Key() bool
Key function returns key value.
func (GetNewsReplyValidationError) Reason ¶
func (e GetNewsReplyValidationError) Reason() string
Reason function returns reason value.
type GetNewsReply_News ¶
type GetNewsReply_News struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetNewsReply_News) Descriptor
deprecated
func (*GetNewsReply_News) Descriptor() ([]byte, []int)
Deprecated: Use GetNewsReply_News.ProtoReflect.Descriptor instead.
func (*GetNewsReply_News) GetId ¶
func (x *GetNewsReply_News) GetId() string
func (*GetNewsReply_News) ProtoMessage ¶
func (*GetNewsReply_News) ProtoMessage()
func (*GetNewsReply_News) ProtoReflect ¶
func (x *GetNewsReply_News) ProtoReflect() protoreflect.Message
func (*GetNewsReply_News) Reset ¶
func (x *GetNewsReply_News) Reset()
func (*GetNewsReply_News) String ¶
func (x *GetNewsReply_News) String() string
func (*GetNewsReply_News) Validate ¶
func (m *GetNewsReply_News) Validate() error
Validate checks the field values on GetNewsReply_News with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetNewsReply_News) ValidateAll ¶
func (m *GetNewsReply_News) ValidateAll() error
ValidateAll checks the field values on GetNewsReply_News with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsReply_NewsMultiError, or nil if none found.
type GetNewsReply_NewsMultiError ¶
type GetNewsReply_NewsMultiError []error
GetNewsReply_NewsMultiError is an error wrapping multiple validation errors returned by GetNewsReply_News.ValidateAll() if the designated constraints aren't met.
func (GetNewsReply_NewsMultiError) AllErrors ¶
func (m GetNewsReply_NewsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetNewsReply_NewsMultiError) Error ¶
func (m GetNewsReply_NewsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetNewsReply_NewsValidationError ¶
type GetNewsReply_NewsValidationError struct {
// contains filtered or unexported fields
}
GetNewsReply_NewsValidationError is the validation error returned by GetNewsReply_News.Validate if the designated constraints aren't met.
func (GetNewsReply_NewsValidationError) Cause ¶
func (e GetNewsReply_NewsValidationError) Cause() error
Cause function returns cause value.
func (GetNewsReply_NewsValidationError) Error ¶
func (e GetNewsReply_NewsValidationError) Error() string
Error satisfies the builtin error interface
func (GetNewsReply_NewsValidationError) ErrorName ¶
func (e GetNewsReply_NewsValidationError) ErrorName() string
ErrorName returns error name.
func (GetNewsReply_NewsValidationError) Field ¶
func (e GetNewsReply_NewsValidationError) Field() string
Field function returns field value.
func (GetNewsReply_NewsValidationError) Key ¶
func (e GetNewsReply_NewsValidationError) Key() bool
Key function returns key value.
func (GetNewsReply_NewsValidationError) Reason ¶
func (e GetNewsReply_NewsValidationError) Reason() string
Reason function returns reason value.
type GetNewsReq ¶
type GetNewsReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetNewsReq) Descriptor
deprecated
func (*GetNewsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetNewsReq.ProtoReflect.Descriptor instead.
func (*GetNewsReq) GetPage ¶
func (x *GetNewsReq) GetPage() int32
func (*GetNewsReq) ProtoMessage ¶
func (*GetNewsReq) ProtoMessage()
func (*GetNewsReq) ProtoReflect ¶
func (x *GetNewsReq) ProtoReflect() protoreflect.Message
func (*GetNewsReq) Reset ¶
func (x *GetNewsReq) Reset()
func (*GetNewsReq) String ¶
func (x *GetNewsReq) String() string
func (*GetNewsReq) Validate ¶
func (m *GetNewsReq) Validate() error
Validate checks the field values on GetNewsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetNewsReq) ValidateAll ¶
func (m *GetNewsReq) ValidateAll() error
ValidateAll checks the field values on GetNewsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsReqMultiError, or nil if none found.
type GetNewsReqMultiError ¶
type GetNewsReqMultiError []error
GetNewsReqMultiError is an error wrapping multiple validation errors returned by GetNewsReq.ValidateAll() if the designated constraints aren't met.
func (GetNewsReqMultiError) AllErrors ¶
func (m GetNewsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetNewsReqMultiError) Error ¶
func (m GetNewsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetNewsReqValidationError ¶
type GetNewsReqValidationError struct {
// contains filtered or unexported fields
}
GetNewsReqValidationError is the validation error returned by GetNewsReq.Validate if the designated constraints aren't met.
func (GetNewsReqValidationError) Cause ¶
func (e GetNewsReqValidationError) Cause() error
Cause function returns cause value.
func (GetNewsReqValidationError) Error ¶
func (e GetNewsReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetNewsReqValidationError) ErrorName ¶
func (e GetNewsReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetNewsReqValidationError) Field ¶
func (e GetNewsReqValidationError) Field() string
Field function returns field value.
func (GetNewsReqValidationError) Key ¶
func (e GetNewsReqValidationError) Key() bool
Key function returns key value.
func (GetNewsReqValidationError) Reason ¶
func (e GetNewsReqValidationError) Reason() string
Reason function returns reason value.
type GetNewsSearchReply ¶ added in v1.4.0
type GetNewsSearchReply struct { List []*GetNewsSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*GetNewsSearchReply) Descriptor
deprecated
added in
v1.4.0
func (*GetNewsSearchReply) Descriptor() ([]byte, []int)
Deprecated: Use GetNewsSearchReply.ProtoReflect.Descriptor instead.
func (*GetNewsSearchReply) GetList ¶ added in v1.4.0
func (x *GetNewsSearchReply) GetList() []*GetNewsSearchReply_List
func (*GetNewsSearchReply) GetTotal ¶ added in v1.4.0
func (x *GetNewsSearchReply) GetTotal() int32
func (*GetNewsSearchReply) ProtoMessage ¶ added in v1.4.0
func (*GetNewsSearchReply) ProtoMessage()
func (*GetNewsSearchReply) ProtoReflect ¶ added in v1.4.0
func (x *GetNewsSearchReply) ProtoReflect() protoreflect.Message
func (*GetNewsSearchReply) Reset ¶ added in v1.4.0
func (x *GetNewsSearchReply) Reset()
func (*GetNewsSearchReply) String ¶ added in v1.4.0
func (x *GetNewsSearchReply) String() string
func (*GetNewsSearchReply) Validate ¶ added in v1.4.0
func (m *GetNewsSearchReply) Validate() error
Validate checks the field values on GetNewsSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetNewsSearchReply) ValidateAll ¶ added in v1.4.0
func (m *GetNewsSearchReply) ValidateAll() error
ValidateAll checks the field values on GetNewsSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsSearchReplyMultiError, or nil if none found.
type GetNewsSearchReplyMultiError ¶ added in v1.4.0
type GetNewsSearchReplyMultiError []error
GetNewsSearchReplyMultiError is an error wrapping multiple validation errors returned by GetNewsSearchReply.ValidateAll() if the designated constraints aren't met.
func (GetNewsSearchReplyMultiError) AllErrors ¶ added in v1.4.0
func (m GetNewsSearchReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetNewsSearchReplyMultiError) Error ¶ added in v1.4.0
func (m GetNewsSearchReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetNewsSearchReplyValidationError ¶ added in v1.4.0
type GetNewsSearchReplyValidationError struct {
// contains filtered or unexported fields
}
GetNewsSearchReplyValidationError is the validation error returned by GetNewsSearchReply.Validate if the designated constraints aren't met.
func (GetNewsSearchReplyValidationError) Cause ¶ added in v1.4.0
func (e GetNewsSearchReplyValidationError) Cause() error
Cause function returns cause value.
func (GetNewsSearchReplyValidationError) Error ¶ added in v1.4.0
func (e GetNewsSearchReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetNewsSearchReplyValidationError) ErrorName ¶ added in v1.4.0
func (e GetNewsSearchReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetNewsSearchReplyValidationError) Field ¶ added in v1.4.0
func (e GetNewsSearchReplyValidationError) Field() string
Field function returns field value.
func (GetNewsSearchReplyValidationError) Key ¶ added in v1.4.0
func (e GetNewsSearchReplyValidationError) Key() bool
Key function returns key value.
func (GetNewsSearchReplyValidationError) Reason ¶ added in v1.4.0
func (e GetNewsSearchReplyValidationError) Reason() string
Reason function returns reason value.
type GetNewsSearchReply_List ¶ added in v1.4.0
type GetNewsSearchReply_List struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Tags string `protobuf:"bytes,3,opt,name=tags,proto3" json:"tags,omitempty"` Author string `protobuf:"bytes,4,opt,name=author,proto3" json:"author,omitempty"` Update string `protobuf:"bytes,6,opt,name=update,proto3" json:"update,omitempty"` Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` Content string `protobuf:"bytes,8,opt,name=content,proto3" json:"content,omitempty"` Cover string `protobuf:"bytes,9,opt,name=cover,proto3" json:"cover,omitempty"` // contains filtered or unexported fields }
func (*GetNewsSearchReply_List) Descriptor
deprecated
added in
v1.4.0
func (*GetNewsSearchReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetNewsSearchReply_List.ProtoReflect.Descriptor instead.
func (*GetNewsSearchReply_List) GetAuthor ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) GetAuthor() string
func (*GetNewsSearchReply_List) GetContent ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) GetContent() string
func (*GetNewsSearchReply_List) GetCover ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) GetCover() string
func (*GetNewsSearchReply_List) GetId ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) GetId() string
func (*GetNewsSearchReply_List) GetTags ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) GetTags() string
func (*GetNewsSearchReply_List) GetTitle ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) GetTitle() string
func (*GetNewsSearchReply_List) GetUpdate ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) GetUpdate() string
func (*GetNewsSearchReply_List) GetUrl ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) GetUrl() string
func (*GetNewsSearchReply_List) ProtoMessage ¶ added in v1.4.0
func (*GetNewsSearchReply_List) ProtoMessage()
func (*GetNewsSearchReply_List) ProtoReflect ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) ProtoReflect() protoreflect.Message
func (*GetNewsSearchReply_List) Reset ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) Reset()
func (*GetNewsSearchReply_List) String ¶ added in v1.4.0
func (x *GetNewsSearchReply_List) String() string
func (*GetNewsSearchReply_List) Validate ¶ added in v1.4.0
func (m *GetNewsSearchReply_List) Validate() error
Validate checks the field values on GetNewsSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetNewsSearchReply_List) ValidateAll ¶ added in v1.4.0
func (m *GetNewsSearchReply_List) ValidateAll() error
ValidateAll checks the field values on GetNewsSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsSearchReply_ListMultiError, or nil if none found.
type GetNewsSearchReply_ListMultiError ¶ added in v1.4.0
type GetNewsSearchReply_ListMultiError []error
GetNewsSearchReply_ListMultiError is an error wrapping multiple validation errors returned by GetNewsSearchReply_List.ValidateAll() if the designated constraints aren't met.
func (GetNewsSearchReply_ListMultiError) AllErrors ¶ added in v1.4.0
func (m GetNewsSearchReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetNewsSearchReply_ListMultiError) Error ¶ added in v1.4.0
func (m GetNewsSearchReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetNewsSearchReply_ListValidationError ¶ added in v1.4.0
type GetNewsSearchReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetNewsSearchReply_ListValidationError is the validation error returned by GetNewsSearchReply_List.Validate if the designated constraints aren't met.
func (GetNewsSearchReply_ListValidationError) Cause ¶ added in v1.4.0
func (e GetNewsSearchReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetNewsSearchReply_ListValidationError) Error ¶ added in v1.4.0
func (e GetNewsSearchReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetNewsSearchReply_ListValidationError) ErrorName ¶ added in v1.4.0
func (e GetNewsSearchReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetNewsSearchReply_ListValidationError) Field ¶ added in v1.4.0
func (e GetNewsSearchReply_ListValidationError) Field() string
Field function returns field value.
func (GetNewsSearchReply_ListValidationError) Key ¶ added in v1.4.0
func (e GetNewsSearchReply_ListValidationError) Key() bool
Key function returns key value.
func (GetNewsSearchReply_ListValidationError) Reason ¶ added in v1.4.0
func (e GetNewsSearchReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetNewsSearchReq ¶ added in v1.4.0
type GetNewsSearchReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"` Time string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*GetNewsSearchReq) Descriptor
deprecated
added in
v1.4.0
func (*GetNewsSearchReq) Descriptor() ([]byte, []int)
Deprecated: Use GetNewsSearchReq.ProtoReflect.Descriptor instead.
func (*GetNewsSearchReq) GetPage ¶ added in v1.4.0
func (x *GetNewsSearchReq) GetPage() int32
func (*GetNewsSearchReq) GetSearch ¶ added in v1.4.0
func (x *GetNewsSearchReq) GetSearch() string
func (*GetNewsSearchReq) GetTime ¶ added in v1.4.0
func (x *GetNewsSearchReq) GetTime() string
func (*GetNewsSearchReq) ProtoMessage ¶ added in v1.4.0
func (*GetNewsSearchReq) ProtoMessage()
func (*GetNewsSearchReq) ProtoReflect ¶ added in v1.4.0
func (x *GetNewsSearchReq) ProtoReflect() protoreflect.Message
func (*GetNewsSearchReq) Reset ¶ added in v1.4.0
func (x *GetNewsSearchReq) Reset()
func (*GetNewsSearchReq) String ¶ added in v1.4.0
func (x *GetNewsSearchReq) String() string
func (*GetNewsSearchReq) Validate ¶ added in v1.4.0
func (m *GetNewsSearchReq) Validate() error
Validate checks the field values on GetNewsSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetNewsSearchReq) ValidateAll ¶ added in v1.4.0
func (m *GetNewsSearchReq) ValidateAll() error
ValidateAll checks the field values on GetNewsSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsSearchReqMultiError, or nil if none found.
type GetNewsSearchReqMultiError ¶ added in v1.4.0
type GetNewsSearchReqMultiError []error
GetNewsSearchReqMultiError is an error wrapping multiple validation errors returned by GetNewsSearchReq.ValidateAll() if the designated constraints aren't met.
func (GetNewsSearchReqMultiError) AllErrors ¶ added in v1.4.0
func (m GetNewsSearchReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetNewsSearchReqMultiError) Error ¶ added in v1.4.0
func (m GetNewsSearchReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetNewsSearchReqValidationError ¶ added in v1.4.0
type GetNewsSearchReqValidationError struct {
// contains filtered or unexported fields
}
GetNewsSearchReqValidationError is the validation error returned by GetNewsSearchReq.Validate if the designated constraints aren't met.
func (GetNewsSearchReqValidationError) Cause ¶ added in v1.4.0
func (e GetNewsSearchReqValidationError) Cause() error
Cause function returns cause value.
func (GetNewsSearchReqValidationError) Error ¶ added in v1.4.0
func (e GetNewsSearchReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetNewsSearchReqValidationError) ErrorName ¶ added in v1.4.0
func (e GetNewsSearchReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetNewsSearchReqValidationError) Field ¶ added in v1.4.0
func (e GetNewsSearchReqValidationError) Field() string
Field function returns field value.
func (GetNewsSearchReqValidationError) Key ¶ added in v1.4.0
func (e GetNewsSearchReqValidationError) Key() bool
Key function returns key value.
func (GetNewsSearchReqValidationError) Reason ¶ added in v1.4.0
func (e GetNewsSearchReqValidationError) Reason() string
Reason function returns reason value.
type GetProfileListReply ¶
type GetProfileListReply struct { Profile []*GetProfileListReply_Profile `protobuf:"bytes,1,rep,name=profile,proto3" json:"profile,omitempty"` // contains filtered or unexported fields }
func (*GetProfileListReply) Descriptor
deprecated
func (*GetProfileListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetProfileListReply.ProtoReflect.Descriptor instead.
func (*GetProfileListReply) GetProfile ¶
func (x *GetProfileListReply) GetProfile() []*GetProfileListReply_Profile
func (*GetProfileListReply) ProtoMessage ¶
func (*GetProfileListReply) ProtoMessage()
func (*GetProfileListReply) ProtoReflect ¶
func (x *GetProfileListReply) ProtoReflect() protoreflect.Message
func (*GetProfileListReply) Reset ¶
func (x *GetProfileListReply) Reset()
func (*GetProfileListReply) String ¶
func (x *GetProfileListReply) String() string
func (*GetProfileListReply) Validate ¶
func (m *GetProfileListReply) Validate() error
Validate checks the field values on GetProfileListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetProfileListReply) ValidateAll ¶
func (m *GetProfileListReply) ValidateAll() error
ValidateAll checks the field values on GetProfileListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProfileListReplyMultiError, or nil if none found.
type GetProfileListReplyMultiError ¶
type GetProfileListReplyMultiError []error
GetProfileListReplyMultiError is an error wrapping multiple validation errors returned by GetProfileListReply.ValidateAll() if the designated constraints aren't met.
func (GetProfileListReplyMultiError) AllErrors ¶
func (m GetProfileListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProfileListReplyMultiError) Error ¶
func (m GetProfileListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProfileListReplyValidationError ¶
type GetProfileListReplyValidationError struct {
// contains filtered or unexported fields
}
GetProfileListReplyValidationError is the validation error returned by GetProfileListReply.Validate if the designated constraints aren't met.
func (GetProfileListReplyValidationError) Cause ¶
func (e GetProfileListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetProfileListReplyValidationError) Error ¶
func (e GetProfileListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetProfileListReplyValidationError) ErrorName ¶
func (e GetProfileListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetProfileListReplyValidationError) Field ¶
func (e GetProfileListReplyValidationError) Field() string
Field function returns field value.
func (GetProfileListReplyValidationError) Key ¶
func (e GetProfileListReplyValidationError) Key() bool
Key function returns key value.
func (GetProfileListReplyValidationError) Reason ¶
func (e GetProfileListReplyValidationError) Reason() string
Reason function returns reason value.
type GetProfileListReply_Profile ¶
type GetProfileListReply_Profile struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Introduce string `protobuf:"bytes,3,opt,name=introduce,proto3" json:"introduce,omitempty"` // contains filtered or unexported fields }
func (*GetProfileListReply_Profile) Descriptor
deprecated
func (*GetProfileListReply_Profile) Descriptor() ([]byte, []int)
Deprecated: Use GetProfileListReply_Profile.ProtoReflect.Descriptor instead.
func (*GetProfileListReply_Profile) GetIntroduce ¶
func (x *GetProfileListReply_Profile) GetIntroduce() string
func (*GetProfileListReply_Profile) GetUsername ¶
func (x *GetProfileListReply_Profile) GetUsername() string
func (*GetProfileListReply_Profile) GetUuid ¶
func (x *GetProfileListReply_Profile) GetUuid() string
func (*GetProfileListReply_Profile) ProtoMessage ¶
func (*GetProfileListReply_Profile) ProtoMessage()
func (*GetProfileListReply_Profile) ProtoReflect ¶
func (x *GetProfileListReply_Profile) ProtoReflect() protoreflect.Message
func (*GetProfileListReply_Profile) Reset ¶
func (x *GetProfileListReply_Profile) Reset()
func (*GetProfileListReply_Profile) String ¶
func (x *GetProfileListReply_Profile) String() string
func (*GetProfileListReply_Profile) Validate ¶
func (m *GetProfileListReply_Profile) Validate() error
Validate checks the field values on GetProfileListReply_Profile with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetProfileListReply_Profile) ValidateAll ¶
func (m *GetProfileListReply_Profile) ValidateAll() error
ValidateAll checks the field values on GetProfileListReply_Profile with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProfileListReply_ProfileMultiError, or nil if none found.
type GetProfileListReply_ProfileMultiError ¶
type GetProfileListReply_ProfileMultiError []error
GetProfileListReply_ProfileMultiError is an error wrapping multiple validation errors returned by GetProfileListReply_Profile.ValidateAll() if the designated constraints aren't met.
func (GetProfileListReply_ProfileMultiError) AllErrors ¶
func (m GetProfileListReply_ProfileMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProfileListReply_ProfileMultiError) Error ¶
func (m GetProfileListReply_ProfileMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProfileListReply_ProfileValidationError ¶
type GetProfileListReply_ProfileValidationError struct {
// contains filtered or unexported fields
}
GetProfileListReply_ProfileValidationError is the validation error returned by GetProfileListReply_Profile.Validate if the designated constraints aren't met.
func (GetProfileListReply_ProfileValidationError) Cause ¶
func (e GetProfileListReply_ProfileValidationError) Cause() error
Cause function returns cause value.
func (GetProfileListReply_ProfileValidationError) Error ¶
func (e GetProfileListReply_ProfileValidationError) Error() string
Error satisfies the builtin error interface
func (GetProfileListReply_ProfileValidationError) ErrorName ¶
func (e GetProfileListReply_ProfileValidationError) ErrorName() string
ErrorName returns error name.
func (GetProfileListReply_ProfileValidationError) Field ¶
func (e GetProfileListReply_ProfileValidationError) Field() string
Field function returns field value.
func (GetProfileListReply_ProfileValidationError) Key ¶
func (e GetProfileListReply_ProfileValidationError) Key() bool
Key function returns key value.
func (GetProfileListReply_ProfileValidationError) Reason ¶
func (e GetProfileListReply_ProfileValidationError) Reason() string
Reason function returns reason value.
type GetProfileListReq ¶
type GetProfileListReq struct { Uuids []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids,omitempty"` // contains filtered or unexported fields }
func (*GetProfileListReq) Descriptor
deprecated
func (*GetProfileListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetProfileListReq.ProtoReflect.Descriptor instead.
func (*GetProfileListReq) GetUuids ¶
func (x *GetProfileListReq) GetUuids() []string
func (*GetProfileListReq) ProtoMessage ¶
func (*GetProfileListReq) ProtoMessage()
func (*GetProfileListReq) ProtoReflect ¶
func (x *GetProfileListReq) ProtoReflect() protoreflect.Message
func (*GetProfileListReq) Reset ¶
func (x *GetProfileListReq) Reset()
func (*GetProfileListReq) String ¶
func (x *GetProfileListReq) String() string
func (*GetProfileListReq) Validate ¶
func (m *GetProfileListReq) Validate() error
Validate checks the field values on GetProfileListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetProfileListReq) ValidateAll ¶
func (m *GetProfileListReq) ValidateAll() error
ValidateAll checks the field values on GetProfileListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProfileListReqMultiError, or nil if none found.
type GetProfileListReqMultiError ¶
type GetProfileListReqMultiError []error
GetProfileListReqMultiError is an error wrapping multiple validation errors returned by GetProfileListReq.ValidateAll() if the designated constraints aren't met.
func (GetProfileListReqMultiError) AllErrors ¶
func (m GetProfileListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProfileListReqMultiError) Error ¶
func (m GetProfileListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProfileListReqValidationError ¶
type GetProfileListReqValidationError struct {
// contains filtered or unexported fields
}
GetProfileListReqValidationError is the validation error returned by GetProfileListReq.Validate if the designated constraints aren't met.
func (GetProfileListReqValidationError) Cause ¶
func (e GetProfileListReqValidationError) Cause() error
Cause function returns cause value.
func (GetProfileListReqValidationError) Error ¶
func (e GetProfileListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetProfileListReqValidationError) ErrorName ¶
func (e GetProfileListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetProfileListReqValidationError) Field ¶
func (e GetProfileListReqValidationError) Field() string
Field function returns field value.
func (GetProfileListReqValidationError) Key ¶
func (e GetProfileListReqValidationError) Key() bool
Key function returns key value.
func (GetProfileListReqValidationError) Reason ¶
func (e GetProfileListReqValidationError) Reason() string
Reason function returns reason value.
type GetProfileReply ¶
type GetProfileReply struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Avatar string `protobuf:"bytes,3,opt,name=avatar,proto3" json:"avatar,omitempty"` School string `protobuf:"bytes,4,opt,name=school,proto3" json:"school,omitempty"` Company string `protobuf:"bytes,5,opt,name=company,proto3" json:"company,omitempty"` Job string `protobuf:"bytes,6,opt,name=job,proto3" json:"job,omitempty"` Homepage string `protobuf:"bytes,7,opt,name=homepage,proto3" json:"homepage,omitempty"` Introduce string `protobuf:"bytes,8,opt,name=introduce,proto3" json:"introduce,omitempty"` Github string `protobuf:"bytes,9,opt,name=github,proto3" json:"github,omitempty"` Gitee string `protobuf:"bytes,10,opt,name=gitee,proto3" json:"gitee,omitempty"` // contains filtered or unexported fields }
func (*GetProfileReply) Descriptor
deprecated
func (*GetProfileReply) Descriptor() ([]byte, []int)
Deprecated: Use GetProfileReply.ProtoReflect.Descriptor instead.
func (*GetProfileReply) GetAvatar ¶
func (x *GetProfileReply) GetAvatar() string
func (*GetProfileReply) GetCompany ¶
func (x *GetProfileReply) GetCompany() string
func (*GetProfileReply) GetGitee ¶ added in v1.3.0
func (x *GetProfileReply) GetGitee() string
func (*GetProfileReply) GetGithub ¶ added in v1.3.0
func (x *GetProfileReply) GetGithub() string
func (*GetProfileReply) GetHomepage ¶
func (x *GetProfileReply) GetHomepage() string
func (*GetProfileReply) GetIntroduce ¶
func (x *GetProfileReply) GetIntroduce() string
func (*GetProfileReply) GetJob ¶
func (x *GetProfileReply) GetJob() string
func (*GetProfileReply) GetSchool ¶
func (x *GetProfileReply) GetSchool() string
func (*GetProfileReply) GetUsername ¶
func (x *GetProfileReply) GetUsername() string
func (*GetProfileReply) GetUuid ¶
func (x *GetProfileReply) GetUuid() string
func (*GetProfileReply) ProtoMessage ¶
func (*GetProfileReply) ProtoMessage()
func (*GetProfileReply) ProtoReflect ¶
func (x *GetProfileReply) ProtoReflect() protoreflect.Message
func (*GetProfileReply) Reset ¶
func (x *GetProfileReply) Reset()
func (*GetProfileReply) String ¶
func (x *GetProfileReply) String() string
func (*GetProfileReply) Validate ¶
func (m *GetProfileReply) Validate() error
Validate checks the field values on GetProfileReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetProfileReply) ValidateAll ¶
func (m *GetProfileReply) ValidateAll() error
ValidateAll checks the field values on GetProfileReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProfileReplyMultiError, or nil if none found.
type GetProfileReplyMultiError ¶
type GetProfileReplyMultiError []error
GetProfileReplyMultiError is an error wrapping multiple validation errors returned by GetProfileReply.ValidateAll() if the designated constraints aren't met.
func (GetProfileReplyMultiError) AllErrors ¶
func (m GetProfileReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProfileReplyMultiError) Error ¶
func (m GetProfileReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProfileReplyValidationError ¶
type GetProfileReplyValidationError struct {
// contains filtered or unexported fields
}
GetProfileReplyValidationError is the validation error returned by GetProfileReply.Validate if the designated constraints aren't met.
func (GetProfileReplyValidationError) Cause ¶
func (e GetProfileReplyValidationError) Cause() error
Cause function returns cause value.
func (GetProfileReplyValidationError) Error ¶
func (e GetProfileReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetProfileReplyValidationError) ErrorName ¶
func (e GetProfileReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetProfileReplyValidationError) Field ¶
func (e GetProfileReplyValidationError) Field() string
Field function returns field value.
func (GetProfileReplyValidationError) Key ¶
func (e GetProfileReplyValidationError) Key() bool
Key function returns key value.
func (GetProfileReplyValidationError) Reason ¶
func (e GetProfileReplyValidationError) Reason() string
Reason function returns reason value.
type GetProfileUpdateReply ¶
type GetProfileUpdateReply struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"` School string `protobuf:"bytes,3,opt,name=school,proto3" json:"school,omitempty"` Company string `protobuf:"bytes,4,opt,name=company,proto3" json:"company,omitempty"` Job string `protobuf:"bytes,5,opt,name=job,proto3" json:"job,omitempty"` Homepage string `protobuf:"bytes,6,opt,name=homepage,proto3" json:"homepage,omitempty"` Introduce string `protobuf:"bytes,7,opt,name=introduce,proto3" json:"introduce,omitempty"` Github string `protobuf:"bytes,8,opt,name=github,proto3" json:"github,omitempty"` Gitee string `protobuf:"bytes,9,opt,name=gitee,proto3" json:"gitee,omitempty"` Status int32 `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetProfileUpdateReply) Descriptor
deprecated
func (*GetProfileUpdateReply) Descriptor() ([]byte, []int)
Deprecated: Use GetProfileUpdateReply.ProtoReflect.Descriptor instead.
func (*GetProfileUpdateReply) GetAvatar ¶
func (x *GetProfileUpdateReply) GetAvatar() string
func (*GetProfileUpdateReply) GetCompany ¶
func (x *GetProfileUpdateReply) GetCompany() string
func (*GetProfileUpdateReply) GetGitee ¶ added in v1.3.0
func (x *GetProfileUpdateReply) GetGitee() string
func (*GetProfileUpdateReply) GetGithub ¶ added in v1.3.0
func (x *GetProfileUpdateReply) GetGithub() string
func (*GetProfileUpdateReply) GetHomepage ¶
func (x *GetProfileUpdateReply) GetHomepage() string
func (*GetProfileUpdateReply) GetIntroduce ¶
func (x *GetProfileUpdateReply) GetIntroduce() string
func (*GetProfileUpdateReply) GetJob ¶
func (x *GetProfileUpdateReply) GetJob() string
func (*GetProfileUpdateReply) GetSchool ¶
func (x *GetProfileUpdateReply) GetSchool() string
func (*GetProfileUpdateReply) GetStatus ¶
func (x *GetProfileUpdateReply) GetStatus() int32
func (*GetProfileUpdateReply) GetUsername ¶
func (x *GetProfileUpdateReply) GetUsername() string
func (*GetProfileUpdateReply) ProtoMessage ¶
func (*GetProfileUpdateReply) ProtoMessage()
func (*GetProfileUpdateReply) ProtoReflect ¶
func (x *GetProfileUpdateReply) ProtoReflect() protoreflect.Message
func (*GetProfileUpdateReply) Reset ¶
func (x *GetProfileUpdateReply) Reset()
func (*GetProfileUpdateReply) String ¶
func (x *GetProfileUpdateReply) String() string
func (*GetProfileUpdateReply) Validate ¶
func (m *GetProfileUpdateReply) Validate() error
Validate checks the field values on GetProfileUpdateReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetProfileUpdateReply) ValidateAll ¶
func (m *GetProfileUpdateReply) ValidateAll() error
ValidateAll checks the field values on GetProfileUpdateReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProfileUpdateReplyMultiError, or nil if none found.
type GetProfileUpdateReplyMultiError ¶
type GetProfileUpdateReplyMultiError []error
GetProfileUpdateReplyMultiError is an error wrapping multiple validation errors returned by GetProfileUpdateReply.ValidateAll() if the designated constraints aren't met.
func (GetProfileUpdateReplyMultiError) AllErrors ¶
func (m GetProfileUpdateReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProfileUpdateReplyMultiError) Error ¶
func (m GetProfileUpdateReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProfileUpdateReplyValidationError ¶
type GetProfileUpdateReplyValidationError struct {
// contains filtered or unexported fields
}
GetProfileUpdateReplyValidationError is the validation error returned by GetProfileUpdateReply.Validate if the designated constraints aren't met.
func (GetProfileUpdateReplyValidationError) Cause ¶
func (e GetProfileUpdateReplyValidationError) Cause() error
Cause function returns cause value.
func (GetProfileUpdateReplyValidationError) Error ¶
func (e GetProfileUpdateReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetProfileUpdateReplyValidationError) ErrorName ¶
func (e GetProfileUpdateReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetProfileUpdateReplyValidationError) Field ¶
func (e GetProfileUpdateReplyValidationError) Field() string
Field function returns field value.
func (GetProfileUpdateReplyValidationError) Key ¶
func (e GetProfileUpdateReplyValidationError) Key() bool
Key function returns key value.
func (GetProfileUpdateReplyValidationError) Reason ¶
func (e GetProfileUpdateReplyValidationError) Reason() string
Reason function returns reason value.
type GetSubCommentListReply ¶
type GetSubCommentListReply struct { Comment []*GetSubCommentListReply_Comment `protobuf:"bytes,1,rep,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetSubCommentListReply) Descriptor
deprecated
func (*GetSubCommentListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetSubCommentListReply.ProtoReflect.Descriptor instead.
func (*GetSubCommentListReply) GetComment ¶
func (x *GetSubCommentListReply) GetComment() []*GetSubCommentListReply_Comment
func (*GetSubCommentListReply) ProtoMessage ¶
func (*GetSubCommentListReply) ProtoMessage()
func (*GetSubCommentListReply) ProtoReflect ¶
func (x *GetSubCommentListReply) ProtoReflect() protoreflect.Message
func (*GetSubCommentListReply) Reset ¶
func (x *GetSubCommentListReply) Reset()
func (*GetSubCommentListReply) String ¶
func (x *GetSubCommentListReply) String() string
func (*GetSubCommentListReply) Validate ¶
func (m *GetSubCommentListReply) Validate() error
Validate checks the field values on GetSubCommentListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubCommentListReply) ValidateAll ¶
func (m *GetSubCommentListReply) ValidateAll() error
ValidateAll checks the field values on GetSubCommentListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubCommentListReplyMultiError, or nil if none found.
type GetSubCommentListReplyMultiError ¶
type GetSubCommentListReplyMultiError []error
GetSubCommentListReplyMultiError is an error wrapping multiple validation errors returned by GetSubCommentListReply.ValidateAll() if the designated constraints aren't met.
func (GetSubCommentListReplyMultiError) AllErrors ¶
func (m GetSubCommentListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubCommentListReplyMultiError) Error ¶
func (m GetSubCommentListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubCommentListReplyValidationError ¶
type GetSubCommentListReplyValidationError struct {
// contains filtered or unexported fields
}
GetSubCommentListReplyValidationError is the validation error returned by GetSubCommentListReply.Validate if the designated constraints aren't met.
func (GetSubCommentListReplyValidationError) Cause ¶
func (e GetSubCommentListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetSubCommentListReplyValidationError) Error ¶
func (e GetSubCommentListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubCommentListReplyValidationError) ErrorName ¶
func (e GetSubCommentListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubCommentListReplyValidationError) Field ¶
func (e GetSubCommentListReplyValidationError) Field() string
Field function returns field value.
func (GetSubCommentListReplyValidationError) Key ¶
func (e GetSubCommentListReplyValidationError) Key() bool
Key function returns key value.
func (GetSubCommentListReplyValidationError) Reason ¶
func (e GetSubCommentListReplyValidationError) Reason() string
Reason function returns reason value.
type GetSubCommentListReply_Comment ¶
type GetSubCommentListReply_Comment struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` Reply string `protobuf:"bytes,3,opt,name=reply,proto3" json:"reply,omitempty"` Agree int32 `protobuf:"varint,4,opt,name=agree,proto3" json:"agree,omitempty"` Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"` Username string `protobuf:"bytes,6,opt,name=username,proto3" json:"username,omitempty"` ReplyName string `protobuf:"bytes,7,opt,name=replyName,proto3" json:"replyName,omitempty"` // contains filtered or unexported fields }
func (*GetSubCommentListReply_Comment) Descriptor
deprecated
func (*GetSubCommentListReply_Comment) Descriptor() ([]byte, []int)
Deprecated: Use GetSubCommentListReply_Comment.ProtoReflect.Descriptor instead.
func (*GetSubCommentListReply_Comment) GetAgree ¶
func (x *GetSubCommentListReply_Comment) GetAgree() int32
func (*GetSubCommentListReply_Comment) GetComment ¶
func (x *GetSubCommentListReply_Comment) GetComment() int32
func (*GetSubCommentListReply_Comment) GetId ¶
func (x *GetSubCommentListReply_Comment) GetId() int32
func (*GetSubCommentListReply_Comment) GetReply ¶
func (x *GetSubCommentListReply_Comment) GetReply() string
func (*GetSubCommentListReply_Comment) GetReplyName ¶
func (x *GetSubCommentListReply_Comment) GetReplyName() string
func (*GetSubCommentListReply_Comment) GetUsername ¶
func (x *GetSubCommentListReply_Comment) GetUsername() string
func (*GetSubCommentListReply_Comment) GetUuid ¶
func (x *GetSubCommentListReply_Comment) GetUuid() string
func (*GetSubCommentListReply_Comment) ProtoMessage ¶
func (*GetSubCommentListReply_Comment) ProtoMessage()
func (*GetSubCommentListReply_Comment) ProtoReflect ¶
func (x *GetSubCommentListReply_Comment) ProtoReflect() protoreflect.Message
func (*GetSubCommentListReply_Comment) Reset ¶
func (x *GetSubCommentListReply_Comment) Reset()
func (*GetSubCommentListReply_Comment) String ¶
func (x *GetSubCommentListReply_Comment) String() string
func (*GetSubCommentListReply_Comment) Validate ¶
func (m *GetSubCommentListReply_Comment) Validate() error
Validate checks the field values on GetSubCommentListReply_Comment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubCommentListReply_Comment) ValidateAll ¶
func (m *GetSubCommentListReply_Comment) ValidateAll() error
ValidateAll checks the field values on GetSubCommentListReply_Comment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubCommentListReply_CommentMultiError, or nil if none found.
type GetSubCommentListReply_CommentMultiError ¶
type GetSubCommentListReply_CommentMultiError []error
GetSubCommentListReply_CommentMultiError is an error wrapping multiple validation errors returned by GetSubCommentListReply_Comment.ValidateAll() if the designated constraints aren't met.
func (GetSubCommentListReply_CommentMultiError) AllErrors ¶
func (m GetSubCommentListReply_CommentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubCommentListReply_CommentMultiError) Error ¶
func (m GetSubCommentListReply_CommentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubCommentListReply_CommentValidationError ¶
type GetSubCommentListReply_CommentValidationError struct {
// contains filtered or unexported fields
}
GetSubCommentListReply_CommentValidationError is the validation error returned by GetSubCommentListReply_Comment.Validate if the designated constraints aren't met.
func (GetSubCommentListReply_CommentValidationError) Cause ¶
func (e GetSubCommentListReply_CommentValidationError) Cause() error
Cause function returns cause value.
func (GetSubCommentListReply_CommentValidationError) Error ¶
func (e GetSubCommentListReply_CommentValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubCommentListReply_CommentValidationError) ErrorName ¶
func (e GetSubCommentListReply_CommentValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubCommentListReply_CommentValidationError) Field ¶
func (e GetSubCommentListReply_CommentValidationError) Field() string
Field function returns field value.
func (GetSubCommentListReply_CommentValidationError) Key ¶
func (e GetSubCommentListReply_CommentValidationError) Key() bool
Key function returns key value.
func (GetSubCommentListReply_CommentValidationError) Reason ¶
func (e GetSubCommentListReply_CommentValidationError) Reason() string
Reason function returns reason value.
type GetSubCommentListReq ¶
type GetSubCommentListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Id int32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetSubCommentListReq) Descriptor
deprecated
func (*GetSubCommentListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetSubCommentListReq.ProtoReflect.Descriptor instead.
func (*GetSubCommentListReq) GetId ¶
func (x *GetSubCommentListReq) GetId() int32
func (*GetSubCommentListReq) GetPage ¶
func (x *GetSubCommentListReq) GetPage() int32
func (*GetSubCommentListReq) ProtoMessage ¶
func (*GetSubCommentListReq) ProtoMessage()
func (*GetSubCommentListReq) ProtoReflect ¶
func (x *GetSubCommentListReq) ProtoReflect() protoreflect.Message
func (*GetSubCommentListReq) Reset ¶
func (x *GetSubCommentListReq) Reset()
func (*GetSubCommentListReq) String ¶
func (x *GetSubCommentListReq) String() string
func (*GetSubCommentListReq) Validate ¶
func (m *GetSubCommentListReq) Validate() error
Validate checks the field values on GetSubCommentListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubCommentListReq) ValidateAll ¶
func (m *GetSubCommentListReq) ValidateAll() error
ValidateAll checks the field values on GetSubCommentListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubCommentListReqMultiError, or nil if none found.
type GetSubCommentListReqMultiError ¶
type GetSubCommentListReqMultiError []error
GetSubCommentListReqMultiError is an error wrapping multiple validation errors returned by GetSubCommentListReq.ValidateAll() if the designated constraints aren't met.
func (GetSubCommentListReqMultiError) AllErrors ¶
func (m GetSubCommentListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubCommentListReqMultiError) Error ¶
func (m GetSubCommentListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubCommentListReqValidationError ¶
type GetSubCommentListReqValidationError struct {
// contains filtered or unexported fields
}
GetSubCommentListReqValidationError is the validation error returned by GetSubCommentListReq.Validate if the designated constraints aren't met.
func (GetSubCommentListReqValidationError) Cause ¶
func (e GetSubCommentListReqValidationError) Cause() error
Cause function returns cause value.
func (GetSubCommentListReqValidationError) Error ¶
func (e GetSubCommentListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubCommentListReqValidationError) ErrorName ¶
func (e GetSubCommentListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubCommentListReqValidationError) Field ¶
func (e GetSubCommentListReqValidationError) Field() string
Field function returns field value.
func (GetSubCommentListReqValidationError) Key ¶
func (e GetSubCommentListReqValidationError) Key() bool
Key function returns key value.
func (GetSubCommentListReqValidationError) Reason ¶
func (e GetSubCommentListReqValidationError) Reason() string
Reason function returns reason value.
type GetSubscribeListCountReply ¶
type GetSubscribeListCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetSubscribeListCountReply) Descriptor
deprecated
func (*GetSubscribeListCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscribeListCountReply.ProtoReflect.Descriptor instead.
func (*GetSubscribeListCountReply) GetCount ¶
func (x *GetSubscribeListCountReply) GetCount() int32
func (*GetSubscribeListCountReply) ProtoMessage ¶
func (*GetSubscribeListCountReply) ProtoMessage()
func (*GetSubscribeListCountReply) ProtoReflect ¶
func (x *GetSubscribeListCountReply) ProtoReflect() protoreflect.Message
func (*GetSubscribeListCountReply) Reset ¶
func (x *GetSubscribeListCountReply) Reset()
func (*GetSubscribeListCountReply) String ¶
func (x *GetSubscribeListCountReply) String() string
func (*GetSubscribeListCountReply) Validate ¶
func (m *GetSubscribeListCountReply) Validate() error
Validate checks the field values on GetSubscribeListCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubscribeListCountReply) ValidateAll ¶
func (m *GetSubscribeListCountReply) ValidateAll() error
ValidateAll checks the field values on GetSubscribeListCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListCountReplyMultiError, or nil if none found.
type GetSubscribeListCountReplyMultiError ¶
type GetSubscribeListCountReplyMultiError []error
GetSubscribeListCountReplyMultiError is an error wrapping multiple validation errors returned by GetSubscribeListCountReply.ValidateAll() if the designated constraints aren't met.
func (GetSubscribeListCountReplyMultiError) AllErrors ¶
func (m GetSubscribeListCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubscribeListCountReplyMultiError) Error ¶
func (m GetSubscribeListCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubscribeListCountReplyValidationError ¶
type GetSubscribeListCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetSubscribeListCountReplyValidationError is the validation error returned by GetSubscribeListCountReply.Validate if the designated constraints aren't met.
func (GetSubscribeListCountReplyValidationError) Cause ¶
func (e GetSubscribeListCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetSubscribeListCountReplyValidationError) Error ¶
func (e GetSubscribeListCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubscribeListCountReplyValidationError) ErrorName ¶
func (e GetSubscribeListCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubscribeListCountReplyValidationError) Field ¶
func (e GetSubscribeListCountReplyValidationError) Field() string
Field function returns field value.
func (GetSubscribeListCountReplyValidationError) Key ¶
func (e GetSubscribeListCountReplyValidationError) Key() bool
Key function returns key value.
func (GetSubscribeListCountReplyValidationError) Reason ¶
func (e GetSubscribeListCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetSubscribeListCountReq ¶
type GetSubscribeListCountReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetSubscribeListCountReq) Descriptor
deprecated
func (*GetSubscribeListCountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscribeListCountReq.ProtoReflect.Descriptor instead.
func (*GetSubscribeListCountReq) GetUuid ¶
func (x *GetSubscribeListCountReq) GetUuid() string
func (*GetSubscribeListCountReq) ProtoMessage ¶
func (*GetSubscribeListCountReq) ProtoMessage()
func (*GetSubscribeListCountReq) ProtoReflect ¶
func (x *GetSubscribeListCountReq) ProtoReflect() protoreflect.Message
func (*GetSubscribeListCountReq) Reset ¶
func (x *GetSubscribeListCountReq) Reset()
func (*GetSubscribeListCountReq) String ¶
func (x *GetSubscribeListCountReq) String() string
func (*GetSubscribeListCountReq) Validate ¶
func (m *GetSubscribeListCountReq) Validate() error
Validate checks the field values on GetSubscribeListCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubscribeListCountReq) ValidateAll ¶
func (m *GetSubscribeListCountReq) ValidateAll() error
ValidateAll checks the field values on GetSubscribeListCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListCountReqMultiError, or nil if none found.
type GetSubscribeListCountReqMultiError ¶
type GetSubscribeListCountReqMultiError []error
GetSubscribeListCountReqMultiError is an error wrapping multiple validation errors returned by GetSubscribeListCountReq.ValidateAll() if the designated constraints aren't met.
func (GetSubscribeListCountReqMultiError) AllErrors ¶
func (m GetSubscribeListCountReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubscribeListCountReqMultiError) Error ¶
func (m GetSubscribeListCountReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubscribeListCountReqValidationError ¶
type GetSubscribeListCountReqValidationError struct {
// contains filtered or unexported fields
}
GetSubscribeListCountReqValidationError is the validation error returned by GetSubscribeListCountReq.Validate if the designated constraints aren't met.
func (GetSubscribeListCountReqValidationError) Cause ¶
func (e GetSubscribeListCountReqValidationError) Cause() error
Cause function returns cause value.
func (GetSubscribeListCountReqValidationError) Error ¶
func (e GetSubscribeListCountReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubscribeListCountReqValidationError) ErrorName ¶
func (e GetSubscribeListCountReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubscribeListCountReqValidationError) Field ¶
func (e GetSubscribeListCountReqValidationError) Field() string
Field function returns field value.
func (GetSubscribeListCountReqValidationError) Key ¶
func (e GetSubscribeListCountReqValidationError) Key() bool
Key function returns key value.
func (GetSubscribeListCountReqValidationError) Reason ¶
func (e GetSubscribeListCountReqValidationError) Reason() string
Reason function returns reason value.
type GetSubscribeListReply ¶
type GetSubscribeListReply struct { Subscribe []*GetSubscribeListReply_Subscribe `protobuf:"bytes,1,rep,name=subscribe,proto3" json:"subscribe,omitempty"` // contains filtered or unexported fields }
func (*GetSubscribeListReply) Descriptor
deprecated
func (*GetSubscribeListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscribeListReply.ProtoReflect.Descriptor instead.
func (*GetSubscribeListReply) GetSubscribe ¶
func (x *GetSubscribeListReply) GetSubscribe() []*GetSubscribeListReply_Subscribe
func (*GetSubscribeListReply) ProtoMessage ¶
func (*GetSubscribeListReply) ProtoMessage()
func (*GetSubscribeListReply) ProtoReflect ¶
func (x *GetSubscribeListReply) ProtoReflect() protoreflect.Message
func (*GetSubscribeListReply) Reset ¶
func (x *GetSubscribeListReply) Reset()
func (*GetSubscribeListReply) String ¶
func (x *GetSubscribeListReply) String() string
func (*GetSubscribeListReply) Validate ¶
func (m *GetSubscribeListReply) Validate() error
Validate checks the field values on GetSubscribeListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubscribeListReply) ValidateAll ¶
func (m *GetSubscribeListReply) ValidateAll() error
ValidateAll checks the field values on GetSubscribeListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListReplyMultiError, or nil if none found.
type GetSubscribeListReplyMultiError ¶
type GetSubscribeListReplyMultiError []error
GetSubscribeListReplyMultiError is an error wrapping multiple validation errors returned by GetSubscribeListReply.ValidateAll() if the designated constraints aren't met.
func (GetSubscribeListReplyMultiError) AllErrors ¶
func (m GetSubscribeListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubscribeListReplyMultiError) Error ¶
func (m GetSubscribeListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubscribeListReplyValidationError ¶
type GetSubscribeListReplyValidationError struct {
// contains filtered or unexported fields
}
GetSubscribeListReplyValidationError is the validation error returned by GetSubscribeListReply.Validate if the designated constraints aren't met.
func (GetSubscribeListReplyValidationError) Cause ¶
func (e GetSubscribeListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetSubscribeListReplyValidationError) Error ¶
func (e GetSubscribeListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubscribeListReplyValidationError) ErrorName ¶
func (e GetSubscribeListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubscribeListReplyValidationError) Field ¶
func (e GetSubscribeListReplyValidationError) Field() string
Field function returns field value.
func (GetSubscribeListReplyValidationError) Key ¶
func (e GetSubscribeListReplyValidationError) Key() bool
Key function returns key value.
func (GetSubscribeListReplyValidationError) Reason ¶
func (e GetSubscribeListReplyValidationError) Reason() string
Reason function returns reason value.
type GetSubscribeListReply_Subscribe ¶
type GetSubscribeListReply_Subscribe struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` Agree int32 `protobuf:"varint,3,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,4,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,5,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*GetSubscribeListReply_Subscribe) Descriptor
deprecated
func (*GetSubscribeListReply_Subscribe) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscribeListReply_Subscribe.ProtoReflect.Descriptor instead.
func (*GetSubscribeListReply_Subscribe) GetAgree ¶
func (x *GetSubscribeListReply_Subscribe) GetAgree() int32
func (*GetSubscribeListReply_Subscribe) GetCollect ¶
func (x *GetSubscribeListReply_Subscribe) GetCollect() int32
func (*GetSubscribeListReply_Subscribe) GetId ¶
func (x *GetSubscribeListReply_Subscribe) GetId() int32
func (*GetSubscribeListReply_Subscribe) GetUuid ¶
func (x *GetSubscribeListReply_Subscribe) GetUuid() string
func (*GetSubscribeListReply_Subscribe) GetView ¶
func (x *GetSubscribeListReply_Subscribe) GetView() int32
func (*GetSubscribeListReply_Subscribe) ProtoMessage ¶
func (*GetSubscribeListReply_Subscribe) ProtoMessage()
func (*GetSubscribeListReply_Subscribe) ProtoReflect ¶
func (x *GetSubscribeListReply_Subscribe) ProtoReflect() protoreflect.Message
func (*GetSubscribeListReply_Subscribe) Reset ¶
func (x *GetSubscribeListReply_Subscribe) Reset()
func (*GetSubscribeListReply_Subscribe) String ¶
func (x *GetSubscribeListReply_Subscribe) String() string
func (*GetSubscribeListReply_Subscribe) Validate ¶
func (m *GetSubscribeListReply_Subscribe) Validate() error
Validate checks the field values on GetSubscribeListReply_Subscribe with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubscribeListReply_Subscribe) ValidateAll ¶
func (m *GetSubscribeListReply_Subscribe) ValidateAll() error
ValidateAll checks the field values on GetSubscribeListReply_Subscribe with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListReply_SubscribeMultiError, or nil if none found.
type GetSubscribeListReply_SubscribeMultiError ¶
type GetSubscribeListReply_SubscribeMultiError []error
GetSubscribeListReply_SubscribeMultiError is an error wrapping multiple validation errors returned by GetSubscribeListReply_Subscribe.ValidateAll() if the designated constraints aren't met.
func (GetSubscribeListReply_SubscribeMultiError) AllErrors ¶
func (m GetSubscribeListReply_SubscribeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubscribeListReply_SubscribeMultiError) Error ¶
func (m GetSubscribeListReply_SubscribeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubscribeListReply_SubscribeValidationError ¶
type GetSubscribeListReply_SubscribeValidationError struct {
// contains filtered or unexported fields
}
GetSubscribeListReply_SubscribeValidationError is the validation error returned by GetSubscribeListReply_Subscribe.Validate if the designated constraints aren't met.
func (GetSubscribeListReply_SubscribeValidationError) Cause ¶
func (e GetSubscribeListReply_SubscribeValidationError) Cause() error
Cause function returns cause value.
func (GetSubscribeListReply_SubscribeValidationError) Error ¶
func (e GetSubscribeListReply_SubscribeValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubscribeListReply_SubscribeValidationError) ErrorName ¶
func (e GetSubscribeListReply_SubscribeValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubscribeListReply_SubscribeValidationError) Field ¶
func (e GetSubscribeListReply_SubscribeValidationError) Field() string
Field function returns field value.
func (GetSubscribeListReply_SubscribeValidationError) Key ¶
func (e GetSubscribeListReply_SubscribeValidationError) Key() bool
Key function returns key value.
func (GetSubscribeListReply_SubscribeValidationError) Reason ¶
func (e GetSubscribeListReply_SubscribeValidationError) Reason() string
Reason function returns reason value.
type GetSubscribeListReq ¶
type GetSubscribeListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetSubscribeListReq) Descriptor
deprecated
func (*GetSubscribeListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscribeListReq.ProtoReflect.Descriptor instead.
func (*GetSubscribeListReq) GetPage ¶
func (x *GetSubscribeListReq) GetPage() int32
func (*GetSubscribeListReq) ProtoMessage ¶
func (*GetSubscribeListReq) ProtoMessage()
func (*GetSubscribeListReq) ProtoReflect ¶
func (x *GetSubscribeListReq) ProtoReflect() protoreflect.Message
func (*GetSubscribeListReq) Reset ¶
func (x *GetSubscribeListReq) Reset()
func (*GetSubscribeListReq) String ¶
func (x *GetSubscribeListReq) String() string
func (*GetSubscribeListReq) Validate ¶
func (m *GetSubscribeListReq) Validate() error
Validate checks the field values on GetSubscribeListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubscribeListReq) ValidateAll ¶
func (m *GetSubscribeListReq) ValidateAll() error
ValidateAll checks the field values on GetSubscribeListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListReqMultiError, or nil if none found.
type GetSubscribeListReqMultiError ¶
type GetSubscribeListReqMultiError []error
GetSubscribeListReqMultiError is an error wrapping multiple validation errors returned by GetSubscribeListReq.ValidateAll() if the designated constraints aren't met.
func (GetSubscribeListReqMultiError) AllErrors ¶
func (m GetSubscribeListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubscribeListReqMultiError) Error ¶
func (m GetSubscribeListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubscribeListReqValidationError ¶
type GetSubscribeListReqValidationError struct {
// contains filtered or unexported fields
}
GetSubscribeListReqValidationError is the validation error returned by GetSubscribeListReq.Validate if the designated constraints aren't met.
func (GetSubscribeListReqValidationError) Cause ¶
func (e GetSubscribeListReqValidationError) Cause() error
Cause function returns cause value.
func (GetSubscribeListReqValidationError) Error ¶
func (e GetSubscribeListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubscribeListReqValidationError) ErrorName ¶
func (e GetSubscribeListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubscribeListReqValidationError) Field ¶
func (e GetSubscribeListReqValidationError) Field() string
Field function returns field value.
func (GetSubscribeListReqValidationError) Key ¶
func (e GetSubscribeListReqValidationError) Key() bool
Key function returns key value.
func (GetSubscribeListReqValidationError) Reason ¶
func (e GetSubscribeListReqValidationError) Reason() string
Reason function returns reason value.
type GetTalkContentReviewReply ¶
type GetTalkContentReviewReply struct { Review []*GetTalkContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetTalkContentReviewReply) Descriptor
deprecated
func (*GetTalkContentReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkContentReviewReply.ProtoReflect.Descriptor instead.
func (*GetTalkContentReviewReply) GetReview ¶
func (x *GetTalkContentReviewReply) GetReview() []*GetTalkContentReviewReply_Review
func (*GetTalkContentReviewReply) ProtoMessage ¶
func (*GetTalkContentReviewReply) ProtoMessage()
func (*GetTalkContentReviewReply) ProtoReflect ¶
func (x *GetTalkContentReviewReply) ProtoReflect() protoreflect.Message
func (*GetTalkContentReviewReply) Reset ¶
func (x *GetTalkContentReviewReply) Reset()
func (*GetTalkContentReviewReply) String ¶
func (x *GetTalkContentReviewReply) String() string
func (*GetTalkContentReviewReply) Validate ¶
func (m *GetTalkContentReviewReply) Validate() error
Validate checks the field values on GetTalkContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkContentReviewReply) ValidateAll ¶
func (m *GetTalkContentReviewReply) ValidateAll() error
ValidateAll checks the field values on GetTalkContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkContentReviewReplyMultiError, or nil if none found.
type GetTalkContentReviewReplyMultiError ¶
type GetTalkContentReviewReplyMultiError []error
GetTalkContentReviewReplyMultiError is an error wrapping multiple validation errors returned by GetTalkContentReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetTalkContentReviewReplyMultiError) AllErrors ¶
func (m GetTalkContentReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkContentReviewReplyMultiError) Error ¶
func (m GetTalkContentReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkContentReviewReplyValidationError ¶
type GetTalkContentReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetTalkContentReviewReplyValidationError is the validation error returned by GetTalkContentReviewReply.Validate if the designated constraints aren't met.
func (GetTalkContentReviewReplyValidationError) Cause ¶
func (e GetTalkContentReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTalkContentReviewReplyValidationError) Error ¶
func (e GetTalkContentReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkContentReviewReplyValidationError) ErrorName ¶
func (e GetTalkContentReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkContentReviewReplyValidationError) Field ¶
func (e GetTalkContentReviewReplyValidationError) Field() string
Field function returns field value.
func (GetTalkContentReviewReplyValidationError) Key ¶
func (e GetTalkContentReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetTalkContentReviewReplyValidationError) Reason ¶
func (e GetTalkContentReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetTalkContentReviewReply_Review ¶
type GetTalkContentReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Label string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"` Section string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"` // contains filtered or unexported fields }
func (*GetTalkContentReviewReply_Review) Descriptor
deprecated
func (*GetTalkContentReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkContentReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetTalkContentReviewReply_Review) GetCreateAt ¶
func (x *GetTalkContentReviewReply_Review) GetCreateAt() string
func (*GetTalkContentReviewReply_Review) GetCreationId ¶
func (x *GetTalkContentReviewReply_Review) GetCreationId() int32
func (*GetTalkContentReviewReply_Review) GetId ¶
func (x *GetTalkContentReviewReply_Review) GetId() int32
func (*GetTalkContentReviewReply_Review) GetJobId ¶
func (x *GetTalkContentReviewReply_Review) GetJobId() string
func (*GetTalkContentReviewReply_Review) GetKind ¶
func (x *GetTalkContentReviewReply_Review) GetKind() string
func (*GetTalkContentReviewReply_Review) GetLabel ¶
func (x *GetTalkContentReviewReply_Review) GetLabel() string
func (*GetTalkContentReviewReply_Review) GetResult ¶
func (x *GetTalkContentReviewReply_Review) GetResult() int32
func (*GetTalkContentReviewReply_Review) GetSection ¶
func (x *GetTalkContentReviewReply_Review) GetSection() string
func (*GetTalkContentReviewReply_Review) GetTitle ¶
func (x *GetTalkContentReviewReply_Review) GetTitle() string
func (*GetTalkContentReviewReply_Review) GetUuid ¶
func (x *GetTalkContentReviewReply_Review) GetUuid() string
func (*GetTalkContentReviewReply_Review) ProtoMessage ¶
func (*GetTalkContentReviewReply_Review) ProtoMessage()
func (*GetTalkContentReviewReply_Review) ProtoReflect ¶
func (x *GetTalkContentReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetTalkContentReviewReply_Review) Reset ¶
func (x *GetTalkContentReviewReply_Review) Reset()
func (*GetTalkContentReviewReply_Review) String ¶
func (x *GetTalkContentReviewReply_Review) String() string
func (*GetTalkContentReviewReply_Review) Validate ¶
func (m *GetTalkContentReviewReply_Review) Validate() error
Validate checks the field values on GetTalkContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkContentReviewReply_Review) ValidateAll ¶
func (m *GetTalkContentReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetTalkContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkContentReviewReply_ReviewMultiError, or nil if none found.
type GetTalkContentReviewReply_ReviewMultiError ¶
type GetTalkContentReviewReply_ReviewMultiError []error
GetTalkContentReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetTalkContentReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetTalkContentReviewReply_ReviewMultiError) AllErrors ¶
func (m GetTalkContentReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkContentReviewReply_ReviewMultiError) Error ¶
func (m GetTalkContentReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkContentReviewReply_ReviewValidationError ¶
type GetTalkContentReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetTalkContentReviewReply_ReviewValidationError is the validation error returned by GetTalkContentReviewReply_Review.Validate if the designated constraints aren't met.
func (GetTalkContentReviewReply_ReviewValidationError) Cause ¶
func (e GetTalkContentReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetTalkContentReviewReply_ReviewValidationError) Error ¶
func (e GetTalkContentReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkContentReviewReply_ReviewValidationError) ErrorName ¶
func (e GetTalkContentReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkContentReviewReply_ReviewValidationError) Field ¶
func (e GetTalkContentReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetTalkContentReviewReply_ReviewValidationError) Key ¶
func (e GetTalkContentReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetTalkContentReviewReply_ReviewValidationError) Reason ¶
func (e GetTalkContentReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetTalkContentReviewReq ¶
type GetTalkContentReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetTalkContentReviewReq) Descriptor
deprecated
func (*GetTalkContentReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkContentReviewReq.ProtoReflect.Descriptor instead.
func (*GetTalkContentReviewReq) GetPage ¶
func (x *GetTalkContentReviewReq) GetPage() int32
func (*GetTalkContentReviewReq) ProtoMessage ¶
func (*GetTalkContentReviewReq) ProtoMessage()
func (*GetTalkContentReviewReq) ProtoReflect ¶
func (x *GetTalkContentReviewReq) ProtoReflect() protoreflect.Message
func (*GetTalkContentReviewReq) Reset ¶
func (x *GetTalkContentReviewReq) Reset()
func (*GetTalkContentReviewReq) String ¶
func (x *GetTalkContentReviewReq) String() string
func (*GetTalkContentReviewReq) Validate ¶
func (m *GetTalkContentReviewReq) Validate() error
Validate checks the field values on GetTalkContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkContentReviewReq) ValidateAll ¶
func (m *GetTalkContentReviewReq) ValidateAll() error
ValidateAll checks the field values on GetTalkContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkContentReviewReqMultiError, or nil if none found.
type GetTalkContentReviewReqMultiError ¶
type GetTalkContentReviewReqMultiError []error
GetTalkContentReviewReqMultiError is an error wrapping multiple validation errors returned by GetTalkContentReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetTalkContentReviewReqMultiError) AllErrors ¶
func (m GetTalkContentReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkContentReviewReqMultiError) Error ¶
func (m GetTalkContentReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkContentReviewReqValidationError ¶
type GetTalkContentReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetTalkContentReviewReqValidationError is the validation error returned by GetTalkContentReviewReq.Validate if the designated constraints aren't met.
func (GetTalkContentReviewReqValidationError) Cause ¶
func (e GetTalkContentReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetTalkContentReviewReqValidationError) Error ¶
func (e GetTalkContentReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkContentReviewReqValidationError) ErrorName ¶
func (e GetTalkContentReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkContentReviewReqValidationError) Field ¶
func (e GetTalkContentReviewReqValidationError) Field() string
Field function returns field value.
func (GetTalkContentReviewReqValidationError) Key ¶
func (e GetTalkContentReviewReqValidationError) Key() bool
Key function returns key value.
func (GetTalkContentReviewReqValidationError) Reason ¶
func (e GetTalkContentReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetTalkCountReply ¶
type GetTalkCountReply struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetTalkCountReply) Descriptor
deprecated
func (*GetTalkCountReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkCountReply.ProtoReflect.Descriptor instead.
func (*GetTalkCountReply) GetCount ¶
func (x *GetTalkCountReply) GetCount() int32
func (*GetTalkCountReply) ProtoMessage ¶
func (*GetTalkCountReply) ProtoMessage()
func (*GetTalkCountReply) ProtoReflect ¶
func (x *GetTalkCountReply) ProtoReflect() protoreflect.Message
func (*GetTalkCountReply) Reset ¶
func (x *GetTalkCountReply) Reset()
func (*GetTalkCountReply) String ¶
func (x *GetTalkCountReply) String() string
func (*GetTalkCountReply) Validate ¶
func (m *GetTalkCountReply) Validate() error
Validate checks the field values on GetTalkCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkCountReply) ValidateAll ¶
func (m *GetTalkCountReply) ValidateAll() error
ValidateAll checks the field values on GetTalkCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkCountReplyMultiError, or nil if none found.
type GetTalkCountReplyMultiError ¶
type GetTalkCountReplyMultiError []error
GetTalkCountReplyMultiError is an error wrapping multiple validation errors returned by GetTalkCountReply.ValidateAll() if the designated constraints aren't met.
func (GetTalkCountReplyMultiError) AllErrors ¶
func (m GetTalkCountReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkCountReplyMultiError) Error ¶
func (m GetTalkCountReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkCountReplyValidationError ¶
type GetTalkCountReplyValidationError struct {
// contains filtered or unexported fields
}
GetTalkCountReplyValidationError is the validation error returned by GetTalkCountReply.Validate if the designated constraints aren't met.
func (GetTalkCountReplyValidationError) Cause ¶
func (e GetTalkCountReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTalkCountReplyValidationError) Error ¶
func (e GetTalkCountReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkCountReplyValidationError) ErrorName ¶
func (e GetTalkCountReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkCountReplyValidationError) Field ¶
func (e GetTalkCountReplyValidationError) Field() string
Field function returns field value.
func (GetTalkCountReplyValidationError) Key ¶
func (e GetTalkCountReplyValidationError) Key() bool
Key function returns key value.
func (GetTalkCountReplyValidationError) Reason ¶
func (e GetTalkCountReplyValidationError) Reason() string
Reason function returns reason value.
type GetTalkCountVisitorReq ¶
type GetTalkCountVisitorReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetTalkCountVisitorReq) Descriptor
deprecated
func (*GetTalkCountVisitorReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkCountVisitorReq.ProtoReflect.Descriptor instead.
func (*GetTalkCountVisitorReq) GetUuid ¶
func (x *GetTalkCountVisitorReq) GetUuid() string
func (*GetTalkCountVisitorReq) ProtoMessage ¶
func (*GetTalkCountVisitorReq) ProtoMessage()
func (*GetTalkCountVisitorReq) ProtoReflect ¶
func (x *GetTalkCountVisitorReq) ProtoReflect() protoreflect.Message
func (*GetTalkCountVisitorReq) Reset ¶
func (x *GetTalkCountVisitorReq) Reset()
func (*GetTalkCountVisitorReq) String ¶
func (x *GetTalkCountVisitorReq) String() string
func (*GetTalkCountVisitorReq) Validate ¶
func (m *GetTalkCountVisitorReq) Validate() error
Validate checks the field values on GetTalkCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkCountVisitorReq) ValidateAll ¶
func (m *GetTalkCountVisitorReq) ValidateAll() error
ValidateAll checks the field values on GetTalkCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkCountVisitorReqMultiError, or nil if none found.
type GetTalkCountVisitorReqMultiError ¶
type GetTalkCountVisitorReqMultiError []error
GetTalkCountVisitorReqMultiError is an error wrapping multiple validation errors returned by GetTalkCountVisitorReq.ValidateAll() if the designated constraints aren't met.
func (GetTalkCountVisitorReqMultiError) AllErrors ¶
func (m GetTalkCountVisitorReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkCountVisitorReqMultiError) Error ¶
func (m GetTalkCountVisitorReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkCountVisitorReqValidationError ¶
type GetTalkCountVisitorReqValidationError struct {
// contains filtered or unexported fields
}
GetTalkCountVisitorReqValidationError is the validation error returned by GetTalkCountVisitorReq.Validate if the designated constraints aren't met.
func (GetTalkCountVisitorReqValidationError) Cause ¶
func (e GetTalkCountVisitorReqValidationError) Cause() error
Cause function returns cause value.
func (GetTalkCountVisitorReqValidationError) Error ¶
func (e GetTalkCountVisitorReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkCountVisitorReqValidationError) ErrorName ¶
func (e GetTalkCountVisitorReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkCountVisitorReqValidationError) Field ¶
func (e GetTalkCountVisitorReqValidationError) Field() string
Field function returns field value.
func (GetTalkCountVisitorReqValidationError) Key ¶
func (e GetTalkCountVisitorReqValidationError) Key() bool
Key function returns key value.
func (GetTalkCountVisitorReqValidationError) Reason ¶
func (e GetTalkCountVisitorReqValidationError) Reason() string
Reason function returns reason value.
type GetTalkImageReviewReply ¶
type GetTalkImageReviewReply struct { Review []*GetTalkImageReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetTalkImageReviewReply) Descriptor
deprecated
func (*GetTalkImageReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkImageReviewReply.ProtoReflect.Descriptor instead.
func (*GetTalkImageReviewReply) GetReview ¶
func (x *GetTalkImageReviewReply) GetReview() []*GetTalkImageReviewReply_Review
func (*GetTalkImageReviewReply) ProtoMessage ¶
func (*GetTalkImageReviewReply) ProtoMessage()
func (*GetTalkImageReviewReply) ProtoReflect ¶
func (x *GetTalkImageReviewReply) ProtoReflect() protoreflect.Message
func (*GetTalkImageReviewReply) Reset ¶
func (x *GetTalkImageReviewReply) Reset()
func (*GetTalkImageReviewReply) String ¶
func (x *GetTalkImageReviewReply) String() string
func (*GetTalkImageReviewReply) Validate ¶
func (m *GetTalkImageReviewReply) Validate() error
Validate checks the field values on GetTalkImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkImageReviewReply) ValidateAll ¶
func (m *GetTalkImageReviewReply) ValidateAll() error
ValidateAll checks the field values on GetTalkImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkImageReviewReplyMultiError, or nil if none found.
type GetTalkImageReviewReplyMultiError ¶
type GetTalkImageReviewReplyMultiError []error
GetTalkImageReviewReplyMultiError is an error wrapping multiple validation errors returned by GetTalkImageReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetTalkImageReviewReplyMultiError) AllErrors ¶
func (m GetTalkImageReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkImageReviewReplyMultiError) Error ¶
func (m GetTalkImageReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkImageReviewReplyValidationError ¶
type GetTalkImageReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetTalkImageReviewReplyValidationError is the validation error returned by GetTalkImageReviewReply.Validate if the designated constraints aren't met.
func (GetTalkImageReviewReplyValidationError) Cause ¶
func (e GetTalkImageReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTalkImageReviewReplyValidationError) Error ¶
func (e GetTalkImageReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkImageReviewReplyValidationError) ErrorName ¶
func (e GetTalkImageReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkImageReviewReplyValidationError) Field ¶
func (e GetTalkImageReviewReplyValidationError) Field() string
Field function returns field value.
func (GetTalkImageReviewReplyValidationError) Key ¶
func (e GetTalkImageReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetTalkImageReviewReplyValidationError) Reason ¶
func (e GetTalkImageReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetTalkImageReviewReply_Review ¶
type GetTalkImageReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` Uid string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Url string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"` Label string `protobuf:"bytes,9,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,10,opt,name=result,proto3" json:"result,omitempty"` Score int32 `protobuf:"varint,11,opt,name=score,proto3" json:"score,omitempty"` Category string `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty"` SubLabel string `protobuf:"bytes,13,opt,name=subLabel,proto3" json:"subLabel,omitempty"` // contains filtered or unexported fields }
func (*GetTalkImageReviewReply_Review) Descriptor
deprecated
func (*GetTalkImageReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkImageReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetTalkImageReviewReply_Review) GetCategory ¶
func (x *GetTalkImageReviewReply_Review) GetCategory() string
func (*GetTalkImageReviewReply_Review) GetCreateAt ¶
func (x *GetTalkImageReviewReply_Review) GetCreateAt() string
func (*GetTalkImageReviewReply_Review) GetCreationId ¶
func (x *GetTalkImageReviewReply_Review) GetCreationId() int32
func (*GetTalkImageReviewReply_Review) GetId ¶
func (x *GetTalkImageReviewReply_Review) GetId() int32
func (*GetTalkImageReviewReply_Review) GetJobId ¶
func (x *GetTalkImageReviewReply_Review) GetJobId() string
func (*GetTalkImageReviewReply_Review) GetKind ¶
func (x *GetTalkImageReviewReply_Review) GetKind() string
func (*GetTalkImageReviewReply_Review) GetLabel ¶
func (x *GetTalkImageReviewReply_Review) GetLabel() string
func (*GetTalkImageReviewReply_Review) GetResult ¶
func (x *GetTalkImageReviewReply_Review) GetResult() int32
func (*GetTalkImageReviewReply_Review) GetScore ¶
func (x *GetTalkImageReviewReply_Review) GetScore() int32
func (*GetTalkImageReviewReply_Review) GetSubLabel ¶
func (x *GetTalkImageReviewReply_Review) GetSubLabel() string
func (*GetTalkImageReviewReply_Review) GetUid ¶
func (x *GetTalkImageReviewReply_Review) GetUid() string
func (*GetTalkImageReviewReply_Review) GetUrl ¶
func (x *GetTalkImageReviewReply_Review) GetUrl() string
func (*GetTalkImageReviewReply_Review) GetUuid ¶
func (x *GetTalkImageReviewReply_Review) GetUuid() string
func (*GetTalkImageReviewReply_Review) ProtoMessage ¶
func (*GetTalkImageReviewReply_Review) ProtoMessage()
func (*GetTalkImageReviewReply_Review) ProtoReflect ¶
func (x *GetTalkImageReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetTalkImageReviewReply_Review) Reset ¶
func (x *GetTalkImageReviewReply_Review) Reset()
func (*GetTalkImageReviewReply_Review) String ¶
func (x *GetTalkImageReviewReply_Review) String() string
func (*GetTalkImageReviewReply_Review) Validate ¶
func (m *GetTalkImageReviewReply_Review) Validate() error
Validate checks the field values on GetTalkImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkImageReviewReply_Review) ValidateAll ¶
func (m *GetTalkImageReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetTalkImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkImageReviewReply_ReviewMultiError, or nil if none found.
type GetTalkImageReviewReply_ReviewMultiError ¶
type GetTalkImageReviewReply_ReviewMultiError []error
GetTalkImageReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetTalkImageReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetTalkImageReviewReply_ReviewMultiError) AllErrors ¶
func (m GetTalkImageReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkImageReviewReply_ReviewMultiError) Error ¶
func (m GetTalkImageReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkImageReviewReply_ReviewValidationError ¶
type GetTalkImageReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetTalkImageReviewReply_ReviewValidationError is the validation error returned by GetTalkImageReviewReply_Review.Validate if the designated constraints aren't met.
func (GetTalkImageReviewReply_ReviewValidationError) Cause ¶
func (e GetTalkImageReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetTalkImageReviewReply_ReviewValidationError) Error ¶
func (e GetTalkImageReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkImageReviewReply_ReviewValidationError) ErrorName ¶
func (e GetTalkImageReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkImageReviewReply_ReviewValidationError) Field ¶
func (e GetTalkImageReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetTalkImageReviewReply_ReviewValidationError) Key ¶
func (e GetTalkImageReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetTalkImageReviewReply_ReviewValidationError) Reason ¶
func (e GetTalkImageReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetTalkImageReviewReq ¶
type GetTalkImageReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetTalkImageReviewReq) Descriptor
deprecated
func (*GetTalkImageReviewReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkImageReviewReq.ProtoReflect.Descriptor instead.
func (*GetTalkImageReviewReq) GetPage ¶
func (x *GetTalkImageReviewReq) GetPage() int32
func (*GetTalkImageReviewReq) ProtoMessage ¶
func (*GetTalkImageReviewReq) ProtoMessage()
func (*GetTalkImageReviewReq) ProtoReflect ¶
func (x *GetTalkImageReviewReq) ProtoReflect() protoreflect.Message
func (*GetTalkImageReviewReq) Reset ¶
func (x *GetTalkImageReviewReq) Reset()
func (*GetTalkImageReviewReq) String ¶
func (x *GetTalkImageReviewReq) String() string
func (*GetTalkImageReviewReq) Validate ¶
func (m *GetTalkImageReviewReq) Validate() error
Validate checks the field values on GetTalkImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkImageReviewReq) ValidateAll ¶
func (m *GetTalkImageReviewReq) ValidateAll() error
ValidateAll checks the field values on GetTalkImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkImageReviewReqMultiError, or nil if none found.
type GetTalkImageReviewReqMultiError ¶
type GetTalkImageReviewReqMultiError []error
GetTalkImageReviewReqMultiError is an error wrapping multiple validation errors returned by GetTalkImageReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetTalkImageReviewReqMultiError) AllErrors ¶
func (m GetTalkImageReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkImageReviewReqMultiError) Error ¶
func (m GetTalkImageReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkImageReviewReqValidationError ¶
type GetTalkImageReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetTalkImageReviewReqValidationError is the validation error returned by GetTalkImageReviewReq.Validate if the designated constraints aren't met.
func (GetTalkImageReviewReqValidationError) Cause ¶
func (e GetTalkImageReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetTalkImageReviewReqValidationError) Error ¶
func (e GetTalkImageReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkImageReviewReqValidationError) ErrorName ¶
func (e GetTalkImageReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkImageReviewReqValidationError) Field ¶
func (e GetTalkImageReviewReqValidationError) Field() string
Field function returns field value.
func (GetTalkImageReviewReqValidationError) Key ¶
func (e GetTalkImageReviewReqValidationError) Key() bool
Key function returns key value.
func (GetTalkImageReviewReqValidationError) Reason ¶
func (e GetTalkImageReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetTalkListHotReply ¶
type GetTalkListHotReply struct { Talk []*GetTalkListHotReply_Talk `protobuf:"bytes,1,rep,name=talk,proto3" json:"talk,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListHotReply) Descriptor
deprecated
func (*GetTalkListHotReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListHotReply.ProtoReflect.Descriptor instead.
func (*GetTalkListHotReply) GetTalk ¶
func (x *GetTalkListHotReply) GetTalk() []*GetTalkListHotReply_Talk
func (*GetTalkListHotReply) ProtoMessage ¶
func (*GetTalkListHotReply) ProtoMessage()
func (*GetTalkListHotReply) ProtoReflect ¶
func (x *GetTalkListHotReply) ProtoReflect() protoreflect.Message
func (*GetTalkListHotReply) Reset ¶
func (x *GetTalkListHotReply) Reset()
func (*GetTalkListHotReply) String ¶
func (x *GetTalkListHotReply) String() string
func (*GetTalkListHotReply) Validate ¶
func (m *GetTalkListHotReply) Validate() error
Validate checks the field values on GetTalkListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListHotReply) ValidateAll ¶
func (m *GetTalkListHotReply) ValidateAll() error
ValidateAll checks the field values on GetTalkListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListHotReplyMultiError, or nil if none found.
type GetTalkListHotReplyMultiError ¶
type GetTalkListHotReplyMultiError []error
GetTalkListHotReplyMultiError is an error wrapping multiple validation errors returned by GetTalkListHotReply.ValidateAll() if the designated constraints aren't met.
func (GetTalkListHotReplyMultiError) AllErrors ¶
func (m GetTalkListHotReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListHotReplyMultiError) Error ¶
func (m GetTalkListHotReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListHotReplyValidationError ¶
type GetTalkListHotReplyValidationError struct {
// contains filtered or unexported fields
}
GetTalkListHotReplyValidationError is the validation error returned by GetTalkListHotReply.Validate if the designated constraints aren't met.
func (GetTalkListHotReplyValidationError) Cause ¶
func (e GetTalkListHotReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListHotReplyValidationError) Error ¶
func (e GetTalkListHotReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListHotReplyValidationError) ErrorName ¶
func (e GetTalkListHotReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListHotReplyValidationError) Field ¶
func (e GetTalkListHotReplyValidationError) Field() string
Field function returns field value.
func (GetTalkListHotReplyValidationError) Key ¶
func (e GetTalkListHotReplyValidationError) Key() bool
Key function returns key value.
func (GetTalkListHotReplyValidationError) Reason ¶
func (e GetTalkListHotReplyValidationError) Reason() string
Reason function returns reason value.
type GetTalkListHotReply_Talk ¶
type GetTalkListHotReply_Talk struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` View int32 `protobuf:"varint,3,opt,name=view,proto3" json:"view,omitempty"` Collect int32 `protobuf:"varint,4,opt,name=collect,proto3" json:"collect,omitempty"` Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"` Uuid string `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListHotReply_Talk) Descriptor
deprecated
func (*GetTalkListHotReply_Talk) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListHotReply_Talk.ProtoReflect.Descriptor instead.
func (*GetTalkListHotReply_Talk) GetAgree ¶
func (x *GetTalkListHotReply_Talk) GetAgree() int32
func (*GetTalkListHotReply_Talk) GetCollect ¶
func (x *GetTalkListHotReply_Talk) GetCollect() int32
func (*GetTalkListHotReply_Talk) GetComment ¶
func (x *GetTalkListHotReply_Talk) GetComment() int32
func (*GetTalkListHotReply_Talk) GetId ¶
func (x *GetTalkListHotReply_Talk) GetId() int32
func (*GetTalkListHotReply_Talk) GetUuid ¶
func (x *GetTalkListHotReply_Talk) GetUuid() string
func (*GetTalkListHotReply_Talk) GetView ¶
func (x *GetTalkListHotReply_Talk) GetView() int32
func (*GetTalkListHotReply_Talk) ProtoMessage ¶
func (*GetTalkListHotReply_Talk) ProtoMessage()
func (*GetTalkListHotReply_Talk) ProtoReflect ¶
func (x *GetTalkListHotReply_Talk) ProtoReflect() protoreflect.Message
func (*GetTalkListHotReply_Talk) Reset ¶
func (x *GetTalkListHotReply_Talk) Reset()
func (*GetTalkListHotReply_Talk) String ¶
func (x *GetTalkListHotReply_Talk) String() string
func (*GetTalkListHotReply_Talk) Validate ¶
func (m *GetTalkListHotReply_Talk) Validate() error
Validate checks the field values on GetTalkListHotReply_Talk with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListHotReply_Talk) ValidateAll ¶
func (m *GetTalkListHotReply_Talk) ValidateAll() error
ValidateAll checks the field values on GetTalkListHotReply_Talk with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListHotReply_TalkMultiError, or nil if none found.
type GetTalkListHotReply_TalkMultiError ¶
type GetTalkListHotReply_TalkMultiError []error
GetTalkListHotReply_TalkMultiError is an error wrapping multiple validation errors returned by GetTalkListHotReply_Talk.ValidateAll() if the designated constraints aren't met.
func (GetTalkListHotReply_TalkMultiError) AllErrors ¶
func (m GetTalkListHotReply_TalkMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListHotReply_TalkMultiError) Error ¶
func (m GetTalkListHotReply_TalkMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListHotReply_TalkValidationError ¶
type GetTalkListHotReply_TalkValidationError struct {
// contains filtered or unexported fields
}
GetTalkListHotReply_TalkValidationError is the validation error returned by GetTalkListHotReply_Talk.Validate if the designated constraints aren't met.
func (GetTalkListHotReply_TalkValidationError) Cause ¶
func (e GetTalkListHotReply_TalkValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListHotReply_TalkValidationError) Error ¶
func (e GetTalkListHotReply_TalkValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListHotReply_TalkValidationError) ErrorName ¶
func (e GetTalkListHotReply_TalkValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListHotReply_TalkValidationError) Field ¶
func (e GetTalkListHotReply_TalkValidationError) Field() string
Field function returns field value.
func (GetTalkListHotReply_TalkValidationError) Key ¶
func (e GetTalkListHotReply_TalkValidationError) Key() bool
Key function returns key value.
func (GetTalkListHotReply_TalkValidationError) Reason ¶
func (e GetTalkListHotReply_TalkValidationError) Reason() string
Reason function returns reason value.
type GetTalkListHotReq ¶
type GetTalkListHotReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListHotReq) Descriptor
deprecated
func (*GetTalkListHotReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListHotReq.ProtoReflect.Descriptor instead.
func (*GetTalkListHotReq) GetPage ¶
func (x *GetTalkListHotReq) GetPage() int32
func (*GetTalkListHotReq) ProtoMessage ¶
func (*GetTalkListHotReq) ProtoMessage()
func (*GetTalkListHotReq) ProtoReflect ¶
func (x *GetTalkListHotReq) ProtoReflect() protoreflect.Message
func (*GetTalkListHotReq) Reset ¶
func (x *GetTalkListHotReq) Reset()
func (*GetTalkListHotReq) String ¶
func (x *GetTalkListHotReq) String() string
func (*GetTalkListHotReq) Validate ¶
func (m *GetTalkListHotReq) Validate() error
Validate checks the field values on GetTalkListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListHotReq) ValidateAll ¶
func (m *GetTalkListHotReq) ValidateAll() error
ValidateAll checks the field values on GetTalkListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListHotReqMultiError, or nil if none found.
type GetTalkListHotReqMultiError ¶
type GetTalkListHotReqMultiError []error
GetTalkListHotReqMultiError is an error wrapping multiple validation errors returned by GetTalkListHotReq.ValidateAll() if the designated constraints aren't met.
func (GetTalkListHotReqMultiError) AllErrors ¶
func (m GetTalkListHotReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListHotReqMultiError) Error ¶
func (m GetTalkListHotReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListHotReqValidationError ¶
type GetTalkListHotReqValidationError struct {
// contains filtered or unexported fields
}
GetTalkListHotReqValidationError is the validation error returned by GetTalkListHotReq.Validate if the designated constraints aren't met.
func (GetTalkListHotReqValidationError) Cause ¶
func (e GetTalkListHotReqValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListHotReqValidationError) Error ¶
func (e GetTalkListHotReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListHotReqValidationError) ErrorName ¶
func (e GetTalkListHotReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListHotReqValidationError) Field ¶
func (e GetTalkListHotReqValidationError) Field() string
Field function returns field value.
func (GetTalkListHotReqValidationError) Key ¶
func (e GetTalkListHotReqValidationError) Key() bool
Key function returns key value.
func (GetTalkListHotReqValidationError) Reason ¶
func (e GetTalkListHotReqValidationError) Reason() string
Reason function returns reason value.
type GetTalkListReply ¶
type GetTalkListReply struct { Talk []*GetTalkListReply_Talk `protobuf:"bytes,1,rep,name=talk,proto3" json:"talk,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListReply) Descriptor
deprecated
func (*GetTalkListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListReply.ProtoReflect.Descriptor instead.
func (*GetTalkListReply) GetTalk ¶
func (x *GetTalkListReply) GetTalk() []*GetTalkListReply_Talk
func (*GetTalkListReply) ProtoMessage ¶
func (*GetTalkListReply) ProtoMessage()
func (*GetTalkListReply) ProtoReflect ¶
func (x *GetTalkListReply) ProtoReflect() protoreflect.Message
func (*GetTalkListReply) Reset ¶
func (x *GetTalkListReply) Reset()
func (*GetTalkListReply) String ¶
func (x *GetTalkListReply) String() string
func (*GetTalkListReply) Validate ¶
func (m *GetTalkListReply) Validate() error
Validate checks the field values on GetTalkListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListReply) ValidateAll ¶
func (m *GetTalkListReply) ValidateAll() error
ValidateAll checks the field values on GetTalkListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListReplyMultiError, or nil if none found.
type GetTalkListReplyMultiError ¶
type GetTalkListReplyMultiError []error
GetTalkListReplyMultiError is an error wrapping multiple validation errors returned by GetTalkListReply.ValidateAll() if the designated constraints aren't met.
func (GetTalkListReplyMultiError) AllErrors ¶
func (m GetTalkListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListReplyMultiError) Error ¶
func (m GetTalkListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListReplyValidationError ¶
type GetTalkListReplyValidationError struct {
// contains filtered or unexported fields
}
GetTalkListReplyValidationError is the validation error returned by GetTalkListReply.Validate if the designated constraints aren't met.
func (GetTalkListReplyValidationError) Cause ¶
func (e GetTalkListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListReplyValidationError) Error ¶
func (e GetTalkListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListReplyValidationError) ErrorName ¶
func (e GetTalkListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListReplyValidationError) Field ¶
func (e GetTalkListReplyValidationError) Field() string
Field function returns field value.
func (GetTalkListReplyValidationError) Key ¶
func (e GetTalkListReplyValidationError) Key() bool
Key function returns key value.
func (GetTalkListReplyValidationError) Reason ¶
func (e GetTalkListReplyValidationError) Reason() string
Reason function returns reason value.
type GetTalkListReply_Talk ¶
type GetTalkListReply_Talk struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` View int32 `protobuf:"varint,3,opt,name=view,proto3" json:"view,omitempty"` Collect int32 `protobuf:"varint,4,opt,name=collect,proto3" json:"collect,omitempty"` Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"` Uuid string `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListReply_Talk) Descriptor
deprecated
func (*GetTalkListReply_Talk) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListReply_Talk.ProtoReflect.Descriptor instead.
func (*GetTalkListReply_Talk) GetAgree ¶
func (x *GetTalkListReply_Talk) GetAgree() int32
func (*GetTalkListReply_Talk) GetCollect ¶
func (x *GetTalkListReply_Talk) GetCollect() int32
func (*GetTalkListReply_Talk) GetComment ¶
func (x *GetTalkListReply_Talk) GetComment() int32
func (*GetTalkListReply_Talk) GetId ¶
func (x *GetTalkListReply_Talk) GetId() int32
func (*GetTalkListReply_Talk) GetUuid ¶
func (x *GetTalkListReply_Talk) GetUuid() string
func (*GetTalkListReply_Talk) GetView ¶
func (x *GetTalkListReply_Talk) GetView() int32
func (*GetTalkListReply_Talk) ProtoMessage ¶
func (*GetTalkListReply_Talk) ProtoMessage()
func (*GetTalkListReply_Talk) ProtoReflect ¶
func (x *GetTalkListReply_Talk) ProtoReflect() protoreflect.Message
func (*GetTalkListReply_Talk) Reset ¶
func (x *GetTalkListReply_Talk) Reset()
func (*GetTalkListReply_Talk) String ¶
func (x *GetTalkListReply_Talk) String() string
func (*GetTalkListReply_Talk) Validate ¶
func (m *GetTalkListReply_Talk) Validate() error
Validate checks the field values on GetTalkListReply_Talk with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListReply_Talk) ValidateAll ¶
func (m *GetTalkListReply_Talk) ValidateAll() error
ValidateAll checks the field values on GetTalkListReply_Talk with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListReply_TalkMultiError, or nil if none found.
type GetTalkListReply_TalkMultiError ¶
type GetTalkListReply_TalkMultiError []error
GetTalkListReply_TalkMultiError is an error wrapping multiple validation errors returned by GetTalkListReply_Talk.ValidateAll() if the designated constraints aren't met.
func (GetTalkListReply_TalkMultiError) AllErrors ¶
func (m GetTalkListReply_TalkMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListReply_TalkMultiError) Error ¶
func (m GetTalkListReply_TalkMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListReply_TalkValidationError ¶
type GetTalkListReply_TalkValidationError struct {
// contains filtered or unexported fields
}
GetTalkListReply_TalkValidationError is the validation error returned by GetTalkListReply_Talk.Validate if the designated constraints aren't met.
func (GetTalkListReply_TalkValidationError) Cause ¶
func (e GetTalkListReply_TalkValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListReply_TalkValidationError) Error ¶
func (e GetTalkListReply_TalkValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListReply_TalkValidationError) ErrorName ¶
func (e GetTalkListReply_TalkValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListReply_TalkValidationError) Field ¶
func (e GetTalkListReply_TalkValidationError) Field() string
Field function returns field value.
func (GetTalkListReply_TalkValidationError) Key ¶
func (e GetTalkListReply_TalkValidationError) Key() bool
Key function returns key value.
func (GetTalkListReply_TalkValidationError) Reason ¶
func (e GetTalkListReply_TalkValidationError) Reason() string
Reason function returns reason value.
type GetTalkListReq ¶
type GetTalkListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListReq) Descriptor
deprecated
func (*GetTalkListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListReq.ProtoReflect.Descriptor instead.
func (*GetTalkListReq) GetPage ¶
func (x *GetTalkListReq) GetPage() int32
func (*GetTalkListReq) ProtoMessage ¶
func (*GetTalkListReq) ProtoMessage()
func (*GetTalkListReq) ProtoReflect ¶
func (x *GetTalkListReq) ProtoReflect() protoreflect.Message
func (*GetTalkListReq) Reset ¶
func (x *GetTalkListReq) Reset()
func (*GetTalkListReq) String ¶
func (x *GetTalkListReq) String() string
func (*GetTalkListReq) Validate ¶
func (m *GetTalkListReq) Validate() error
Validate checks the field values on GetTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListReq) ValidateAll ¶
func (m *GetTalkListReq) ValidateAll() error
ValidateAll checks the field values on GetTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListReqMultiError, or nil if none found.
type GetTalkListReqMultiError ¶
type GetTalkListReqMultiError []error
GetTalkListReqMultiError is an error wrapping multiple validation errors returned by GetTalkListReq.ValidateAll() if the designated constraints aren't met.
func (GetTalkListReqMultiError) AllErrors ¶
func (m GetTalkListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListReqMultiError) Error ¶
func (m GetTalkListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListReqValidationError ¶
type GetTalkListReqValidationError struct {
// contains filtered or unexported fields
}
GetTalkListReqValidationError is the validation error returned by GetTalkListReq.Validate if the designated constraints aren't met.
func (GetTalkListReqValidationError) Cause ¶
func (e GetTalkListReqValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListReqValidationError) Error ¶
func (e GetTalkListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListReqValidationError) ErrorName ¶
func (e GetTalkListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListReqValidationError) Field ¶
func (e GetTalkListReqValidationError) Field() string
Field function returns field value.
func (GetTalkListReqValidationError) Key ¶
func (e GetTalkListReqValidationError) Key() bool
Key function returns key value.
func (GetTalkListReqValidationError) Reason ¶
func (e GetTalkListReqValidationError) Reason() string
Reason function returns reason value.
type GetTalkListStatisticReply ¶
type GetTalkListStatisticReply struct { Count []*GetTalkListStatisticReply_Count `protobuf:"bytes,1,rep,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListStatisticReply) Descriptor
deprecated
func (*GetTalkListStatisticReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListStatisticReply.ProtoReflect.Descriptor instead.
func (*GetTalkListStatisticReply) GetCount ¶
func (x *GetTalkListStatisticReply) GetCount() []*GetTalkListStatisticReply_Count
func (*GetTalkListStatisticReply) ProtoMessage ¶
func (*GetTalkListStatisticReply) ProtoMessage()
func (*GetTalkListStatisticReply) ProtoReflect ¶
func (x *GetTalkListStatisticReply) ProtoReflect() protoreflect.Message
func (*GetTalkListStatisticReply) Reset ¶
func (x *GetTalkListStatisticReply) Reset()
func (*GetTalkListStatisticReply) String ¶
func (x *GetTalkListStatisticReply) String() string
func (*GetTalkListStatisticReply) Validate ¶
func (m *GetTalkListStatisticReply) Validate() error
Validate checks the field values on GetTalkListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListStatisticReply) ValidateAll ¶
func (m *GetTalkListStatisticReply) ValidateAll() error
ValidateAll checks the field values on GetTalkListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListStatisticReplyMultiError, or nil if none found.
type GetTalkListStatisticReplyMultiError ¶
type GetTalkListStatisticReplyMultiError []error
GetTalkListStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetTalkListStatisticReply.ValidateAll() if the designated constraints aren't met.
func (GetTalkListStatisticReplyMultiError) AllErrors ¶
func (m GetTalkListStatisticReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListStatisticReplyMultiError) Error ¶
func (m GetTalkListStatisticReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListStatisticReplyValidationError ¶
type GetTalkListStatisticReplyValidationError struct {
// contains filtered or unexported fields
}
GetTalkListStatisticReplyValidationError is the validation error returned by GetTalkListStatisticReply.Validate if the designated constraints aren't met.
func (GetTalkListStatisticReplyValidationError) Cause ¶
func (e GetTalkListStatisticReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListStatisticReplyValidationError) Error ¶
func (e GetTalkListStatisticReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListStatisticReplyValidationError) ErrorName ¶
func (e GetTalkListStatisticReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListStatisticReplyValidationError) Field ¶
func (e GetTalkListStatisticReplyValidationError) Field() string
Field function returns field value.
func (GetTalkListStatisticReplyValidationError) Key ¶
func (e GetTalkListStatisticReplyValidationError) Key() bool
Key function returns key value.
func (GetTalkListStatisticReplyValidationError) Reason ¶
func (e GetTalkListStatisticReplyValidationError) Reason() string
Reason function returns reason value.
type GetTalkListStatisticReply_Count ¶
type GetTalkListStatisticReply_Count struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListStatisticReply_Count) Descriptor
deprecated
func (*GetTalkListStatisticReply_Count) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListStatisticReply_Count.ProtoReflect.Descriptor instead.
func (*GetTalkListStatisticReply_Count) GetAgree ¶
func (x *GetTalkListStatisticReply_Count) GetAgree() int32
func (*GetTalkListStatisticReply_Count) GetCollect ¶
func (x *GetTalkListStatisticReply_Count) GetCollect() int32
func (*GetTalkListStatisticReply_Count) GetComment ¶
func (x *GetTalkListStatisticReply_Count) GetComment() int32
func (*GetTalkListStatisticReply_Count) GetId ¶
func (x *GetTalkListStatisticReply_Count) GetId() int32
func (*GetTalkListStatisticReply_Count) GetView ¶
func (x *GetTalkListStatisticReply_Count) GetView() int32
func (*GetTalkListStatisticReply_Count) ProtoMessage ¶
func (*GetTalkListStatisticReply_Count) ProtoMessage()
func (*GetTalkListStatisticReply_Count) ProtoReflect ¶
func (x *GetTalkListStatisticReply_Count) ProtoReflect() protoreflect.Message
func (*GetTalkListStatisticReply_Count) Reset ¶
func (x *GetTalkListStatisticReply_Count) Reset()
func (*GetTalkListStatisticReply_Count) String ¶
func (x *GetTalkListStatisticReply_Count) String() string
func (*GetTalkListStatisticReply_Count) Validate ¶
func (m *GetTalkListStatisticReply_Count) Validate() error
Validate checks the field values on GetTalkListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListStatisticReply_Count) ValidateAll ¶
func (m *GetTalkListStatisticReply_Count) ValidateAll() error
ValidateAll checks the field values on GetTalkListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListStatisticReply_CountMultiError, or nil if none found.
type GetTalkListStatisticReply_CountMultiError ¶
type GetTalkListStatisticReply_CountMultiError []error
GetTalkListStatisticReply_CountMultiError is an error wrapping multiple validation errors returned by GetTalkListStatisticReply_Count.ValidateAll() if the designated constraints aren't met.
func (GetTalkListStatisticReply_CountMultiError) AllErrors ¶
func (m GetTalkListStatisticReply_CountMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListStatisticReply_CountMultiError) Error ¶
func (m GetTalkListStatisticReply_CountMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListStatisticReply_CountValidationError ¶
type GetTalkListStatisticReply_CountValidationError struct {
// contains filtered or unexported fields
}
GetTalkListStatisticReply_CountValidationError is the validation error returned by GetTalkListStatisticReply_Count.Validate if the designated constraints aren't met.
func (GetTalkListStatisticReply_CountValidationError) Cause ¶
func (e GetTalkListStatisticReply_CountValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListStatisticReply_CountValidationError) Error ¶
func (e GetTalkListStatisticReply_CountValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListStatisticReply_CountValidationError) ErrorName ¶
func (e GetTalkListStatisticReply_CountValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListStatisticReply_CountValidationError) Field ¶
func (e GetTalkListStatisticReply_CountValidationError) Field() string
Field function returns field value.
func (GetTalkListStatisticReply_CountValidationError) Key ¶
func (e GetTalkListStatisticReply_CountValidationError) Key() bool
Key function returns key value.
func (GetTalkListStatisticReply_CountValidationError) Reason ¶
func (e GetTalkListStatisticReply_CountValidationError) Reason() string
Reason function returns reason value.
type GetTalkListStatisticReq ¶
type GetTalkListStatisticReq struct { Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetTalkListStatisticReq) Descriptor
deprecated
func (*GetTalkListStatisticReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkListStatisticReq.ProtoReflect.Descriptor instead.
func (*GetTalkListStatisticReq) GetIds ¶
func (x *GetTalkListStatisticReq) GetIds() []int32
func (*GetTalkListStatisticReq) ProtoMessage ¶
func (*GetTalkListStatisticReq) ProtoMessage()
func (*GetTalkListStatisticReq) ProtoReflect ¶
func (x *GetTalkListStatisticReq) ProtoReflect() protoreflect.Message
func (*GetTalkListStatisticReq) Reset ¶
func (x *GetTalkListStatisticReq) Reset()
func (*GetTalkListStatisticReq) String ¶
func (x *GetTalkListStatisticReq) String() string
func (*GetTalkListStatisticReq) Validate ¶
func (m *GetTalkListStatisticReq) Validate() error
Validate checks the field values on GetTalkListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkListStatisticReq) ValidateAll ¶
func (m *GetTalkListStatisticReq) ValidateAll() error
ValidateAll checks the field values on GetTalkListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListStatisticReqMultiError, or nil if none found.
type GetTalkListStatisticReqMultiError ¶
type GetTalkListStatisticReqMultiError []error
GetTalkListStatisticReqMultiError is an error wrapping multiple validation errors returned by GetTalkListStatisticReq.ValidateAll() if the designated constraints aren't met.
func (GetTalkListStatisticReqMultiError) AllErrors ¶
func (m GetTalkListStatisticReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkListStatisticReqMultiError) Error ¶
func (m GetTalkListStatisticReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkListStatisticReqValidationError ¶
type GetTalkListStatisticReqValidationError struct {
// contains filtered or unexported fields
}
GetTalkListStatisticReqValidationError is the validation error returned by GetTalkListStatisticReq.Validate if the designated constraints aren't met.
func (GetTalkListStatisticReqValidationError) Cause ¶
func (e GetTalkListStatisticReqValidationError) Cause() error
Cause function returns cause value.
func (GetTalkListStatisticReqValidationError) Error ¶
func (e GetTalkListStatisticReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkListStatisticReqValidationError) ErrorName ¶
func (e GetTalkListStatisticReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkListStatisticReqValidationError) Field ¶
func (e GetTalkListStatisticReqValidationError) Field() string
Field function returns field value.
func (GetTalkListStatisticReqValidationError) Key ¶
func (e GetTalkListStatisticReqValidationError) Key() bool
Key function returns key value.
func (GetTalkListStatisticReqValidationError) Reason ¶
func (e GetTalkListStatisticReqValidationError) Reason() string
Reason function returns reason value.
type GetTalkSearchReply ¶
type GetTalkSearchReply struct { List []*GetTalkSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*GetTalkSearchReply) Descriptor
deprecated
func (*GetTalkSearchReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkSearchReply.ProtoReflect.Descriptor instead.
func (*GetTalkSearchReply) GetList ¶
func (x *GetTalkSearchReply) GetList() []*GetTalkSearchReply_List
func (*GetTalkSearchReply) GetTotal ¶
func (x *GetTalkSearchReply) GetTotal() int32
func (*GetTalkSearchReply) ProtoMessage ¶
func (*GetTalkSearchReply) ProtoMessage()
func (*GetTalkSearchReply) ProtoReflect ¶
func (x *GetTalkSearchReply) ProtoReflect() protoreflect.Message
func (*GetTalkSearchReply) Reset ¶
func (x *GetTalkSearchReply) Reset()
func (*GetTalkSearchReply) String ¶
func (x *GetTalkSearchReply) String() string
func (*GetTalkSearchReply) Validate ¶
func (m *GetTalkSearchReply) Validate() error
Validate checks the field values on GetTalkSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkSearchReply) ValidateAll ¶
func (m *GetTalkSearchReply) ValidateAll() error
ValidateAll checks the field values on GetTalkSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkSearchReplyMultiError, or nil if none found.
type GetTalkSearchReplyMultiError ¶
type GetTalkSearchReplyMultiError []error
GetTalkSearchReplyMultiError is an error wrapping multiple validation errors returned by GetTalkSearchReply.ValidateAll() if the designated constraints aren't met.
func (GetTalkSearchReplyMultiError) AllErrors ¶
func (m GetTalkSearchReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkSearchReplyMultiError) Error ¶
func (m GetTalkSearchReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkSearchReplyValidationError ¶
type GetTalkSearchReplyValidationError struct {
// contains filtered or unexported fields
}
GetTalkSearchReplyValidationError is the validation error returned by GetTalkSearchReply.Validate if the designated constraints aren't met.
func (GetTalkSearchReplyValidationError) Cause ¶
func (e GetTalkSearchReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTalkSearchReplyValidationError) Error ¶
func (e GetTalkSearchReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkSearchReplyValidationError) ErrorName ¶
func (e GetTalkSearchReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkSearchReplyValidationError) Field ¶
func (e GetTalkSearchReplyValidationError) Field() string
Field function returns field value.
func (GetTalkSearchReplyValidationError) Key ¶
func (e GetTalkSearchReplyValidationError) Key() bool
Key function returns key value.
func (GetTalkSearchReplyValidationError) Reason ¶
func (e GetTalkSearchReplyValidationError) Reason() string
Reason function returns reason value.
type GetTalkSearchReply_List ¶
type GetTalkSearchReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Tags string `protobuf:"bytes,3,opt,name=tags,proto3" json:"tags,omitempty"` Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` Cover string `protobuf:"bytes,5,opt,name=cover,proto3" json:"cover,omitempty"` Update string `protobuf:"bytes,6,opt,name=update,proto3" json:"update,omitempty"` Uuid string `protobuf:"bytes,7,opt,name=uuid,proto3" json:"uuid,omitempty"` Agree int32 `protobuf:"varint,9,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,10,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,11,opt,name=view,proto3" json:"view,omitempty"` Comment int32 `protobuf:"varint,12,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetTalkSearchReply_List) Descriptor
deprecated
func (*GetTalkSearchReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkSearchReply_List.ProtoReflect.Descriptor instead.
func (*GetTalkSearchReply_List) GetAgree ¶
func (x *GetTalkSearchReply_List) GetAgree() int32
func (*GetTalkSearchReply_List) GetCollect ¶
func (x *GetTalkSearchReply_List) GetCollect() int32
func (*GetTalkSearchReply_List) GetComment ¶
func (x *GetTalkSearchReply_List) GetComment() int32
func (*GetTalkSearchReply_List) GetCover ¶
func (x *GetTalkSearchReply_List) GetCover() string
func (*GetTalkSearchReply_List) GetId ¶
func (x *GetTalkSearchReply_List) GetId() int32
func (*GetTalkSearchReply_List) GetTags ¶
func (x *GetTalkSearchReply_List) GetTags() string
func (*GetTalkSearchReply_List) GetText ¶
func (x *GetTalkSearchReply_List) GetText() string
func (*GetTalkSearchReply_List) GetTitle ¶
func (x *GetTalkSearchReply_List) GetTitle() string
func (*GetTalkSearchReply_List) GetUpdate ¶
func (x *GetTalkSearchReply_List) GetUpdate() string
func (*GetTalkSearchReply_List) GetUuid ¶
func (x *GetTalkSearchReply_List) GetUuid() string
func (*GetTalkSearchReply_List) GetView ¶
func (x *GetTalkSearchReply_List) GetView() int32
func (*GetTalkSearchReply_List) ProtoMessage ¶
func (*GetTalkSearchReply_List) ProtoMessage()
func (*GetTalkSearchReply_List) ProtoReflect ¶
func (x *GetTalkSearchReply_List) ProtoReflect() protoreflect.Message
func (*GetTalkSearchReply_List) Reset ¶
func (x *GetTalkSearchReply_List) Reset()
func (*GetTalkSearchReply_List) String ¶
func (x *GetTalkSearchReply_List) String() string
func (*GetTalkSearchReply_List) Validate ¶
func (m *GetTalkSearchReply_List) Validate() error
Validate checks the field values on GetTalkSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkSearchReply_List) ValidateAll ¶
func (m *GetTalkSearchReply_List) ValidateAll() error
ValidateAll checks the field values on GetTalkSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkSearchReply_ListMultiError, or nil if none found.
type GetTalkSearchReply_ListMultiError ¶
type GetTalkSearchReply_ListMultiError []error
GetTalkSearchReply_ListMultiError is an error wrapping multiple validation errors returned by GetTalkSearchReply_List.ValidateAll() if the designated constraints aren't met.
func (GetTalkSearchReply_ListMultiError) AllErrors ¶
func (m GetTalkSearchReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkSearchReply_ListMultiError) Error ¶
func (m GetTalkSearchReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkSearchReply_ListValidationError ¶
type GetTalkSearchReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetTalkSearchReply_ListValidationError is the validation error returned by GetTalkSearchReply_List.Validate if the designated constraints aren't met.
func (GetTalkSearchReply_ListValidationError) Cause ¶
func (e GetTalkSearchReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetTalkSearchReply_ListValidationError) Error ¶
func (e GetTalkSearchReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkSearchReply_ListValidationError) ErrorName ¶
func (e GetTalkSearchReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkSearchReply_ListValidationError) Field ¶
func (e GetTalkSearchReply_ListValidationError) Field() string
Field function returns field value.
func (GetTalkSearchReply_ListValidationError) Key ¶
func (e GetTalkSearchReply_ListValidationError) Key() bool
Key function returns key value.
func (GetTalkSearchReply_ListValidationError) Reason ¶
func (e GetTalkSearchReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetTalkSearchReq ¶
type GetTalkSearchReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"` Time string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*GetTalkSearchReq) Descriptor
deprecated
func (*GetTalkSearchReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkSearchReq.ProtoReflect.Descriptor instead.
func (*GetTalkSearchReq) GetPage ¶
func (x *GetTalkSearchReq) GetPage() int32
func (*GetTalkSearchReq) GetSearch ¶
func (x *GetTalkSearchReq) GetSearch() string
func (*GetTalkSearchReq) GetTime ¶
func (x *GetTalkSearchReq) GetTime() string
func (*GetTalkSearchReq) ProtoMessage ¶
func (*GetTalkSearchReq) ProtoMessage()
func (*GetTalkSearchReq) ProtoReflect ¶
func (x *GetTalkSearchReq) ProtoReflect() protoreflect.Message
func (*GetTalkSearchReq) Reset ¶
func (x *GetTalkSearchReq) Reset()
func (*GetTalkSearchReq) String ¶
func (x *GetTalkSearchReq) String() string
func (*GetTalkSearchReq) Validate ¶
func (m *GetTalkSearchReq) Validate() error
Validate checks the field values on GetTalkSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkSearchReq) ValidateAll ¶
func (m *GetTalkSearchReq) ValidateAll() error
ValidateAll checks the field values on GetTalkSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkSearchReqMultiError, or nil if none found.
type GetTalkSearchReqMultiError ¶
type GetTalkSearchReqMultiError []error
GetTalkSearchReqMultiError is an error wrapping multiple validation errors returned by GetTalkSearchReq.ValidateAll() if the designated constraints aren't met.
func (GetTalkSearchReqMultiError) AllErrors ¶
func (m GetTalkSearchReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkSearchReqMultiError) Error ¶
func (m GetTalkSearchReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkSearchReqValidationError ¶
type GetTalkSearchReqValidationError struct {
// contains filtered or unexported fields
}
GetTalkSearchReqValidationError is the validation error returned by GetTalkSearchReq.Validate if the designated constraints aren't met.
func (GetTalkSearchReqValidationError) Cause ¶
func (e GetTalkSearchReqValidationError) Cause() error
Cause function returns cause value.
func (GetTalkSearchReqValidationError) Error ¶
func (e GetTalkSearchReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkSearchReqValidationError) ErrorName ¶
func (e GetTalkSearchReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkSearchReqValidationError) Field ¶
func (e GetTalkSearchReqValidationError) Field() string
Field function returns field value.
func (GetTalkSearchReqValidationError) Key ¶
func (e GetTalkSearchReqValidationError) Key() bool
Key function returns key value.
func (GetTalkSearchReqValidationError) Reason ¶
func (e GetTalkSearchReqValidationError) Reason() string
Reason function returns reason value.
type GetTalkStatisticReply ¶
type GetTalkStatisticReply struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetTalkStatisticReply) Descriptor
deprecated
func (*GetTalkStatisticReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkStatisticReply.ProtoReflect.Descriptor instead.
func (*GetTalkStatisticReply) GetAgree ¶
func (x *GetTalkStatisticReply) GetAgree() int32
func (*GetTalkStatisticReply) GetCollect ¶
func (x *GetTalkStatisticReply) GetCollect() int32
func (*GetTalkStatisticReply) GetComment ¶
func (x *GetTalkStatisticReply) GetComment() int32
func (*GetTalkStatisticReply) GetUuid ¶
func (x *GetTalkStatisticReply) GetUuid() string
func (*GetTalkStatisticReply) GetView ¶
func (x *GetTalkStatisticReply) GetView() int32
func (*GetTalkStatisticReply) ProtoMessage ¶
func (*GetTalkStatisticReply) ProtoMessage()
func (*GetTalkStatisticReply) ProtoReflect ¶
func (x *GetTalkStatisticReply) ProtoReflect() protoreflect.Message
func (*GetTalkStatisticReply) Reset ¶
func (x *GetTalkStatisticReply) Reset()
func (*GetTalkStatisticReply) String ¶
func (x *GetTalkStatisticReply) String() string
func (*GetTalkStatisticReply) Validate ¶
func (m *GetTalkStatisticReply) Validate() error
Validate checks the field values on GetTalkStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkStatisticReply) ValidateAll ¶
func (m *GetTalkStatisticReply) ValidateAll() error
ValidateAll checks the field values on GetTalkStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkStatisticReplyMultiError, or nil if none found.
type GetTalkStatisticReplyMultiError ¶
type GetTalkStatisticReplyMultiError []error
GetTalkStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetTalkStatisticReply.ValidateAll() if the designated constraints aren't met.
func (GetTalkStatisticReplyMultiError) AllErrors ¶
func (m GetTalkStatisticReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkStatisticReplyMultiError) Error ¶
func (m GetTalkStatisticReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkStatisticReplyValidationError ¶
type GetTalkStatisticReplyValidationError struct {
// contains filtered or unexported fields
}
GetTalkStatisticReplyValidationError is the validation error returned by GetTalkStatisticReply.Validate if the designated constraints aren't met.
func (GetTalkStatisticReplyValidationError) Cause ¶
func (e GetTalkStatisticReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTalkStatisticReplyValidationError) Error ¶
func (e GetTalkStatisticReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkStatisticReplyValidationError) ErrorName ¶
func (e GetTalkStatisticReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkStatisticReplyValidationError) Field ¶
func (e GetTalkStatisticReplyValidationError) Field() string
Field function returns field value.
func (GetTalkStatisticReplyValidationError) Key ¶
func (e GetTalkStatisticReplyValidationError) Key() bool
Key function returns key value.
func (GetTalkStatisticReplyValidationError) Reason ¶
func (e GetTalkStatisticReplyValidationError) Reason() string
Reason function returns reason value.
type GetTalkStatisticReq ¶
type GetTalkStatisticReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetTalkStatisticReq) Descriptor
deprecated
func (*GetTalkStatisticReq) Descriptor() ([]byte, []int)
Deprecated: Use GetTalkStatisticReq.ProtoReflect.Descriptor instead.
func (*GetTalkStatisticReq) GetId ¶
func (x *GetTalkStatisticReq) GetId() int32
func (*GetTalkStatisticReq) GetUuid ¶
func (x *GetTalkStatisticReq) GetUuid() string
func (*GetTalkStatisticReq) ProtoMessage ¶
func (*GetTalkStatisticReq) ProtoMessage()
func (*GetTalkStatisticReq) ProtoReflect ¶
func (x *GetTalkStatisticReq) ProtoReflect() protoreflect.Message
func (*GetTalkStatisticReq) Reset ¶
func (x *GetTalkStatisticReq) Reset()
func (*GetTalkStatisticReq) String ¶
func (x *GetTalkStatisticReq) String() string
func (*GetTalkStatisticReq) Validate ¶
func (m *GetTalkStatisticReq) Validate() error
Validate checks the field values on GetTalkStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTalkStatisticReq) ValidateAll ¶
func (m *GetTalkStatisticReq) ValidateAll() error
ValidateAll checks the field values on GetTalkStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkStatisticReqMultiError, or nil if none found.
type GetTalkStatisticReqMultiError ¶
type GetTalkStatisticReqMultiError []error
GetTalkStatisticReqMultiError is an error wrapping multiple validation errors returned by GetTalkStatisticReq.ValidateAll() if the designated constraints aren't met.
func (GetTalkStatisticReqMultiError) AllErrors ¶
func (m GetTalkStatisticReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTalkStatisticReqMultiError) Error ¶
func (m GetTalkStatisticReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTalkStatisticReqValidationError ¶
type GetTalkStatisticReqValidationError struct {
// contains filtered or unexported fields
}
GetTalkStatisticReqValidationError is the validation error returned by GetTalkStatisticReq.Validate if the designated constraints aren't met.
func (GetTalkStatisticReqValidationError) Cause ¶
func (e GetTalkStatisticReqValidationError) Cause() error
Cause function returns cause value.
func (GetTalkStatisticReqValidationError) Error ¶
func (e GetTalkStatisticReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetTalkStatisticReqValidationError) ErrorName ¶
func (e GetTalkStatisticReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetTalkStatisticReqValidationError) Field ¶
func (e GetTalkStatisticReqValidationError) Field() string
Field function returns field value.
func (GetTalkStatisticReqValidationError) Key ¶
func (e GetTalkStatisticReqValidationError) Key() bool
Key function returns key value.
func (GetTalkStatisticReqValidationError) Reason ¶
func (e GetTalkStatisticReqValidationError) Reason() string
Reason function returns reason value.
type GetTimeLineUsersReply ¶
type GetTimeLineUsersReply struct { Follows []*GetTimeLineUsersReply_Follows `protobuf:"bytes,1,rep,name=follows,proto3" json:"follows,omitempty"` // contains filtered or unexported fields }
func (*GetTimeLineUsersReply) Descriptor
deprecated
func (*GetTimeLineUsersReply) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeLineUsersReply.ProtoReflect.Descriptor instead.
func (*GetTimeLineUsersReply) GetFollows ¶
func (x *GetTimeLineUsersReply) GetFollows() []*GetTimeLineUsersReply_Follows
func (*GetTimeLineUsersReply) ProtoMessage ¶
func (*GetTimeLineUsersReply) ProtoMessage()
func (*GetTimeLineUsersReply) ProtoReflect ¶
func (x *GetTimeLineUsersReply) ProtoReflect() protoreflect.Message
func (*GetTimeLineUsersReply) Reset ¶
func (x *GetTimeLineUsersReply) Reset()
func (*GetTimeLineUsersReply) String ¶
func (x *GetTimeLineUsersReply) String() string
func (*GetTimeLineUsersReply) Validate ¶
func (m *GetTimeLineUsersReply) Validate() error
Validate checks the field values on GetTimeLineUsersReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTimeLineUsersReply) ValidateAll ¶
func (m *GetTimeLineUsersReply) ValidateAll() error
ValidateAll checks the field values on GetTimeLineUsersReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTimeLineUsersReplyMultiError, or nil if none found.
type GetTimeLineUsersReplyMultiError ¶
type GetTimeLineUsersReplyMultiError []error
GetTimeLineUsersReplyMultiError is an error wrapping multiple validation errors returned by GetTimeLineUsersReply.ValidateAll() if the designated constraints aren't met.
func (GetTimeLineUsersReplyMultiError) AllErrors ¶
func (m GetTimeLineUsersReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTimeLineUsersReplyMultiError) Error ¶
func (m GetTimeLineUsersReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTimeLineUsersReplyValidationError ¶
type GetTimeLineUsersReplyValidationError struct {
// contains filtered or unexported fields
}
GetTimeLineUsersReplyValidationError is the validation error returned by GetTimeLineUsersReply.Validate if the designated constraints aren't met.
func (GetTimeLineUsersReplyValidationError) Cause ¶
func (e GetTimeLineUsersReplyValidationError) Cause() error
Cause function returns cause value.
func (GetTimeLineUsersReplyValidationError) Error ¶
func (e GetTimeLineUsersReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetTimeLineUsersReplyValidationError) ErrorName ¶
func (e GetTimeLineUsersReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetTimeLineUsersReplyValidationError) Field ¶
func (e GetTimeLineUsersReplyValidationError) Field() string
Field function returns field value.
func (GetTimeLineUsersReplyValidationError) Key ¶
func (e GetTimeLineUsersReplyValidationError) Key() bool
Key function returns key value.
func (GetTimeLineUsersReplyValidationError) Reason ¶
func (e GetTimeLineUsersReplyValidationError) Reason() string
Reason function returns reason value.
type GetTimeLineUsersReply_Follows ¶
type GetTimeLineUsersReply_Follows struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*GetTimeLineUsersReply_Follows) Descriptor
deprecated
func (*GetTimeLineUsersReply_Follows) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeLineUsersReply_Follows.ProtoReflect.Descriptor instead.
func (*GetTimeLineUsersReply_Follows) GetUsername ¶
func (x *GetTimeLineUsersReply_Follows) GetUsername() string
func (*GetTimeLineUsersReply_Follows) GetUuid ¶
func (x *GetTimeLineUsersReply_Follows) GetUuid() string
func (*GetTimeLineUsersReply_Follows) ProtoMessage ¶
func (*GetTimeLineUsersReply_Follows) ProtoMessage()
func (*GetTimeLineUsersReply_Follows) ProtoReflect ¶
func (x *GetTimeLineUsersReply_Follows) ProtoReflect() protoreflect.Message
func (*GetTimeLineUsersReply_Follows) Reset ¶
func (x *GetTimeLineUsersReply_Follows) Reset()
func (*GetTimeLineUsersReply_Follows) String ¶
func (x *GetTimeLineUsersReply_Follows) String() string
func (*GetTimeLineUsersReply_Follows) Validate ¶
func (m *GetTimeLineUsersReply_Follows) Validate() error
Validate checks the field values on GetTimeLineUsersReply_Follows with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTimeLineUsersReply_Follows) ValidateAll ¶
func (m *GetTimeLineUsersReply_Follows) ValidateAll() error
ValidateAll checks the field values on GetTimeLineUsersReply_Follows with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTimeLineUsersReply_FollowsMultiError, or nil if none found.
type GetTimeLineUsersReply_FollowsMultiError ¶
type GetTimeLineUsersReply_FollowsMultiError []error
GetTimeLineUsersReply_FollowsMultiError is an error wrapping multiple validation errors returned by GetTimeLineUsersReply_Follows.ValidateAll() if the designated constraints aren't met.
func (GetTimeLineUsersReply_FollowsMultiError) AllErrors ¶
func (m GetTimeLineUsersReply_FollowsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTimeLineUsersReply_FollowsMultiError) Error ¶
func (m GetTimeLineUsersReply_FollowsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTimeLineUsersReply_FollowsValidationError ¶
type GetTimeLineUsersReply_FollowsValidationError struct {
// contains filtered or unexported fields
}
GetTimeLineUsersReply_FollowsValidationError is the validation error returned by GetTimeLineUsersReply_Follows.Validate if the designated constraints aren't met.
func (GetTimeLineUsersReply_FollowsValidationError) Cause ¶
func (e GetTimeLineUsersReply_FollowsValidationError) Cause() error
Cause function returns cause value.
func (GetTimeLineUsersReply_FollowsValidationError) Error ¶
func (e GetTimeLineUsersReply_FollowsValidationError) Error() string
Error satisfies the builtin error interface
func (GetTimeLineUsersReply_FollowsValidationError) ErrorName ¶
func (e GetTimeLineUsersReply_FollowsValidationError) ErrorName() string
ErrorName returns error name.
func (GetTimeLineUsersReply_FollowsValidationError) Field ¶
func (e GetTimeLineUsersReply_FollowsValidationError) Field() string
Field function returns field value.
func (GetTimeLineUsersReply_FollowsValidationError) Key ¶
func (e GetTimeLineUsersReply_FollowsValidationError) Key() bool
Key function returns key value.
func (GetTimeLineUsersReply_FollowsValidationError) Reason ¶
func (e GetTimeLineUsersReply_FollowsValidationError) Reason() string
Reason function returns reason value.
type GetUserAchievementReply ¶
type GetUserAchievementReply struct { Agree int32 `protobuf:"varint,1,opt,name=agree,proto3" json:"agree,omitempty"` View int32 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"` Follow int32 `protobuf:"varint,4,opt,name=follow,proto3" json:"follow,omitempty"` Followed int32 `protobuf:"varint,5,opt,name=followed,proto3" json:"followed,omitempty"` // contains filtered or unexported fields }
func (*GetUserAchievementReply) Descriptor
deprecated
func (*GetUserAchievementReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserAchievementReply.ProtoReflect.Descriptor instead.
func (*GetUserAchievementReply) GetAgree ¶
func (x *GetUserAchievementReply) GetAgree() int32
func (*GetUserAchievementReply) GetCollect ¶
func (x *GetUserAchievementReply) GetCollect() int32
func (*GetUserAchievementReply) GetFollow ¶
func (x *GetUserAchievementReply) GetFollow() int32
func (*GetUserAchievementReply) GetFollowed ¶
func (x *GetUserAchievementReply) GetFollowed() int32
func (*GetUserAchievementReply) GetView ¶
func (x *GetUserAchievementReply) GetView() int32
func (*GetUserAchievementReply) ProtoMessage ¶
func (*GetUserAchievementReply) ProtoMessage()
func (*GetUserAchievementReply) ProtoReflect ¶
func (x *GetUserAchievementReply) ProtoReflect() protoreflect.Message
func (*GetUserAchievementReply) Reset ¶
func (x *GetUserAchievementReply) Reset()
func (*GetUserAchievementReply) String ¶
func (x *GetUserAchievementReply) String() string
func (*GetUserAchievementReply) Validate ¶
func (m *GetUserAchievementReply) Validate() error
Validate checks the field values on GetUserAchievementReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserAchievementReply) ValidateAll ¶
func (m *GetUserAchievementReply) ValidateAll() error
ValidateAll checks the field values on GetUserAchievementReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserAchievementReplyMultiError, or nil if none found.
type GetUserAchievementReplyMultiError ¶
type GetUserAchievementReplyMultiError []error
GetUserAchievementReplyMultiError is an error wrapping multiple validation errors returned by GetUserAchievementReply.ValidateAll() if the designated constraints aren't met.
func (GetUserAchievementReplyMultiError) AllErrors ¶
func (m GetUserAchievementReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserAchievementReplyMultiError) Error ¶
func (m GetUserAchievementReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserAchievementReplyValidationError ¶
type GetUserAchievementReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserAchievementReplyValidationError is the validation error returned by GetUserAchievementReply.Validate if the designated constraints aren't met.
func (GetUserAchievementReplyValidationError) Cause ¶
func (e GetUserAchievementReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserAchievementReplyValidationError) Error ¶
func (e GetUserAchievementReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserAchievementReplyValidationError) ErrorName ¶
func (e GetUserAchievementReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserAchievementReplyValidationError) Field ¶
func (e GetUserAchievementReplyValidationError) Field() string
Field function returns field value.
func (GetUserAchievementReplyValidationError) Key ¶
func (e GetUserAchievementReplyValidationError) Key() bool
Key function returns key value.
func (GetUserAchievementReplyValidationError) Reason ¶
func (e GetUserAchievementReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserAchievementReq ¶
type GetUserAchievementReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserAchievementReq) Descriptor
deprecated
func (*GetUserAchievementReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserAchievementReq.ProtoReflect.Descriptor instead.
func (*GetUserAchievementReq) GetUuid ¶
func (x *GetUserAchievementReq) GetUuid() string
func (*GetUserAchievementReq) ProtoMessage ¶
func (*GetUserAchievementReq) ProtoMessage()
func (*GetUserAchievementReq) ProtoReflect ¶
func (x *GetUserAchievementReq) ProtoReflect() protoreflect.Message
func (*GetUserAchievementReq) Reset ¶
func (x *GetUserAchievementReq) Reset()
func (*GetUserAchievementReq) String ¶
func (x *GetUserAchievementReq) String() string
func (*GetUserAchievementReq) Validate ¶
func (m *GetUserAchievementReq) Validate() error
Validate checks the field values on GetUserAchievementReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserAchievementReq) ValidateAll ¶
func (m *GetUserAchievementReq) ValidateAll() error
ValidateAll checks the field values on GetUserAchievementReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserAchievementReqMultiError, or nil if none found.
type GetUserAchievementReqMultiError ¶
type GetUserAchievementReqMultiError []error
GetUserAchievementReqMultiError is an error wrapping multiple validation errors returned by GetUserAchievementReq.ValidateAll() if the designated constraints aren't met.
func (GetUserAchievementReqMultiError) AllErrors ¶
func (m GetUserAchievementReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserAchievementReqMultiError) Error ¶
func (m GetUserAchievementReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserAchievementReqValidationError ¶
type GetUserAchievementReqValidationError struct {
// contains filtered or unexported fields
}
GetUserAchievementReqValidationError is the validation error returned by GetUserAchievementReq.Validate if the designated constraints aren't met.
func (GetUserAchievementReqValidationError) Cause ¶
func (e GetUserAchievementReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserAchievementReqValidationError) Error ¶
func (e GetUserAchievementReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserAchievementReqValidationError) ErrorName ¶
func (e GetUserAchievementReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserAchievementReqValidationError) Field ¶
func (e GetUserAchievementReqValidationError) Field() string
Field function returns field value.
func (GetUserAchievementReqValidationError) Key ¶
func (e GetUserAchievementReqValidationError) Key() bool
Key function returns key value.
func (GetUserAchievementReqValidationError) Reason ¶
func (e GetUserAchievementReqValidationError) Reason() string
Reason function returns reason value.
type GetUserArticleAgreeReply ¶
type GetUserArticleAgreeReply struct { Agree map[int32]bool `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserArticleAgreeReply) Descriptor
deprecated
func (*GetUserArticleAgreeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserArticleAgreeReply.ProtoReflect.Descriptor instead.
func (*GetUserArticleAgreeReply) GetAgree ¶
func (x *GetUserArticleAgreeReply) GetAgree() map[int32]bool
func (*GetUserArticleAgreeReply) ProtoMessage ¶
func (*GetUserArticleAgreeReply) ProtoMessage()
func (*GetUserArticleAgreeReply) ProtoReflect ¶
func (x *GetUserArticleAgreeReply) ProtoReflect() protoreflect.Message
func (*GetUserArticleAgreeReply) Reset ¶
func (x *GetUserArticleAgreeReply) Reset()
func (*GetUserArticleAgreeReply) String ¶
func (x *GetUserArticleAgreeReply) String() string
func (*GetUserArticleAgreeReply) Validate ¶
func (m *GetUserArticleAgreeReply) Validate() error
Validate checks the field values on GetUserArticleAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserArticleAgreeReply) ValidateAll ¶
func (m *GetUserArticleAgreeReply) ValidateAll() error
ValidateAll checks the field values on GetUserArticleAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleAgreeReplyMultiError, or nil if none found.
type GetUserArticleAgreeReplyMultiError ¶
type GetUserArticleAgreeReplyMultiError []error
GetUserArticleAgreeReplyMultiError is an error wrapping multiple validation errors returned by GetUserArticleAgreeReply.ValidateAll() if the designated constraints aren't met.
func (GetUserArticleAgreeReplyMultiError) AllErrors ¶
func (m GetUserArticleAgreeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserArticleAgreeReplyMultiError) Error ¶
func (m GetUserArticleAgreeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserArticleAgreeReplyValidationError ¶
type GetUserArticleAgreeReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserArticleAgreeReplyValidationError is the validation error returned by GetUserArticleAgreeReply.Validate if the designated constraints aren't met.
func (GetUserArticleAgreeReplyValidationError) Cause ¶
func (e GetUserArticleAgreeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserArticleAgreeReplyValidationError) Error ¶
func (e GetUserArticleAgreeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserArticleAgreeReplyValidationError) ErrorName ¶
func (e GetUserArticleAgreeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserArticleAgreeReplyValidationError) Field ¶
func (e GetUserArticleAgreeReplyValidationError) Field() string
Field function returns field value.
func (GetUserArticleAgreeReplyValidationError) Key ¶
func (e GetUserArticleAgreeReplyValidationError) Key() bool
Key function returns key value.
func (GetUserArticleAgreeReplyValidationError) Reason ¶
func (e GetUserArticleAgreeReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserArticleCollectReply ¶
type GetUserArticleCollectReply struct { Collect map[int32]bool `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserArticleCollectReply) Descriptor
deprecated
func (*GetUserArticleCollectReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserArticleCollectReply.ProtoReflect.Descriptor instead.
func (*GetUserArticleCollectReply) GetCollect ¶
func (x *GetUserArticleCollectReply) GetCollect() map[int32]bool
func (*GetUserArticleCollectReply) ProtoMessage ¶
func (*GetUserArticleCollectReply) ProtoMessage()
func (*GetUserArticleCollectReply) ProtoReflect ¶
func (x *GetUserArticleCollectReply) ProtoReflect() protoreflect.Message
func (*GetUserArticleCollectReply) Reset ¶
func (x *GetUserArticleCollectReply) Reset()
func (*GetUserArticleCollectReply) String ¶
func (x *GetUserArticleCollectReply) String() string
func (*GetUserArticleCollectReply) Validate ¶
func (m *GetUserArticleCollectReply) Validate() error
Validate checks the field values on GetUserArticleCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserArticleCollectReply) ValidateAll ¶
func (m *GetUserArticleCollectReply) ValidateAll() error
ValidateAll checks the field values on GetUserArticleCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleCollectReplyMultiError, or nil if none found.
type GetUserArticleCollectReplyMultiError ¶
type GetUserArticleCollectReplyMultiError []error
GetUserArticleCollectReplyMultiError is an error wrapping multiple validation errors returned by GetUserArticleCollectReply.ValidateAll() if the designated constraints aren't met.
func (GetUserArticleCollectReplyMultiError) AllErrors ¶
func (m GetUserArticleCollectReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserArticleCollectReplyMultiError) Error ¶
func (m GetUserArticleCollectReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserArticleCollectReplyValidationError ¶
type GetUserArticleCollectReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserArticleCollectReplyValidationError is the validation error returned by GetUserArticleCollectReply.Validate if the designated constraints aren't met.
func (GetUserArticleCollectReplyValidationError) Cause ¶
func (e GetUserArticleCollectReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserArticleCollectReplyValidationError) Error ¶
func (e GetUserArticleCollectReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserArticleCollectReplyValidationError) ErrorName ¶
func (e GetUserArticleCollectReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserArticleCollectReplyValidationError) Field ¶
func (e GetUserArticleCollectReplyValidationError) Field() string
Field function returns field value.
func (GetUserArticleCollectReplyValidationError) Key ¶
func (e GetUserArticleCollectReplyValidationError) Key() bool
Key function returns key value.
func (GetUserArticleCollectReplyValidationError) Reason ¶
func (e GetUserArticleCollectReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserArticleListReq ¶
type GetUserArticleListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserArticleListReq) Descriptor
deprecated
func (*GetUserArticleListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserArticleListReq.ProtoReflect.Descriptor instead.
func (*GetUserArticleListReq) GetPage ¶
func (x *GetUserArticleListReq) GetPage() int32
func (*GetUserArticleListReq) ProtoMessage ¶
func (*GetUserArticleListReq) ProtoMessage()
func (*GetUserArticleListReq) ProtoReflect ¶
func (x *GetUserArticleListReq) ProtoReflect() protoreflect.Message
func (*GetUserArticleListReq) Reset ¶
func (x *GetUserArticleListReq) Reset()
func (*GetUserArticleListReq) String ¶
func (x *GetUserArticleListReq) String() string
func (*GetUserArticleListReq) Validate ¶
func (m *GetUserArticleListReq) Validate() error
Validate checks the field values on GetUserArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserArticleListReq) ValidateAll ¶
func (m *GetUserArticleListReq) ValidateAll() error
ValidateAll checks the field values on GetUserArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleListReqMultiError, or nil if none found.
type GetUserArticleListReqMultiError ¶
type GetUserArticleListReqMultiError []error
GetUserArticleListReqMultiError is an error wrapping multiple validation errors returned by GetUserArticleListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserArticleListReqMultiError) AllErrors ¶
func (m GetUserArticleListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserArticleListReqMultiError) Error ¶
func (m GetUserArticleListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserArticleListReqValidationError ¶
type GetUserArticleListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserArticleListReqValidationError is the validation error returned by GetUserArticleListReq.Validate if the designated constraints aren't met.
func (GetUserArticleListReqValidationError) Cause ¶
func (e GetUserArticleListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserArticleListReqValidationError) Error ¶
func (e GetUserArticleListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserArticleListReqValidationError) ErrorName ¶
func (e GetUserArticleListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserArticleListReqValidationError) Field ¶
func (e GetUserArticleListReqValidationError) Field() string
Field function returns field value.
func (GetUserArticleListReqValidationError) Key ¶
func (e GetUserArticleListReqValidationError) Key() bool
Key function returns key value.
func (GetUserArticleListReqValidationError) Reason ¶
func (e GetUserArticleListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserArticleListSimpleReq ¶
type GetUserArticleListSimpleReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserArticleListSimpleReq) Descriptor
deprecated
func (*GetUserArticleListSimpleReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserArticleListSimpleReq.ProtoReflect.Descriptor instead.
func (*GetUserArticleListSimpleReq) GetPage ¶
func (x *GetUserArticleListSimpleReq) GetPage() int32
func (*GetUserArticleListSimpleReq) ProtoMessage ¶
func (*GetUserArticleListSimpleReq) ProtoMessage()
func (*GetUserArticleListSimpleReq) ProtoReflect ¶
func (x *GetUserArticleListSimpleReq) ProtoReflect() protoreflect.Message
func (*GetUserArticleListSimpleReq) Reset ¶
func (x *GetUserArticleListSimpleReq) Reset()
func (*GetUserArticleListSimpleReq) String ¶
func (x *GetUserArticleListSimpleReq) String() string
func (*GetUserArticleListSimpleReq) Validate ¶
func (m *GetUserArticleListSimpleReq) Validate() error
Validate checks the field values on GetUserArticleListSimpleReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserArticleListSimpleReq) ValidateAll ¶
func (m *GetUserArticleListSimpleReq) ValidateAll() error
ValidateAll checks the field values on GetUserArticleListSimpleReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleListSimpleReqMultiError, or nil if none found.
type GetUserArticleListSimpleReqMultiError ¶
type GetUserArticleListSimpleReqMultiError []error
GetUserArticleListSimpleReqMultiError is an error wrapping multiple validation errors returned by GetUserArticleListSimpleReq.ValidateAll() if the designated constraints aren't met.
func (GetUserArticleListSimpleReqMultiError) AllErrors ¶
func (m GetUserArticleListSimpleReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserArticleListSimpleReqMultiError) Error ¶
func (m GetUserArticleListSimpleReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserArticleListSimpleReqValidationError ¶
type GetUserArticleListSimpleReqValidationError struct {
// contains filtered or unexported fields
}
GetUserArticleListSimpleReqValidationError is the validation error returned by GetUserArticleListSimpleReq.Validate if the designated constraints aren't met.
func (GetUserArticleListSimpleReqValidationError) Cause ¶
func (e GetUserArticleListSimpleReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserArticleListSimpleReqValidationError) Error ¶
func (e GetUserArticleListSimpleReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserArticleListSimpleReqValidationError) ErrorName ¶
func (e GetUserArticleListSimpleReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserArticleListSimpleReqValidationError) Field ¶
func (e GetUserArticleListSimpleReqValidationError) Field() string
Field function returns field value.
func (GetUserArticleListSimpleReqValidationError) Key ¶
func (e GetUserArticleListSimpleReqValidationError) Key() bool
Key function returns key value.
func (GetUserArticleListSimpleReqValidationError) Reason ¶
func (e GetUserArticleListSimpleReqValidationError) Reason() string
Reason function returns reason value.
type GetUserArticleListVisitorReq ¶
type GetUserArticleListVisitorReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserArticleListVisitorReq) Descriptor
deprecated
func (*GetUserArticleListVisitorReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserArticleListVisitorReq.ProtoReflect.Descriptor instead.
func (*GetUserArticleListVisitorReq) GetPage ¶
func (x *GetUserArticleListVisitorReq) GetPage() int32
func (*GetUserArticleListVisitorReq) GetUuid ¶
func (x *GetUserArticleListVisitorReq) GetUuid() string
func (*GetUserArticleListVisitorReq) ProtoMessage ¶
func (*GetUserArticleListVisitorReq) ProtoMessage()
func (*GetUserArticleListVisitorReq) ProtoReflect ¶
func (x *GetUserArticleListVisitorReq) ProtoReflect() protoreflect.Message
func (*GetUserArticleListVisitorReq) Reset ¶
func (x *GetUserArticleListVisitorReq) Reset()
func (*GetUserArticleListVisitorReq) String ¶
func (x *GetUserArticleListVisitorReq) String() string
func (*GetUserArticleListVisitorReq) Validate ¶
func (m *GetUserArticleListVisitorReq) Validate() error
Validate checks the field values on GetUserArticleListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserArticleListVisitorReq) ValidateAll ¶
func (m *GetUserArticleListVisitorReq) ValidateAll() error
ValidateAll checks the field values on GetUserArticleListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleListVisitorReqMultiError, or nil if none found.
type GetUserArticleListVisitorReqMultiError ¶
type GetUserArticleListVisitorReqMultiError []error
GetUserArticleListVisitorReqMultiError is an error wrapping multiple validation errors returned by GetUserArticleListVisitorReq.ValidateAll() if the designated constraints aren't met.
func (GetUserArticleListVisitorReqMultiError) AllErrors ¶
func (m GetUserArticleListVisitorReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserArticleListVisitorReqMultiError) Error ¶
func (m GetUserArticleListVisitorReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserArticleListVisitorReqValidationError ¶
type GetUserArticleListVisitorReqValidationError struct {
// contains filtered or unexported fields
}
GetUserArticleListVisitorReqValidationError is the validation error returned by GetUserArticleListVisitorReq.Validate if the designated constraints aren't met.
func (GetUserArticleListVisitorReqValidationError) Cause ¶
func (e GetUserArticleListVisitorReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserArticleListVisitorReqValidationError) Error ¶
func (e GetUserArticleListVisitorReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserArticleListVisitorReqValidationError) ErrorName ¶
func (e GetUserArticleListVisitorReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserArticleListVisitorReqValidationError) Field ¶
func (e GetUserArticleListVisitorReqValidationError) Field() string
Field function returns field value.
func (GetUserArticleListVisitorReqValidationError) Key ¶
func (e GetUserArticleListVisitorReqValidationError) Key() bool
Key function returns key value.
func (GetUserArticleListVisitorReqValidationError) Reason ¶
func (e GetUserArticleListVisitorReqValidationError) Reason() string
Reason function returns reason value.
type GetUserColumnAgreeReply ¶
type GetUserColumnAgreeReply struct { Agree map[int32]bool `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserColumnAgreeReply) Descriptor
deprecated
func (*GetUserColumnAgreeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserColumnAgreeReply.ProtoReflect.Descriptor instead.
func (*GetUserColumnAgreeReply) GetAgree ¶
func (x *GetUserColumnAgreeReply) GetAgree() map[int32]bool
func (*GetUserColumnAgreeReply) ProtoMessage ¶
func (*GetUserColumnAgreeReply) ProtoMessage()
func (*GetUserColumnAgreeReply) ProtoReflect ¶
func (x *GetUserColumnAgreeReply) ProtoReflect() protoreflect.Message
func (*GetUserColumnAgreeReply) Reset ¶
func (x *GetUserColumnAgreeReply) Reset()
func (*GetUserColumnAgreeReply) String ¶
func (x *GetUserColumnAgreeReply) String() string
func (*GetUserColumnAgreeReply) Validate ¶
func (m *GetUserColumnAgreeReply) Validate() error
Validate checks the field values on GetUserColumnAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserColumnAgreeReply) ValidateAll ¶
func (m *GetUserColumnAgreeReply) ValidateAll() error
ValidateAll checks the field values on GetUserColumnAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnAgreeReplyMultiError, or nil if none found.
type GetUserColumnAgreeReplyMultiError ¶
type GetUserColumnAgreeReplyMultiError []error
GetUserColumnAgreeReplyMultiError is an error wrapping multiple validation errors returned by GetUserColumnAgreeReply.ValidateAll() if the designated constraints aren't met.
func (GetUserColumnAgreeReplyMultiError) AllErrors ¶
func (m GetUserColumnAgreeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserColumnAgreeReplyMultiError) Error ¶
func (m GetUserColumnAgreeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserColumnAgreeReplyValidationError ¶
type GetUserColumnAgreeReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserColumnAgreeReplyValidationError is the validation error returned by GetUserColumnAgreeReply.Validate if the designated constraints aren't met.
func (GetUserColumnAgreeReplyValidationError) Cause ¶
func (e GetUserColumnAgreeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserColumnAgreeReplyValidationError) Error ¶
func (e GetUserColumnAgreeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserColumnAgreeReplyValidationError) ErrorName ¶
func (e GetUserColumnAgreeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserColumnAgreeReplyValidationError) Field ¶
func (e GetUserColumnAgreeReplyValidationError) Field() string
Field function returns field value.
func (GetUserColumnAgreeReplyValidationError) Key ¶
func (e GetUserColumnAgreeReplyValidationError) Key() bool
Key function returns key value.
func (GetUserColumnAgreeReplyValidationError) Reason ¶
func (e GetUserColumnAgreeReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserColumnCollectReply ¶
type GetUserColumnCollectReply struct { Collect map[int32]bool `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserColumnCollectReply) Descriptor
deprecated
func (*GetUserColumnCollectReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserColumnCollectReply.ProtoReflect.Descriptor instead.
func (*GetUserColumnCollectReply) GetCollect ¶
func (x *GetUserColumnCollectReply) GetCollect() map[int32]bool
func (*GetUserColumnCollectReply) ProtoMessage ¶
func (*GetUserColumnCollectReply) ProtoMessage()
func (*GetUserColumnCollectReply) ProtoReflect ¶
func (x *GetUserColumnCollectReply) ProtoReflect() protoreflect.Message
func (*GetUserColumnCollectReply) Reset ¶
func (x *GetUserColumnCollectReply) Reset()
func (*GetUserColumnCollectReply) String ¶
func (x *GetUserColumnCollectReply) String() string
func (*GetUserColumnCollectReply) Validate ¶
func (m *GetUserColumnCollectReply) Validate() error
Validate checks the field values on GetUserColumnCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserColumnCollectReply) ValidateAll ¶
func (m *GetUserColumnCollectReply) ValidateAll() error
ValidateAll checks the field values on GetUserColumnCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnCollectReplyMultiError, or nil if none found.
type GetUserColumnCollectReplyMultiError ¶
type GetUserColumnCollectReplyMultiError []error
GetUserColumnCollectReplyMultiError is an error wrapping multiple validation errors returned by GetUserColumnCollectReply.ValidateAll() if the designated constraints aren't met.
func (GetUserColumnCollectReplyMultiError) AllErrors ¶
func (m GetUserColumnCollectReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserColumnCollectReplyMultiError) Error ¶
func (m GetUserColumnCollectReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserColumnCollectReplyValidationError ¶
type GetUserColumnCollectReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserColumnCollectReplyValidationError is the validation error returned by GetUserColumnCollectReply.Validate if the designated constraints aren't met.
func (GetUserColumnCollectReplyValidationError) Cause ¶
func (e GetUserColumnCollectReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserColumnCollectReplyValidationError) Error ¶
func (e GetUserColumnCollectReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserColumnCollectReplyValidationError) ErrorName ¶
func (e GetUserColumnCollectReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserColumnCollectReplyValidationError) Field ¶
func (e GetUserColumnCollectReplyValidationError) Field() string
Field function returns field value.
func (GetUserColumnCollectReplyValidationError) Key ¶
func (e GetUserColumnCollectReplyValidationError) Key() bool
Key function returns key value.
func (GetUserColumnCollectReplyValidationError) Reason ¶
func (e GetUserColumnCollectReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserColumnListReq ¶
type GetUserColumnListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserColumnListReq) Descriptor
deprecated
func (*GetUserColumnListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserColumnListReq.ProtoReflect.Descriptor instead.
func (*GetUserColumnListReq) GetPage ¶
func (x *GetUserColumnListReq) GetPage() int32
func (*GetUserColumnListReq) ProtoMessage ¶
func (*GetUserColumnListReq) ProtoMessage()
func (*GetUserColumnListReq) ProtoReflect ¶
func (x *GetUserColumnListReq) ProtoReflect() protoreflect.Message
func (*GetUserColumnListReq) Reset ¶
func (x *GetUserColumnListReq) Reset()
func (*GetUserColumnListReq) String ¶
func (x *GetUserColumnListReq) String() string
func (*GetUserColumnListReq) Validate ¶
func (m *GetUserColumnListReq) Validate() error
Validate checks the field values on GetUserColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserColumnListReq) ValidateAll ¶
func (m *GetUserColumnListReq) ValidateAll() error
ValidateAll checks the field values on GetUserColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnListReqMultiError, or nil if none found.
type GetUserColumnListReqMultiError ¶
type GetUserColumnListReqMultiError []error
GetUserColumnListReqMultiError is an error wrapping multiple validation errors returned by GetUserColumnListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserColumnListReqMultiError) AllErrors ¶
func (m GetUserColumnListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserColumnListReqMultiError) Error ¶
func (m GetUserColumnListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserColumnListReqValidationError ¶
type GetUserColumnListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserColumnListReqValidationError is the validation error returned by GetUserColumnListReq.Validate if the designated constraints aren't met.
func (GetUserColumnListReqValidationError) Cause ¶
func (e GetUserColumnListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserColumnListReqValidationError) Error ¶
func (e GetUserColumnListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserColumnListReqValidationError) ErrorName ¶
func (e GetUserColumnListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserColumnListReqValidationError) Field ¶
func (e GetUserColumnListReqValidationError) Field() string
Field function returns field value.
func (GetUserColumnListReqValidationError) Key ¶
func (e GetUserColumnListReqValidationError) Key() bool
Key function returns key value.
func (GetUserColumnListReqValidationError) Reason ¶
func (e GetUserColumnListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserColumnListSimpleReq ¶
type GetUserColumnListSimpleReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserColumnListSimpleReq) Descriptor
deprecated
func (*GetUserColumnListSimpleReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserColumnListSimpleReq.ProtoReflect.Descriptor instead.
func (*GetUserColumnListSimpleReq) GetPage ¶
func (x *GetUserColumnListSimpleReq) GetPage() int32
func (*GetUserColumnListSimpleReq) ProtoMessage ¶
func (*GetUserColumnListSimpleReq) ProtoMessage()
func (*GetUserColumnListSimpleReq) ProtoReflect ¶
func (x *GetUserColumnListSimpleReq) ProtoReflect() protoreflect.Message
func (*GetUserColumnListSimpleReq) Reset ¶
func (x *GetUserColumnListSimpleReq) Reset()
func (*GetUserColumnListSimpleReq) String ¶
func (x *GetUserColumnListSimpleReq) String() string
func (*GetUserColumnListSimpleReq) Validate ¶
func (m *GetUserColumnListSimpleReq) Validate() error
Validate checks the field values on GetUserColumnListSimpleReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserColumnListSimpleReq) ValidateAll ¶
func (m *GetUserColumnListSimpleReq) ValidateAll() error
ValidateAll checks the field values on GetUserColumnListSimpleReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnListSimpleReqMultiError, or nil if none found.
type GetUserColumnListSimpleReqMultiError ¶
type GetUserColumnListSimpleReqMultiError []error
GetUserColumnListSimpleReqMultiError is an error wrapping multiple validation errors returned by GetUserColumnListSimpleReq.ValidateAll() if the designated constraints aren't met.
func (GetUserColumnListSimpleReqMultiError) AllErrors ¶
func (m GetUserColumnListSimpleReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserColumnListSimpleReqMultiError) Error ¶
func (m GetUserColumnListSimpleReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserColumnListSimpleReqValidationError ¶
type GetUserColumnListSimpleReqValidationError struct {
// contains filtered or unexported fields
}
GetUserColumnListSimpleReqValidationError is the validation error returned by GetUserColumnListSimpleReq.Validate if the designated constraints aren't met.
func (GetUserColumnListSimpleReqValidationError) Cause ¶
func (e GetUserColumnListSimpleReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserColumnListSimpleReqValidationError) Error ¶
func (e GetUserColumnListSimpleReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserColumnListSimpleReqValidationError) ErrorName ¶
func (e GetUserColumnListSimpleReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserColumnListSimpleReqValidationError) Field ¶
func (e GetUserColumnListSimpleReqValidationError) Field() string
Field function returns field value.
func (GetUserColumnListSimpleReqValidationError) Key ¶
func (e GetUserColumnListSimpleReqValidationError) Key() bool
Key function returns key value.
func (GetUserColumnListSimpleReqValidationError) Reason ¶
func (e GetUserColumnListSimpleReqValidationError) Reason() string
Reason function returns reason value.
type GetUserColumnListVisitorReq ¶
type GetUserColumnListVisitorReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserColumnListVisitorReq) Descriptor
deprecated
func (*GetUserColumnListVisitorReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserColumnListVisitorReq.ProtoReflect.Descriptor instead.
func (*GetUserColumnListVisitorReq) GetPage ¶
func (x *GetUserColumnListVisitorReq) GetPage() int32
func (*GetUserColumnListVisitorReq) GetUuid ¶
func (x *GetUserColumnListVisitorReq) GetUuid() string
func (*GetUserColumnListVisitorReq) ProtoMessage ¶
func (*GetUserColumnListVisitorReq) ProtoMessage()
func (*GetUserColumnListVisitorReq) ProtoReflect ¶
func (x *GetUserColumnListVisitorReq) ProtoReflect() protoreflect.Message
func (*GetUserColumnListVisitorReq) Reset ¶
func (x *GetUserColumnListVisitorReq) Reset()
func (*GetUserColumnListVisitorReq) String ¶
func (x *GetUserColumnListVisitorReq) String() string
func (*GetUserColumnListVisitorReq) Validate ¶
func (m *GetUserColumnListVisitorReq) Validate() error
Validate checks the field values on GetUserColumnListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserColumnListVisitorReq) ValidateAll ¶
func (m *GetUserColumnListVisitorReq) ValidateAll() error
ValidateAll checks the field values on GetUserColumnListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnListVisitorReqMultiError, or nil if none found.
type GetUserColumnListVisitorReqMultiError ¶
type GetUserColumnListVisitorReqMultiError []error
GetUserColumnListVisitorReqMultiError is an error wrapping multiple validation errors returned by GetUserColumnListVisitorReq.ValidateAll() if the designated constraints aren't met.
func (GetUserColumnListVisitorReqMultiError) AllErrors ¶
func (m GetUserColumnListVisitorReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserColumnListVisitorReqMultiError) Error ¶
func (m GetUserColumnListVisitorReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserColumnListVisitorReqValidationError ¶
type GetUserColumnListVisitorReqValidationError struct {
// contains filtered or unexported fields
}
GetUserColumnListVisitorReqValidationError is the validation error returned by GetUserColumnListVisitorReq.Validate if the designated constraints aren't met.
func (GetUserColumnListVisitorReqValidationError) Cause ¶
func (e GetUserColumnListVisitorReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserColumnListVisitorReqValidationError) Error ¶
func (e GetUserColumnListVisitorReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserColumnListVisitorReqValidationError) ErrorName ¶
func (e GetUserColumnListVisitorReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserColumnListVisitorReqValidationError) Field ¶
func (e GetUserColumnListVisitorReqValidationError) Field() string
Field function returns field value.
func (GetUserColumnListVisitorReqValidationError) Key ¶
func (e GetUserColumnListVisitorReqValidationError) Key() bool
Key function returns key value.
func (GetUserColumnListVisitorReqValidationError) Reason ¶
func (e GetUserColumnListVisitorReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentAgreeReply ¶
type GetUserCommentAgreeReply struct { Agree map[int32]bool `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserCommentAgreeReply) Descriptor
deprecated
func (*GetUserCommentAgreeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentAgreeReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentAgreeReply) GetAgree ¶
func (x *GetUserCommentAgreeReply) GetAgree() map[int32]bool
func (*GetUserCommentAgreeReply) ProtoMessage ¶
func (*GetUserCommentAgreeReply) ProtoMessage()
func (*GetUserCommentAgreeReply) ProtoReflect ¶
func (x *GetUserCommentAgreeReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentAgreeReply) Reset ¶
func (x *GetUserCommentAgreeReply) Reset()
func (*GetUserCommentAgreeReply) String ¶
func (x *GetUserCommentAgreeReply) String() string
func (*GetUserCommentAgreeReply) Validate ¶
func (m *GetUserCommentAgreeReply) Validate() error
Validate checks the field values on GetUserCommentAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentAgreeReply) ValidateAll ¶
func (m *GetUserCommentAgreeReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentAgreeReplyMultiError, or nil if none found.
type GetUserCommentAgreeReplyMultiError ¶
type GetUserCommentAgreeReplyMultiError []error
GetUserCommentAgreeReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentAgreeReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentAgreeReplyMultiError) AllErrors ¶
func (m GetUserCommentAgreeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentAgreeReplyMultiError) Error ¶
func (m GetUserCommentAgreeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentAgreeReplyValidationError ¶
type GetUserCommentAgreeReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentAgreeReplyValidationError is the validation error returned by GetUserCommentAgreeReply.Validate if the designated constraints aren't met.
func (GetUserCommentAgreeReplyValidationError) Cause ¶
func (e GetUserCommentAgreeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentAgreeReplyValidationError) Error ¶
func (e GetUserCommentAgreeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentAgreeReplyValidationError) ErrorName ¶
func (e GetUserCommentAgreeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentAgreeReplyValidationError) Field ¶
func (e GetUserCommentAgreeReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentAgreeReplyValidationError) Key ¶
func (e GetUserCommentAgreeReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentAgreeReplyValidationError) Reason ¶
func (e GetUserCommentAgreeReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleRepliedListReply ¶
type GetUserCommentArticleRepliedListReply struct { List []*GetUserCommentArticleRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleRepliedListReply) Descriptor
deprecated
func (*GetUserCommentArticleRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleRepliedListReply) GetList ¶
func (x *GetUserCommentArticleRepliedListReply) GetList() []*GetUserCommentArticleRepliedListReply_List
func (*GetUserCommentArticleRepliedListReply) ProtoMessage ¶
func (*GetUserCommentArticleRepliedListReply) ProtoMessage()
func (*GetUserCommentArticleRepliedListReply) ProtoReflect ¶
func (x *GetUserCommentArticleRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleRepliedListReply) Reset ¶
func (x *GetUserCommentArticleRepliedListReply) Reset()
func (*GetUserCommentArticleRepliedListReply) String ¶
func (x *GetUserCommentArticleRepliedListReply) String() string
func (*GetUserCommentArticleRepliedListReply) Validate ¶
func (m *GetUserCommentArticleRepliedListReply) Validate() error
Validate checks the field values on GetUserCommentArticleRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleRepliedListReply) ValidateAll ¶
func (m *GetUserCommentArticleRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleRepliedListReplyMultiError, or nil if none found.
type GetUserCommentArticleRepliedListReplyMultiError ¶
type GetUserCommentArticleRepliedListReplyMultiError []error
GetUserCommentArticleRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReplyMultiError) AllErrors ¶
func (m GetUserCommentArticleRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleRepliedListReplyMultiError) Error ¶
func (m GetUserCommentArticleRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleRepliedListReplyValidationError ¶
type GetUserCommentArticleRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleRepliedListReplyValidationError is the validation error returned by GetUserCommentArticleRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReplyValidationError) Cause ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleRepliedListReplyValidationError) Error ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleRepliedListReplyValidationError) ErrorName ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleRepliedListReplyValidationError) Field ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleRepliedListReplyValidationError) Key ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleRepliedListReplyValidationError) Reason ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleRepliedListReply_List ¶
type GetUserCommentArticleRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleRepliedListReply_List) Descriptor
deprecated
func (*GetUserCommentArticleRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleRepliedListReply_List) GetCreationId ¶
func (x *GetUserCommentArticleRepliedListReply_List) GetCreationId() int32
func (*GetUserCommentArticleRepliedListReply_List) GetId ¶
func (x *GetUserCommentArticleRepliedListReply_List) GetId() int32
func (*GetUserCommentArticleRepliedListReply_List) GetUsername ¶
func (x *GetUserCommentArticleRepliedListReply_List) GetUsername() string
func (*GetUserCommentArticleRepliedListReply_List) GetUuid ¶
func (x *GetUserCommentArticleRepliedListReply_List) GetUuid() string
func (*GetUserCommentArticleRepliedListReply_List) ProtoMessage ¶
func (*GetUserCommentArticleRepliedListReply_List) ProtoMessage()
func (*GetUserCommentArticleRepliedListReply_List) ProtoReflect ¶
func (x *GetUserCommentArticleRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleRepliedListReply_List) Reset ¶
func (x *GetUserCommentArticleRepliedListReply_List) Reset()
func (*GetUserCommentArticleRepliedListReply_List) String ¶
func (x *GetUserCommentArticleRepliedListReply_List) String() string
func (*GetUserCommentArticleRepliedListReply_List) Validate ¶
func (m *GetUserCommentArticleRepliedListReply_List) Validate() error
Validate checks the field values on GetUserCommentArticleRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleRepliedListReply_List) ValidateAll ¶
func (m *GetUserCommentArticleRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleRepliedListReply_ListMultiError, or nil if none found.
type GetUserCommentArticleRepliedListReply_ListMultiError ¶
type GetUserCommentArticleRepliedListReply_ListMultiError []error
GetUserCommentArticleRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentArticleRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleRepliedListReply_ListMultiError) Error ¶
func (m GetUserCommentArticleRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleRepliedListReply_ListValidationError ¶
type GetUserCommentArticleRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleRepliedListReply_ListValidationError is the validation error returned by GetUserCommentArticleRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Cause ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Error ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Field ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Key ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Reason ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleRepliedListReq ¶
type GetUserCommentArticleRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleRepliedListReq) Descriptor
deprecated
func (*GetUserCommentArticleRepliedListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleRepliedListReq.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleRepliedListReq) GetPage ¶
func (x *GetUserCommentArticleRepliedListReq) GetPage() int32
func (*GetUserCommentArticleRepliedListReq) ProtoMessage ¶
func (*GetUserCommentArticleRepliedListReq) ProtoMessage()
func (*GetUserCommentArticleRepliedListReq) ProtoReflect ¶
func (x *GetUserCommentArticleRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleRepliedListReq) Reset ¶
func (x *GetUserCommentArticleRepliedListReq) Reset()
func (*GetUserCommentArticleRepliedListReq) String ¶
func (x *GetUserCommentArticleRepliedListReq) String() string
func (*GetUserCommentArticleRepliedListReq) Validate ¶
func (m *GetUserCommentArticleRepliedListReq) Validate() error
Validate checks the field values on GetUserCommentArticleRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleRepliedListReq) ValidateAll ¶
func (m *GetUserCommentArticleRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleRepliedListReqMultiError, or nil if none found.
type GetUserCommentArticleRepliedListReqMultiError ¶
type GetUserCommentArticleRepliedListReqMultiError []error
GetUserCommentArticleRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReqMultiError) AllErrors ¶
func (m GetUserCommentArticleRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleRepliedListReqMultiError) Error ¶
func (m GetUserCommentArticleRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleRepliedListReqValidationError ¶
type GetUserCommentArticleRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleRepliedListReqValidationError is the validation error returned by GetUserCommentArticleRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReqValidationError) Cause ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleRepliedListReqValidationError) Error ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleRepliedListReqValidationError) ErrorName ¶
func (e GetUserCommentArticleRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleRepliedListReqValidationError) Field ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleRepliedListReqValidationError) Key ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleRepliedListReqValidationError) Reason ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleReplyListReply ¶
type GetUserCommentArticleReplyListReply struct { List []*GetUserCommentArticleReplyListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleReplyListReply) Descriptor
deprecated
func (*GetUserCommentArticleReplyListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleReplyListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleReplyListReply) GetList ¶
func (x *GetUserCommentArticleReplyListReply) GetList() []*GetUserCommentArticleReplyListReply_List
func (*GetUserCommentArticleReplyListReply) ProtoMessage ¶
func (*GetUserCommentArticleReplyListReply) ProtoMessage()
func (*GetUserCommentArticleReplyListReply) ProtoReflect ¶
func (x *GetUserCommentArticleReplyListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleReplyListReply) Reset ¶
func (x *GetUserCommentArticleReplyListReply) Reset()
func (*GetUserCommentArticleReplyListReply) String ¶
func (x *GetUserCommentArticleReplyListReply) String() string
func (*GetUserCommentArticleReplyListReply) Validate ¶
func (m *GetUserCommentArticleReplyListReply) Validate() error
Validate checks the field values on GetUserCommentArticleReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleReplyListReply) ValidateAll ¶
func (m *GetUserCommentArticleReplyListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleReplyListReplyMultiError, or nil if none found.
type GetUserCommentArticleReplyListReplyMultiError ¶
type GetUserCommentArticleReplyListReplyMultiError []error
GetUserCommentArticleReplyListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleReplyListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReplyMultiError) AllErrors ¶
func (m GetUserCommentArticleReplyListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleReplyListReplyMultiError) Error ¶
func (m GetUserCommentArticleReplyListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleReplyListReplyValidationError ¶
type GetUserCommentArticleReplyListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleReplyListReplyValidationError is the validation error returned by GetUserCommentArticleReplyListReply.Validate if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReplyValidationError) Cause ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleReplyListReplyValidationError) Error ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleReplyListReplyValidationError) ErrorName ¶
func (e GetUserCommentArticleReplyListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleReplyListReplyValidationError) Field ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleReplyListReplyValidationError) Key ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleReplyListReplyValidationError) Reason ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleReplyListReply_List ¶
type GetUserCommentArticleReplyListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,3,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleReplyListReply_List) Descriptor
deprecated
func (*GetUserCommentArticleReplyListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleReplyListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleReplyListReply_List) GetCreationAuthor ¶
func (x *GetUserCommentArticleReplyListReply_List) GetCreationAuthor() string
func (*GetUserCommentArticleReplyListReply_List) GetCreationId ¶
func (x *GetUserCommentArticleReplyListReply_List) GetCreationId() int32
func (*GetUserCommentArticleReplyListReply_List) GetId ¶
func (x *GetUserCommentArticleReplyListReply_List) GetId() int32
func (*GetUserCommentArticleReplyListReply_List) ProtoMessage ¶
func (*GetUserCommentArticleReplyListReply_List) ProtoMessage()
func (*GetUserCommentArticleReplyListReply_List) ProtoReflect ¶
func (x *GetUserCommentArticleReplyListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleReplyListReply_List) Reset ¶
func (x *GetUserCommentArticleReplyListReply_List) Reset()
func (*GetUserCommentArticleReplyListReply_List) String ¶
func (x *GetUserCommentArticleReplyListReply_List) String() string
func (*GetUserCommentArticleReplyListReply_List) Validate ¶
func (m *GetUserCommentArticleReplyListReply_List) Validate() error
Validate checks the field values on GetUserCommentArticleReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleReplyListReply_List) ValidateAll ¶
func (m *GetUserCommentArticleReplyListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleReplyListReply_ListMultiError, or nil if none found.
type GetUserCommentArticleReplyListReply_ListMultiError ¶
type GetUserCommentArticleReplyListReply_ListMultiError []error
GetUserCommentArticleReplyListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleReplyListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentArticleReplyListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleReplyListReply_ListMultiError) Error ¶
func (m GetUserCommentArticleReplyListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleReplyListReply_ListValidationError ¶
type GetUserCommentArticleReplyListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleReplyListReply_ListValidationError is the validation error returned by GetUserCommentArticleReplyListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReply_ListValidationError) Cause ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleReplyListReply_ListValidationError) Error ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleReplyListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleReplyListReply_ListValidationError) Field ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleReplyListReply_ListValidationError) Key ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleReplyListReply_ListValidationError) Reason ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleReplyListReq ¶
type GetUserCommentArticleReplyListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleReplyListReq) Descriptor
deprecated
func (*GetUserCommentArticleReplyListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleReplyListReq.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleReplyListReq) GetPage ¶
func (x *GetUserCommentArticleReplyListReq) GetPage() int32
func (*GetUserCommentArticleReplyListReq) ProtoMessage ¶
func (*GetUserCommentArticleReplyListReq) ProtoMessage()
func (*GetUserCommentArticleReplyListReq) ProtoReflect ¶
func (x *GetUserCommentArticleReplyListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleReplyListReq) Reset ¶
func (x *GetUserCommentArticleReplyListReq) Reset()
func (*GetUserCommentArticleReplyListReq) String ¶
func (x *GetUserCommentArticleReplyListReq) String() string
func (*GetUserCommentArticleReplyListReq) Validate ¶
func (m *GetUserCommentArticleReplyListReq) Validate() error
Validate checks the field values on GetUserCommentArticleReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleReplyListReq) ValidateAll ¶
func (m *GetUserCommentArticleReplyListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleReplyListReqMultiError, or nil if none found.
type GetUserCommentArticleReplyListReqMultiError ¶
type GetUserCommentArticleReplyListReqMultiError []error
GetUserCommentArticleReplyListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleReplyListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReqMultiError) AllErrors ¶
func (m GetUserCommentArticleReplyListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleReplyListReqMultiError) Error ¶
func (m GetUserCommentArticleReplyListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleReplyListReqValidationError ¶
type GetUserCommentArticleReplyListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleReplyListReqValidationError is the validation error returned by GetUserCommentArticleReplyListReq.Validate if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReqValidationError) Cause ¶
func (e GetUserCommentArticleReplyListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleReplyListReqValidationError) Error ¶
func (e GetUserCommentArticleReplyListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleReplyListReqValidationError) ErrorName ¶
func (e GetUserCommentArticleReplyListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleReplyListReqValidationError) Field ¶
func (e GetUserCommentArticleReplyListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleReplyListReqValidationError) Key ¶
func (e GetUserCommentArticleReplyListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleReplyListReqValidationError) Reason ¶
func (e GetUserCommentArticleReplyListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentRepliedListReply ¶
type GetUserCommentRepliedListReply struct { List []*GetUserCommentRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentRepliedListReply) Descriptor
deprecated
func (*GetUserCommentRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentRepliedListReply) GetList ¶
func (x *GetUserCommentRepliedListReply) GetList() []*GetUserCommentRepliedListReply_List
func (*GetUserCommentRepliedListReply) ProtoMessage ¶
func (*GetUserCommentRepliedListReply) ProtoMessage()
func (*GetUserCommentRepliedListReply) ProtoReflect ¶
func (x *GetUserCommentRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentRepliedListReply) Reset ¶
func (x *GetUserCommentRepliedListReply) Reset()
func (*GetUserCommentRepliedListReply) String ¶
func (x *GetUserCommentRepliedListReply) String() string
func (*GetUserCommentRepliedListReply) Validate ¶
func (m *GetUserCommentRepliedListReply) Validate() error
Validate checks the field values on GetUserCommentRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentRepliedListReply) ValidateAll ¶
func (m *GetUserCommentRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentRepliedListReplyMultiError, or nil if none found.
type GetUserCommentRepliedListReplyMultiError ¶
type GetUserCommentRepliedListReplyMultiError []error
GetUserCommentRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentRepliedListReplyMultiError) AllErrors ¶
func (m GetUserCommentRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentRepliedListReplyMultiError) Error ¶
func (m GetUserCommentRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentRepliedListReplyValidationError ¶
type GetUserCommentRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentRepliedListReplyValidationError is the validation error returned by GetUserCommentRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserCommentRepliedListReplyValidationError) Cause ¶
func (e GetUserCommentRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentRepliedListReplyValidationError) Error ¶
func (e GetUserCommentRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentRepliedListReplyValidationError) ErrorName ¶
func (e GetUserCommentRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentRepliedListReplyValidationError) Field ¶
func (e GetUserCommentRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentRepliedListReplyValidationError) Key ¶
func (e GetUserCommentRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentRepliedListReplyValidationError) Reason ¶
func (e GetUserCommentRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentRepliedListReply_List ¶
type GetUserCommentRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationType int32 `protobuf:"varint,3,opt,name=creation_type,json=creationType,proto3" json:"creation_type,omitempty"` Uuid string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentRepliedListReply_List) Descriptor
deprecated
func (*GetUserCommentRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentRepliedListReply_List) GetCreationId ¶
func (x *GetUserCommentRepliedListReply_List) GetCreationId() int32
func (*GetUserCommentRepliedListReply_List) GetCreationType ¶
func (x *GetUserCommentRepliedListReply_List) GetCreationType() int32
func (*GetUserCommentRepliedListReply_List) GetId ¶
func (x *GetUserCommentRepliedListReply_List) GetId() int32
func (*GetUserCommentRepliedListReply_List) GetUsername ¶
func (x *GetUserCommentRepliedListReply_List) GetUsername() string
func (*GetUserCommentRepliedListReply_List) GetUuid ¶
func (x *GetUserCommentRepliedListReply_List) GetUuid() string
func (*GetUserCommentRepliedListReply_List) ProtoMessage ¶
func (*GetUserCommentRepliedListReply_List) ProtoMessage()
func (*GetUserCommentRepliedListReply_List) ProtoReflect ¶
func (x *GetUserCommentRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentRepliedListReply_List) Reset ¶
func (x *GetUserCommentRepliedListReply_List) Reset()
func (*GetUserCommentRepliedListReply_List) String ¶
func (x *GetUserCommentRepliedListReply_List) String() string
func (*GetUserCommentRepliedListReply_List) Validate ¶
func (m *GetUserCommentRepliedListReply_List) Validate() error
Validate checks the field values on GetUserCommentRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentRepliedListReply_List) ValidateAll ¶
func (m *GetUserCommentRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentRepliedListReply_ListMultiError, or nil if none found.
type GetUserCommentRepliedListReply_ListMultiError ¶
type GetUserCommentRepliedListReply_ListMultiError []error
GetUserCommentRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentRepliedListReply_ListMultiError) Error ¶
func (m GetUserCommentRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentRepliedListReply_ListValidationError ¶
type GetUserCommentRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentRepliedListReply_ListValidationError is the validation error returned by GetUserCommentRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentRepliedListReply_ListValidationError) Cause ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentRepliedListReply_ListValidationError) Error ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentRepliedListReply_ListValidationError) Field ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentRepliedListReply_ListValidationError) Key ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentRepliedListReply_ListValidationError) Reason ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentRepliedListReq ¶
type GetUserCommentRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentRepliedListReq) Descriptor
deprecated
func (*GetUserCommentRepliedListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentRepliedListReq.ProtoReflect.Descriptor instead.
func (*GetUserCommentRepliedListReq) GetPage ¶
func (x *GetUserCommentRepliedListReq) GetPage() int32
func (*GetUserCommentRepliedListReq) ProtoMessage ¶
func (*GetUserCommentRepliedListReq) ProtoMessage()
func (*GetUserCommentRepliedListReq) ProtoReflect ¶
func (x *GetUserCommentRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentRepliedListReq) Reset ¶
func (x *GetUserCommentRepliedListReq) Reset()
func (*GetUserCommentRepliedListReq) String ¶
func (x *GetUserCommentRepliedListReq) String() string
func (*GetUserCommentRepliedListReq) Validate ¶
func (m *GetUserCommentRepliedListReq) Validate() error
Validate checks the field values on GetUserCommentRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentRepliedListReq) ValidateAll ¶
func (m *GetUserCommentRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentRepliedListReqMultiError, or nil if none found.
type GetUserCommentRepliedListReqMultiError ¶
type GetUserCommentRepliedListReqMultiError []error
GetUserCommentRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentRepliedListReqMultiError) AllErrors ¶
func (m GetUserCommentRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentRepliedListReqMultiError) Error ¶
func (m GetUserCommentRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentRepliedListReqValidationError ¶
type GetUserCommentRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentRepliedListReqValidationError is the validation error returned by GetUserCommentRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserCommentRepliedListReqValidationError) Cause ¶
func (e GetUserCommentRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentRepliedListReqValidationError) Error ¶
func (e GetUserCommentRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentRepliedListReqValidationError) ErrorName ¶
func (e GetUserCommentRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentRepliedListReqValidationError) Field ¶
func (e GetUserCommentRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentRepliedListReqValidationError) Key ¶
func (e GetUserCommentRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentRepliedListReqValidationError) Reason ¶
func (e GetUserCommentRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkRepliedListReply ¶
type GetUserCommentTalkRepliedListReply struct { List []*GetUserCommentTalkRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkRepliedListReply) Descriptor
deprecated
func (*GetUserCommentTalkRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkRepliedListReply) GetList ¶
func (x *GetUserCommentTalkRepliedListReply) GetList() []*GetUserCommentTalkRepliedListReply_List
func (*GetUserCommentTalkRepliedListReply) ProtoMessage ¶
func (*GetUserCommentTalkRepliedListReply) ProtoMessage()
func (*GetUserCommentTalkRepliedListReply) ProtoReflect ¶
func (x *GetUserCommentTalkRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkRepliedListReply) Reset ¶
func (x *GetUserCommentTalkRepliedListReply) Reset()
func (*GetUserCommentTalkRepliedListReply) String ¶
func (x *GetUserCommentTalkRepliedListReply) String() string
func (*GetUserCommentTalkRepliedListReply) Validate ¶
func (m *GetUserCommentTalkRepliedListReply) Validate() error
Validate checks the field values on GetUserCommentTalkRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkRepliedListReply) ValidateAll ¶
func (m *GetUserCommentTalkRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkRepliedListReplyMultiError, or nil if none found.
type GetUserCommentTalkRepliedListReplyMultiError ¶
type GetUserCommentTalkRepliedListReplyMultiError []error
GetUserCommentTalkRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReplyMultiError) AllErrors ¶
func (m GetUserCommentTalkRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkRepliedListReplyMultiError) Error ¶
func (m GetUserCommentTalkRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkRepliedListReplyValidationError ¶
type GetUserCommentTalkRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkRepliedListReplyValidationError is the validation error returned by GetUserCommentTalkRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReplyValidationError) Cause ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkRepliedListReplyValidationError) Error ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkRepliedListReplyValidationError) ErrorName ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkRepliedListReplyValidationError) Field ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkRepliedListReplyValidationError) Key ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkRepliedListReplyValidationError) Reason ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkRepliedListReply_List ¶
type GetUserCommentTalkRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkRepliedListReply_List) Descriptor
deprecated
func (*GetUserCommentTalkRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkRepliedListReply_List) GetCreationId ¶
func (x *GetUserCommentTalkRepliedListReply_List) GetCreationId() int32
func (*GetUserCommentTalkRepliedListReply_List) GetId ¶
func (x *GetUserCommentTalkRepliedListReply_List) GetId() int32
func (*GetUserCommentTalkRepliedListReply_List) GetUsername ¶
func (x *GetUserCommentTalkRepliedListReply_List) GetUsername() string
func (*GetUserCommentTalkRepliedListReply_List) GetUuid ¶
func (x *GetUserCommentTalkRepliedListReply_List) GetUuid() string
func (*GetUserCommentTalkRepliedListReply_List) ProtoMessage ¶
func (*GetUserCommentTalkRepliedListReply_List) ProtoMessage()
func (*GetUserCommentTalkRepliedListReply_List) ProtoReflect ¶
func (x *GetUserCommentTalkRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkRepliedListReply_List) Reset ¶
func (x *GetUserCommentTalkRepliedListReply_List) Reset()
func (*GetUserCommentTalkRepliedListReply_List) String ¶
func (x *GetUserCommentTalkRepliedListReply_List) String() string
func (*GetUserCommentTalkRepliedListReply_List) Validate ¶
func (m *GetUserCommentTalkRepliedListReply_List) Validate() error
Validate checks the field values on GetUserCommentTalkRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkRepliedListReply_List) ValidateAll ¶
func (m *GetUserCommentTalkRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkRepliedListReply_ListMultiError, or nil if none found.
type GetUserCommentTalkRepliedListReply_ListMultiError ¶
type GetUserCommentTalkRepliedListReply_ListMultiError []error
GetUserCommentTalkRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentTalkRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkRepliedListReply_ListMultiError) Error ¶
func (m GetUserCommentTalkRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkRepliedListReply_ListValidationError ¶
type GetUserCommentTalkRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkRepliedListReply_ListValidationError is the validation error returned by GetUserCommentTalkRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Cause ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Error ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Field ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Key ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Reason ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkRepliedListReq ¶
type GetUserCommentTalkRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkRepliedListReq) Descriptor
deprecated
func (*GetUserCommentTalkRepliedListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkRepliedListReq.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkRepliedListReq) GetPage ¶
func (x *GetUserCommentTalkRepliedListReq) GetPage() int32
func (*GetUserCommentTalkRepliedListReq) ProtoMessage ¶
func (*GetUserCommentTalkRepliedListReq) ProtoMessage()
func (*GetUserCommentTalkRepliedListReq) ProtoReflect ¶
func (x *GetUserCommentTalkRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkRepliedListReq) Reset ¶
func (x *GetUserCommentTalkRepliedListReq) Reset()
func (*GetUserCommentTalkRepliedListReq) String ¶
func (x *GetUserCommentTalkRepliedListReq) String() string
func (*GetUserCommentTalkRepliedListReq) Validate ¶
func (m *GetUserCommentTalkRepliedListReq) Validate() error
Validate checks the field values on GetUserCommentTalkRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkRepliedListReq) ValidateAll ¶
func (m *GetUserCommentTalkRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkRepliedListReqMultiError, or nil if none found.
type GetUserCommentTalkRepliedListReqMultiError ¶
type GetUserCommentTalkRepliedListReqMultiError []error
GetUserCommentTalkRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReqMultiError) AllErrors ¶
func (m GetUserCommentTalkRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkRepliedListReqMultiError) Error ¶
func (m GetUserCommentTalkRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkRepliedListReqValidationError ¶
type GetUserCommentTalkRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkRepliedListReqValidationError is the validation error returned by GetUserCommentTalkRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReqValidationError) Cause ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkRepliedListReqValidationError) Error ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkRepliedListReqValidationError) ErrorName ¶
func (e GetUserCommentTalkRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkRepliedListReqValidationError) Field ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkRepliedListReqValidationError) Key ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkRepliedListReqValidationError) Reason ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkReplyListReply ¶
type GetUserCommentTalkReplyListReply struct { List []*GetUserCommentTalkReplyListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkReplyListReply) Descriptor
deprecated
func (*GetUserCommentTalkReplyListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkReplyListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkReplyListReply) GetList ¶
func (x *GetUserCommentTalkReplyListReply) GetList() []*GetUserCommentTalkReplyListReply_List
func (*GetUserCommentTalkReplyListReply) ProtoMessage ¶
func (*GetUserCommentTalkReplyListReply) ProtoMessage()
func (*GetUserCommentTalkReplyListReply) ProtoReflect ¶
func (x *GetUserCommentTalkReplyListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkReplyListReply) Reset ¶
func (x *GetUserCommentTalkReplyListReply) Reset()
func (*GetUserCommentTalkReplyListReply) String ¶
func (x *GetUserCommentTalkReplyListReply) String() string
func (*GetUserCommentTalkReplyListReply) Validate ¶
func (m *GetUserCommentTalkReplyListReply) Validate() error
Validate checks the field values on GetUserCommentTalkReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkReplyListReply) ValidateAll ¶
func (m *GetUserCommentTalkReplyListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkReplyListReplyMultiError, or nil if none found.
type GetUserCommentTalkReplyListReplyMultiError ¶
type GetUserCommentTalkReplyListReplyMultiError []error
GetUserCommentTalkReplyListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkReplyListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReplyMultiError) AllErrors ¶
func (m GetUserCommentTalkReplyListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkReplyListReplyMultiError) Error ¶
func (m GetUserCommentTalkReplyListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkReplyListReplyValidationError ¶
type GetUserCommentTalkReplyListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkReplyListReplyValidationError is the validation error returned by GetUserCommentTalkReplyListReply.Validate if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReplyValidationError) Cause ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkReplyListReplyValidationError) Error ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkReplyListReplyValidationError) ErrorName ¶
func (e GetUserCommentTalkReplyListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkReplyListReplyValidationError) Field ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkReplyListReplyValidationError) Key ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkReplyListReplyValidationError) Reason ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkReplyListReply_List ¶
type GetUserCommentTalkReplyListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,3,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkReplyListReply_List) Descriptor
deprecated
func (*GetUserCommentTalkReplyListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkReplyListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkReplyListReply_List) GetCreationAuthor ¶
func (x *GetUserCommentTalkReplyListReply_List) GetCreationAuthor() string
func (*GetUserCommentTalkReplyListReply_List) GetCreationId ¶
func (x *GetUserCommentTalkReplyListReply_List) GetCreationId() int32
func (*GetUserCommentTalkReplyListReply_List) GetId ¶
func (x *GetUserCommentTalkReplyListReply_List) GetId() int32
func (*GetUserCommentTalkReplyListReply_List) ProtoMessage ¶
func (*GetUserCommentTalkReplyListReply_List) ProtoMessage()
func (*GetUserCommentTalkReplyListReply_List) ProtoReflect ¶
func (x *GetUserCommentTalkReplyListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkReplyListReply_List) Reset ¶
func (x *GetUserCommentTalkReplyListReply_List) Reset()
func (*GetUserCommentTalkReplyListReply_List) String ¶
func (x *GetUserCommentTalkReplyListReply_List) String() string
func (*GetUserCommentTalkReplyListReply_List) Validate ¶
func (m *GetUserCommentTalkReplyListReply_List) Validate() error
Validate checks the field values on GetUserCommentTalkReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkReplyListReply_List) ValidateAll ¶
func (m *GetUserCommentTalkReplyListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkReplyListReply_ListMultiError, or nil if none found.
type GetUserCommentTalkReplyListReply_ListMultiError ¶
type GetUserCommentTalkReplyListReply_ListMultiError []error
GetUserCommentTalkReplyListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkReplyListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentTalkReplyListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkReplyListReply_ListMultiError) Error ¶
func (m GetUserCommentTalkReplyListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkReplyListReply_ListValidationError ¶
type GetUserCommentTalkReplyListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkReplyListReply_ListValidationError is the validation error returned by GetUserCommentTalkReplyListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReply_ListValidationError) Cause ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkReplyListReply_ListValidationError) Error ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkReplyListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkReplyListReply_ListValidationError) Field ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkReplyListReply_ListValidationError) Key ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkReplyListReply_ListValidationError) Reason ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkReplyListReq ¶
type GetUserCommentTalkReplyListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkReplyListReq) Descriptor
deprecated
func (*GetUserCommentTalkReplyListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkReplyListReq.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkReplyListReq) GetPage ¶
func (x *GetUserCommentTalkReplyListReq) GetPage() int32
func (*GetUserCommentTalkReplyListReq) ProtoMessage ¶
func (*GetUserCommentTalkReplyListReq) ProtoMessage()
func (*GetUserCommentTalkReplyListReq) ProtoReflect ¶
func (x *GetUserCommentTalkReplyListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkReplyListReq) Reset ¶
func (x *GetUserCommentTalkReplyListReq) Reset()
func (*GetUserCommentTalkReplyListReq) String ¶
func (x *GetUserCommentTalkReplyListReq) String() string
func (*GetUserCommentTalkReplyListReq) Validate ¶
func (m *GetUserCommentTalkReplyListReq) Validate() error
Validate checks the field values on GetUserCommentTalkReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkReplyListReq) ValidateAll ¶
func (m *GetUserCommentTalkReplyListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkReplyListReqMultiError, or nil if none found.
type GetUserCommentTalkReplyListReqMultiError ¶
type GetUserCommentTalkReplyListReqMultiError []error
GetUserCommentTalkReplyListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkReplyListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReqMultiError) AllErrors ¶
func (m GetUserCommentTalkReplyListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkReplyListReqMultiError) Error ¶
func (m GetUserCommentTalkReplyListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkReplyListReqValidationError ¶
type GetUserCommentTalkReplyListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkReplyListReqValidationError is the validation error returned by GetUserCommentTalkReplyListReq.Validate if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReqValidationError) Cause ¶
func (e GetUserCommentTalkReplyListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkReplyListReqValidationError) Error ¶
func (e GetUserCommentTalkReplyListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkReplyListReqValidationError) ErrorName ¶
func (e GetUserCommentTalkReplyListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkReplyListReqValidationError) Field ¶
func (e GetUserCommentTalkReplyListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkReplyListReqValidationError) Key ¶
func (e GetUserCommentTalkReplyListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkReplyListReqValidationError) Reason ¶
func (e GetUserCommentTalkReplyListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserFollowReply ¶
type GetUserFollowReply struct { Follow bool `protobuf:"varint,1,opt,name=follow,proto3" json:"follow,omitempty"` // contains filtered or unexported fields }
func (*GetUserFollowReply) Descriptor
deprecated
func (*GetUserFollowReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserFollowReply.ProtoReflect.Descriptor instead.
func (*GetUserFollowReply) GetFollow ¶
func (x *GetUserFollowReply) GetFollow() bool
func (*GetUserFollowReply) ProtoMessage ¶
func (*GetUserFollowReply) ProtoMessage()
func (*GetUserFollowReply) ProtoReflect ¶
func (x *GetUserFollowReply) ProtoReflect() protoreflect.Message
func (*GetUserFollowReply) Reset ¶
func (x *GetUserFollowReply) Reset()
func (*GetUserFollowReply) String ¶
func (x *GetUserFollowReply) String() string
func (*GetUserFollowReply) Validate ¶
func (m *GetUserFollowReply) Validate() error
Validate checks the field values on GetUserFollowReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserFollowReply) ValidateAll ¶
func (m *GetUserFollowReply) ValidateAll() error
ValidateAll checks the field values on GetUserFollowReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserFollowReplyMultiError, or nil if none found.
type GetUserFollowReplyMultiError ¶
type GetUserFollowReplyMultiError []error
GetUserFollowReplyMultiError is an error wrapping multiple validation errors returned by GetUserFollowReply.ValidateAll() if the designated constraints aren't met.
func (GetUserFollowReplyMultiError) AllErrors ¶
func (m GetUserFollowReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserFollowReplyMultiError) Error ¶
func (m GetUserFollowReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserFollowReplyValidationError ¶
type GetUserFollowReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserFollowReplyValidationError is the validation error returned by GetUserFollowReply.Validate if the designated constraints aren't met.
func (GetUserFollowReplyValidationError) Cause ¶
func (e GetUserFollowReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserFollowReplyValidationError) Error ¶
func (e GetUserFollowReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserFollowReplyValidationError) ErrorName ¶
func (e GetUserFollowReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserFollowReplyValidationError) Field ¶
func (e GetUserFollowReplyValidationError) Field() string
Field function returns field value.
func (GetUserFollowReplyValidationError) Key ¶
func (e GetUserFollowReplyValidationError) Key() bool
Key function returns key value.
func (GetUserFollowReplyValidationError) Reason ¶
func (e GetUserFollowReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserFollowReq ¶
type GetUserFollowReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserFollowReq) Descriptor
deprecated
func (*GetUserFollowReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserFollowReq.ProtoReflect.Descriptor instead.
func (*GetUserFollowReq) GetUuid ¶
func (x *GetUserFollowReq) GetUuid() string
func (*GetUserFollowReq) ProtoMessage ¶
func (*GetUserFollowReq) ProtoMessage()
func (*GetUserFollowReq) ProtoReflect ¶
func (x *GetUserFollowReq) ProtoReflect() protoreflect.Message
func (*GetUserFollowReq) Reset ¶
func (x *GetUserFollowReq) Reset()
func (*GetUserFollowReq) String ¶
func (x *GetUserFollowReq) String() string
func (*GetUserFollowReq) Validate ¶
func (m *GetUserFollowReq) Validate() error
Validate checks the field values on GetUserFollowReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserFollowReq) ValidateAll ¶
func (m *GetUserFollowReq) ValidateAll() error
ValidateAll checks the field values on GetUserFollowReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserFollowReqMultiError, or nil if none found.
type GetUserFollowReqMultiError ¶
type GetUserFollowReqMultiError []error
GetUserFollowReqMultiError is an error wrapping multiple validation errors returned by GetUserFollowReq.ValidateAll() if the designated constraints aren't met.
func (GetUserFollowReqMultiError) AllErrors ¶
func (m GetUserFollowReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserFollowReqMultiError) Error ¶
func (m GetUserFollowReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserFollowReqValidationError ¶
type GetUserFollowReqValidationError struct {
// contains filtered or unexported fields
}
GetUserFollowReqValidationError is the validation error returned by GetUserFollowReq.Validate if the designated constraints aren't met.
func (GetUserFollowReqValidationError) Cause ¶
func (e GetUserFollowReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserFollowReqValidationError) Error ¶
func (e GetUserFollowReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserFollowReqValidationError) ErrorName ¶
func (e GetUserFollowReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserFollowReqValidationError) Field ¶
func (e GetUserFollowReqValidationError) Field() string
Field function returns field value.
func (GetUserFollowReqValidationError) Key ¶
func (e GetUserFollowReqValidationError) Key() bool
Key function returns key value.
func (GetUserFollowReqValidationError) Reason ¶
func (e GetUserFollowReqValidationError) Reason() string
Reason function returns reason value.
type GetUserFollowsReply ¶
type GetUserFollowsReply struct { Follows map[string]bool `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserFollowsReply) Descriptor
deprecated
func (*GetUserFollowsReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserFollowsReply.ProtoReflect.Descriptor instead.
func (*GetUserFollowsReply) GetFollows ¶
func (x *GetUserFollowsReply) GetFollows() map[string]bool
func (*GetUserFollowsReply) ProtoMessage ¶
func (*GetUserFollowsReply) ProtoMessage()
func (*GetUserFollowsReply) ProtoReflect ¶
func (x *GetUserFollowsReply) ProtoReflect() protoreflect.Message
func (*GetUserFollowsReply) Reset ¶
func (x *GetUserFollowsReply) Reset()
func (*GetUserFollowsReply) String ¶
func (x *GetUserFollowsReply) String() string
func (*GetUserFollowsReply) Validate ¶
func (m *GetUserFollowsReply) Validate() error
Validate checks the field values on GetUserFollowsReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserFollowsReply) ValidateAll ¶
func (m *GetUserFollowsReply) ValidateAll() error
ValidateAll checks the field values on GetUserFollowsReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserFollowsReplyMultiError, or nil if none found.
type GetUserFollowsReplyMultiError ¶
type GetUserFollowsReplyMultiError []error
GetUserFollowsReplyMultiError is an error wrapping multiple validation errors returned by GetUserFollowsReply.ValidateAll() if the designated constraints aren't met.
func (GetUserFollowsReplyMultiError) AllErrors ¶
func (m GetUserFollowsReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserFollowsReplyMultiError) Error ¶
func (m GetUserFollowsReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserFollowsReplyValidationError ¶
type GetUserFollowsReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserFollowsReplyValidationError is the validation error returned by GetUserFollowsReply.Validate if the designated constraints aren't met.
func (GetUserFollowsReplyValidationError) Cause ¶
func (e GetUserFollowsReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserFollowsReplyValidationError) Error ¶
func (e GetUserFollowsReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserFollowsReplyValidationError) ErrorName ¶
func (e GetUserFollowsReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserFollowsReplyValidationError) Field ¶
func (e GetUserFollowsReplyValidationError) Field() string
Field function returns field value.
func (GetUserFollowsReplyValidationError) Key ¶
func (e GetUserFollowsReplyValidationError) Key() bool
Key function returns key value.
func (GetUserFollowsReplyValidationError) Reason ¶
func (e GetUserFollowsReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserInfoReply ¶
type GetUserInfoReply struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"` School string `protobuf:"bytes,3,opt,name=school,proto3" json:"school,omitempty"` Company string `protobuf:"bytes,4,opt,name=company,proto3" json:"company,omitempty"` Job string `protobuf:"bytes,5,opt,name=job,proto3" json:"job,omitempty"` Homepage string `protobuf:"bytes,6,opt,name=homepage,proto3" json:"homepage,omitempty"` Github string `protobuf:"bytes,7,opt,name=github,proto3" json:"github,omitempty"` Gitee string `protobuf:"bytes,8,opt,name=gitee,proto3" json:"gitee,omitempty"` Introduce string `protobuf:"bytes,9,opt,name=introduce,proto3" json:"introduce,omitempty"` Created string `protobuf:"bytes,10,opt,name=created,proto3" json:"created,omitempty"` Score int32 `protobuf:"varint,11,opt,name=score,proto3" json:"score,omitempty"` Agree int32 `protobuf:"varint,12,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,13,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,14,opt,name=view,proto3" json:"view,omitempty"` Follow int32 `protobuf:"varint,15,opt,name=follow,proto3" json:"follow,omitempty"` Followed int32 `protobuf:"varint,16,opt,name=followed,proto3" json:"followed,omitempty"` Article int32 `protobuf:"varint,17,opt,name=article,proto3" json:"article,omitempty"` Column int32 `protobuf:"varint,18,opt,name=column,proto3" json:"column,omitempty"` Talk int32 `protobuf:"varint,19,opt,name=talk,proto3" json:"talk,omitempty"` Collections int32 `protobuf:"varint,20,opt,name=collections,proto3" json:"collections,omitempty"` Subscribe int32 `protobuf:"varint,21,opt,name=subscribe,proto3" json:"subscribe,omitempty"` // contains filtered or unexported fields }
func (*GetUserInfoReply) Descriptor
deprecated
func (*GetUserInfoReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserInfoReply.ProtoReflect.Descriptor instead.
func (*GetUserInfoReply) GetAgree ¶
func (x *GetUserInfoReply) GetAgree() int32
func (*GetUserInfoReply) GetArticle ¶
func (x *GetUserInfoReply) GetArticle() int32
func (*GetUserInfoReply) GetAvatar ¶
func (x *GetUserInfoReply) GetAvatar() string
func (*GetUserInfoReply) GetCollect ¶
func (x *GetUserInfoReply) GetCollect() int32
func (*GetUserInfoReply) GetCollections ¶
func (x *GetUserInfoReply) GetCollections() int32
func (*GetUserInfoReply) GetColumn ¶
func (x *GetUserInfoReply) GetColumn() int32
func (*GetUserInfoReply) GetCompany ¶
func (x *GetUserInfoReply) GetCompany() string
func (*GetUserInfoReply) GetCreated ¶
func (x *GetUserInfoReply) GetCreated() string
func (*GetUserInfoReply) GetFollow ¶
func (x *GetUserInfoReply) GetFollow() int32
func (*GetUserInfoReply) GetFollowed ¶
func (x *GetUserInfoReply) GetFollowed() int32
func (*GetUserInfoReply) GetGitee ¶ added in v1.3.0
func (x *GetUserInfoReply) GetGitee() string
func (*GetUserInfoReply) GetGithub ¶ added in v1.3.0
func (x *GetUserInfoReply) GetGithub() string
func (*GetUserInfoReply) GetHomepage ¶
func (x *GetUserInfoReply) GetHomepage() string
func (*GetUserInfoReply) GetIntroduce ¶
func (x *GetUserInfoReply) GetIntroduce() string
func (*GetUserInfoReply) GetJob ¶
func (x *GetUserInfoReply) GetJob() string
func (*GetUserInfoReply) GetSchool ¶
func (x *GetUserInfoReply) GetSchool() string
func (*GetUserInfoReply) GetScore ¶
func (x *GetUserInfoReply) GetScore() int32
func (*GetUserInfoReply) GetSubscribe ¶
func (x *GetUserInfoReply) GetSubscribe() int32
func (*GetUserInfoReply) GetTalk ¶
func (x *GetUserInfoReply) GetTalk() int32
func (*GetUserInfoReply) GetUsername ¶
func (x *GetUserInfoReply) GetUsername() string
func (*GetUserInfoReply) GetView ¶
func (x *GetUserInfoReply) GetView() int32
func (*GetUserInfoReply) ProtoMessage ¶
func (*GetUserInfoReply) ProtoMessage()
func (*GetUserInfoReply) ProtoReflect ¶
func (x *GetUserInfoReply) ProtoReflect() protoreflect.Message
func (*GetUserInfoReply) Reset ¶
func (x *GetUserInfoReply) Reset()
func (*GetUserInfoReply) String ¶
func (x *GetUserInfoReply) String() string
func (*GetUserInfoReply) Validate ¶
func (m *GetUserInfoReply) Validate() error
Validate checks the field values on GetUserInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserInfoReply) ValidateAll ¶
func (m *GetUserInfoReply) ValidateAll() error
ValidateAll checks the field values on GetUserInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserInfoReplyMultiError, or nil if none found.
type GetUserInfoReplyMultiError ¶
type GetUserInfoReplyMultiError []error
GetUserInfoReplyMultiError is an error wrapping multiple validation errors returned by GetUserInfoReply.ValidateAll() if the designated constraints aren't met.
func (GetUserInfoReplyMultiError) AllErrors ¶
func (m GetUserInfoReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserInfoReplyMultiError) Error ¶
func (m GetUserInfoReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserInfoReplyValidationError ¶
type GetUserInfoReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserInfoReplyValidationError is the validation error returned by GetUserInfoReply.Validate if the designated constraints aren't met.
func (GetUserInfoReplyValidationError) Cause ¶
func (e GetUserInfoReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserInfoReplyValidationError) Error ¶
func (e GetUserInfoReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserInfoReplyValidationError) ErrorName ¶
func (e GetUserInfoReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserInfoReplyValidationError) Field ¶
func (e GetUserInfoReplyValidationError) Field() string
Field function returns field value.
func (GetUserInfoReplyValidationError) Key ¶
func (e GetUserInfoReplyValidationError) Key() bool
Key function returns key value.
func (GetUserInfoReplyValidationError) Reason ¶
func (e GetUserInfoReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserInfoVisitorReq ¶
type GetUserInfoVisitorReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserInfoVisitorReq) Descriptor
deprecated
func (*GetUserInfoVisitorReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserInfoVisitorReq.ProtoReflect.Descriptor instead.
func (*GetUserInfoVisitorReq) GetUuid ¶
func (x *GetUserInfoVisitorReq) GetUuid() string
func (*GetUserInfoVisitorReq) ProtoMessage ¶
func (*GetUserInfoVisitorReq) ProtoMessage()
func (*GetUserInfoVisitorReq) ProtoReflect ¶
func (x *GetUserInfoVisitorReq) ProtoReflect() protoreflect.Message
func (*GetUserInfoVisitorReq) Reset ¶
func (x *GetUserInfoVisitorReq) Reset()
func (*GetUserInfoVisitorReq) String ¶
func (x *GetUserInfoVisitorReq) String() string
func (*GetUserInfoVisitorReq) Validate ¶
func (m *GetUserInfoVisitorReq) Validate() error
Validate checks the field values on GetUserInfoVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserInfoVisitorReq) ValidateAll ¶
func (m *GetUserInfoVisitorReq) ValidateAll() error
ValidateAll checks the field values on GetUserInfoVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserInfoVisitorReqMultiError, or nil if none found.
type GetUserInfoVisitorReqMultiError ¶
type GetUserInfoVisitorReqMultiError []error
GetUserInfoVisitorReqMultiError is an error wrapping multiple validation errors returned by GetUserInfoVisitorReq.ValidateAll() if the designated constraints aren't met.
func (GetUserInfoVisitorReqMultiError) AllErrors ¶
func (m GetUserInfoVisitorReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserInfoVisitorReqMultiError) Error ¶
func (m GetUserInfoVisitorReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserInfoVisitorReqValidationError ¶
type GetUserInfoVisitorReqValidationError struct {
// contains filtered or unexported fields
}
GetUserInfoVisitorReqValidationError is the validation error returned by GetUserInfoVisitorReq.Validate if the designated constraints aren't met.
func (GetUserInfoVisitorReqValidationError) Cause ¶
func (e GetUserInfoVisitorReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserInfoVisitorReqValidationError) Error ¶
func (e GetUserInfoVisitorReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserInfoVisitorReqValidationError) ErrorName ¶
func (e GetUserInfoVisitorReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserInfoVisitorReqValidationError) Field ¶
func (e GetUserInfoVisitorReqValidationError) Field() string
Field function returns field value.
func (GetUserInfoVisitorReqValidationError) Key ¶
func (e GetUserInfoVisitorReqValidationError) Key() bool
Key function returns key value.
func (GetUserInfoVisitorReqValidationError) Reason ¶
func (e GetUserInfoVisitorReqValidationError) Reason() string
Reason function returns reason value.
type GetUserMedalProgressReply ¶
type GetUserMedalProgressReply struct { Creation int32 `protobuf:"varint,1,opt,name=creation,proto3" json:"creation,omitempty"` Agree int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"` ActiveAgree int32 `protobuf:"varint,3,opt,name=active_agree,json=activeAgree,proto3" json:"active_agree,omitempty"` View int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"` Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"` Collect int32 `protobuf:"varint,6,opt,name=collect,proto3" json:"collect,omitempty"` // contains filtered or unexported fields }
func (*GetUserMedalProgressReply) Descriptor
deprecated
func (*GetUserMedalProgressReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserMedalProgressReply.ProtoReflect.Descriptor instead.
func (*GetUserMedalProgressReply) GetActiveAgree ¶
func (x *GetUserMedalProgressReply) GetActiveAgree() int32
func (*GetUserMedalProgressReply) GetAgree ¶
func (x *GetUserMedalProgressReply) GetAgree() int32
func (*GetUserMedalProgressReply) GetCollect ¶
func (x *GetUserMedalProgressReply) GetCollect() int32
func (*GetUserMedalProgressReply) GetComment ¶
func (x *GetUserMedalProgressReply) GetComment() int32
func (*GetUserMedalProgressReply) GetCreation ¶
func (x *GetUserMedalProgressReply) GetCreation() int32
func (*GetUserMedalProgressReply) GetView ¶
func (x *GetUserMedalProgressReply) GetView() int32
func (*GetUserMedalProgressReply) ProtoMessage ¶
func (*GetUserMedalProgressReply) ProtoMessage()
func (*GetUserMedalProgressReply) ProtoReflect ¶
func (x *GetUserMedalProgressReply) ProtoReflect() protoreflect.Message
func (*GetUserMedalProgressReply) Reset ¶
func (x *GetUserMedalProgressReply) Reset()
func (*GetUserMedalProgressReply) String ¶
func (x *GetUserMedalProgressReply) String() string
func (*GetUserMedalProgressReply) Validate ¶
func (m *GetUserMedalProgressReply) Validate() error
Validate checks the field values on GetUserMedalProgressReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserMedalProgressReply) ValidateAll ¶
func (m *GetUserMedalProgressReply) ValidateAll() error
ValidateAll checks the field values on GetUserMedalProgressReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserMedalProgressReplyMultiError, or nil if none found.
type GetUserMedalProgressReplyMultiError ¶
type GetUserMedalProgressReplyMultiError []error
GetUserMedalProgressReplyMultiError is an error wrapping multiple validation errors returned by GetUserMedalProgressReply.ValidateAll() if the designated constraints aren't met.
func (GetUserMedalProgressReplyMultiError) AllErrors ¶
func (m GetUserMedalProgressReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserMedalProgressReplyMultiError) Error ¶
func (m GetUserMedalProgressReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserMedalProgressReplyValidationError ¶
type GetUserMedalProgressReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserMedalProgressReplyValidationError is the validation error returned by GetUserMedalProgressReply.Validate if the designated constraints aren't met.
func (GetUserMedalProgressReplyValidationError) Cause ¶
func (e GetUserMedalProgressReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserMedalProgressReplyValidationError) Error ¶
func (e GetUserMedalProgressReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserMedalProgressReplyValidationError) ErrorName ¶
func (e GetUserMedalProgressReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserMedalProgressReplyValidationError) Field ¶
func (e GetUserMedalProgressReplyValidationError) Field() string
Field function returns field value.
func (GetUserMedalProgressReplyValidationError) Key ¶
func (e GetUserMedalProgressReplyValidationError) Key() bool
Key function returns key value.
func (GetUserMedalProgressReplyValidationError) Reason ¶
func (e GetUserMedalProgressReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserMedalReply ¶
type GetUserMedalReply struct { Creation1 int32 `protobuf:"varint,1,opt,name=creation1,proto3" json:"creation1,omitempty"` Creation2 int32 `protobuf:"varint,2,opt,name=creation2,proto3" json:"creation2,omitempty"` Creation3 int32 `protobuf:"varint,3,opt,name=creation3,proto3" json:"creation3,omitempty"` Creation4 int32 `protobuf:"varint,4,opt,name=creation4,proto3" json:"creation4,omitempty"` Creation5 int32 `protobuf:"varint,5,opt,name=creation5,proto3" json:"creation5,omitempty"` Creation6 int32 `protobuf:"varint,6,opt,name=creation6,proto3" json:"creation6,omitempty"` Creation7 int32 `protobuf:"varint,7,opt,name=creation7,proto3" json:"creation7,omitempty"` Agree1 int32 `protobuf:"varint,8,opt,name=agree1,proto3" json:"agree1,omitempty"` Agree2 int32 `protobuf:"varint,9,opt,name=agree2,proto3" json:"agree2,omitempty"` Agree3 int32 `protobuf:"varint,10,opt,name=agree3,proto3" json:"agree3,omitempty"` Agree4 int32 `protobuf:"varint,11,opt,name=agree4,proto3" json:"agree4,omitempty"` Agree5 int32 `protobuf:"varint,12,opt,name=agree5,proto3" json:"agree5,omitempty"` Agree6 int32 `protobuf:"varint,13,opt,name=agree6,proto3" json:"agree6,omitempty"` View1 int32 `protobuf:"varint,14,opt,name=view1,proto3" json:"view1,omitempty"` View2 int32 `protobuf:"varint,15,opt,name=view2,proto3" json:"view2,omitempty"` View3 int32 `protobuf:"varint,16,opt,name=view3,proto3" json:"view3,omitempty"` Comment1 int32 `protobuf:"varint,17,opt,name=comment1,proto3" json:"comment1,omitempty"` Comment2 int32 `protobuf:"varint,18,opt,name=comment2,proto3" json:"comment2,omitempty"` Comment3 int32 `protobuf:"varint,19,opt,name=comment3,proto3" json:"comment3,omitempty"` Collect1 int32 `protobuf:"varint,20,opt,name=collect1,proto3" json:"collect1,omitempty"` Collect2 int32 `protobuf:"varint,21,opt,name=collect2,proto3" json:"collect2,omitempty"` Collect3 int32 `protobuf:"varint,22,opt,name=collect3,proto3" json:"collect3,omitempty"` // contains filtered or unexported fields }
func (*GetUserMedalReply) Descriptor
deprecated
func (*GetUserMedalReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserMedalReply.ProtoReflect.Descriptor instead.
func (*GetUserMedalReply) GetAgree1 ¶
func (x *GetUserMedalReply) GetAgree1() int32
func (*GetUserMedalReply) GetAgree2 ¶
func (x *GetUserMedalReply) GetAgree2() int32
func (*GetUserMedalReply) GetAgree3 ¶
func (x *GetUserMedalReply) GetAgree3() int32
func (*GetUserMedalReply) GetAgree4 ¶
func (x *GetUserMedalReply) GetAgree4() int32
func (*GetUserMedalReply) GetAgree5 ¶
func (x *GetUserMedalReply) GetAgree5() int32
func (*GetUserMedalReply) GetAgree6 ¶
func (x *GetUserMedalReply) GetAgree6() int32
func (*GetUserMedalReply) GetCollect1 ¶
func (x *GetUserMedalReply) GetCollect1() int32
func (*GetUserMedalReply) GetCollect2 ¶
func (x *GetUserMedalReply) GetCollect2() int32
func (*GetUserMedalReply) GetCollect3 ¶
func (x *GetUserMedalReply) GetCollect3() int32
func (*GetUserMedalReply) GetComment1 ¶
func (x *GetUserMedalReply) GetComment1() int32
func (*GetUserMedalReply) GetComment2 ¶
func (x *GetUserMedalReply) GetComment2() int32
func (*GetUserMedalReply) GetComment3 ¶
func (x *GetUserMedalReply) GetComment3() int32
func (*GetUserMedalReply) GetCreation1 ¶
func (x *GetUserMedalReply) GetCreation1() int32
func (*GetUserMedalReply) GetCreation2 ¶
func (x *GetUserMedalReply) GetCreation2() int32
func (*GetUserMedalReply) GetCreation3 ¶
func (x *GetUserMedalReply) GetCreation3() int32
func (*GetUserMedalReply) GetCreation4 ¶
func (x *GetUserMedalReply) GetCreation4() int32
func (*GetUserMedalReply) GetCreation5 ¶
func (x *GetUserMedalReply) GetCreation5() int32
func (*GetUserMedalReply) GetCreation6 ¶
func (x *GetUserMedalReply) GetCreation6() int32
func (*GetUserMedalReply) GetCreation7 ¶
func (x *GetUserMedalReply) GetCreation7() int32
func (*GetUserMedalReply) GetView1 ¶
func (x *GetUserMedalReply) GetView1() int32
func (*GetUserMedalReply) GetView2 ¶
func (x *GetUserMedalReply) GetView2() int32
func (*GetUserMedalReply) GetView3 ¶
func (x *GetUserMedalReply) GetView3() int32
func (*GetUserMedalReply) ProtoMessage ¶
func (*GetUserMedalReply) ProtoMessage()
func (*GetUserMedalReply) ProtoReflect ¶
func (x *GetUserMedalReply) ProtoReflect() protoreflect.Message
func (*GetUserMedalReply) Reset ¶
func (x *GetUserMedalReply) Reset()
func (*GetUserMedalReply) String ¶
func (x *GetUserMedalReply) String() string
func (*GetUserMedalReply) Validate ¶
func (m *GetUserMedalReply) Validate() error
Validate checks the field values on GetUserMedalReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserMedalReply) ValidateAll ¶
func (m *GetUserMedalReply) ValidateAll() error
ValidateAll checks the field values on GetUserMedalReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserMedalReplyMultiError, or nil if none found.
type GetUserMedalReplyMultiError ¶
type GetUserMedalReplyMultiError []error
GetUserMedalReplyMultiError is an error wrapping multiple validation errors returned by GetUserMedalReply.ValidateAll() if the designated constraints aren't met.
func (GetUserMedalReplyMultiError) AllErrors ¶
func (m GetUserMedalReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserMedalReplyMultiError) Error ¶
func (m GetUserMedalReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserMedalReplyValidationError ¶
type GetUserMedalReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserMedalReplyValidationError is the validation error returned by GetUserMedalReply.Validate if the designated constraints aren't met.
func (GetUserMedalReplyValidationError) Cause ¶
func (e GetUserMedalReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserMedalReplyValidationError) Error ¶
func (e GetUserMedalReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserMedalReplyValidationError) ErrorName ¶
func (e GetUserMedalReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserMedalReplyValidationError) Field ¶
func (e GetUserMedalReplyValidationError) Field() string
Field function returns field value.
func (GetUserMedalReplyValidationError) Key ¶
func (e GetUserMedalReplyValidationError) Key() bool
Key function returns key value.
func (GetUserMedalReplyValidationError) Reason ¶
func (e GetUserMedalReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserMedalReq ¶
type GetUserMedalReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserMedalReq) Descriptor
deprecated
func (*GetUserMedalReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserMedalReq.ProtoReflect.Descriptor instead.
func (*GetUserMedalReq) GetUuid ¶
func (x *GetUserMedalReq) GetUuid() string
func (*GetUserMedalReq) ProtoMessage ¶
func (*GetUserMedalReq) ProtoMessage()
func (*GetUserMedalReq) ProtoReflect ¶
func (x *GetUserMedalReq) ProtoReflect() protoreflect.Message
func (*GetUserMedalReq) Reset ¶
func (x *GetUserMedalReq) Reset()
func (*GetUserMedalReq) String ¶
func (x *GetUserMedalReq) String() string
func (*GetUserMedalReq) Validate ¶
func (m *GetUserMedalReq) Validate() error
Validate checks the field values on GetUserMedalReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserMedalReq) ValidateAll ¶
func (m *GetUserMedalReq) ValidateAll() error
ValidateAll checks the field values on GetUserMedalReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserMedalReqMultiError, or nil if none found.
type GetUserMedalReqMultiError ¶
type GetUserMedalReqMultiError []error
GetUserMedalReqMultiError is an error wrapping multiple validation errors returned by GetUserMedalReq.ValidateAll() if the designated constraints aren't met.
func (GetUserMedalReqMultiError) AllErrors ¶
func (m GetUserMedalReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserMedalReqMultiError) Error ¶
func (m GetUserMedalReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserMedalReqValidationError ¶
type GetUserMedalReqValidationError struct {
// contains filtered or unexported fields
}
GetUserMedalReqValidationError is the validation error returned by GetUserMedalReq.Validate if the designated constraints aren't met.
func (GetUserMedalReqValidationError) Cause ¶
func (e GetUserMedalReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserMedalReqValidationError) Error ¶
func (e GetUserMedalReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserMedalReqValidationError) ErrorName ¶
func (e GetUserMedalReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserMedalReqValidationError) Field ¶
func (e GetUserMedalReqValidationError) Field() string
Field function returns field value.
func (GetUserMedalReqValidationError) Key ¶
func (e GetUserMedalReqValidationError) Key() bool
Key function returns key value.
func (GetUserMedalReqValidationError) Reason ¶
func (e GetUserMedalReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSearchReply ¶
type GetUserSearchReply struct { List []*GetUserSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*GetUserSearchReply) Descriptor
deprecated
func (*GetUserSearchReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSearchReply.ProtoReflect.Descriptor instead.
func (*GetUserSearchReply) GetList ¶
func (x *GetUserSearchReply) GetList() []*GetUserSearchReply_List
func (*GetUserSearchReply) GetTotal ¶
func (x *GetUserSearchReply) GetTotal() int32
func (*GetUserSearchReply) ProtoMessage ¶
func (*GetUserSearchReply) ProtoMessage()
func (*GetUserSearchReply) ProtoReflect ¶
func (x *GetUserSearchReply) ProtoReflect() protoreflect.Message
func (*GetUserSearchReply) Reset ¶
func (x *GetUserSearchReply) Reset()
func (*GetUserSearchReply) String ¶
func (x *GetUserSearchReply) String() string
func (*GetUserSearchReply) Validate ¶
func (m *GetUserSearchReply) Validate() error
Validate checks the field values on GetUserSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSearchReply) ValidateAll ¶
func (m *GetUserSearchReply) ValidateAll() error
ValidateAll checks the field values on GetUserSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSearchReplyMultiError, or nil if none found.
type GetUserSearchReplyMultiError ¶
type GetUserSearchReplyMultiError []error
GetUserSearchReplyMultiError is an error wrapping multiple validation errors returned by GetUserSearchReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSearchReplyMultiError) AllErrors ¶
func (m GetUserSearchReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSearchReplyMultiError) Error ¶
func (m GetUserSearchReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSearchReplyValidationError ¶
type GetUserSearchReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSearchReplyValidationError is the validation error returned by GetUserSearchReply.Validate if the designated constraints aren't met.
func (GetUserSearchReplyValidationError) Cause ¶
func (e GetUserSearchReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSearchReplyValidationError) Error ¶
func (e GetUserSearchReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSearchReplyValidationError) ErrorName ¶
func (e GetUserSearchReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSearchReplyValidationError) Field ¶
func (e GetUserSearchReplyValidationError) Field() string
Field function returns field value.
func (GetUserSearchReplyValidationError) Key ¶
func (e GetUserSearchReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSearchReplyValidationError) Reason ¶
func (e GetUserSearchReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSearchReply_List ¶
type GetUserSearchReply_List struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Introduce string `protobuf:"bytes,3,opt,name=introduce,proto3" json:"introduce,omitempty"` Agree int32 `protobuf:"varint,4,opt,name=agree,proto3" json:"agree,omitempty"` View int32 `protobuf:"varint,5,opt,name=view,proto3" json:"view,omitempty"` Follow int32 `protobuf:"varint,6,opt,name=follow,proto3" json:"follow,omitempty"` Followed int32 `protobuf:"varint,7,opt,name=followed,proto3" json:"followed,omitempty"` // contains filtered or unexported fields }
func (*GetUserSearchReply_List) Descriptor
deprecated
func (*GetUserSearchReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSearchReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSearchReply_List) GetAgree ¶
func (x *GetUserSearchReply_List) GetAgree() int32
func (*GetUserSearchReply_List) GetFollow ¶
func (x *GetUserSearchReply_List) GetFollow() int32
func (*GetUserSearchReply_List) GetFollowed ¶
func (x *GetUserSearchReply_List) GetFollowed() int32
func (*GetUserSearchReply_List) GetIntroduce ¶
func (x *GetUserSearchReply_List) GetIntroduce() string
func (*GetUserSearchReply_List) GetUsername ¶
func (x *GetUserSearchReply_List) GetUsername() string
func (*GetUserSearchReply_List) GetUuid ¶
func (x *GetUserSearchReply_List) GetUuid() string
func (*GetUserSearchReply_List) GetView ¶
func (x *GetUserSearchReply_List) GetView() int32
func (*GetUserSearchReply_List) ProtoMessage ¶
func (*GetUserSearchReply_List) ProtoMessage()
func (*GetUserSearchReply_List) ProtoReflect ¶
func (x *GetUserSearchReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSearchReply_List) Reset ¶
func (x *GetUserSearchReply_List) Reset()
func (*GetUserSearchReply_List) String ¶
func (x *GetUserSearchReply_List) String() string
func (*GetUserSearchReply_List) Validate ¶
func (m *GetUserSearchReply_List) Validate() error
Validate checks the field values on GetUserSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSearchReply_List) ValidateAll ¶
func (m *GetUserSearchReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSearchReply_ListMultiError, or nil if none found.
type GetUserSearchReply_ListMultiError ¶
type GetUserSearchReply_ListMultiError []error
GetUserSearchReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSearchReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSearchReply_ListMultiError) AllErrors ¶
func (m GetUserSearchReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSearchReply_ListMultiError) Error ¶
func (m GetUserSearchReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSearchReply_ListValidationError ¶
type GetUserSearchReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSearchReply_ListValidationError is the validation error returned by GetUserSearchReply_List.Validate if the designated constraints aren't met.
func (GetUserSearchReply_ListValidationError) Cause ¶
func (e GetUserSearchReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSearchReply_ListValidationError) Error ¶
func (e GetUserSearchReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSearchReply_ListValidationError) ErrorName ¶
func (e GetUserSearchReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSearchReply_ListValidationError) Field ¶
func (e GetUserSearchReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSearchReply_ListValidationError) Key ¶
func (e GetUserSearchReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSearchReply_ListValidationError) Reason ¶
func (e GetUserSearchReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSearchReq ¶
type GetUserSearchReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"` // contains filtered or unexported fields }
func (*GetUserSearchReq) Descriptor
deprecated
func (*GetUserSearchReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSearchReq.ProtoReflect.Descriptor instead.
func (*GetUserSearchReq) GetPage ¶
func (x *GetUserSearchReq) GetPage() int32
func (*GetUserSearchReq) GetSearch ¶
func (x *GetUserSearchReq) GetSearch() string
func (*GetUserSearchReq) ProtoMessage ¶
func (*GetUserSearchReq) ProtoMessage()
func (*GetUserSearchReq) ProtoReflect ¶
func (x *GetUserSearchReq) ProtoReflect() protoreflect.Message
func (*GetUserSearchReq) Reset ¶
func (x *GetUserSearchReq) Reset()
func (*GetUserSearchReq) String ¶
func (x *GetUserSearchReq) String() string
func (*GetUserSearchReq) Validate ¶
func (m *GetUserSearchReq) Validate() error
Validate checks the field values on GetUserSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSearchReq) ValidateAll ¶
func (m *GetUserSearchReq) ValidateAll() error
ValidateAll checks the field values on GetUserSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSearchReqMultiError, or nil if none found.
type GetUserSearchReqMultiError ¶
type GetUserSearchReqMultiError []error
GetUserSearchReqMultiError is an error wrapping multiple validation errors returned by GetUserSearchReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSearchReqMultiError) AllErrors ¶
func (m GetUserSearchReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSearchReqMultiError) Error ¶
func (m GetUserSearchReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSearchReqValidationError ¶
type GetUserSearchReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSearchReqValidationError is the validation error returned by GetUserSearchReq.Validate if the designated constraints aren't met.
func (GetUserSearchReqValidationError) Cause ¶
func (e GetUserSearchReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSearchReqValidationError) Error ¶
func (e GetUserSearchReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSearchReqValidationError) ErrorName ¶
func (e GetUserSearchReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSearchReqValidationError) Field ¶
func (e GetUserSearchReqValidationError) Field() string
Field function returns field value.
func (GetUserSearchReqValidationError) Key ¶
func (e GetUserSearchReqValidationError) Key() bool
Key function returns key value.
func (GetUserSearchReqValidationError) Reason ¶
func (e GetUserSearchReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleRepliedListReply ¶
type GetUserSubCommentArticleRepliedListReply struct { List []*GetUserSubCommentArticleRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleRepliedListReply) Descriptor
deprecated
func (*GetUserSubCommentArticleRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleRepliedListReply) GetList ¶
func (x *GetUserSubCommentArticleRepliedListReply) GetList() []*GetUserSubCommentArticleRepliedListReply_List
func (*GetUserSubCommentArticleRepliedListReply) ProtoMessage ¶
func (*GetUserSubCommentArticleRepliedListReply) ProtoMessage()
func (*GetUserSubCommentArticleRepliedListReply) ProtoReflect ¶
func (x *GetUserSubCommentArticleRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleRepliedListReply) Reset ¶
func (x *GetUserSubCommentArticleRepliedListReply) Reset()
func (*GetUserSubCommentArticleRepliedListReply) String ¶
func (x *GetUserSubCommentArticleRepliedListReply) String() string
func (*GetUserSubCommentArticleRepliedListReply) Validate ¶
func (m *GetUserSubCommentArticleRepliedListReply) Validate() error
Validate checks the field values on GetUserSubCommentArticleRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleRepliedListReply) ValidateAll ¶
func (m *GetUserSubCommentArticleRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleRepliedListReplyMultiError, or nil if none found.
type GetUserSubCommentArticleRepliedListReplyMultiError ¶
type GetUserSubCommentArticleRepliedListReplyMultiError []error
GetUserSubCommentArticleRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentArticleRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleRepliedListReplyMultiError) Error ¶
func (m GetUserSubCommentArticleRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleRepliedListReplyValidationError ¶
type GetUserSubCommentArticleRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleRepliedListReplyValidationError is the validation error returned by GetUserSubCommentArticleRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Cause ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Error ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleRepliedListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Field ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Key ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Reason ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleRepliedListReply_List ¶
type GetUserSubCommentArticleRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,4,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,5,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,6,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,7,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,8,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,9,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,10,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,11,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleRepliedListReply_List) Descriptor
deprecated
func (*GetUserSubCommentArticleRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleRepliedListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetCreationId ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetCreationId() int32
func (*GetUserSubCommentArticleRepliedListReply_List) GetId ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetId() int32
func (*GetUserSubCommentArticleRepliedListReply_List) GetParentId ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetParentId() int32
func (*GetUserSubCommentArticleRepliedListReply_List) GetReply ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetReply() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetReplyName ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetReplyName() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetRootId ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootId() int32
func (*GetUserSubCommentArticleRepliedListReply_List) GetRootName ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootName() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetRootUser ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootUser() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetUserName ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetUserName() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetUuid ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetUuid() string
func (*GetUserSubCommentArticleRepliedListReply_List) ProtoMessage ¶
func (*GetUserSubCommentArticleRepliedListReply_List) ProtoMessage()
func (*GetUserSubCommentArticleRepliedListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleRepliedListReply_List) Reset ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) Reset()
func (*GetUserSubCommentArticleRepliedListReply_List) String ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) String() string
func (*GetUserSubCommentArticleRepliedListReply_List) Validate ¶
func (m *GetUserSubCommentArticleRepliedListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentArticleRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleRepliedListReply_List) ValidateAll ¶
func (m *GetUserSubCommentArticleRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleRepliedListReply_ListMultiError, or nil if none found.
type GetUserSubCommentArticleRepliedListReply_ListMultiError ¶
type GetUserSubCommentArticleRepliedListReply_ListMultiError []error
GetUserSubCommentArticleRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentArticleRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleRepliedListReply_ListMultiError) Error ¶
func (m GetUserSubCommentArticleRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleRepliedListReply_ListValidationError ¶
type GetUserSubCommentArticleRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleRepliedListReply_ListValidationError is the validation error returned by GetUserSubCommentArticleRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Error ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Field ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Key ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleRepliedListReq ¶
type GetUserSubCommentArticleRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleRepliedListReq) Descriptor
deprecated
func (*GetUserSubCommentArticleRepliedListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleRepliedListReq.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleRepliedListReq) GetPage ¶
func (x *GetUserSubCommentArticleRepliedListReq) GetPage() int32
func (*GetUserSubCommentArticleRepliedListReq) ProtoMessage ¶
func (*GetUserSubCommentArticleRepliedListReq) ProtoMessage()
func (*GetUserSubCommentArticleRepliedListReq) ProtoReflect ¶
func (x *GetUserSubCommentArticleRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleRepliedListReq) Reset ¶
func (x *GetUserSubCommentArticleRepliedListReq) Reset()
func (*GetUserSubCommentArticleRepliedListReq) String ¶
func (x *GetUserSubCommentArticleRepliedListReq) String() string
func (*GetUserSubCommentArticleRepliedListReq) Validate ¶
func (m *GetUserSubCommentArticleRepliedListReq) Validate() error
Validate checks the field values on GetUserSubCommentArticleRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleRepliedListReq) ValidateAll ¶
func (m *GetUserSubCommentArticleRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleRepliedListReqMultiError, or nil if none found.
type GetUserSubCommentArticleRepliedListReqMultiError ¶
type GetUserSubCommentArticleRepliedListReqMultiError []error
GetUserSubCommentArticleRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReqMultiError) AllErrors ¶
func (m GetUserSubCommentArticleRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleRepliedListReqMultiError) Error ¶
func (m GetUserSubCommentArticleRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleRepliedListReqValidationError ¶
type GetUserSubCommentArticleRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleRepliedListReqValidationError is the validation error returned by GetUserSubCommentArticleRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReqValidationError) Cause ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleRepliedListReqValidationError) Error ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleRepliedListReqValidationError) ErrorName ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleRepliedListReqValidationError) Field ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleRepliedListReqValidationError) Key ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleRepliedListReqValidationError) Reason ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleReplyListReply ¶
type GetUserSubCommentArticleReplyListReply struct { List []*GetUserSubCommentArticleReplyListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleReplyListReply) Descriptor
deprecated
func (*GetUserSubCommentArticleReplyListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleReplyListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleReplyListReply) GetList ¶
func (x *GetUserSubCommentArticleReplyListReply) GetList() []*GetUserSubCommentArticleReplyListReply_List
func (*GetUserSubCommentArticleReplyListReply) ProtoMessage ¶
func (*GetUserSubCommentArticleReplyListReply) ProtoMessage()
func (*GetUserSubCommentArticleReplyListReply) ProtoReflect ¶
func (x *GetUserSubCommentArticleReplyListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleReplyListReply) Reset ¶
func (x *GetUserSubCommentArticleReplyListReply) Reset()
func (*GetUserSubCommentArticleReplyListReply) String ¶
func (x *GetUserSubCommentArticleReplyListReply) String() string
func (*GetUserSubCommentArticleReplyListReply) Validate ¶
func (m *GetUserSubCommentArticleReplyListReply) Validate() error
Validate checks the field values on GetUserSubCommentArticleReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleReplyListReply) ValidateAll ¶
func (m *GetUserSubCommentArticleReplyListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleReplyListReplyMultiError, or nil if none found.
type GetUserSubCommentArticleReplyListReplyMultiError ¶
type GetUserSubCommentArticleReplyListReplyMultiError []error
GetUserSubCommentArticleReplyListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleReplyListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentArticleReplyListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleReplyListReplyMultiError) Error ¶
func (m GetUserSubCommentArticleReplyListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleReplyListReplyValidationError ¶
type GetUserSubCommentArticleReplyListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleReplyListReplyValidationError is the validation error returned by GetUserSubCommentArticleReplyListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReplyValidationError) Cause ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleReplyListReplyValidationError) Error ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleReplyListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleReplyListReplyValidationError) Field ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleReplyListReplyValidationError) Key ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleReplyListReplyValidationError) Reason ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleReplyListReply_List ¶
type GetUserSubCommentArticleReplyListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,3,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,4,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,5,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,6,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,7,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,8,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,9,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,10,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleReplyListReply_List) Descriptor
deprecated
func (*GetUserSubCommentArticleReplyListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleReplyListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleReplyListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentArticleReplyListReply_List) GetCreationId ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationId() int32
func (*GetUserSubCommentArticleReplyListReply_List) GetId ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetId() int32
func (*GetUserSubCommentArticleReplyListReply_List) GetParentId ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetParentId() int32
func (*GetUserSubCommentArticleReplyListReply_List) GetReply ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetReply() string
func (*GetUserSubCommentArticleReplyListReply_List) GetReplyName ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetReplyName() string
func (*GetUserSubCommentArticleReplyListReply_List) GetRootId ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetRootId() int32
func (*GetUserSubCommentArticleReplyListReply_List) GetRootName ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetRootName() string
func (*GetUserSubCommentArticleReplyListReply_List) GetRootUser ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetRootUser() string
func (*GetUserSubCommentArticleReplyListReply_List) GetUserName ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetUserName() string
func (*GetUserSubCommentArticleReplyListReply_List) ProtoMessage ¶
func (*GetUserSubCommentArticleReplyListReply_List) ProtoMessage()
func (*GetUserSubCommentArticleReplyListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentArticleReplyListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleReplyListReply_List) Reset ¶
func (x *GetUserSubCommentArticleReplyListReply_List) Reset()
func (*GetUserSubCommentArticleReplyListReply_List) String ¶
func (x *GetUserSubCommentArticleReplyListReply_List) String() string
func (*GetUserSubCommentArticleReplyListReply_List) Validate ¶
func (m *GetUserSubCommentArticleReplyListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentArticleReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleReplyListReply_List) ValidateAll ¶
func (m *GetUserSubCommentArticleReplyListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleReplyListReply_ListMultiError, or nil if none found.
type GetUserSubCommentArticleReplyListReply_ListMultiError ¶
type GetUserSubCommentArticleReplyListReply_ListMultiError []error
GetUserSubCommentArticleReplyListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleReplyListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentArticleReplyListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleReplyListReply_ListMultiError) Error ¶
func (m GetUserSubCommentArticleReplyListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleReplyListReply_ListValidationError ¶
type GetUserSubCommentArticleReplyListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleReplyListReply_ListValidationError is the validation error returned by GetUserSubCommentArticleReplyListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Error ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleReplyListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Field ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Key ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleReplyListReq ¶
type GetUserSubCommentArticleReplyListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleReplyListReq) Descriptor
deprecated
func (*GetUserSubCommentArticleReplyListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleReplyListReq.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleReplyListReq) GetPage ¶
func (x *GetUserSubCommentArticleReplyListReq) GetPage() int32
func (*GetUserSubCommentArticleReplyListReq) ProtoMessage ¶
func (*GetUserSubCommentArticleReplyListReq) ProtoMessage()
func (*GetUserSubCommentArticleReplyListReq) ProtoReflect ¶
func (x *GetUserSubCommentArticleReplyListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleReplyListReq) Reset ¶
func (x *GetUserSubCommentArticleReplyListReq) Reset()
func (*GetUserSubCommentArticleReplyListReq) String ¶
func (x *GetUserSubCommentArticleReplyListReq) String() string
func (*GetUserSubCommentArticleReplyListReq) Validate ¶
func (m *GetUserSubCommentArticleReplyListReq) Validate() error
Validate checks the field values on GetUserSubCommentArticleReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleReplyListReq) ValidateAll ¶
func (m *GetUserSubCommentArticleReplyListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleReplyListReqMultiError, or nil if none found.
type GetUserSubCommentArticleReplyListReqMultiError ¶
type GetUserSubCommentArticleReplyListReqMultiError []error
GetUserSubCommentArticleReplyListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleReplyListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReqMultiError) AllErrors ¶
func (m GetUserSubCommentArticleReplyListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleReplyListReqMultiError) Error ¶
func (m GetUserSubCommentArticleReplyListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleReplyListReqValidationError ¶
type GetUserSubCommentArticleReplyListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleReplyListReqValidationError is the validation error returned by GetUserSubCommentArticleReplyListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReqValidationError) Cause ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleReplyListReqValidationError) Error ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleReplyListReqValidationError) ErrorName ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleReplyListReqValidationError) Field ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleReplyListReqValidationError) Key ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleReplyListReqValidationError) Reason ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentRepliedListReply ¶
type GetUserSubCommentRepliedListReply struct { List []*GetUserSubCommentRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentRepliedListReply) Descriptor
deprecated
func (*GetUserSubCommentRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentRepliedListReply) GetList ¶
func (x *GetUserSubCommentRepliedListReply) GetList() []*GetUserSubCommentRepliedListReply_List
func (*GetUserSubCommentRepliedListReply) ProtoMessage ¶
func (*GetUserSubCommentRepliedListReply) ProtoMessage()
func (*GetUserSubCommentRepliedListReply) ProtoReflect ¶
func (x *GetUserSubCommentRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentRepliedListReply) Reset ¶
func (x *GetUserSubCommentRepliedListReply) Reset()
func (*GetUserSubCommentRepliedListReply) String ¶
func (x *GetUserSubCommentRepliedListReply) String() string
func (*GetUserSubCommentRepliedListReply) Validate ¶
func (m *GetUserSubCommentRepliedListReply) Validate() error
Validate checks the field values on GetUserSubCommentRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentRepliedListReply) ValidateAll ¶
func (m *GetUserSubCommentRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentRepliedListReplyMultiError, or nil if none found.
type GetUserSubCommentRepliedListReplyMultiError ¶
type GetUserSubCommentRepliedListReplyMultiError []error
GetUserSubCommentRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentRepliedListReplyMultiError) Error ¶
func (m GetUserSubCommentRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentRepliedListReplyValidationError ¶
type GetUserSubCommentRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentRepliedListReplyValidationError is the validation error returned by GetUserSubCommentRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReplyValidationError) Cause ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentRepliedListReplyValidationError) Error ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentRepliedListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentRepliedListReplyValidationError) Field ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentRepliedListReplyValidationError) Key ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentRepliedListReplyValidationError) Reason ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentRepliedListReply_List ¶
type GetUserSubCommentRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationType int32 `protobuf:"varint,4,opt,name=creation_type,json=creationType,proto3" json:"creation_type,omitempty"` CreationAuthor string `protobuf:"bytes,5,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,6,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,7,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,8,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,9,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,11,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,12,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentRepliedListReply_List) Descriptor
deprecated
func (*GetUserSubCommentRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentRepliedListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentRepliedListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentRepliedListReply_List) GetCreationId ¶
func (x *GetUserSubCommentRepliedListReply_List) GetCreationId() int32
func (*GetUserSubCommentRepliedListReply_List) GetCreationType ¶
func (x *GetUserSubCommentRepliedListReply_List) GetCreationType() int32
func (*GetUserSubCommentRepliedListReply_List) GetId ¶
func (x *GetUserSubCommentRepliedListReply_List) GetId() int32
func (*GetUserSubCommentRepliedListReply_List) GetParentId ¶
func (x *GetUserSubCommentRepliedListReply_List) GetParentId() int32
func (*GetUserSubCommentRepliedListReply_List) GetReply ¶
func (x *GetUserSubCommentRepliedListReply_List) GetReply() string
func (*GetUserSubCommentRepliedListReply_List) GetReplyName ¶
func (x *GetUserSubCommentRepliedListReply_List) GetReplyName() string
func (*GetUserSubCommentRepliedListReply_List) GetRootId ¶
func (x *GetUserSubCommentRepliedListReply_List) GetRootId() int32
func (*GetUserSubCommentRepliedListReply_List) GetRootName ¶
func (x *GetUserSubCommentRepliedListReply_List) GetRootName() string
func (*GetUserSubCommentRepliedListReply_List) GetRootUser ¶
func (x *GetUserSubCommentRepliedListReply_List) GetRootUser() string
func (*GetUserSubCommentRepliedListReply_List) GetUserName ¶
func (x *GetUserSubCommentRepliedListReply_List) GetUserName() string
func (*GetUserSubCommentRepliedListReply_List) GetUuid ¶
func (x *GetUserSubCommentRepliedListReply_List) GetUuid() string
func (*GetUserSubCommentRepliedListReply_List) ProtoMessage ¶
func (*GetUserSubCommentRepliedListReply_List) ProtoMessage()
func (*GetUserSubCommentRepliedListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentRepliedListReply_List) Reset ¶
func (x *GetUserSubCommentRepliedListReply_List) Reset()
func (*GetUserSubCommentRepliedListReply_List) String ¶
func (x *GetUserSubCommentRepliedListReply_List) String() string
func (*GetUserSubCommentRepliedListReply_List) Validate ¶
func (m *GetUserSubCommentRepliedListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentRepliedListReply_List) ValidateAll ¶
func (m *GetUserSubCommentRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentRepliedListReply_ListMultiError, or nil if none found.
type GetUserSubCommentRepliedListReply_ListMultiError ¶
type GetUserSubCommentRepliedListReply_ListMultiError []error
GetUserSubCommentRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentRepliedListReply_ListMultiError) Error ¶
func (m GetUserSubCommentRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentRepliedListReply_ListValidationError ¶
type GetUserSubCommentRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentRepliedListReply_ListValidationError is the validation error returned by GetUserSubCommentRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentRepliedListReply_ListValidationError) Error ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentRepliedListReply_ListValidationError) Field ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentRepliedListReply_ListValidationError) Key ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentRepliedListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentRepliedListReq ¶
type GetUserSubCommentRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentRepliedListReq) Descriptor
deprecated
func (*GetUserSubCommentRepliedListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentRepliedListReq.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentRepliedListReq) GetPage ¶
func (x *GetUserSubCommentRepliedListReq) GetPage() int32
func (*GetUserSubCommentRepliedListReq) ProtoMessage ¶
func (*GetUserSubCommentRepliedListReq) ProtoMessage()
func (*GetUserSubCommentRepliedListReq) ProtoReflect ¶
func (x *GetUserSubCommentRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentRepliedListReq) Reset ¶
func (x *GetUserSubCommentRepliedListReq) Reset()
func (*GetUserSubCommentRepliedListReq) String ¶
func (x *GetUserSubCommentRepliedListReq) String() string
func (*GetUserSubCommentRepliedListReq) Validate ¶
func (m *GetUserSubCommentRepliedListReq) Validate() error
Validate checks the field values on GetUserSubCommentRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentRepliedListReq) ValidateAll ¶
func (m *GetUserSubCommentRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentRepliedListReqMultiError, or nil if none found.
type GetUserSubCommentRepliedListReqMultiError ¶
type GetUserSubCommentRepliedListReqMultiError []error
GetUserSubCommentRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReqMultiError) AllErrors ¶
func (m GetUserSubCommentRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentRepliedListReqMultiError) Error ¶
func (m GetUserSubCommentRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentRepliedListReqValidationError ¶
type GetUserSubCommentRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentRepliedListReqValidationError is the validation error returned by GetUserSubCommentRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReqValidationError) Cause ¶
func (e GetUserSubCommentRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentRepliedListReqValidationError) Error ¶
func (e GetUserSubCommentRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentRepliedListReqValidationError) ErrorName ¶
func (e GetUserSubCommentRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentRepliedListReqValidationError) Field ¶
func (e GetUserSubCommentRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentRepliedListReqValidationError) Key ¶
func (e GetUserSubCommentRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentRepliedListReqValidationError) Reason ¶
func (e GetUserSubCommentRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkRepliedListReply ¶
type GetUserSubCommentTalkRepliedListReply struct { List []*GetUserSubCommentTalkRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkRepliedListReply) Descriptor
deprecated
func (*GetUserSubCommentTalkRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkRepliedListReply) GetList ¶
func (x *GetUserSubCommentTalkRepliedListReply) GetList() []*GetUserSubCommentTalkRepliedListReply_List
func (*GetUserSubCommentTalkRepliedListReply) ProtoMessage ¶
func (*GetUserSubCommentTalkRepliedListReply) ProtoMessage()
func (*GetUserSubCommentTalkRepliedListReply) ProtoReflect ¶
func (x *GetUserSubCommentTalkRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkRepliedListReply) Reset ¶
func (x *GetUserSubCommentTalkRepliedListReply) Reset()
func (*GetUserSubCommentTalkRepliedListReply) String ¶
func (x *GetUserSubCommentTalkRepliedListReply) String() string
func (*GetUserSubCommentTalkRepliedListReply) Validate ¶
func (m *GetUserSubCommentTalkRepliedListReply) Validate() error
Validate checks the field values on GetUserSubCommentTalkRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkRepliedListReply) ValidateAll ¶
func (m *GetUserSubCommentTalkRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkRepliedListReplyMultiError, or nil if none found.
type GetUserSubCommentTalkRepliedListReplyMultiError ¶
type GetUserSubCommentTalkRepliedListReplyMultiError []error
GetUserSubCommentTalkRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentTalkRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkRepliedListReplyMultiError) Error ¶
func (m GetUserSubCommentTalkRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkRepliedListReplyValidationError ¶
type GetUserSubCommentTalkRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkRepliedListReplyValidationError is the validation error returned by GetUserSubCommentTalkRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Cause ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Error ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkRepliedListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Field ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Key ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Reason ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkRepliedListReply_List ¶
type GetUserSubCommentTalkRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,4,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,5,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,6,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,7,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,8,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,9,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,10,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,11,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkRepliedListReply_List) Descriptor
deprecated
func (*GetUserSubCommentTalkRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkRepliedListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetCreationId ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationId() int32
func (*GetUserSubCommentTalkRepliedListReply_List) GetId ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetId() int32
func (*GetUserSubCommentTalkRepliedListReply_List) GetParentId ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetParentId() int32
func (*GetUserSubCommentTalkRepliedListReply_List) GetReply ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetReply() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetReplyName ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetReplyName() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetRootId ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootId() int32
func (*GetUserSubCommentTalkRepliedListReply_List) GetRootName ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootName() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetRootUser ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootUser() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetUserName ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetUserName() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetUuid ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetUuid() string
func (*GetUserSubCommentTalkRepliedListReply_List) ProtoMessage ¶
func (*GetUserSubCommentTalkRepliedListReply_List) ProtoMessage()
func (*GetUserSubCommentTalkRepliedListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkRepliedListReply_List) Reset ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) Reset()
func (*GetUserSubCommentTalkRepliedListReply_List) String ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) String() string
func (*GetUserSubCommentTalkRepliedListReply_List) Validate ¶
func (m *GetUserSubCommentTalkRepliedListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentTalkRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkRepliedListReply_List) ValidateAll ¶
func (m *GetUserSubCommentTalkRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkRepliedListReply_ListMultiError, or nil if none found.
type GetUserSubCommentTalkRepliedListReply_ListMultiError ¶
type GetUserSubCommentTalkRepliedListReply_ListMultiError []error
GetUserSubCommentTalkRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentTalkRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkRepliedListReply_ListMultiError) Error ¶
func (m GetUserSubCommentTalkRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkRepliedListReply_ListValidationError ¶
type GetUserSubCommentTalkRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkRepliedListReply_ListValidationError is the validation error returned by GetUserSubCommentTalkRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Error ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Field ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Key ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkRepliedListReq ¶
type GetUserSubCommentTalkRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkRepliedListReq) Descriptor
deprecated
func (*GetUserSubCommentTalkRepliedListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkRepliedListReq.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkRepliedListReq) GetPage ¶
func (x *GetUserSubCommentTalkRepliedListReq) GetPage() int32
func (*GetUserSubCommentTalkRepliedListReq) ProtoMessage ¶
func (*GetUserSubCommentTalkRepliedListReq) ProtoMessage()
func (*GetUserSubCommentTalkRepliedListReq) ProtoReflect ¶
func (x *GetUserSubCommentTalkRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkRepliedListReq) Reset ¶
func (x *GetUserSubCommentTalkRepliedListReq) Reset()
func (*GetUserSubCommentTalkRepliedListReq) String ¶
func (x *GetUserSubCommentTalkRepliedListReq) String() string
func (*GetUserSubCommentTalkRepliedListReq) Validate ¶
func (m *GetUserSubCommentTalkRepliedListReq) Validate() error
Validate checks the field values on GetUserSubCommentTalkRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkRepliedListReq) ValidateAll ¶
func (m *GetUserSubCommentTalkRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkRepliedListReqMultiError, or nil if none found.
type GetUserSubCommentTalkRepliedListReqMultiError ¶
type GetUserSubCommentTalkRepliedListReqMultiError []error
GetUserSubCommentTalkRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReqMultiError) AllErrors ¶
func (m GetUserSubCommentTalkRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkRepliedListReqMultiError) Error ¶
func (m GetUserSubCommentTalkRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkRepliedListReqValidationError ¶
type GetUserSubCommentTalkRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkRepliedListReqValidationError is the validation error returned by GetUserSubCommentTalkRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReqValidationError) Cause ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkRepliedListReqValidationError) Error ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkRepliedListReqValidationError) ErrorName ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkRepliedListReqValidationError) Field ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkRepliedListReqValidationError) Key ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkRepliedListReqValidationError) Reason ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkReplyListReply ¶
type GetUserSubCommentTalkReplyListReply struct { List []*GetUserSubCommentTalkReplyListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkReplyListReply) Descriptor
deprecated
func (*GetUserSubCommentTalkReplyListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkReplyListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkReplyListReply) GetList ¶
func (x *GetUserSubCommentTalkReplyListReply) GetList() []*GetUserSubCommentTalkReplyListReply_List
func (*GetUserSubCommentTalkReplyListReply) ProtoMessage ¶
func (*GetUserSubCommentTalkReplyListReply) ProtoMessage()
func (*GetUserSubCommentTalkReplyListReply) ProtoReflect ¶
func (x *GetUserSubCommentTalkReplyListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkReplyListReply) Reset ¶
func (x *GetUserSubCommentTalkReplyListReply) Reset()
func (*GetUserSubCommentTalkReplyListReply) String ¶
func (x *GetUserSubCommentTalkReplyListReply) String() string
func (*GetUserSubCommentTalkReplyListReply) Validate ¶
func (m *GetUserSubCommentTalkReplyListReply) Validate() error
Validate checks the field values on GetUserSubCommentTalkReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkReplyListReply) ValidateAll ¶
func (m *GetUserSubCommentTalkReplyListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkReplyListReplyMultiError, or nil if none found.
type GetUserSubCommentTalkReplyListReplyMultiError ¶
type GetUserSubCommentTalkReplyListReplyMultiError []error
GetUserSubCommentTalkReplyListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkReplyListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentTalkReplyListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkReplyListReplyMultiError) Error ¶
func (m GetUserSubCommentTalkReplyListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkReplyListReplyValidationError ¶
type GetUserSubCommentTalkReplyListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkReplyListReplyValidationError is the validation error returned by GetUserSubCommentTalkReplyListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReplyValidationError) Cause ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkReplyListReplyValidationError) Error ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkReplyListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkReplyListReplyValidationError) Field ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkReplyListReplyValidationError) Key ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkReplyListReplyValidationError) Reason ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkReplyListReply_List ¶
type GetUserSubCommentTalkReplyListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,3,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,4,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,5,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,6,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,7,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,8,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,9,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,10,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkReplyListReply_List) Descriptor
deprecated
func (*GetUserSubCommentTalkReplyListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkReplyListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkReplyListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentTalkReplyListReply_List) GetCreationId ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetCreationId() int32
func (*GetUserSubCommentTalkReplyListReply_List) GetId ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetId() int32
func (*GetUserSubCommentTalkReplyListReply_List) GetParentId ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetParentId() int32
func (*GetUserSubCommentTalkReplyListReply_List) GetReply ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetReply() string
func (*GetUserSubCommentTalkReplyListReply_List) GetReplyName ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetReplyName() string
func (*GetUserSubCommentTalkReplyListReply_List) GetRootId ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetRootId() int32
func (*GetUserSubCommentTalkReplyListReply_List) GetRootName ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetRootName() string
func (*GetUserSubCommentTalkReplyListReply_List) GetRootUser ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetRootUser() string
func (*GetUserSubCommentTalkReplyListReply_List) GetUserName ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetUserName() string
func (*GetUserSubCommentTalkReplyListReply_List) ProtoMessage ¶
func (*GetUserSubCommentTalkReplyListReply_List) ProtoMessage()
func (*GetUserSubCommentTalkReplyListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentTalkReplyListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkReplyListReply_List) Reset ¶
func (x *GetUserSubCommentTalkReplyListReply_List) Reset()
func (*GetUserSubCommentTalkReplyListReply_List) String ¶
func (x *GetUserSubCommentTalkReplyListReply_List) String() string
func (*GetUserSubCommentTalkReplyListReply_List) Validate ¶
func (m *GetUserSubCommentTalkReplyListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentTalkReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkReplyListReply_List) ValidateAll ¶
func (m *GetUserSubCommentTalkReplyListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkReplyListReply_ListMultiError, or nil if none found.
type GetUserSubCommentTalkReplyListReply_ListMultiError ¶
type GetUserSubCommentTalkReplyListReply_ListMultiError []error
GetUserSubCommentTalkReplyListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkReplyListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentTalkReplyListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkReplyListReply_ListMultiError) Error ¶
func (m GetUserSubCommentTalkReplyListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkReplyListReply_ListValidationError ¶
type GetUserSubCommentTalkReplyListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkReplyListReply_ListValidationError is the validation error returned by GetUserSubCommentTalkReplyListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Error ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkReplyListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Field ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Key ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkReplyListReq ¶
type GetUserSubCommentTalkReplyListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkReplyListReq) Descriptor
deprecated
func (*GetUserSubCommentTalkReplyListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkReplyListReq.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkReplyListReq) GetPage ¶
func (x *GetUserSubCommentTalkReplyListReq) GetPage() int32
func (*GetUserSubCommentTalkReplyListReq) ProtoMessage ¶
func (*GetUserSubCommentTalkReplyListReq) ProtoMessage()
func (*GetUserSubCommentTalkReplyListReq) ProtoReflect ¶
func (x *GetUserSubCommentTalkReplyListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkReplyListReq) Reset ¶
func (x *GetUserSubCommentTalkReplyListReq) Reset()
func (*GetUserSubCommentTalkReplyListReq) String ¶
func (x *GetUserSubCommentTalkReplyListReq) String() string
func (*GetUserSubCommentTalkReplyListReq) Validate ¶
func (m *GetUserSubCommentTalkReplyListReq) Validate() error
Validate checks the field values on GetUserSubCommentTalkReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkReplyListReq) ValidateAll ¶
func (m *GetUserSubCommentTalkReplyListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkReplyListReqMultiError, or nil if none found.
type GetUserSubCommentTalkReplyListReqMultiError ¶
type GetUserSubCommentTalkReplyListReqMultiError []error
GetUserSubCommentTalkReplyListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkReplyListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReqMultiError) AllErrors ¶
func (m GetUserSubCommentTalkReplyListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkReplyListReqMultiError) Error ¶
func (m GetUserSubCommentTalkReplyListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkReplyListReqValidationError ¶
type GetUserSubCommentTalkReplyListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkReplyListReqValidationError is the validation error returned by GetUserSubCommentTalkReplyListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReqValidationError) Cause ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkReplyListReqValidationError) Error ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkReplyListReqValidationError) ErrorName ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkReplyListReqValidationError) Field ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkReplyListReqValidationError) Key ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkReplyListReqValidationError) Reason ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubscribeColumnReply ¶
type GetUserSubscribeColumnReply struct { Subscribe map[int32]bool `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserSubscribeColumnReply) Descriptor
deprecated
func (*GetUserSubscribeColumnReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubscribeColumnReply.ProtoReflect.Descriptor instead.
func (*GetUserSubscribeColumnReply) GetSubscribe ¶
func (x *GetUserSubscribeColumnReply) GetSubscribe() map[int32]bool
func (*GetUserSubscribeColumnReply) ProtoMessage ¶
func (*GetUserSubscribeColumnReply) ProtoMessage()
func (*GetUserSubscribeColumnReply) ProtoReflect ¶
func (x *GetUserSubscribeColumnReply) ProtoReflect() protoreflect.Message
func (*GetUserSubscribeColumnReply) Reset ¶
func (x *GetUserSubscribeColumnReply) Reset()
func (*GetUserSubscribeColumnReply) String ¶
func (x *GetUserSubscribeColumnReply) String() string
func (*GetUserSubscribeColumnReply) Validate ¶
func (m *GetUserSubscribeColumnReply) Validate() error
Validate checks the field values on GetUserSubscribeColumnReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubscribeColumnReply) ValidateAll ¶
func (m *GetUserSubscribeColumnReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubscribeColumnReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubscribeColumnReplyMultiError, or nil if none found.
type GetUserSubscribeColumnReplyMultiError ¶
type GetUserSubscribeColumnReplyMultiError []error
GetUserSubscribeColumnReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubscribeColumnReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubscribeColumnReplyMultiError) AllErrors ¶
func (m GetUserSubscribeColumnReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubscribeColumnReplyMultiError) Error ¶
func (m GetUserSubscribeColumnReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubscribeColumnReplyValidationError ¶
type GetUserSubscribeColumnReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubscribeColumnReplyValidationError is the validation error returned by GetUserSubscribeColumnReply.Validate if the designated constraints aren't met.
func (GetUserSubscribeColumnReplyValidationError) Cause ¶
func (e GetUserSubscribeColumnReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubscribeColumnReplyValidationError) Error ¶
func (e GetUserSubscribeColumnReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubscribeColumnReplyValidationError) ErrorName ¶
func (e GetUserSubscribeColumnReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubscribeColumnReplyValidationError) Field ¶
func (e GetUserSubscribeColumnReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubscribeColumnReplyValidationError) Key ¶
func (e GetUserSubscribeColumnReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubscribeColumnReplyValidationError) Reason ¶
func (e GetUserSubscribeColumnReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserTalkAgreeReply ¶
type GetUserTalkAgreeReply struct { Agree map[int32]bool `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserTalkAgreeReply) Descriptor
deprecated
func (*GetUserTalkAgreeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserTalkAgreeReply.ProtoReflect.Descriptor instead.
func (*GetUserTalkAgreeReply) GetAgree ¶
func (x *GetUserTalkAgreeReply) GetAgree() map[int32]bool
func (*GetUserTalkAgreeReply) ProtoMessage ¶
func (*GetUserTalkAgreeReply) ProtoMessage()
func (*GetUserTalkAgreeReply) ProtoReflect ¶
func (x *GetUserTalkAgreeReply) ProtoReflect() protoreflect.Message
func (*GetUserTalkAgreeReply) Reset ¶
func (x *GetUserTalkAgreeReply) Reset()
func (*GetUserTalkAgreeReply) String ¶
func (x *GetUserTalkAgreeReply) String() string
func (*GetUserTalkAgreeReply) Validate ¶
func (m *GetUserTalkAgreeReply) Validate() error
Validate checks the field values on GetUserTalkAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserTalkAgreeReply) ValidateAll ¶
func (m *GetUserTalkAgreeReply) ValidateAll() error
ValidateAll checks the field values on GetUserTalkAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkAgreeReplyMultiError, or nil if none found.
type GetUserTalkAgreeReplyMultiError ¶
type GetUserTalkAgreeReplyMultiError []error
GetUserTalkAgreeReplyMultiError is an error wrapping multiple validation errors returned by GetUserTalkAgreeReply.ValidateAll() if the designated constraints aren't met.
func (GetUserTalkAgreeReplyMultiError) AllErrors ¶
func (m GetUserTalkAgreeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserTalkAgreeReplyMultiError) Error ¶
func (m GetUserTalkAgreeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserTalkAgreeReplyValidationError ¶
type GetUserTalkAgreeReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserTalkAgreeReplyValidationError is the validation error returned by GetUserTalkAgreeReply.Validate if the designated constraints aren't met.
func (GetUserTalkAgreeReplyValidationError) Cause ¶
func (e GetUserTalkAgreeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserTalkAgreeReplyValidationError) Error ¶
func (e GetUserTalkAgreeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserTalkAgreeReplyValidationError) ErrorName ¶
func (e GetUserTalkAgreeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserTalkAgreeReplyValidationError) Field ¶
func (e GetUserTalkAgreeReplyValidationError) Field() string
Field function returns field value.
func (GetUserTalkAgreeReplyValidationError) Key ¶
func (e GetUserTalkAgreeReplyValidationError) Key() bool
Key function returns key value.
func (GetUserTalkAgreeReplyValidationError) Reason ¶
func (e GetUserTalkAgreeReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserTalkCollectReply ¶
type GetUserTalkCollectReply struct { Collect map[int32]bool `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserTalkCollectReply) Descriptor
deprecated
func (*GetUserTalkCollectReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserTalkCollectReply.ProtoReflect.Descriptor instead.
func (*GetUserTalkCollectReply) GetCollect ¶
func (x *GetUserTalkCollectReply) GetCollect() map[int32]bool
func (*GetUserTalkCollectReply) ProtoMessage ¶
func (*GetUserTalkCollectReply) ProtoMessage()
func (*GetUserTalkCollectReply) ProtoReflect ¶
func (x *GetUserTalkCollectReply) ProtoReflect() protoreflect.Message
func (*GetUserTalkCollectReply) Reset ¶
func (x *GetUserTalkCollectReply) Reset()
func (*GetUserTalkCollectReply) String ¶
func (x *GetUserTalkCollectReply) String() string
func (*GetUserTalkCollectReply) Validate ¶
func (m *GetUserTalkCollectReply) Validate() error
Validate checks the field values on GetUserTalkCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserTalkCollectReply) ValidateAll ¶
func (m *GetUserTalkCollectReply) ValidateAll() error
ValidateAll checks the field values on GetUserTalkCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkCollectReplyMultiError, or nil if none found.
type GetUserTalkCollectReplyMultiError ¶
type GetUserTalkCollectReplyMultiError []error
GetUserTalkCollectReplyMultiError is an error wrapping multiple validation errors returned by GetUserTalkCollectReply.ValidateAll() if the designated constraints aren't met.
func (GetUserTalkCollectReplyMultiError) AllErrors ¶
func (m GetUserTalkCollectReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserTalkCollectReplyMultiError) Error ¶
func (m GetUserTalkCollectReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserTalkCollectReplyValidationError ¶
type GetUserTalkCollectReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserTalkCollectReplyValidationError is the validation error returned by GetUserTalkCollectReply.Validate if the designated constraints aren't met.
func (GetUserTalkCollectReplyValidationError) Cause ¶
func (e GetUserTalkCollectReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserTalkCollectReplyValidationError) Error ¶
func (e GetUserTalkCollectReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserTalkCollectReplyValidationError) ErrorName ¶
func (e GetUserTalkCollectReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserTalkCollectReplyValidationError) Field ¶
func (e GetUserTalkCollectReplyValidationError) Field() string
Field function returns field value.
func (GetUserTalkCollectReplyValidationError) Key ¶
func (e GetUserTalkCollectReplyValidationError) Key() bool
Key function returns key value.
func (GetUserTalkCollectReplyValidationError) Reason ¶
func (e GetUserTalkCollectReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserTalkListReq ¶
type GetUserTalkListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserTalkListReq) Descriptor
deprecated
func (*GetUserTalkListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserTalkListReq.ProtoReflect.Descriptor instead.
func (*GetUserTalkListReq) GetPage ¶
func (x *GetUserTalkListReq) GetPage() int32
func (*GetUserTalkListReq) ProtoMessage ¶
func (*GetUserTalkListReq) ProtoMessage()
func (*GetUserTalkListReq) ProtoReflect ¶
func (x *GetUserTalkListReq) ProtoReflect() protoreflect.Message
func (*GetUserTalkListReq) Reset ¶
func (x *GetUserTalkListReq) Reset()
func (*GetUserTalkListReq) String ¶
func (x *GetUserTalkListReq) String() string
func (*GetUserTalkListReq) Validate ¶
func (m *GetUserTalkListReq) Validate() error
Validate checks the field values on GetUserTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserTalkListReq) ValidateAll ¶
func (m *GetUserTalkListReq) ValidateAll() error
ValidateAll checks the field values on GetUserTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkListReqMultiError, or nil if none found.
type GetUserTalkListReqMultiError ¶
type GetUserTalkListReqMultiError []error
GetUserTalkListReqMultiError is an error wrapping multiple validation errors returned by GetUserTalkListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserTalkListReqMultiError) AllErrors ¶
func (m GetUserTalkListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserTalkListReqMultiError) Error ¶
func (m GetUserTalkListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserTalkListReqValidationError ¶
type GetUserTalkListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserTalkListReqValidationError is the validation error returned by GetUserTalkListReq.Validate if the designated constraints aren't met.
func (GetUserTalkListReqValidationError) Cause ¶
func (e GetUserTalkListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserTalkListReqValidationError) Error ¶
func (e GetUserTalkListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserTalkListReqValidationError) ErrorName ¶
func (e GetUserTalkListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserTalkListReqValidationError) Field ¶
func (e GetUserTalkListReqValidationError) Field() string
Field function returns field value.
func (GetUserTalkListReqValidationError) Key ¶
func (e GetUserTalkListReqValidationError) Key() bool
Key function returns key value.
func (GetUserTalkListReqValidationError) Reason ¶
func (e GetUserTalkListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserTalkListSimpleReq ¶
type GetUserTalkListSimpleReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*GetUserTalkListSimpleReq) Descriptor
deprecated
func (*GetUserTalkListSimpleReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserTalkListSimpleReq.ProtoReflect.Descriptor instead.
func (*GetUserTalkListSimpleReq) GetPage ¶
func (x *GetUserTalkListSimpleReq) GetPage() int32
func (*GetUserTalkListSimpleReq) ProtoMessage ¶
func (*GetUserTalkListSimpleReq) ProtoMessage()
func (*GetUserTalkListSimpleReq) ProtoReflect ¶
func (x *GetUserTalkListSimpleReq) ProtoReflect() protoreflect.Message
func (*GetUserTalkListSimpleReq) Reset ¶
func (x *GetUserTalkListSimpleReq) Reset()
func (*GetUserTalkListSimpleReq) String ¶
func (x *GetUserTalkListSimpleReq) String() string
func (*GetUserTalkListSimpleReq) Validate ¶
func (m *GetUserTalkListSimpleReq) Validate() error
Validate checks the field values on GetUserTalkListSimpleReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserTalkListSimpleReq) ValidateAll ¶
func (m *GetUserTalkListSimpleReq) ValidateAll() error
ValidateAll checks the field values on GetUserTalkListSimpleReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkListSimpleReqMultiError, or nil if none found.
type GetUserTalkListSimpleReqMultiError ¶
type GetUserTalkListSimpleReqMultiError []error
GetUserTalkListSimpleReqMultiError is an error wrapping multiple validation errors returned by GetUserTalkListSimpleReq.ValidateAll() if the designated constraints aren't met.
func (GetUserTalkListSimpleReqMultiError) AllErrors ¶
func (m GetUserTalkListSimpleReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserTalkListSimpleReqMultiError) Error ¶
func (m GetUserTalkListSimpleReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserTalkListSimpleReqValidationError ¶
type GetUserTalkListSimpleReqValidationError struct {
// contains filtered or unexported fields
}
GetUserTalkListSimpleReqValidationError is the validation error returned by GetUserTalkListSimpleReq.Validate if the designated constraints aren't met.
func (GetUserTalkListSimpleReqValidationError) Cause ¶
func (e GetUserTalkListSimpleReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserTalkListSimpleReqValidationError) Error ¶
func (e GetUserTalkListSimpleReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserTalkListSimpleReqValidationError) ErrorName ¶
func (e GetUserTalkListSimpleReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserTalkListSimpleReqValidationError) Field ¶
func (e GetUserTalkListSimpleReqValidationError) Field() string
Field function returns field value.
func (GetUserTalkListSimpleReqValidationError) Key ¶
func (e GetUserTalkListSimpleReqValidationError) Key() bool
Key function returns key value.
func (GetUserTalkListSimpleReqValidationError) Reason ¶
func (e GetUserTalkListSimpleReqValidationError) Reason() string
Reason function returns reason value.
type GetUserTalkListVisitorReq ¶
type GetUserTalkListVisitorReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserTalkListVisitorReq) Descriptor
deprecated
func (*GetUserTalkListVisitorReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserTalkListVisitorReq.ProtoReflect.Descriptor instead.
func (*GetUserTalkListVisitorReq) GetPage ¶
func (x *GetUserTalkListVisitorReq) GetPage() int32
func (*GetUserTalkListVisitorReq) GetUuid ¶
func (x *GetUserTalkListVisitorReq) GetUuid() string
func (*GetUserTalkListVisitorReq) ProtoMessage ¶
func (*GetUserTalkListVisitorReq) ProtoMessage()
func (*GetUserTalkListVisitorReq) ProtoReflect ¶
func (x *GetUserTalkListVisitorReq) ProtoReflect() protoreflect.Message
func (*GetUserTalkListVisitorReq) Reset ¶
func (x *GetUserTalkListVisitorReq) Reset()
func (*GetUserTalkListVisitorReq) String ¶
func (x *GetUserTalkListVisitorReq) String() string
func (*GetUserTalkListVisitorReq) Validate ¶
func (m *GetUserTalkListVisitorReq) Validate() error
Validate checks the field values on GetUserTalkListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserTalkListVisitorReq) ValidateAll ¶
func (m *GetUserTalkListVisitorReq) ValidateAll() error
ValidateAll checks the field values on GetUserTalkListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkListVisitorReqMultiError, or nil if none found.
type GetUserTalkListVisitorReqMultiError ¶
type GetUserTalkListVisitorReqMultiError []error
GetUserTalkListVisitorReqMultiError is an error wrapping multiple validation errors returned by GetUserTalkListVisitorReq.ValidateAll() if the designated constraints aren't met.
func (GetUserTalkListVisitorReqMultiError) AllErrors ¶
func (m GetUserTalkListVisitorReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserTalkListVisitorReqMultiError) Error ¶
func (m GetUserTalkListVisitorReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserTalkListVisitorReqValidationError ¶
type GetUserTalkListVisitorReqValidationError struct {
// contains filtered or unexported fields
}
GetUserTalkListVisitorReqValidationError is the validation error returned by GetUserTalkListVisitorReq.Validate if the designated constraints aren't met.
func (GetUserTalkListVisitorReqValidationError) Cause ¶
func (e GetUserTalkListVisitorReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserTalkListVisitorReqValidationError) Error ¶
func (e GetUserTalkListVisitorReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserTalkListVisitorReqValidationError) ErrorName ¶
func (e GetUserTalkListVisitorReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserTalkListVisitorReqValidationError) Field ¶
func (e GetUserTalkListVisitorReqValidationError) Field() string
Field function returns field value.
func (GetUserTalkListVisitorReqValidationError) Key ¶
func (e GetUserTalkListVisitorReqValidationError) Key() bool
Key function returns key value.
func (GetUserTalkListVisitorReqValidationError) Reason ¶
func (e GetUserTalkListVisitorReqValidationError) Reason() string
Reason function returns reason value.
type GetUserTimeLineListReply ¶
type GetUserTimeLineListReply struct { Timeline []*GetUserTimeLineListReply_TimeLine `protobuf:"bytes,1,rep,name=timeline,proto3" json:"timeline,omitempty"` // contains filtered or unexported fields }
func (*GetUserTimeLineListReply) Descriptor
deprecated
func (*GetUserTimeLineListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserTimeLineListReply.ProtoReflect.Descriptor instead.
func (*GetUserTimeLineListReply) GetTimeline ¶
func (x *GetUserTimeLineListReply) GetTimeline() []*GetUserTimeLineListReply_TimeLine
func (*GetUserTimeLineListReply) ProtoMessage ¶
func (*GetUserTimeLineListReply) ProtoMessage()
func (*GetUserTimeLineListReply) ProtoReflect ¶
func (x *GetUserTimeLineListReply) ProtoReflect() protoreflect.Message
func (*GetUserTimeLineListReply) Reset ¶
func (x *GetUserTimeLineListReply) Reset()
func (*GetUserTimeLineListReply) String ¶
func (x *GetUserTimeLineListReply) String() string
func (*GetUserTimeLineListReply) Validate ¶
func (m *GetUserTimeLineListReply) Validate() error
Validate checks the field values on GetUserTimeLineListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserTimeLineListReply) ValidateAll ¶
func (m *GetUserTimeLineListReply) ValidateAll() error
ValidateAll checks the field values on GetUserTimeLineListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTimeLineListReplyMultiError, or nil if none found.
type GetUserTimeLineListReplyMultiError ¶
type GetUserTimeLineListReplyMultiError []error
GetUserTimeLineListReplyMultiError is an error wrapping multiple validation errors returned by GetUserTimeLineListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserTimeLineListReplyMultiError) AllErrors ¶
func (m GetUserTimeLineListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserTimeLineListReplyMultiError) Error ¶
func (m GetUserTimeLineListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserTimeLineListReplyValidationError ¶
type GetUserTimeLineListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserTimeLineListReplyValidationError is the validation error returned by GetUserTimeLineListReply.Validate if the designated constraints aren't met.
func (GetUserTimeLineListReplyValidationError) Cause ¶
func (e GetUserTimeLineListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserTimeLineListReplyValidationError) Error ¶
func (e GetUserTimeLineListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserTimeLineListReplyValidationError) ErrorName ¶
func (e GetUserTimeLineListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserTimeLineListReplyValidationError) Field ¶
func (e GetUserTimeLineListReplyValidationError) Field() string
Field function returns field value.
func (GetUserTimeLineListReplyValidationError) Key ¶
func (e GetUserTimeLineListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserTimeLineListReplyValidationError) Reason ¶
func (e GetUserTimeLineListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserTimeLineListReply_TimeLine ¶
type GetUserTimeLineListReply_TimeLine struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Mode int32 `protobuf:"varint,4,opt,name=mode,proto3" json:"mode,omitempty"` Agree int32 `protobuf:"varint,5,opt,name=agree,proto3" json:"agree,omitempty"` Collect int32 `protobuf:"varint,6,opt,name=collect,proto3" json:"collect,omitempty"` View int32 `protobuf:"varint,7,opt,name=view,proto3" json:"view,omitempty"` Comment int32 `protobuf:"varint,8,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetUserTimeLineListReply_TimeLine) Descriptor
deprecated
func (*GetUserTimeLineListReply_TimeLine) Descriptor() ([]byte, []int)
Deprecated: Use GetUserTimeLineListReply_TimeLine.ProtoReflect.Descriptor instead.
func (*GetUserTimeLineListReply_TimeLine) GetAgree ¶
func (x *GetUserTimeLineListReply_TimeLine) GetAgree() int32
func (*GetUserTimeLineListReply_TimeLine) GetCollect ¶
func (x *GetUserTimeLineListReply_TimeLine) GetCollect() int32
func (*GetUserTimeLineListReply_TimeLine) GetComment ¶
func (x *GetUserTimeLineListReply_TimeLine) GetComment() int32
func (*GetUserTimeLineListReply_TimeLine) GetCreationId ¶
func (x *GetUserTimeLineListReply_TimeLine) GetCreationId() int32
func (*GetUserTimeLineListReply_TimeLine) GetId ¶
func (x *GetUserTimeLineListReply_TimeLine) GetId() int32
func (*GetUserTimeLineListReply_TimeLine) GetMode ¶
func (x *GetUserTimeLineListReply_TimeLine) GetMode() int32
func (*GetUserTimeLineListReply_TimeLine) GetUuid ¶
func (x *GetUserTimeLineListReply_TimeLine) GetUuid() string
func (*GetUserTimeLineListReply_TimeLine) GetView ¶
func (x *GetUserTimeLineListReply_TimeLine) GetView() int32
func (*GetUserTimeLineListReply_TimeLine) ProtoMessage ¶
func (*GetUserTimeLineListReply_TimeLine) ProtoMessage()
func (*GetUserTimeLineListReply_TimeLine) ProtoReflect ¶
func (x *GetUserTimeLineListReply_TimeLine) ProtoReflect() protoreflect.Message
func (*GetUserTimeLineListReply_TimeLine) Reset ¶
func (x *GetUserTimeLineListReply_TimeLine) Reset()
func (*GetUserTimeLineListReply_TimeLine) String ¶
func (x *GetUserTimeLineListReply_TimeLine) String() string
func (*GetUserTimeLineListReply_TimeLine) Validate ¶
func (m *GetUserTimeLineListReply_TimeLine) Validate() error
Validate checks the field values on GetUserTimeLineListReply_TimeLine with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserTimeLineListReply_TimeLine) ValidateAll ¶
func (m *GetUserTimeLineListReply_TimeLine) ValidateAll() error
ValidateAll checks the field values on GetUserTimeLineListReply_TimeLine with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTimeLineListReply_TimeLineMultiError, or nil if none found.
type GetUserTimeLineListReply_TimeLineMultiError ¶
type GetUserTimeLineListReply_TimeLineMultiError []error
GetUserTimeLineListReply_TimeLineMultiError is an error wrapping multiple validation errors returned by GetUserTimeLineListReply_TimeLine.ValidateAll() if the designated constraints aren't met.
func (GetUserTimeLineListReply_TimeLineMultiError) AllErrors ¶
func (m GetUserTimeLineListReply_TimeLineMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserTimeLineListReply_TimeLineMultiError) Error ¶
func (m GetUserTimeLineListReply_TimeLineMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserTimeLineListReply_TimeLineValidationError ¶
type GetUserTimeLineListReply_TimeLineValidationError struct {
// contains filtered or unexported fields
}
GetUserTimeLineListReply_TimeLineValidationError is the validation error returned by GetUserTimeLineListReply_TimeLine.Validate if the designated constraints aren't met.
func (GetUserTimeLineListReply_TimeLineValidationError) Cause ¶
func (e GetUserTimeLineListReply_TimeLineValidationError) Cause() error
Cause function returns cause value.
func (GetUserTimeLineListReply_TimeLineValidationError) Error ¶
func (e GetUserTimeLineListReply_TimeLineValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserTimeLineListReply_TimeLineValidationError) ErrorName ¶
func (e GetUserTimeLineListReply_TimeLineValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserTimeLineListReply_TimeLineValidationError) Field ¶
func (e GetUserTimeLineListReply_TimeLineValidationError) Field() string
Field function returns field value.
func (GetUserTimeLineListReply_TimeLineValidationError) Key ¶
func (e GetUserTimeLineListReply_TimeLineValidationError) Key() bool
Key function returns key value.
func (GetUserTimeLineListReply_TimeLineValidationError) Reason ¶
func (e GetUserTimeLineListReply_TimeLineValidationError) Reason() string
Reason function returns reason value.
type GetUserTimeLineListReq ¶
type GetUserTimeLineListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserTimeLineListReq) Descriptor
deprecated
func (*GetUserTimeLineListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserTimeLineListReq.ProtoReflect.Descriptor instead.
func (*GetUserTimeLineListReq) GetPage ¶
func (x *GetUserTimeLineListReq) GetPage() int32
func (*GetUserTimeLineListReq) GetUuid ¶
func (x *GetUserTimeLineListReq) GetUuid() string
func (*GetUserTimeLineListReq) ProtoMessage ¶
func (*GetUserTimeLineListReq) ProtoMessage()
func (*GetUserTimeLineListReq) ProtoReflect ¶
func (x *GetUserTimeLineListReq) ProtoReflect() protoreflect.Message
func (*GetUserTimeLineListReq) Reset ¶
func (x *GetUserTimeLineListReq) Reset()
func (*GetUserTimeLineListReq) String ¶
func (x *GetUserTimeLineListReq) String() string
func (*GetUserTimeLineListReq) Validate ¶
func (m *GetUserTimeLineListReq) Validate() error
Validate checks the field values on GetUserTimeLineListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserTimeLineListReq) ValidateAll ¶
func (m *GetUserTimeLineListReq) ValidateAll() error
ValidateAll checks the field values on GetUserTimeLineListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTimeLineListReqMultiError, or nil if none found.
type GetUserTimeLineListReqMultiError ¶
type GetUserTimeLineListReqMultiError []error
GetUserTimeLineListReqMultiError is an error wrapping multiple validation errors returned by GetUserTimeLineListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserTimeLineListReqMultiError) AllErrors ¶
func (m GetUserTimeLineListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserTimeLineListReqMultiError) Error ¶
func (m GetUserTimeLineListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserTimeLineListReqValidationError ¶
type GetUserTimeLineListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserTimeLineListReqValidationError is the validation error returned by GetUserTimeLineListReq.Validate if the designated constraints aren't met.
func (GetUserTimeLineListReqValidationError) Cause ¶
func (e GetUserTimeLineListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserTimeLineListReqValidationError) Error ¶
func (e GetUserTimeLineListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserTimeLineListReqValidationError) ErrorName ¶
func (e GetUserTimeLineListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserTimeLineListReqValidationError) Field ¶
func (e GetUserTimeLineListReqValidationError) Field() string
Field function returns field value.
func (GetUserTimeLineListReqValidationError) Key ¶
func (e GetUserTimeLineListReqValidationError) Key() bool
Key function returns key value.
func (GetUserTimeLineListReqValidationError) Reason ¶
func (e GetUserTimeLineListReqValidationError) Reason() string
Reason function returns reason value.
type LoginByCodeReq ¶
type LoginByCodeReq struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*LoginByCodeReq) Descriptor
deprecated
func (*LoginByCodeReq) Descriptor() ([]byte, []int)
Deprecated: Use LoginByCodeReq.ProtoReflect.Descriptor instead.
func (*LoginByCodeReq) GetCode ¶
func (x *LoginByCodeReq) GetCode() string
func (*LoginByCodeReq) GetPhone ¶
func (x *LoginByCodeReq) GetPhone() string
func (*LoginByCodeReq) ProtoMessage ¶
func (*LoginByCodeReq) ProtoMessage()
func (*LoginByCodeReq) ProtoReflect ¶
func (x *LoginByCodeReq) ProtoReflect() protoreflect.Message
func (*LoginByCodeReq) Reset ¶
func (x *LoginByCodeReq) Reset()
func (*LoginByCodeReq) String ¶
func (x *LoginByCodeReq) String() string
func (*LoginByCodeReq) Validate ¶
func (m *LoginByCodeReq) Validate() error
Validate checks the field values on LoginByCodeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginByCodeReq) ValidateAll ¶
func (m *LoginByCodeReq) ValidateAll() error
ValidateAll checks the field values on LoginByCodeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginByCodeReqMultiError, or nil if none found.
type LoginByCodeReqMultiError ¶
type LoginByCodeReqMultiError []error
LoginByCodeReqMultiError is an error wrapping multiple validation errors returned by LoginByCodeReq.ValidateAll() if the designated constraints aren't met.
func (LoginByCodeReqMultiError) AllErrors ¶
func (m LoginByCodeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginByCodeReqMultiError) Error ¶
func (m LoginByCodeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginByCodeReqValidationError ¶
type LoginByCodeReqValidationError struct {
// contains filtered or unexported fields
}
LoginByCodeReqValidationError is the validation error returned by LoginByCodeReq.Validate if the designated constraints aren't met.
func (LoginByCodeReqValidationError) Cause ¶
func (e LoginByCodeReqValidationError) Cause() error
Cause function returns cause value.
func (LoginByCodeReqValidationError) Error ¶
func (e LoginByCodeReqValidationError) Error() string
Error satisfies the builtin error interface
func (LoginByCodeReqValidationError) ErrorName ¶
func (e LoginByCodeReqValidationError) ErrorName() string
ErrorName returns error name.
func (LoginByCodeReqValidationError) Field ¶
func (e LoginByCodeReqValidationError) Field() string
Field function returns field value.
func (LoginByCodeReqValidationError) Key ¶
func (e LoginByCodeReqValidationError) Key() bool
Key function returns key value.
func (LoginByCodeReqValidationError) Reason ¶
func (e LoginByCodeReqValidationError) Reason() string
Reason function returns reason value.
type LoginByGiteeReq ¶ added in v1.3.0
type LoginByGiteeReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*LoginByGiteeReq) Descriptor
deprecated
added in
v1.3.0
func (*LoginByGiteeReq) Descriptor() ([]byte, []int)
Deprecated: Use LoginByGiteeReq.ProtoReflect.Descriptor instead.
func (*LoginByGiteeReq) GetCode ¶ added in v1.3.0
func (x *LoginByGiteeReq) GetCode() string
func (*LoginByGiteeReq) ProtoMessage ¶ added in v1.3.0
func (*LoginByGiteeReq) ProtoMessage()
func (*LoginByGiteeReq) ProtoReflect ¶ added in v1.3.0
func (x *LoginByGiteeReq) ProtoReflect() protoreflect.Message
func (*LoginByGiteeReq) Reset ¶ added in v1.3.0
func (x *LoginByGiteeReq) Reset()
func (*LoginByGiteeReq) String ¶ added in v1.3.0
func (x *LoginByGiteeReq) String() string
func (*LoginByGiteeReq) Validate ¶ added in v1.3.0
func (m *LoginByGiteeReq) Validate() error
Validate checks the field values on LoginByGiteeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginByGiteeReq) ValidateAll ¶ added in v1.3.0
func (m *LoginByGiteeReq) ValidateAll() error
ValidateAll checks the field values on LoginByGiteeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginByGiteeReqMultiError, or nil if none found.
type LoginByGiteeReqMultiError ¶ added in v1.3.0
type LoginByGiteeReqMultiError []error
LoginByGiteeReqMultiError is an error wrapping multiple validation errors returned by LoginByGiteeReq.ValidateAll() if the designated constraints aren't met.
func (LoginByGiteeReqMultiError) AllErrors ¶ added in v1.3.0
func (m LoginByGiteeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginByGiteeReqMultiError) Error ¶ added in v1.3.0
func (m LoginByGiteeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginByGiteeReqValidationError ¶ added in v1.3.0
type LoginByGiteeReqValidationError struct {
// contains filtered or unexported fields
}
LoginByGiteeReqValidationError is the validation error returned by LoginByGiteeReq.Validate if the designated constraints aren't met.
func (LoginByGiteeReqValidationError) Cause ¶ added in v1.3.0
func (e LoginByGiteeReqValidationError) Cause() error
Cause function returns cause value.
func (LoginByGiteeReqValidationError) Error ¶ added in v1.3.0
func (e LoginByGiteeReqValidationError) Error() string
Error satisfies the builtin error interface
func (LoginByGiteeReqValidationError) ErrorName ¶ added in v1.3.0
func (e LoginByGiteeReqValidationError) ErrorName() string
ErrorName returns error name.
func (LoginByGiteeReqValidationError) Field ¶ added in v1.3.0
func (e LoginByGiteeReqValidationError) Field() string
Field function returns field value.
func (LoginByGiteeReqValidationError) Key ¶ added in v1.3.0
func (e LoginByGiteeReqValidationError) Key() bool
Key function returns key value.
func (LoginByGiteeReqValidationError) Reason ¶ added in v1.3.0
func (e LoginByGiteeReqValidationError) Reason() string
Reason function returns reason value.
type LoginByGithubReq ¶
type LoginByGithubReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*LoginByGithubReq) Descriptor
deprecated
func (*LoginByGithubReq) Descriptor() ([]byte, []int)
Deprecated: Use LoginByGithubReq.ProtoReflect.Descriptor instead.
func (*LoginByGithubReq) GetCode ¶ added in v1.3.0
func (x *LoginByGithubReq) GetCode() string
func (*LoginByGithubReq) ProtoMessage ¶
func (*LoginByGithubReq) ProtoMessage()
func (*LoginByGithubReq) ProtoReflect ¶
func (x *LoginByGithubReq) ProtoReflect() protoreflect.Message
func (*LoginByGithubReq) Reset ¶
func (x *LoginByGithubReq) Reset()
func (*LoginByGithubReq) String ¶
func (x *LoginByGithubReq) String() string
func (*LoginByGithubReq) Validate ¶
func (m *LoginByGithubReq) Validate() error
Validate checks the field values on LoginByGithubReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginByGithubReq) ValidateAll ¶
func (m *LoginByGithubReq) ValidateAll() error
ValidateAll checks the field values on LoginByGithubReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginByGithubReqMultiError, or nil if none found.
type LoginByGithubReqMultiError ¶
type LoginByGithubReqMultiError []error
LoginByGithubReqMultiError is an error wrapping multiple validation errors returned by LoginByGithubReq.ValidateAll() if the designated constraints aren't met.
func (LoginByGithubReqMultiError) AllErrors ¶
func (m LoginByGithubReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginByGithubReqMultiError) Error ¶
func (m LoginByGithubReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginByGithubReqValidationError ¶
type LoginByGithubReqValidationError struct {
// contains filtered or unexported fields
}
LoginByGithubReqValidationError is the validation error returned by LoginByGithubReq.Validate if the designated constraints aren't met.
func (LoginByGithubReqValidationError) Cause ¶
func (e LoginByGithubReqValidationError) Cause() error
Cause function returns cause value.
func (LoginByGithubReqValidationError) Error ¶
func (e LoginByGithubReqValidationError) Error() string
Error satisfies the builtin error interface
func (LoginByGithubReqValidationError) ErrorName ¶
func (e LoginByGithubReqValidationError) ErrorName() string
ErrorName returns error name.
func (LoginByGithubReqValidationError) Field ¶
func (e LoginByGithubReqValidationError) Field() string
Field function returns field value.
func (LoginByGithubReqValidationError) Key ¶
func (e LoginByGithubReqValidationError) Key() bool
Key function returns key value.
func (LoginByGithubReqValidationError) Reason ¶
func (e LoginByGithubReqValidationError) Reason() string
Reason function returns reason value.
type LoginByPasswordReq ¶
type LoginByPasswordReq struct { Account string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Mode string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"` // contains filtered or unexported fields }
func (*LoginByPasswordReq) Descriptor
deprecated
func (*LoginByPasswordReq) Descriptor() ([]byte, []int)
Deprecated: Use LoginByPasswordReq.ProtoReflect.Descriptor instead.
func (*LoginByPasswordReq) GetAccount ¶
func (x *LoginByPasswordReq) GetAccount() string
func (*LoginByPasswordReq) GetMode ¶
func (x *LoginByPasswordReq) GetMode() string
func (*LoginByPasswordReq) GetPassword ¶
func (x *LoginByPasswordReq) GetPassword() string
func (*LoginByPasswordReq) ProtoMessage ¶
func (*LoginByPasswordReq) ProtoMessage()
func (*LoginByPasswordReq) ProtoReflect ¶
func (x *LoginByPasswordReq) ProtoReflect() protoreflect.Message
func (*LoginByPasswordReq) Reset ¶
func (x *LoginByPasswordReq) Reset()
func (*LoginByPasswordReq) String ¶
func (x *LoginByPasswordReq) String() string
func (*LoginByPasswordReq) Validate ¶
func (m *LoginByPasswordReq) Validate() error
Validate checks the field values on LoginByPasswordReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginByPasswordReq) ValidateAll ¶
func (m *LoginByPasswordReq) ValidateAll() error
ValidateAll checks the field values on LoginByPasswordReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginByPasswordReqMultiError, or nil if none found.
type LoginByPasswordReqMultiError ¶
type LoginByPasswordReqMultiError []error
LoginByPasswordReqMultiError is an error wrapping multiple validation errors returned by LoginByPasswordReq.ValidateAll() if the designated constraints aren't met.
func (LoginByPasswordReqMultiError) AllErrors ¶
func (m LoginByPasswordReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginByPasswordReqMultiError) Error ¶
func (m LoginByPasswordReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginByPasswordReqValidationError ¶
type LoginByPasswordReqValidationError struct {
// contains filtered or unexported fields
}
LoginByPasswordReqValidationError is the validation error returned by LoginByPasswordReq.Validate if the designated constraints aren't met.
func (LoginByPasswordReqValidationError) Cause ¶
func (e LoginByPasswordReqValidationError) Cause() error
Cause function returns cause value.
func (LoginByPasswordReqValidationError) Error ¶
func (e LoginByPasswordReqValidationError) Error() string
Error satisfies the builtin error interface
func (LoginByPasswordReqValidationError) ErrorName ¶
func (e LoginByPasswordReqValidationError) ErrorName() string
ErrorName returns error name.
func (LoginByPasswordReqValidationError) Field ¶
func (e LoginByPasswordReqValidationError) Field() string
Field function returns field value.
func (LoginByPasswordReqValidationError) Key ¶
func (e LoginByPasswordReqValidationError) Key() bool
Key function returns key value.
func (LoginByPasswordReqValidationError) Reason ¶
func (e LoginByPasswordReqValidationError) Reason() string
Reason function returns reason value.
type LoginByQQReq ¶ added in v1.3.0
type LoginByQQReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*LoginByQQReq) Descriptor
deprecated
added in
v1.3.0
func (*LoginByQQReq) Descriptor() ([]byte, []int)
Deprecated: Use LoginByQQReq.ProtoReflect.Descriptor instead.
func (*LoginByQQReq) GetCode ¶ added in v1.3.0
func (x *LoginByQQReq) GetCode() string
func (*LoginByQQReq) ProtoMessage ¶ added in v1.3.0
func (*LoginByQQReq) ProtoMessage()
func (*LoginByQQReq) ProtoReflect ¶ added in v1.3.0
func (x *LoginByQQReq) ProtoReflect() protoreflect.Message
func (*LoginByQQReq) Reset ¶ added in v1.3.0
func (x *LoginByQQReq) Reset()
func (*LoginByQQReq) String ¶ added in v1.3.0
func (x *LoginByQQReq) String() string
func (*LoginByQQReq) Validate ¶ added in v1.3.0
func (m *LoginByQQReq) Validate() error
Validate checks the field values on LoginByQQReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginByQQReq) ValidateAll ¶ added in v1.3.0
func (m *LoginByQQReq) ValidateAll() error
ValidateAll checks the field values on LoginByQQReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginByQQReqMultiError, or nil if none found.
type LoginByQQReqMultiError ¶ added in v1.3.0
type LoginByQQReqMultiError []error
LoginByQQReqMultiError is an error wrapping multiple validation errors returned by LoginByQQReq.ValidateAll() if the designated constraints aren't met.
func (LoginByQQReqMultiError) AllErrors ¶ added in v1.3.0
func (m LoginByQQReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginByQQReqMultiError) Error ¶ added in v1.3.0
func (m LoginByQQReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginByQQReqValidationError ¶ added in v1.3.0
type LoginByQQReqValidationError struct {
// contains filtered or unexported fields
}
LoginByQQReqValidationError is the validation error returned by LoginByQQReq.Validate if the designated constraints aren't met.
func (LoginByQQReqValidationError) Cause ¶ added in v1.3.0
func (e LoginByQQReqValidationError) Cause() error
Cause function returns cause value.
func (LoginByQQReqValidationError) Error ¶ added in v1.3.0
func (e LoginByQQReqValidationError) Error() string
Error satisfies the builtin error interface
func (LoginByQQReqValidationError) ErrorName ¶ added in v1.3.0
func (e LoginByQQReqValidationError) ErrorName() string
ErrorName returns error name.
func (LoginByQQReqValidationError) Field ¶ added in v1.3.0
func (e LoginByQQReqValidationError) Field() string
Field function returns field value.
func (LoginByQQReqValidationError) Key ¶ added in v1.3.0
func (e LoginByQQReqValidationError) Key() bool
Key function returns key value.
func (LoginByQQReqValidationError) Reason ¶ added in v1.3.0
func (e LoginByQQReqValidationError) Reason() string
Reason function returns reason value.
type LoginByWeChatReq ¶
type LoginByWeChatReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*LoginByWeChatReq) Descriptor
deprecated
func (*LoginByWeChatReq) Descriptor() ([]byte, []int)
Deprecated: Use LoginByWeChatReq.ProtoReflect.Descriptor instead.
func (*LoginByWeChatReq) GetCode ¶ added in v1.3.0
func (x *LoginByWeChatReq) GetCode() string
func (*LoginByWeChatReq) ProtoMessage ¶
func (*LoginByWeChatReq) ProtoMessage()
func (*LoginByWeChatReq) ProtoReflect ¶
func (x *LoginByWeChatReq) ProtoReflect() protoreflect.Message
func (*LoginByWeChatReq) Reset ¶
func (x *LoginByWeChatReq) Reset()
func (*LoginByWeChatReq) String ¶
func (x *LoginByWeChatReq) String() string
func (*LoginByWeChatReq) Validate ¶
func (m *LoginByWeChatReq) Validate() error
Validate checks the field values on LoginByWeChatReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginByWeChatReq) ValidateAll ¶
func (m *LoginByWeChatReq) ValidateAll() error
ValidateAll checks the field values on LoginByWeChatReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginByWeChatReqMultiError, or nil if none found.
type LoginByWeChatReqMultiError ¶
type LoginByWeChatReqMultiError []error
LoginByWeChatReqMultiError is an error wrapping multiple validation errors returned by LoginByWeChatReq.ValidateAll() if the designated constraints aren't met.
func (LoginByWeChatReqMultiError) AllErrors ¶
func (m LoginByWeChatReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginByWeChatReqMultiError) Error ¶
func (m LoginByWeChatReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginByWeChatReqValidationError ¶
type LoginByWeChatReqValidationError struct {
// contains filtered or unexported fields
}
LoginByWeChatReqValidationError is the validation error returned by LoginByWeChatReq.Validate if the designated constraints aren't met.
func (LoginByWeChatReqValidationError) Cause ¶
func (e LoginByWeChatReqValidationError) Cause() error
Cause function returns cause value.
func (LoginByWeChatReqValidationError) Error ¶
func (e LoginByWeChatReqValidationError) Error() string
Error satisfies the builtin error interface
func (LoginByWeChatReqValidationError) ErrorName ¶
func (e LoginByWeChatReqValidationError) ErrorName() string
ErrorName returns error name.
func (LoginByWeChatReqValidationError) Field ¶
func (e LoginByWeChatReqValidationError) Field() string
Field function returns field value.
func (LoginByWeChatReqValidationError) Key ¶
func (e LoginByWeChatReqValidationError) Key() bool
Key function returns key value.
func (LoginByWeChatReqValidationError) Reason ¶
func (e LoginByWeChatReqValidationError) Reason() string
Reason function returns reason value.
type LoginPasswordResetReq ¶
type LoginPasswordResetReq struct { Account string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` Mode string `protobuf:"bytes,4,opt,name=mode,proto3" json:"mode,omitempty"` // contains filtered or unexported fields }
func (*LoginPasswordResetReq) Descriptor
deprecated
func (*LoginPasswordResetReq) Descriptor() ([]byte, []int)
Deprecated: Use LoginPasswordResetReq.ProtoReflect.Descriptor instead.
func (*LoginPasswordResetReq) GetAccount ¶
func (x *LoginPasswordResetReq) GetAccount() string
func (*LoginPasswordResetReq) GetCode ¶
func (x *LoginPasswordResetReq) GetCode() string
func (*LoginPasswordResetReq) GetMode ¶
func (x *LoginPasswordResetReq) GetMode() string
func (*LoginPasswordResetReq) GetPassword ¶
func (x *LoginPasswordResetReq) GetPassword() string
func (*LoginPasswordResetReq) ProtoMessage ¶
func (*LoginPasswordResetReq) ProtoMessage()
func (*LoginPasswordResetReq) ProtoReflect ¶
func (x *LoginPasswordResetReq) ProtoReflect() protoreflect.Message
func (*LoginPasswordResetReq) Reset ¶
func (x *LoginPasswordResetReq) Reset()
func (*LoginPasswordResetReq) String ¶
func (x *LoginPasswordResetReq) String() string
func (*LoginPasswordResetReq) Validate ¶
func (m *LoginPasswordResetReq) Validate() error
Validate checks the field values on LoginPasswordResetReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginPasswordResetReq) ValidateAll ¶
func (m *LoginPasswordResetReq) ValidateAll() error
ValidateAll checks the field values on LoginPasswordResetReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginPasswordResetReqMultiError, or nil if none found.
type LoginPasswordResetReqMultiError ¶
type LoginPasswordResetReqMultiError []error
LoginPasswordResetReqMultiError is an error wrapping multiple validation errors returned by LoginPasswordResetReq.ValidateAll() if the designated constraints aren't met.
func (LoginPasswordResetReqMultiError) AllErrors ¶
func (m LoginPasswordResetReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginPasswordResetReqMultiError) Error ¶
func (m LoginPasswordResetReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginPasswordResetReqValidationError ¶
type LoginPasswordResetReqValidationError struct {
// contains filtered or unexported fields
}
LoginPasswordResetReqValidationError is the validation error returned by LoginPasswordResetReq.Validate if the designated constraints aren't met.
func (LoginPasswordResetReqValidationError) Cause ¶
func (e LoginPasswordResetReqValidationError) Cause() error
Cause function returns cause value.
func (LoginPasswordResetReqValidationError) Error ¶
func (e LoginPasswordResetReqValidationError) Error() string
Error satisfies the builtin error interface
func (LoginPasswordResetReqValidationError) ErrorName ¶
func (e LoginPasswordResetReqValidationError) ErrorName() string
ErrorName returns error name.
func (LoginPasswordResetReqValidationError) Field ¶
func (e LoginPasswordResetReqValidationError) Field() string
Field function returns field value.
func (LoginPasswordResetReqValidationError) Key ¶
func (e LoginPasswordResetReqValidationError) Key() bool
Key function returns key value.
func (LoginPasswordResetReqValidationError) Reason ¶
func (e LoginPasswordResetReqValidationError) Reason() string
Reason function returns reason value.
type LoginReply ¶
type LoginReply struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*LoginReply) Descriptor
deprecated
func (*LoginReply) Descriptor() ([]byte, []int)
Deprecated: Use LoginReply.ProtoReflect.Descriptor instead.
func (*LoginReply) GetToken ¶
func (x *LoginReply) GetToken() string
func (*LoginReply) ProtoMessage ¶
func (*LoginReply) ProtoMessage()
func (*LoginReply) ProtoReflect ¶
func (x *LoginReply) ProtoReflect() protoreflect.Message
func (*LoginReply) Reset ¶
func (x *LoginReply) Reset()
func (*LoginReply) String ¶
func (x *LoginReply) String() string
func (*LoginReply) Validate ¶
func (m *LoginReply) Validate() error
Validate checks the field values on LoginReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LoginReply) ValidateAll ¶
func (m *LoginReply) ValidateAll() error
ValidateAll checks the field values on LoginReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginReplyMultiError, or nil if none found.
type LoginReplyMultiError ¶
type LoginReplyMultiError []error
LoginReplyMultiError is an error wrapping multiple validation errors returned by LoginReply.ValidateAll() if the designated constraints aren't met.
func (LoginReplyMultiError) AllErrors ¶
func (m LoginReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LoginReplyMultiError) Error ¶
func (m LoginReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LoginReplyValidationError ¶
type LoginReplyValidationError struct {
// contains filtered or unexported fields
}
LoginReplyValidationError is the validation error returned by LoginReply.Validate if the designated constraints aren't met.
func (LoginReplyValidationError) Cause ¶
func (e LoginReplyValidationError) Cause() error
Cause function returns cause value.
func (LoginReplyValidationError) Error ¶
func (e LoginReplyValidationError) Error() string
Error satisfies the builtin error interface
func (LoginReplyValidationError) ErrorName ¶
func (e LoginReplyValidationError) ErrorName() string
ErrorName returns error name.
func (LoginReplyValidationError) Field ¶
func (e LoginReplyValidationError) Field() string
Field function returns field value.
func (LoginReplyValidationError) Key ¶
func (e LoginReplyValidationError) Key() bool
Key function returns key value.
func (LoginReplyValidationError) Reason ¶
func (e LoginReplyValidationError) Reason() string
Reason function returns reason value.
type RemoveCommentReq ¶
type RemoveCommentReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RemoveCommentReq) Descriptor
deprecated
func (*RemoveCommentReq) Descriptor() ([]byte, []int)
Deprecated: Use RemoveCommentReq.ProtoReflect.Descriptor instead.
func (*RemoveCommentReq) GetId ¶
func (x *RemoveCommentReq) GetId() int32
func (*RemoveCommentReq) ProtoMessage ¶
func (*RemoveCommentReq) ProtoMessage()
func (*RemoveCommentReq) ProtoReflect ¶
func (x *RemoveCommentReq) ProtoReflect() protoreflect.Message
func (*RemoveCommentReq) Reset ¶
func (x *RemoveCommentReq) Reset()
func (*RemoveCommentReq) String ¶
func (x *RemoveCommentReq) String() string
func (*RemoveCommentReq) Validate ¶
func (m *RemoveCommentReq) Validate() error
Validate checks the field values on RemoveCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RemoveCommentReq) ValidateAll ¶
func (m *RemoveCommentReq) ValidateAll() error
ValidateAll checks the field values on RemoveCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveCommentReqMultiError, or nil if none found.
type RemoveCommentReqMultiError ¶
type RemoveCommentReqMultiError []error
RemoveCommentReqMultiError is an error wrapping multiple validation errors returned by RemoveCommentReq.ValidateAll() if the designated constraints aren't met.
func (RemoveCommentReqMultiError) AllErrors ¶
func (m RemoveCommentReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RemoveCommentReqMultiError) Error ¶
func (m RemoveCommentReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RemoveCommentReqValidationError ¶
type RemoveCommentReqValidationError struct {
// contains filtered or unexported fields
}
RemoveCommentReqValidationError is the validation error returned by RemoveCommentReq.Validate if the designated constraints aren't met.
func (RemoveCommentReqValidationError) Cause ¶
func (e RemoveCommentReqValidationError) Cause() error
Cause function returns cause value.
func (RemoveCommentReqValidationError) Error ¶
func (e RemoveCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveCommentReqValidationError) ErrorName ¶
func (e RemoveCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveCommentReqValidationError) Field ¶
func (e RemoveCommentReqValidationError) Field() string
Field function returns field value.
func (RemoveCommentReqValidationError) Key ¶
func (e RemoveCommentReqValidationError) Key() bool
Key function returns key value.
func (RemoveCommentReqValidationError) Reason ¶
func (e RemoveCommentReqValidationError) Reason() string
Reason function returns reason value.
type RemoveSubCommentReq ¶
type RemoveSubCommentReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RemoveSubCommentReq) Descriptor
deprecated
func (*RemoveSubCommentReq) Descriptor() ([]byte, []int)
Deprecated: Use RemoveSubCommentReq.ProtoReflect.Descriptor instead.
func (*RemoveSubCommentReq) GetId ¶
func (x *RemoveSubCommentReq) GetId() int32
func (*RemoveSubCommentReq) ProtoMessage ¶
func (*RemoveSubCommentReq) ProtoMessage()
func (*RemoveSubCommentReq) ProtoReflect ¶
func (x *RemoveSubCommentReq) ProtoReflect() protoreflect.Message
func (*RemoveSubCommentReq) Reset ¶
func (x *RemoveSubCommentReq) Reset()
func (*RemoveSubCommentReq) String ¶
func (x *RemoveSubCommentReq) String() string
func (*RemoveSubCommentReq) Validate ¶
func (m *RemoveSubCommentReq) Validate() error
Validate checks the field values on RemoveSubCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RemoveSubCommentReq) ValidateAll ¶
func (m *RemoveSubCommentReq) ValidateAll() error
ValidateAll checks the field values on RemoveSubCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveSubCommentReqMultiError, or nil if none found.
type RemoveSubCommentReqMultiError ¶
type RemoveSubCommentReqMultiError []error
RemoveSubCommentReqMultiError is an error wrapping multiple validation errors returned by RemoveSubCommentReq.ValidateAll() if the designated constraints aren't met.
func (RemoveSubCommentReqMultiError) AllErrors ¶
func (m RemoveSubCommentReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RemoveSubCommentReqMultiError) Error ¶
func (m RemoveSubCommentReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RemoveSubCommentReqValidationError ¶
type RemoveSubCommentReqValidationError struct {
// contains filtered or unexported fields
}
RemoveSubCommentReqValidationError is the validation error returned by RemoveSubCommentReq.Validate if the designated constraints aren't met.
func (RemoveSubCommentReqValidationError) Cause ¶
func (e RemoveSubCommentReqValidationError) Cause() error
Cause function returns cause value.
func (RemoveSubCommentReqValidationError) Error ¶
func (e RemoveSubCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveSubCommentReqValidationError) ErrorName ¶
func (e RemoveSubCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveSubCommentReqValidationError) Field ¶
func (e RemoveSubCommentReqValidationError) Field() string
Field function returns field value.
func (RemoveSubCommentReqValidationError) Key ¶
func (e RemoveSubCommentReqValidationError) Key() bool
Key function returns key value.
func (RemoveSubCommentReqValidationError) Reason ¶
func (e RemoveSubCommentReqValidationError) Reason() string
Reason function returns reason value.
type SendArticleEditReq ¶
type SendArticleEditReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendArticleEditReq) Descriptor
deprecated
func (*SendArticleEditReq) Descriptor() ([]byte, []int)
Deprecated: Use SendArticleEditReq.ProtoReflect.Descriptor instead.
func (*SendArticleEditReq) GetId ¶
func (x *SendArticleEditReq) GetId() int32
func (*SendArticleEditReq) ProtoMessage ¶
func (*SendArticleEditReq) ProtoMessage()
func (*SendArticleEditReq) ProtoReflect ¶
func (x *SendArticleEditReq) ProtoReflect() protoreflect.Message
func (*SendArticleEditReq) Reset ¶
func (x *SendArticleEditReq) Reset()
func (*SendArticleEditReq) String ¶
func (x *SendArticleEditReq) String() string
func (*SendArticleEditReq) Validate ¶
func (m *SendArticleEditReq) Validate() error
Validate checks the field values on SendArticleEditReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendArticleEditReq) ValidateAll ¶
func (m *SendArticleEditReq) ValidateAll() error
ValidateAll checks the field values on SendArticleEditReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendArticleEditReqMultiError, or nil if none found.
type SendArticleEditReqMultiError ¶
type SendArticleEditReqMultiError []error
SendArticleEditReqMultiError is an error wrapping multiple validation errors returned by SendArticleEditReq.ValidateAll() if the designated constraints aren't met.
func (SendArticleEditReqMultiError) AllErrors ¶
func (m SendArticleEditReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendArticleEditReqMultiError) Error ¶
func (m SendArticleEditReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendArticleEditReqValidationError ¶
type SendArticleEditReqValidationError struct {
// contains filtered or unexported fields
}
SendArticleEditReqValidationError is the validation error returned by SendArticleEditReq.Validate if the designated constraints aren't met.
func (SendArticleEditReqValidationError) Cause ¶
func (e SendArticleEditReqValidationError) Cause() error
Cause function returns cause value.
func (SendArticleEditReqValidationError) Error ¶
func (e SendArticleEditReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendArticleEditReqValidationError) ErrorName ¶
func (e SendArticleEditReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendArticleEditReqValidationError) Field ¶
func (e SendArticleEditReqValidationError) Field() string
Field function returns field value.
func (SendArticleEditReqValidationError) Key ¶
func (e SendArticleEditReqValidationError) Key() bool
Key function returns key value.
func (SendArticleEditReqValidationError) Reason ¶
func (e SendArticleEditReqValidationError) Reason() string
Reason function returns reason value.
type SendArticleReq ¶
type SendArticleReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendArticleReq) Descriptor
deprecated
func (*SendArticleReq) Descriptor() ([]byte, []int)
Deprecated: Use SendArticleReq.ProtoReflect.Descriptor instead.
func (*SendArticleReq) GetId ¶
func (x *SendArticleReq) GetId() int32
func (*SendArticleReq) ProtoMessage ¶
func (*SendArticleReq) ProtoMessage()
func (*SendArticleReq) ProtoReflect ¶
func (x *SendArticleReq) ProtoReflect() protoreflect.Message
func (*SendArticleReq) Reset ¶
func (x *SendArticleReq) Reset()
func (*SendArticleReq) String ¶
func (x *SendArticleReq) String() string
func (*SendArticleReq) Validate ¶
func (m *SendArticleReq) Validate() error
Validate checks the field values on SendArticleReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendArticleReq) ValidateAll ¶
func (m *SendArticleReq) ValidateAll() error
ValidateAll checks the field values on SendArticleReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendArticleReqMultiError, or nil if none found.
type SendArticleReqMultiError ¶
type SendArticleReqMultiError []error
SendArticleReqMultiError is an error wrapping multiple validation errors returned by SendArticleReq.ValidateAll() if the designated constraints aren't met.
func (SendArticleReqMultiError) AllErrors ¶
func (m SendArticleReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendArticleReqMultiError) Error ¶
func (m SendArticleReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendArticleReqValidationError ¶
type SendArticleReqValidationError struct {
// contains filtered or unexported fields
}
SendArticleReqValidationError is the validation error returned by SendArticleReq.Validate if the designated constraints aren't met.
func (SendArticleReqValidationError) Cause ¶
func (e SendArticleReqValidationError) Cause() error
Cause function returns cause value.
func (SendArticleReqValidationError) Error ¶
func (e SendArticleReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendArticleReqValidationError) ErrorName ¶
func (e SendArticleReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendArticleReqValidationError) Field ¶
func (e SendArticleReqValidationError) Field() string
Field function returns field value.
func (SendArticleReqValidationError) Key ¶
func (e SendArticleReqValidationError) Key() bool
Key function returns key value.
func (SendArticleReqValidationError) Reason ¶
func (e SendArticleReqValidationError) Reason() string
Reason function returns reason value.
type SendCollectionsEditReq ¶
type SendCollectionsEditReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendCollectionsEditReq) Descriptor
deprecated
func (*SendCollectionsEditReq) Descriptor() ([]byte, []int)
Deprecated: Use SendCollectionsEditReq.ProtoReflect.Descriptor instead.
func (*SendCollectionsEditReq) GetId ¶
func (x *SendCollectionsEditReq) GetId() int32
func (*SendCollectionsEditReq) ProtoMessage ¶
func (*SendCollectionsEditReq) ProtoMessage()
func (*SendCollectionsEditReq) ProtoReflect ¶
func (x *SendCollectionsEditReq) ProtoReflect() protoreflect.Message
func (*SendCollectionsEditReq) Reset ¶
func (x *SendCollectionsEditReq) Reset()
func (*SendCollectionsEditReq) String ¶
func (x *SendCollectionsEditReq) String() string
func (*SendCollectionsEditReq) Validate ¶
func (m *SendCollectionsEditReq) Validate() error
Validate checks the field values on SendCollectionsEditReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendCollectionsEditReq) ValidateAll ¶
func (m *SendCollectionsEditReq) ValidateAll() error
ValidateAll checks the field values on SendCollectionsEditReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendCollectionsEditReqMultiError, or nil if none found.
type SendCollectionsEditReqMultiError ¶
type SendCollectionsEditReqMultiError []error
SendCollectionsEditReqMultiError is an error wrapping multiple validation errors returned by SendCollectionsEditReq.ValidateAll() if the designated constraints aren't met.
func (SendCollectionsEditReqMultiError) AllErrors ¶
func (m SendCollectionsEditReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendCollectionsEditReqMultiError) Error ¶
func (m SendCollectionsEditReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendCollectionsEditReqValidationError ¶
type SendCollectionsEditReqValidationError struct {
// contains filtered or unexported fields
}
SendCollectionsEditReqValidationError is the validation error returned by SendCollectionsEditReq.Validate if the designated constraints aren't met.
func (SendCollectionsEditReqValidationError) Cause ¶
func (e SendCollectionsEditReqValidationError) Cause() error
Cause function returns cause value.
func (SendCollectionsEditReqValidationError) Error ¶
func (e SendCollectionsEditReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendCollectionsEditReqValidationError) ErrorName ¶
func (e SendCollectionsEditReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendCollectionsEditReqValidationError) Field ¶
func (e SendCollectionsEditReqValidationError) Field() string
Field function returns field value.
func (SendCollectionsEditReqValidationError) Key ¶
func (e SendCollectionsEditReqValidationError) Key() bool
Key function returns key value.
func (SendCollectionsEditReqValidationError) Reason ¶
func (e SendCollectionsEditReqValidationError) Reason() string
Reason function returns reason value.
type SendCollectionsReq ¶
type SendCollectionsReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendCollectionsReq) Descriptor
deprecated
func (*SendCollectionsReq) Descriptor() ([]byte, []int)
Deprecated: Use SendCollectionsReq.ProtoReflect.Descriptor instead.
func (*SendCollectionsReq) GetId ¶
func (x *SendCollectionsReq) GetId() int32
func (*SendCollectionsReq) ProtoMessage ¶
func (*SendCollectionsReq) ProtoMessage()
func (*SendCollectionsReq) ProtoReflect ¶
func (x *SendCollectionsReq) ProtoReflect() protoreflect.Message
func (*SendCollectionsReq) Reset ¶
func (x *SendCollectionsReq) Reset()
func (*SendCollectionsReq) String ¶
func (x *SendCollectionsReq) String() string
func (*SendCollectionsReq) Validate ¶
func (m *SendCollectionsReq) Validate() error
Validate checks the field values on SendCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendCollectionsReq) ValidateAll ¶
func (m *SendCollectionsReq) ValidateAll() error
ValidateAll checks the field values on SendCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendCollectionsReqMultiError, or nil if none found.
type SendCollectionsReqMultiError ¶
type SendCollectionsReqMultiError []error
SendCollectionsReqMultiError is an error wrapping multiple validation errors returned by SendCollectionsReq.ValidateAll() if the designated constraints aren't met.
func (SendCollectionsReqMultiError) AllErrors ¶
func (m SendCollectionsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendCollectionsReqMultiError) Error ¶
func (m SendCollectionsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendCollectionsReqValidationError ¶
type SendCollectionsReqValidationError struct {
// contains filtered or unexported fields
}
SendCollectionsReqValidationError is the validation error returned by SendCollectionsReq.Validate if the designated constraints aren't met.
func (SendCollectionsReqValidationError) Cause ¶
func (e SendCollectionsReqValidationError) Cause() error
Cause function returns cause value.
func (SendCollectionsReqValidationError) Error ¶
func (e SendCollectionsReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendCollectionsReqValidationError) ErrorName ¶
func (e SendCollectionsReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendCollectionsReqValidationError) Field ¶
func (e SendCollectionsReqValidationError) Field() string
Field function returns field value.
func (SendCollectionsReqValidationError) Key ¶
func (e SendCollectionsReqValidationError) Key() bool
Key function returns key value.
func (SendCollectionsReqValidationError) Reason ¶
func (e SendCollectionsReqValidationError) Reason() string
Reason function returns reason value.
type SendColumnEditReq ¶
type SendColumnEditReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendColumnEditReq) Descriptor
deprecated
func (*SendColumnEditReq) Descriptor() ([]byte, []int)
Deprecated: Use SendColumnEditReq.ProtoReflect.Descriptor instead.
func (*SendColumnEditReq) GetId ¶
func (x *SendColumnEditReq) GetId() int32
func (*SendColumnEditReq) ProtoMessage ¶
func (*SendColumnEditReq) ProtoMessage()
func (*SendColumnEditReq) ProtoReflect ¶
func (x *SendColumnEditReq) ProtoReflect() protoreflect.Message
func (*SendColumnEditReq) Reset ¶
func (x *SendColumnEditReq) Reset()
func (*SendColumnEditReq) String ¶
func (x *SendColumnEditReq) String() string
func (*SendColumnEditReq) Validate ¶
func (m *SendColumnEditReq) Validate() error
Validate checks the field values on SendColumnEditReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendColumnEditReq) ValidateAll ¶
func (m *SendColumnEditReq) ValidateAll() error
ValidateAll checks the field values on SendColumnEditReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendColumnEditReqMultiError, or nil if none found.
type SendColumnEditReqMultiError ¶
type SendColumnEditReqMultiError []error
SendColumnEditReqMultiError is an error wrapping multiple validation errors returned by SendColumnEditReq.ValidateAll() if the designated constraints aren't met.
func (SendColumnEditReqMultiError) AllErrors ¶
func (m SendColumnEditReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendColumnEditReqMultiError) Error ¶
func (m SendColumnEditReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendColumnEditReqValidationError ¶
type SendColumnEditReqValidationError struct {
// contains filtered or unexported fields
}
SendColumnEditReqValidationError is the validation error returned by SendColumnEditReq.Validate if the designated constraints aren't met.
func (SendColumnEditReqValidationError) Cause ¶
func (e SendColumnEditReqValidationError) Cause() error
Cause function returns cause value.
func (SendColumnEditReqValidationError) Error ¶
func (e SendColumnEditReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendColumnEditReqValidationError) ErrorName ¶
func (e SendColumnEditReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendColumnEditReqValidationError) Field ¶
func (e SendColumnEditReqValidationError) Field() string
Field function returns field value.
func (SendColumnEditReqValidationError) Key ¶
func (e SendColumnEditReqValidationError) Key() bool
Key function returns key value.
func (SendColumnEditReqValidationError) Reason ¶
func (e SendColumnEditReqValidationError) Reason() string
Reason function returns reason value.
type SendColumnReq ¶
type SendColumnReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendColumnReq) Descriptor
deprecated
func (*SendColumnReq) Descriptor() ([]byte, []int)
Deprecated: Use SendColumnReq.ProtoReflect.Descriptor instead.
func (*SendColumnReq) GetId ¶
func (x *SendColumnReq) GetId() int32
func (*SendColumnReq) ProtoMessage ¶
func (*SendColumnReq) ProtoMessage()
func (*SendColumnReq) ProtoReflect ¶
func (x *SendColumnReq) ProtoReflect() protoreflect.Message
func (*SendColumnReq) Reset ¶
func (x *SendColumnReq) Reset()
func (*SendColumnReq) String ¶
func (x *SendColumnReq) String() string
func (*SendColumnReq) Validate ¶
func (m *SendColumnReq) Validate() error
Validate checks the field values on SendColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendColumnReq) ValidateAll ¶
func (m *SendColumnReq) ValidateAll() error
ValidateAll checks the field values on SendColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendColumnReqMultiError, or nil if none found.
type SendColumnReqMultiError ¶
type SendColumnReqMultiError []error
SendColumnReqMultiError is an error wrapping multiple validation errors returned by SendColumnReq.ValidateAll() if the designated constraints aren't met.
func (SendColumnReqMultiError) AllErrors ¶
func (m SendColumnReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendColumnReqMultiError) Error ¶
func (m SendColumnReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendColumnReqValidationError ¶
type SendColumnReqValidationError struct {
// contains filtered or unexported fields
}
SendColumnReqValidationError is the validation error returned by SendColumnReq.Validate if the designated constraints aren't met.
func (SendColumnReqValidationError) Cause ¶
func (e SendColumnReqValidationError) Cause() error
Cause function returns cause value.
func (SendColumnReqValidationError) Error ¶
func (e SendColumnReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendColumnReqValidationError) ErrorName ¶
func (e SendColumnReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendColumnReqValidationError) Field ¶
func (e SendColumnReqValidationError) Field() string
Field function returns field value.
func (SendColumnReqValidationError) Key ¶
func (e SendColumnReqValidationError) Key() bool
Key function returns key value.
func (SendColumnReqValidationError) Reason ¶
func (e SendColumnReqValidationError) Reason() string
Reason function returns reason value.
type SendCommentReq ¶
type SendCommentReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendCommentReq) Descriptor
deprecated
func (*SendCommentReq) Descriptor() ([]byte, []int)
Deprecated: Use SendCommentReq.ProtoReflect.Descriptor instead.
func (*SendCommentReq) GetId ¶
func (x *SendCommentReq) GetId() int32
func (*SendCommentReq) ProtoMessage ¶
func (*SendCommentReq) ProtoMessage()
func (*SendCommentReq) ProtoReflect ¶
func (x *SendCommentReq) ProtoReflect() protoreflect.Message
func (*SendCommentReq) Reset ¶
func (x *SendCommentReq) Reset()
func (*SendCommentReq) String ¶
func (x *SendCommentReq) String() string
func (*SendCommentReq) Validate ¶
func (m *SendCommentReq) Validate() error
Validate checks the field values on SendCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendCommentReq) ValidateAll ¶
func (m *SendCommentReq) ValidateAll() error
ValidateAll checks the field values on SendCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendCommentReqMultiError, or nil if none found.
type SendCommentReqMultiError ¶
type SendCommentReqMultiError []error
SendCommentReqMultiError is an error wrapping multiple validation errors returned by SendCommentReq.ValidateAll() if the designated constraints aren't met.
func (SendCommentReqMultiError) AllErrors ¶
func (m SendCommentReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendCommentReqMultiError) Error ¶
func (m SendCommentReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendCommentReqValidationError ¶
type SendCommentReqValidationError struct {
// contains filtered or unexported fields
}
SendCommentReqValidationError is the validation error returned by SendCommentReq.Validate if the designated constraints aren't met.
func (SendCommentReqValidationError) Cause ¶
func (e SendCommentReqValidationError) Cause() error
Cause function returns cause value.
func (SendCommentReqValidationError) Error ¶
func (e SendCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendCommentReqValidationError) ErrorName ¶
func (e SendCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendCommentReqValidationError) Field ¶
func (e SendCommentReqValidationError) Field() string
Field function returns field value.
func (SendCommentReqValidationError) Key ¶
func (e SendCommentReqValidationError) Key() bool
Key function returns key value.
func (SendCommentReqValidationError) Reason ¶
func (e SendCommentReqValidationError) Reason() string
Reason function returns reason value.
type SendEmailCodeReq ¶
type SendEmailCodeReq struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Template string `protobuf:"bytes,2,opt,name=template,proto3" json:"template,omitempty"` // contains filtered or unexported fields }
func (*SendEmailCodeReq) Descriptor
deprecated
func (*SendEmailCodeReq) Descriptor() ([]byte, []int)
Deprecated: Use SendEmailCodeReq.ProtoReflect.Descriptor instead.
func (*SendEmailCodeReq) GetEmail ¶
func (x *SendEmailCodeReq) GetEmail() string
func (*SendEmailCodeReq) GetTemplate ¶
func (x *SendEmailCodeReq) GetTemplate() string
func (*SendEmailCodeReq) ProtoMessage ¶
func (*SendEmailCodeReq) ProtoMessage()
func (*SendEmailCodeReq) ProtoReflect ¶
func (x *SendEmailCodeReq) ProtoReflect() protoreflect.Message
func (*SendEmailCodeReq) Reset ¶
func (x *SendEmailCodeReq) Reset()
func (*SendEmailCodeReq) String ¶
func (x *SendEmailCodeReq) String() string
func (*SendEmailCodeReq) Validate ¶
func (m *SendEmailCodeReq) Validate() error
Validate checks the field values on SendEmailCodeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendEmailCodeReq) ValidateAll ¶
func (m *SendEmailCodeReq) ValidateAll() error
ValidateAll checks the field values on SendEmailCodeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendEmailCodeReqMultiError, or nil if none found.
type SendEmailCodeReqMultiError ¶
type SendEmailCodeReqMultiError []error
SendEmailCodeReqMultiError is an error wrapping multiple validation errors returned by SendEmailCodeReq.ValidateAll() if the designated constraints aren't met.
func (SendEmailCodeReqMultiError) AllErrors ¶
func (m SendEmailCodeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendEmailCodeReqMultiError) Error ¶
func (m SendEmailCodeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendEmailCodeReqValidationError ¶
type SendEmailCodeReqValidationError struct {
// contains filtered or unexported fields
}
SendEmailCodeReqValidationError is the validation error returned by SendEmailCodeReq.Validate if the designated constraints aren't met.
func (SendEmailCodeReqValidationError) Cause ¶
func (e SendEmailCodeReqValidationError) Cause() error
Cause function returns cause value.
func (SendEmailCodeReqValidationError) Error ¶
func (e SendEmailCodeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendEmailCodeReqValidationError) ErrorName ¶
func (e SendEmailCodeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendEmailCodeReqValidationError) Field ¶
func (e SendEmailCodeReqValidationError) Field() string
Field function returns field value.
func (SendEmailCodeReqValidationError) Key ¶
func (e SendEmailCodeReqValidationError) Key() bool
Key function returns key value.
func (SendEmailCodeReqValidationError) Reason ¶
func (e SendEmailCodeReqValidationError) Reason() string
Reason function returns reason value.
type SendPhoneCodeReq ¶
type SendPhoneCodeReq struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"` Template string `protobuf:"bytes,2,opt,name=template,proto3" json:"template,omitempty"` // contains filtered or unexported fields }
func (*SendPhoneCodeReq) Descriptor
deprecated
func (*SendPhoneCodeReq) Descriptor() ([]byte, []int)
Deprecated: Use SendPhoneCodeReq.ProtoReflect.Descriptor instead.
func (*SendPhoneCodeReq) GetPhone ¶
func (x *SendPhoneCodeReq) GetPhone() string
func (*SendPhoneCodeReq) GetTemplate ¶
func (x *SendPhoneCodeReq) GetTemplate() string
func (*SendPhoneCodeReq) ProtoMessage ¶
func (*SendPhoneCodeReq) ProtoMessage()
func (*SendPhoneCodeReq) ProtoReflect ¶
func (x *SendPhoneCodeReq) ProtoReflect() protoreflect.Message
func (*SendPhoneCodeReq) Reset ¶
func (x *SendPhoneCodeReq) Reset()
func (*SendPhoneCodeReq) String ¶
func (x *SendPhoneCodeReq) String() string
func (*SendPhoneCodeReq) Validate ¶
func (m *SendPhoneCodeReq) Validate() error
Validate checks the field values on SendPhoneCodeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendPhoneCodeReq) ValidateAll ¶
func (m *SendPhoneCodeReq) ValidateAll() error
ValidateAll checks the field values on SendPhoneCodeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendPhoneCodeReqMultiError, or nil if none found.
type SendPhoneCodeReqMultiError ¶
type SendPhoneCodeReqMultiError []error
SendPhoneCodeReqMultiError is an error wrapping multiple validation errors returned by SendPhoneCodeReq.ValidateAll() if the designated constraints aren't met.
func (SendPhoneCodeReqMultiError) AllErrors ¶
func (m SendPhoneCodeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendPhoneCodeReqMultiError) Error ¶
func (m SendPhoneCodeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendPhoneCodeReqValidationError ¶
type SendPhoneCodeReqValidationError struct {
// contains filtered or unexported fields
}
SendPhoneCodeReqValidationError is the validation error returned by SendPhoneCodeReq.Validate if the designated constraints aren't met.
func (SendPhoneCodeReqValidationError) Cause ¶
func (e SendPhoneCodeReqValidationError) Cause() error
Cause function returns cause value.
func (SendPhoneCodeReqValidationError) Error ¶
func (e SendPhoneCodeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendPhoneCodeReqValidationError) ErrorName ¶
func (e SendPhoneCodeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendPhoneCodeReqValidationError) Field ¶
func (e SendPhoneCodeReqValidationError) Field() string
Field function returns field value.
func (SendPhoneCodeReqValidationError) Key ¶
func (e SendPhoneCodeReqValidationError) Key() bool
Key function returns key value.
func (SendPhoneCodeReqValidationError) Reason ¶
func (e SendPhoneCodeReqValidationError) Reason() string
Reason function returns reason value.
type SendSubCommentReq ¶
type SendSubCommentReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendSubCommentReq) Descriptor
deprecated
func (*SendSubCommentReq) Descriptor() ([]byte, []int)
Deprecated: Use SendSubCommentReq.ProtoReflect.Descriptor instead.
func (*SendSubCommentReq) GetId ¶
func (x *SendSubCommentReq) GetId() int32
func (*SendSubCommentReq) ProtoMessage ¶
func (*SendSubCommentReq) ProtoMessage()
func (*SendSubCommentReq) ProtoReflect ¶
func (x *SendSubCommentReq) ProtoReflect() protoreflect.Message
func (*SendSubCommentReq) Reset ¶
func (x *SendSubCommentReq) Reset()
func (*SendSubCommentReq) String ¶
func (x *SendSubCommentReq) String() string
func (*SendSubCommentReq) Validate ¶
func (m *SendSubCommentReq) Validate() error
Validate checks the field values on SendSubCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendSubCommentReq) ValidateAll ¶
func (m *SendSubCommentReq) ValidateAll() error
ValidateAll checks the field values on SendSubCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendSubCommentReqMultiError, or nil if none found.
type SendSubCommentReqMultiError ¶
type SendSubCommentReqMultiError []error
SendSubCommentReqMultiError is an error wrapping multiple validation errors returned by SendSubCommentReq.ValidateAll() if the designated constraints aren't met.
func (SendSubCommentReqMultiError) AllErrors ¶
func (m SendSubCommentReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendSubCommentReqMultiError) Error ¶
func (m SendSubCommentReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendSubCommentReqValidationError ¶
type SendSubCommentReqValidationError struct {
// contains filtered or unexported fields
}
SendSubCommentReqValidationError is the validation error returned by SendSubCommentReq.Validate if the designated constraints aren't met.
func (SendSubCommentReqValidationError) Cause ¶
func (e SendSubCommentReqValidationError) Cause() error
Cause function returns cause value.
func (SendSubCommentReqValidationError) Error ¶
func (e SendSubCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendSubCommentReqValidationError) ErrorName ¶
func (e SendSubCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendSubCommentReqValidationError) Field ¶
func (e SendSubCommentReqValidationError) Field() string
Field function returns field value.
func (SendSubCommentReqValidationError) Key ¶
func (e SendSubCommentReqValidationError) Key() bool
Key function returns key value.
func (SendSubCommentReqValidationError) Reason ¶
func (e SendSubCommentReqValidationError) Reason() string
Reason function returns reason value.
type SendTalkEditReq ¶
type SendTalkEditReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendTalkEditReq) Descriptor
deprecated
func (*SendTalkEditReq) Descriptor() ([]byte, []int)
Deprecated: Use SendTalkEditReq.ProtoReflect.Descriptor instead.
func (*SendTalkEditReq) GetId ¶
func (x *SendTalkEditReq) GetId() int32
func (*SendTalkEditReq) ProtoMessage ¶
func (*SendTalkEditReq) ProtoMessage()
func (*SendTalkEditReq) ProtoReflect ¶
func (x *SendTalkEditReq) ProtoReflect() protoreflect.Message
func (*SendTalkEditReq) Reset ¶
func (x *SendTalkEditReq) Reset()
func (*SendTalkEditReq) String ¶
func (x *SendTalkEditReq) String() string
func (*SendTalkEditReq) Validate ¶
func (m *SendTalkEditReq) Validate() error
Validate checks the field values on SendTalkEditReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendTalkEditReq) ValidateAll ¶
func (m *SendTalkEditReq) ValidateAll() error
ValidateAll checks the field values on SendTalkEditReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendTalkEditReqMultiError, or nil if none found.
type SendTalkEditReqMultiError ¶
type SendTalkEditReqMultiError []error
SendTalkEditReqMultiError is an error wrapping multiple validation errors returned by SendTalkEditReq.ValidateAll() if the designated constraints aren't met.
func (SendTalkEditReqMultiError) AllErrors ¶
func (m SendTalkEditReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendTalkEditReqMultiError) Error ¶
func (m SendTalkEditReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendTalkEditReqValidationError ¶
type SendTalkEditReqValidationError struct {
// contains filtered or unexported fields
}
SendTalkEditReqValidationError is the validation error returned by SendTalkEditReq.Validate if the designated constraints aren't met.
func (SendTalkEditReqValidationError) Cause ¶
func (e SendTalkEditReqValidationError) Cause() error
Cause function returns cause value.
func (SendTalkEditReqValidationError) Error ¶
func (e SendTalkEditReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendTalkEditReqValidationError) ErrorName ¶
func (e SendTalkEditReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendTalkEditReqValidationError) Field ¶
func (e SendTalkEditReqValidationError) Field() string
Field function returns field value.
func (SendTalkEditReqValidationError) Key ¶
func (e SendTalkEditReqValidationError) Key() bool
Key function returns key value.
func (SendTalkEditReqValidationError) Reason ¶
func (e SendTalkEditReqValidationError) Reason() string
Reason function returns reason value.
type SendTalkReq ¶
type SendTalkReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendTalkReq) Descriptor
deprecated
func (*SendTalkReq) Descriptor() ([]byte, []int)
Deprecated: Use SendTalkReq.ProtoReflect.Descriptor instead.
func (*SendTalkReq) GetId ¶
func (x *SendTalkReq) GetId() int32
func (*SendTalkReq) ProtoMessage ¶
func (*SendTalkReq) ProtoMessage()
func (*SendTalkReq) ProtoReflect ¶
func (x *SendTalkReq) ProtoReflect() protoreflect.Message
func (*SendTalkReq) Reset ¶
func (x *SendTalkReq) Reset()
func (*SendTalkReq) String ¶
func (x *SendTalkReq) String() string
func (*SendTalkReq) Validate ¶
func (m *SendTalkReq) Validate() error
Validate checks the field values on SendTalkReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SendTalkReq) ValidateAll ¶
func (m *SendTalkReq) ValidateAll() error
ValidateAll checks the field values on SendTalkReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendTalkReqMultiError, or nil if none found.
type SendTalkReqMultiError ¶
type SendTalkReqMultiError []error
SendTalkReqMultiError is an error wrapping multiple validation errors returned by SendTalkReq.ValidateAll() if the designated constraints aren't met.
func (SendTalkReqMultiError) AllErrors ¶
func (m SendTalkReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SendTalkReqMultiError) Error ¶
func (m SendTalkReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendTalkReqValidationError ¶
type SendTalkReqValidationError struct {
// contains filtered or unexported fields
}
SendTalkReqValidationError is the validation error returned by SendTalkReq.Validate if the designated constraints aren't met.
func (SendTalkReqValidationError) Cause ¶
func (e SendTalkReqValidationError) Cause() error
Cause function returns cause value.
func (SendTalkReqValidationError) Error ¶
func (e SendTalkReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendTalkReqValidationError) ErrorName ¶
func (e SendTalkReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendTalkReqValidationError) Field ¶
func (e SendTalkReqValidationError) Field() string
Field function returns field value.
func (SendTalkReqValidationError) Key ¶
func (e SendTalkReqValidationError) Key() bool
Key function returns key value.
func (SendTalkReqValidationError) Reason ¶
func (e SendTalkReqValidationError) Reason() string
Reason function returns reason value.
type SetArticleAgreeReq ¶
type SetArticleAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetArticleAgreeReq) Descriptor
deprecated
func (*SetArticleAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetArticleAgreeReq.ProtoReflect.Descriptor instead.
func (*SetArticleAgreeReq) GetId ¶
func (x *SetArticleAgreeReq) GetId() int32
func (*SetArticleAgreeReq) GetUuid ¶
func (x *SetArticleAgreeReq) GetUuid() string
func (*SetArticleAgreeReq) ProtoMessage ¶
func (*SetArticleAgreeReq) ProtoMessage()
func (*SetArticleAgreeReq) ProtoReflect ¶
func (x *SetArticleAgreeReq) ProtoReflect() protoreflect.Message
func (*SetArticleAgreeReq) Reset ¶
func (x *SetArticleAgreeReq) Reset()
func (*SetArticleAgreeReq) String ¶
func (x *SetArticleAgreeReq) String() string
func (*SetArticleAgreeReq) Validate ¶
func (m *SetArticleAgreeReq) Validate() error
Validate checks the field values on SetArticleAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetArticleAgreeReq) ValidateAll ¶
func (m *SetArticleAgreeReq) ValidateAll() error
ValidateAll checks the field values on SetArticleAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleAgreeReqMultiError, or nil if none found.
type SetArticleAgreeReqMultiError ¶
type SetArticleAgreeReqMultiError []error
SetArticleAgreeReqMultiError is an error wrapping multiple validation errors returned by SetArticleAgreeReq.ValidateAll() if the designated constraints aren't met.
func (SetArticleAgreeReqMultiError) AllErrors ¶
func (m SetArticleAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetArticleAgreeReqMultiError) Error ¶
func (m SetArticleAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetArticleAgreeReqValidationError ¶
type SetArticleAgreeReqValidationError struct {
// contains filtered or unexported fields
}
SetArticleAgreeReqValidationError is the validation error returned by SetArticleAgreeReq.Validate if the designated constraints aren't met.
func (SetArticleAgreeReqValidationError) Cause ¶
func (e SetArticleAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (SetArticleAgreeReqValidationError) Error ¶
func (e SetArticleAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetArticleAgreeReqValidationError) ErrorName ¶
func (e SetArticleAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetArticleAgreeReqValidationError) Field ¶
func (e SetArticleAgreeReqValidationError) Field() string
Field function returns field value.
func (SetArticleAgreeReqValidationError) Key ¶
func (e SetArticleAgreeReqValidationError) Key() bool
Key function returns key value.
func (SetArticleAgreeReqValidationError) Reason ¶
func (e SetArticleAgreeReqValidationError) Reason() string
Reason function returns reason value.
type SetArticleCollectReq ¶
type SetArticleCollectReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CollectionsId int32 `protobuf:"varint,2,opt,name=collections_id,json=collectionsId,proto3" json:"collections_id,omitempty"` Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetArticleCollectReq) Descriptor
deprecated
func (*SetArticleCollectReq) Descriptor() ([]byte, []int)
Deprecated: Use SetArticleCollectReq.ProtoReflect.Descriptor instead.
func (*SetArticleCollectReq) GetCollectionsId ¶
func (x *SetArticleCollectReq) GetCollectionsId() int32
func (*SetArticleCollectReq) GetId ¶
func (x *SetArticleCollectReq) GetId() int32
func (*SetArticleCollectReq) GetUuid ¶
func (x *SetArticleCollectReq) GetUuid() string
func (*SetArticleCollectReq) ProtoMessage ¶
func (*SetArticleCollectReq) ProtoMessage()
func (*SetArticleCollectReq) ProtoReflect ¶
func (x *SetArticleCollectReq) ProtoReflect() protoreflect.Message
func (*SetArticleCollectReq) Reset ¶
func (x *SetArticleCollectReq) Reset()
func (*SetArticleCollectReq) String ¶
func (x *SetArticleCollectReq) String() string
func (*SetArticleCollectReq) Validate ¶
func (m *SetArticleCollectReq) Validate() error
Validate checks the field values on SetArticleCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetArticleCollectReq) ValidateAll ¶
func (m *SetArticleCollectReq) ValidateAll() error
ValidateAll checks the field values on SetArticleCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleCollectReqMultiError, or nil if none found.
type SetArticleCollectReqMultiError ¶
type SetArticleCollectReqMultiError []error
SetArticleCollectReqMultiError is an error wrapping multiple validation errors returned by SetArticleCollectReq.ValidateAll() if the designated constraints aren't met.
func (SetArticleCollectReqMultiError) AllErrors ¶
func (m SetArticleCollectReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetArticleCollectReqMultiError) Error ¶
func (m SetArticleCollectReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetArticleCollectReqValidationError ¶
type SetArticleCollectReqValidationError struct {
// contains filtered or unexported fields
}
SetArticleCollectReqValidationError is the validation error returned by SetArticleCollectReq.Validate if the designated constraints aren't met.
func (SetArticleCollectReqValidationError) Cause ¶
func (e SetArticleCollectReqValidationError) Cause() error
Cause function returns cause value.
func (SetArticleCollectReqValidationError) Error ¶
func (e SetArticleCollectReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetArticleCollectReqValidationError) ErrorName ¶
func (e SetArticleCollectReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetArticleCollectReqValidationError) Field ¶
func (e SetArticleCollectReqValidationError) Field() string
Field function returns field value.
func (SetArticleCollectReqValidationError) Key ¶
func (e SetArticleCollectReqValidationError) Key() bool
Key function returns key value.
func (SetArticleCollectReqValidationError) Reason ¶
func (e SetArticleCollectReqValidationError) Reason() string
Reason function returns reason value.
type SetArticleViewReq ¶
type SetArticleViewReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetArticleViewReq) Descriptor
deprecated
func (*SetArticleViewReq) Descriptor() ([]byte, []int)
Deprecated: Use SetArticleViewReq.ProtoReflect.Descriptor instead.
func (*SetArticleViewReq) GetId ¶
func (x *SetArticleViewReq) GetId() int32
func (*SetArticleViewReq) GetUuid ¶
func (x *SetArticleViewReq) GetUuid() string
func (*SetArticleViewReq) ProtoMessage ¶
func (*SetArticleViewReq) ProtoMessage()
func (*SetArticleViewReq) ProtoReflect ¶
func (x *SetArticleViewReq) ProtoReflect() protoreflect.Message
func (*SetArticleViewReq) Reset ¶
func (x *SetArticleViewReq) Reset()
func (*SetArticleViewReq) String ¶
func (x *SetArticleViewReq) String() string
func (*SetArticleViewReq) Validate ¶
func (m *SetArticleViewReq) Validate() error
Validate checks the field values on SetArticleViewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetArticleViewReq) ValidateAll ¶
func (m *SetArticleViewReq) ValidateAll() error
ValidateAll checks the field values on SetArticleViewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleViewReqMultiError, or nil if none found.
type SetArticleViewReqMultiError ¶
type SetArticleViewReqMultiError []error
SetArticleViewReqMultiError is an error wrapping multiple validation errors returned by SetArticleViewReq.ValidateAll() if the designated constraints aren't met.
func (SetArticleViewReqMultiError) AllErrors ¶
func (m SetArticleViewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetArticleViewReqMultiError) Error ¶
func (m SetArticleViewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetArticleViewReqValidationError ¶
type SetArticleViewReqValidationError struct {
// contains filtered or unexported fields
}
SetArticleViewReqValidationError is the validation error returned by SetArticleViewReq.Validate if the designated constraints aren't met.
func (SetArticleViewReqValidationError) Cause ¶
func (e SetArticleViewReqValidationError) Cause() error
Cause function returns cause value.
func (SetArticleViewReqValidationError) Error ¶
func (e SetArticleViewReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetArticleViewReqValidationError) ErrorName ¶
func (e SetArticleViewReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetArticleViewReqValidationError) Field ¶
func (e SetArticleViewReqValidationError) Field() string
Field function returns field value.
func (SetArticleViewReqValidationError) Key ¶
func (e SetArticleViewReqValidationError) Key() bool
Key function returns key value.
func (SetArticleViewReqValidationError) Reason ¶
func (e SetArticleViewReqValidationError) Reason() string
Reason function returns reason value.
type SetColumnAgreeReq ¶
type SetColumnAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetColumnAgreeReq) Descriptor
deprecated
func (*SetColumnAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetColumnAgreeReq.ProtoReflect.Descriptor instead.
func (*SetColumnAgreeReq) GetId ¶
func (x *SetColumnAgreeReq) GetId() int32
func (*SetColumnAgreeReq) GetUuid ¶
func (x *SetColumnAgreeReq) GetUuid() string
func (*SetColumnAgreeReq) ProtoMessage ¶
func (*SetColumnAgreeReq) ProtoMessage()
func (*SetColumnAgreeReq) ProtoReflect ¶
func (x *SetColumnAgreeReq) ProtoReflect() protoreflect.Message
func (*SetColumnAgreeReq) Reset ¶
func (x *SetColumnAgreeReq) Reset()
func (*SetColumnAgreeReq) String ¶
func (x *SetColumnAgreeReq) String() string
func (*SetColumnAgreeReq) Validate ¶
func (m *SetColumnAgreeReq) Validate() error
Validate checks the field values on SetColumnAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetColumnAgreeReq) ValidateAll ¶
func (m *SetColumnAgreeReq) ValidateAll() error
ValidateAll checks the field values on SetColumnAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnAgreeReqMultiError, or nil if none found.
type SetColumnAgreeReqMultiError ¶
type SetColumnAgreeReqMultiError []error
SetColumnAgreeReqMultiError is an error wrapping multiple validation errors returned by SetColumnAgreeReq.ValidateAll() if the designated constraints aren't met.
func (SetColumnAgreeReqMultiError) AllErrors ¶
func (m SetColumnAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetColumnAgreeReqMultiError) Error ¶
func (m SetColumnAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetColumnAgreeReqValidationError ¶
type SetColumnAgreeReqValidationError struct {
// contains filtered or unexported fields
}
SetColumnAgreeReqValidationError is the validation error returned by SetColumnAgreeReq.Validate if the designated constraints aren't met.
func (SetColumnAgreeReqValidationError) Cause ¶
func (e SetColumnAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (SetColumnAgreeReqValidationError) Error ¶
func (e SetColumnAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetColumnAgreeReqValidationError) ErrorName ¶
func (e SetColumnAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetColumnAgreeReqValidationError) Field ¶
func (e SetColumnAgreeReqValidationError) Field() string
Field function returns field value.
func (SetColumnAgreeReqValidationError) Key ¶
func (e SetColumnAgreeReqValidationError) Key() bool
Key function returns key value.
func (SetColumnAgreeReqValidationError) Reason ¶
func (e SetColumnAgreeReqValidationError) Reason() string
Reason function returns reason value.
type SetColumnCollectReq ¶
type SetColumnCollectReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CollectionsId int32 `protobuf:"varint,2,opt,name=collections_id,json=collectionsId,proto3" json:"collections_id,omitempty"` Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetColumnCollectReq) Descriptor
deprecated
func (*SetColumnCollectReq) Descriptor() ([]byte, []int)
Deprecated: Use SetColumnCollectReq.ProtoReflect.Descriptor instead.
func (*SetColumnCollectReq) GetCollectionsId ¶
func (x *SetColumnCollectReq) GetCollectionsId() int32
func (*SetColumnCollectReq) GetId ¶
func (x *SetColumnCollectReq) GetId() int32
func (*SetColumnCollectReq) GetUuid ¶
func (x *SetColumnCollectReq) GetUuid() string
func (*SetColumnCollectReq) ProtoMessage ¶
func (*SetColumnCollectReq) ProtoMessage()
func (*SetColumnCollectReq) ProtoReflect ¶
func (x *SetColumnCollectReq) ProtoReflect() protoreflect.Message
func (*SetColumnCollectReq) Reset ¶
func (x *SetColumnCollectReq) Reset()
func (*SetColumnCollectReq) String ¶
func (x *SetColumnCollectReq) String() string
func (*SetColumnCollectReq) Validate ¶
func (m *SetColumnCollectReq) Validate() error
Validate checks the field values on SetColumnCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetColumnCollectReq) ValidateAll ¶
func (m *SetColumnCollectReq) ValidateAll() error
ValidateAll checks the field values on SetColumnCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnCollectReqMultiError, or nil if none found.
type SetColumnCollectReqMultiError ¶
type SetColumnCollectReqMultiError []error
SetColumnCollectReqMultiError is an error wrapping multiple validation errors returned by SetColumnCollectReq.ValidateAll() if the designated constraints aren't met.
func (SetColumnCollectReqMultiError) AllErrors ¶
func (m SetColumnCollectReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetColumnCollectReqMultiError) Error ¶
func (m SetColumnCollectReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetColumnCollectReqValidationError ¶
type SetColumnCollectReqValidationError struct {
// contains filtered or unexported fields
}
SetColumnCollectReqValidationError is the validation error returned by SetColumnCollectReq.Validate if the designated constraints aren't met.
func (SetColumnCollectReqValidationError) Cause ¶
func (e SetColumnCollectReqValidationError) Cause() error
Cause function returns cause value.
func (SetColumnCollectReqValidationError) Error ¶
func (e SetColumnCollectReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetColumnCollectReqValidationError) ErrorName ¶
func (e SetColumnCollectReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetColumnCollectReqValidationError) Field ¶
func (e SetColumnCollectReqValidationError) Field() string
Field function returns field value.
func (SetColumnCollectReqValidationError) Key ¶
func (e SetColumnCollectReqValidationError) Key() bool
Key function returns key value.
func (SetColumnCollectReqValidationError) Reason ¶
func (e SetColumnCollectReqValidationError) Reason() string
Reason function returns reason value.
type SetColumnViewReq ¶
type SetColumnViewReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetColumnViewReq) Descriptor
deprecated
func (*SetColumnViewReq) Descriptor() ([]byte, []int)
Deprecated: Use SetColumnViewReq.ProtoReflect.Descriptor instead.
func (*SetColumnViewReq) GetId ¶
func (x *SetColumnViewReq) GetId() int32
func (*SetColumnViewReq) GetUuid ¶
func (x *SetColumnViewReq) GetUuid() string
func (*SetColumnViewReq) ProtoMessage ¶
func (*SetColumnViewReq) ProtoMessage()
func (*SetColumnViewReq) ProtoReflect ¶
func (x *SetColumnViewReq) ProtoReflect() protoreflect.Message
func (*SetColumnViewReq) Reset ¶
func (x *SetColumnViewReq) Reset()
func (*SetColumnViewReq) String ¶
func (x *SetColumnViewReq) String() string
func (*SetColumnViewReq) Validate ¶
func (m *SetColumnViewReq) Validate() error
Validate checks the field values on SetColumnViewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetColumnViewReq) ValidateAll ¶
func (m *SetColumnViewReq) ValidateAll() error
ValidateAll checks the field values on SetColumnViewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnViewReqMultiError, or nil if none found.
type SetColumnViewReqMultiError ¶
type SetColumnViewReqMultiError []error
SetColumnViewReqMultiError is an error wrapping multiple validation errors returned by SetColumnViewReq.ValidateAll() if the designated constraints aren't met.
func (SetColumnViewReqMultiError) AllErrors ¶
func (m SetColumnViewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetColumnViewReqMultiError) Error ¶
func (m SetColumnViewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetColumnViewReqValidationError ¶
type SetColumnViewReqValidationError struct {
// contains filtered or unexported fields
}
SetColumnViewReqValidationError is the validation error returned by SetColumnViewReq.Validate if the designated constraints aren't met.
func (SetColumnViewReqValidationError) Cause ¶
func (e SetColumnViewReqValidationError) Cause() error
Cause function returns cause value.
func (SetColumnViewReqValidationError) Error ¶
func (e SetColumnViewReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetColumnViewReqValidationError) ErrorName ¶
func (e SetColumnViewReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetColumnViewReqValidationError) Field ¶
func (e SetColumnViewReqValidationError) Field() string
Field function returns field value.
func (SetColumnViewReqValidationError) Key ¶
func (e SetColumnViewReqValidationError) Key() bool
Key function returns key value.
func (SetColumnViewReqValidationError) Reason ¶
func (e SetColumnViewReqValidationError) Reason() string
Reason function returns reason value.
type SetCommentAgreeReq ¶
type SetCommentAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creationId,proto3" json:"creationId,omitempty"` CreationType int32 `protobuf:"varint,4,opt,name=creationType,proto3" json:"creationType,omitempty"` // contains filtered or unexported fields }
func (*SetCommentAgreeReq) Descriptor
deprecated
func (*SetCommentAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetCommentAgreeReq.ProtoReflect.Descriptor instead.
func (*SetCommentAgreeReq) GetCreationId ¶
func (x *SetCommentAgreeReq) GetCreationId() int32
func (*SetCommentAgreeReq) GetCreationType ¶
func (x *SetCommentAgreeReq) GetCreationType() int32
func (*SetCommentAgreeReq) GetId ¶
func (x *SetCommentAgreeReq) GetId() int32
func (*SetCommentAgreeReq) GetUuid ¶
func (x *SetCommentAgreeReq) GetUuid() string
func (*SetCommentAgreeReq) ProtoMessage ¶
func (*SetCommentAgreeReq) ProtoMessage()
func (*SetCommentAgreeReq) ProtoReflect ¶
func (x *SetCommentAgreeReq) ProtoReflect() protoreflect.Message
func (*SetCommentAgreeReq) Reset ¶
func (x *SetCommentAgreeReq) Reset()
func (*SetCommentAgreeReq) String ¶
func (x *SetCommentAgreeReq) String() string
func (*SetCommentAgreeReq) Validate ¶
func (m *SetCommentAgreeReq) Validate() error
Validate checks the field values on SetCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetCommentAgreeReq) ValidateAll ¶
func (m *SetCommentAgreeReq) ValidateAll() error
ValidateAll checks the field values on SetCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetCommentAgreeReqMultiError, or nil if none found.
type SetCommentAgreeReqMultiError ¶
type SetCommentAgreeReqMultiError []error
SetCommentAgreeReqMultiError is an error wrapping multiple validation errors returned by SetCommentAgreeReq.ValidateAll() if the designated constraints aren't met.
func (SetCommentAgreeReqMultiError) AllErrors ¶
func (m SetCommentAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetCommentAgreeReqMultiError) Error ¶
func (m SetCommentAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetCommentAgreeReqValidationError ¶
type SetCommentAgreeReqValidationError struct {
// contains filtered or unexported fields
}
SetCommentAgreeReqValidationError is the validation error returned by SetCommentAgreeReq.Validate if the designated constraints aren't met.
func (SetCommentAgreeReqValidationError) Cause ¶
func (e SetCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (SetCommentAgreeReqValidationError) Error ¶
func (e SetCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetCommentAgreeReqValidationError) ErrorName ¶
func (e SetCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetCommentAgreeReqValidationError) Field ¶
func (e SetCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (SetCommentAgreeReqValidationError) Key ¶
func (e SetCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (SetCommentAgreeReqValidationError) Reason ¶
func (e SetCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type SetMailBoxLastTimeReq ¶
type SetMailBoxLastTimeReq struct { Time int32 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*SetMailBoxLastTimeReq) Descriptor
deprecated
func (*SetMailBoxLastTimeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetMailBoxLastTimeReq.ProtoReflect.Descriptor instead.
func (*SetMailBoxLastTimeReq) GetTime ¶
func (x *SetMailBoxLastTimeReq) GetTime() int32
func (*SetMailBoxLastTimeReq) ProtoMessage ¶
func (*SetMailBoxLastTimeReq) ProtoMessage()
func (*SetMailBoxLastTimeReq) ProtoReflect ¶
func (x *SetMailBoxLastTimeReq) ProtoReflect() protoreflect.Message
func (*SetMailBoxLastTimeReq) Reset ¶
func (x *SetMailBoxLastTimeReq) Reset()
func (*SetMailBoxLastTimeReq) String ¶
func (x *SetMailBoxLastTimeReq) String() string
func (*SetMailBoxLastTimeReq) Validate ¶
func (m *SetMailBoxLastTimeReq) Validate() error
Validate checks the field values on SetMailBoxLastTimeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetMailBoxLastTimeReq) ValidateAll ¶
func (m *SetMailBoxLastTimeReq) ValidateAll() error
ValidateAll checks the field values on SetMailBoxLastTimeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetMailBoxLastTimeReqMultiError, or nil if none found.
type SetMailBoxLastTimeReqMultiError ¶
type SetMailBoxLastTimeReqMultiError []error
SetMailBoxLastTimeReqMultiError is an error wrapping multiple validation errors returned by SetMailBoxLastTimeReq.ValidateAll() if the designated constraints aren't met.
func (SetMailBoxLastTimeReqMultiError) AllErrors ¶
func (m SetMailBoxLastTimeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetMailBoxLastTimeReqMultiError) Error ¶
func (m SetMailBoxLastTimeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetMailBoxLastTimeReqValidationError ¶
type SetMailBoxLastTimeReqValidationError struct {
// contains filtered or unexported fields
}
SetMailBoxLastTimeReqValidationError is the validation error returned by SetMailBoxLastTimeReq.Validate if the designated constraints aren't met.
func (SetMailBoxLastTimeReqValidationError) Cause ¶
func (e SetMailBoxLastTimeReqValidationError) Cause() error
Cause function returns cause value.
func (SetMailBoxLastTimeReqValidationError) Error ¶
func (e SetMailBoxLastTimeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetMailBoxLastTimeReqValidationError) ErrorName ¶
func (e SetMailBoxLastTimeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetMailBoxLastTimeReqValidationError) Field ¶
func (e SetMailBoxLastTimeReqValidationError) Field() string
Field function returns field value.
func (SetMailBoxLastTimeReqValidationError) Key ¶
func (e SetMailBoxLastTimeReqValidationError) Key() bool
Key function returns key value.
func (SetMailBoxLastTimeReqValidationError) Reason ¶
func (e SetMailBoxLastTimeReqValidationError) Reason() string
Reason function returns reason value.
type SetProfileUpdateReq ¶
type SetProfileUpdateReq struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` School string `protobuf:"bytes,2,opt,name=school,proto3" json:"school,omitempty"` Company string `protobuf:"bytes,3,opt,name=company,proto3" json:"company,omitempty"` Job string `protobuf:"bytes,4,opt,name=job,proto3" json:"job,omitempty"` Homepage string `protobuf:"bytes,5,opt,name=homepage,proto3" json:"homepage,omitempty"` Github string `protobuf:"bytes,6,opt,name=github,proto3" json:"github,omitempty"` Gitee string `protobuf:"bytes,7,opt,name=gitee,proto3" json:"gitee,omitempty"` Introduce string `protobuf:"bytes,8,opt,name=introduce,proto3" json:"introduce,omitempty"` // contains filtered or unexported fields }
func (*SetProfileUpdateReq) Descriptor
deprecated
func (*SetProfileUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use SetProfileUpdateReq.ProtoReflect.Descriptor instead.
func (*SetProfileUpdateReq) GetCompany ¶
func (x *SetProfileUpdateReq) GetCompany() string
func (*SetProfileUpdateReq) GetGitee ¶ added in v1.3.0
func (x *SetProfileUpdateReq) GetGitee() string
func (*SetProfileUpdateReq) GetGithub ¶ added in v1.3.0
func (x *SetProfileUpdateReq) GetGithub() string
func (*SetProfileUpdateReq) GetHomepage ¶
func (x *SetProfileUpdateReq) GetHomepage() string
func (*SetProfileUpdateReq) GetIntroduce ¶
func (x *SetProfileUpdateReq) GetIntroduce() string
func (*SetProfileUpdateReq) GetJob ¶
func (x *SetProfileUpdateReq) GetJob() string
func (*SetProfileUpdateReq) GetSchool ¶
func (x *SetProfileUpdateReq) GetSchool() string
func (*SetProfileUpdateReq) GetUsername ¶
func (x *SetProfileUpdateReq) GetUsername() string
func (*SetProfileUpdateReq) ProtoMessage ¶
func (*SetProfileUpdateReq) ProtoMessage()
func (*SetProfileUpdateReq) ProtoReflect ¶
func (x *SetProfileUpdateReq) ProtoReflect() protoreflect.Message
func (*SetProfileUpdateReq) Reset ¶
func (x *SetProfileUpdateReq) Reset()
func (*SetProfileUpdateReq) String ¶
func (x *SetProfileUpdateReq) String() string
func (*SetProfileUpdateReq) Validate ¶
func (m *SetProfileUpdateReq) Validate() error
Validate checks the field values on SetProfileUpdateReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetProfileUpdateReq) ValidateAll ¶
func (m *SetProfileUpdateReq) ValidateAll() error
ValidateAll checks the field values on SetProfileUpdateReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetProfileUpdateReqMultiError, or nil if none found.
type SetProfileUpdateReqMultiError ¶
type SetProfileUpdateReqMultiError []error
SetProfileUpdateReqMultiError is an error wrapping multiple validation errors returned by SetProfileUpdateReq.ValidateAll() if the designated constraints aren't met.
func (SetProfileUpdateReqMultiError) AllErrors ¶
func (m SetProfileUpdateReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetProfileUpdateReqMultiError) Error ¶
func (m SetProfileUpdateReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetProfileUpdateReqValidationError ¶
type SetProfileUpdateReqValidationError struct {
// contains filtered or unexported fields
}
SetProfileUpdateReqValidationError is the validation error returned by SetProfileUpdateReq.Validate if the designated constraints aren't met.
func (SetProfileUpdateReqValidationError) Cause ¶
func (e SetProfileUpdateReqValidationError) Cause() error
Cause function returns cause value.
func (SetProfileUpdateReqValidationError) Error ¶
func (e SetProfileUpdateReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetProfileUpdateReqValidationError) ErrorName ¶
func (e SetProfileUpdateReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetProfileUpdateReqValidationError) Field ¶
func (e SetProfileUpdateReqValidationError) Field() string
Field function returns field value.
func (SetProfileUpdateReqValidationError) Key ¶
func (e SetProfileUpdateReqValidationError) Key() bool
Key function returns key value.
func (SetProfileUpdateReqValidationError) Reason ¶
func (e SetProfileUpdateReqValidationError) Reason() string
Reason function returns reason value.
type SetSubCommentAgreeReq ¶
type SetSubCommentAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetSubCommentAgreeReq) Descriptor
deprecated
func (*SetSubCommentAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetSubCommentAgreeReq.ProtoReflect.Descriptor instead.
func (*SetSubCommentAgreeReq) GetId ¶
func (x *SetSubCommentAgreeReq) GetId() int32
func (*SetSubCommentAgreeReq) GetUuid ¶
func (x *SetSubCommentAgreeReq) GetUuid() string
func (*SetSubCommentAgreeReq) ProtoMessage ¶
func (*SetSubCommentAgreeReq) ProtoMessage()
func (*SetSubCommentAgreeReq) ProtoReflect ¶
func (x *SetSubCommentAgreeReq) ProtoReflect() protoreflect.Message
func (*SetSubCommentAgreeReq) Reset ¶
func (x *SetSubCommentAgreeReq) Reset()
func (*SetSubCommentAgreeReq) String ¶
func (x *SetSubCommentAgreeReq) String() string
func (*SetSubCommentAgreeReq) Validate ¶
func (m *SetSubCommentAgreeReq) Validate() error
Validate checks the field values on SetSubCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetSubCommentAgreeReq) ValidateAll ¶
func (m *SetSubCommentAgreeReq) ValidateAll() error
ValidateAll checks the field values on SetSubCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetSubCommentAgreeReqMultiError, or nil if none found.
type SetSubCommentAgreeReqMultiError ¶
type SetSubCommentAgreeReqMultiError []error
SetSubCommentAgreeReqMultiError is an error wrapping multiple validation errors returned by SetSubCommentAgreeReq.ValidateAll() if the designated constraints aren't met.
func (SetSubCommentAgreeReqMultiError) AllErrors ¶
func (m SetSubCommentAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetSubCommentAgreeReqMultiError) Error ¶
func (m SetSubCommentAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetSubCommentAgreeReqValidationError ¶
type SetSubCommentAgreeReqValidationError struct {
// contains filtered or unexported fields
}
SetSubCommentAgreeReqValidationError is the validation error returned by SetSubCommentAgreeReq.Validate if the designated constraints aren't met.
func (SetSubCommentAgreeReqValidationError) Cause ¶
func (e SetSubCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (SetSubCommentAgreeReqValidationError) Error ¶
func (e SetSubCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetSubCommentAgreeReqValidationError) ErrorName ¶
func (e SetSubCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetSubCommentAgreeReqValidationError) Field ¶
func (e SetSubCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (SetSubCommentAgreeReqValidationError) Key ¶
func (e SetSubCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (SetSubCommentAgreeReqValidationError) Reason ¶
func (e SetSubCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type SetTalkAgreeReq ¶
type SetTalkAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetTalkAgreeReq) Descriptor
deprecated
func (*SetTalkAgreeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetTalkAgreeReq.ProtoReflect.Descriptor instead.
func (*SetTalkAgreeReq) GetId ¶
func (x *SetTalkAgreeReq) GetId() int32
func (*SetTalkAgreeReq) GetUuid ¶
func (x *SetTalkAgreeReq) GetUuid() string
func (*SetTalkAgreeReq) ProtoMessage ¶
func (*SetTalkAgreeReq) ProtoMessage()
func (*SetTalkAgreeReq) ProtoReflect ¶
func (x *SetTalkAgreeReq) ProtoReflect() protoreflect.Message
func (*SetTalkAgreeReq) Reset ¶
func (x *SetTalkAgreeReq) Reset()
func (*SetTalkAgreeReq) String ¶
func (x *SetTalkAgreeReq) String() string
func (*SetTalkAgreeReq) Validate ¶
func (m *SetTalkAgreeReq) Validate() error
Validate checks the field values on SetTalkAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetTalkAgreeReq) ValidateAll ¶
func (m *SetTalkAgreeReq) ValidateAll() error
ValidateAll checks the field values on SetTalkAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkAgreeReqMultiError, or nil if none found.
type SetTalkAgreeReqMultiError ¶
type SetTalkAgreeReqMultiError []error
SetTalkAgreeReqMultiError is an error wrapping multiple validation errors returned by SetTalkAgreeReq.ValidateAll() if the designated constraints aren't met.
func (SetTalkAgreeReqMultiError) AllErrors ¶
func (m SetTalkAgreeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetTalkAgreeReqMultiError) Error ¶
func (m SetTalkAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetTalkAgreeReqValidationError ¶
type SetTalkAgreeReqValidationError struct {
// contains filtered or unexported fields
}
SetTalkAgreeReqValidationError is the validation error returned by SetTalkAgreeReq.Validate if the designated constraints aren't met.
func (SetTalkAgreeReqValidationError) Cause ¶
func (e SetTalkAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (SetTalkAgreeReqValidationError) Error ¶
func (e SetTalkAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetTalkAgreeReqValidationError) ErrorName ¶
func (e SetTalkAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetTalkAgreeReqValidationError) Field ¶
func (e SetTalkAgreeReqValidationError) Field() string
Field function returns field value.
func (SetTalkAgreeReqValidationError) Key ¶
func (e SetTalkAgreeReqValidationError) Key() bool
Key function returns key value.
func (SetTalkAgreeReqValidationError) Reason ¶
func (e SetTalkAgreeReqValidationError) Reason() string
Reason function returns reason value.
type SetTalkCollectReq ¶
type SetTalkCollectReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CollectionsId int32 `protobuf:"varint,2,opt,name=collections_id,json=collectionsId,proto3" json:"collections_id,omitempty"` Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetTalkCollectReq) Descriptor
deprecated
func (*SetTalkCollectReq) Descriptor() ([]byte, []int)
Deprecated: Use SetTalkCollectReq.ProtoReflect.Descriptor instead.
func (*SetTalkCollectReq) GetCollectionsId ¶
func (x *SetTalkCollectReq) GetCollectionsId() int32
func (*SetTalkCollectReq) GetId ¶
func (x *SetTalkCollectReq) GetId() int32
func (*SetTalkCollectReq) GetUuid ¶
func (x *SetTalkCollectReq) GetUuid() string
func (*SetTalkCollectReq) ProtoMessage ¶
func (*SetTalkCollectReq) ProtoMessage()
func (*SetTalkCollectReq) ProtoReflect ¶
func (x *SetTalkCollectReq) ProtoReflect() protoreflect.Message
func (*SetTalkCollectReq) Reset ¶
func (x *SetTalkCollectReq) Reset()
func (*SetTalkCollectReq) String ¶
func (x *SetTalkCollectReq) String() string
func (*SetTalkCollectReq) Validate ¶
func (m *SetTalkCollectReq) Validate() error
Validate checks the field values on SetTalkCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetTalkCollectReq) ValidateAll ¶
func (m *SetTalkCollectReq) ValidateAll() error
ValidateAll checks the field values on SetTalkCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkCollectReqMultiError, or nil if none found.
type SetTalkCollectReqMultiError ¶
type SetTalkCollectReqMultiError []error
SetTalkCollectReqMultiError is an error wrapping multiple validation errors returned by SetTalkCollectReq.ValidateAll() if the designated constraints aren't met.
func (SetTalkCollectReqMultiError) AllErrors ¶
func (m SetTalkCollectReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetTalkCollectReqMultiError) Error ¶
func (m SetTalkCollectReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetTalkCollectReqValidationError ¶
type SetTalkCollectReqValidationError struct {
// contains filtered or unexported fields
}
SetTalkCollectReqValidationError is the validation error returned by SetTalkCollectReq.Validate if the designated constraints aren't met.
func (SetTalkCollectReqValidationError) Cause ¶
func (e SetTalkCollectReqValidationError) Cause() error
Cause function returns cause value.
func (SetTalkCollectReqValidationError) Error ¶
func (e SetTalkCollectReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetTalkCollectReqValidationError) ErrorName ¶
func (e SetTalkCollectReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetTalkCollectReqValidationError) Field ¶
func (e SetTalkCollectReqValidationError) Field() string
Field function returns field value.
func (SetTalkCollectReqValidationError) Key ¶
func (e SetTalkCollectReqValidationError) Key() bool
Key function returns key value.
func (SetTalkCollectReqValidationError) Reason ¶
func (e SetTalkCollectReqValidationError) Reason() string
Reason function returns reason value.
type SetTalkViewReq ¶
type SetTalkViewReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetTalkViewReq) Descriptor
deprecated
func (*SetTalkViewReq) Descriptor() ([]byte, []int)
Deprecated: Use SetTalkViewReq.ProtoReflect.Descriptor instead.
func (*SetTalkViewReq) GetId ¶
func (x *SetTalkViewReq) GetId() int32
func (*SetTalkViewReq) GetUuid ¶
func (x *SetTalkViewReq) GetUuid() string
func (*SetTalkViewReq) ProtoMessage ¶
func (*SetTalkViewReq) ProtoMessage()
func (*SetTalkViewReq) ProtoReflect ¶
func (x *SetTalkViewReq) ProtoReflect() protoreflect.Message
func (*SetTalkViewReq) Reset ¶
func (x *SetTalkViewReq) Reset()
func (*SetTalkViewReq) String ¶
func (x *SetTalkViewReq) String() string
func (*SetTalkViewReq) Validate ¶
func (m *SetTalkViewReq) Validate() error
Validate checks the field values on SetTalkViewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetTalkViewReq) ValidateAll ¶
func (m *SetTalkViewReq) ValidateAll() error
ValidateAll checks the field values on SetTalkViewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkViewReqMultiError, or nil if none found.
type SetTalkViewReqMultiError ¶
type SetTalkViewReqMultiError []error
SetTalkViewReqMultiError is an error wrapping multiple validation errors returned by SetTalkViewReq.ValidateAll() if the designated constraints aren't met.
func (SetTalkViewReqMultiError) AllErrors ¶
func (m SetTalkViewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetTalkViewReqMultiError) Error ¶
func (m SetTalkViewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetTalkViewReqValidationError ¶
type SetTalkViewReqValidationError struct {
// contains filtered or unexported fields
}
SetTalkViewReqValidationError is the validation error returned by SetTalkViewReq.Validate if the designated constraints aren't met.
func (SetTalkViewReqValidationError) Cause ¶
func (e SetTalkViewReqValidationError) Cause() error
Cause function returns cause value.
func (SetTalkViewReqValidationError) Error ¶
func (e SetTalkViewReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetTalkViewReqValidationError) ErrorName ¶
func (e SetTalkViewReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetTalkViewReqValidationError) Field ¶
func (e SetTalkViewReqValidationError) Field() string
Field function returns field value.
func (SetTalkViewReqValidationError) Key ¶
func (e SetTalkViewReqValidationError) Key() bool
Key function returns key value.
func (SetTalkViewReqValidationError) Reason ¶
func (e SetTalkViewReqValidationError) Reason() string
Reason function returns reason value.
type SetUserEmailReq ¶
type SetUserEmailReq struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*SetUserEmailReq) Descriptor
deprecated
func (*SetUserEmailReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserEmailReq.ProtoReflect.Descriptor instead.
func (*SetUserEmailReq) GetCode ¶
func (x *SetUserEmailReq) GetCode() string
func (*SetUserEmailReq) GetEmail ¶
func (x *SetUserEmailReq) GetEmail() string
func (*SetUserEmailReq) ProtoMessage ¶
func (*SetUserEmailReq) ProtoMessage()
func (*SetUserEmailReq) ProtoReflect ¶
func (x *SetUserEmailReq) ProtoReflect() protoreflect.Message
func (*SetUserEmailReq) Reset ¶
func (x *SetUserEmailReq) Reset()
func (*SetUserEmailReq) String ¶
func (x *SetUserEmailReq) String() string
func (*SetUserEmailReq) Validate ¶
func (m *SetUserEmailReq) Validate() error
Validate checks the field values on SetUserEmailReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserEmailReq) ValidateAll ¶
func (m *SetUserEmailReq) ValidateAll() error
ValidateAll checks the field values on SetUserEmailReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserEmailReqMultiError, or nil if none found.
type SetUserEmailReqMultiError ¶
type SetUserEmailReqMultiError []error
SetUserEmailReqMultiError is an error wrapping multiple validation errors returned by SetUserEmailReq.ValidateAll() if the designated constraints aren't met.
func (SetUserEmailReqMultiError) AllErrors ¶
func (m SetUserEmailReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserEmailReqMultiError) Error ¶
func (m SetUserEmailReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserEmailReqValidationError ¶
type SetUserEmailReqValidationError struct {
// contains filtered or unexported fields
}
SetUserEmailReqValidationError is the validation error returned by SetUserEmailReq.Validate if the designated constraints aren't met.
func (SetUserEmailReqValidationError) Cause ¶
func (e SetUserEmailReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserEmailReqValidationError) Error ¶
func (e SetUserEmailReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserEmailReqValidationError) ErrorName ¶
func (e SetUserEmailReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserEmailReqValidationError) Field ¶
func (e SetUserEmailReqValidationError) Field() string
Field function returns field value.
func (SetUserEmailReqValidationError) Key ¶
func (e SetUserEmailReqValidationError) Key() bool
Key function returns key value.
func (SetUserEmailReqValidationError) Reason ¶
func (e SetUserEmailReqValidationError) Reason() string
Reason function returns reason value.
type SetUserFollowReq ¶
type SetUserFollowReq struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*SetUserFollowReq) Descriptor
deprecated
func (*SetUserFollowReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserFollowReq.ProtoReflect.Descriptor instead.
func (*SetUserFollowReq) GetUuid ¶
func (x *SetUserFollowReq) GetUuid() string
func (*SetUserFollowReq) ProtoMessage ¶
func (*SetUserFollowReq) ProtoMessage()
func (*SetUserFollowReq) ProtoReflect ¶
func (x *SetUserFollowReq) ProtoReflect() protoreflect.Message
func (*SetUserFollowReq) Reset ¶
func (x *SetUserFollowReq) Reset()
func (*SetUserFollowReq) String ¶
func (x *SetUserFollowReq) String() string
func (*SetUserFollowReq) Validate ¶
func (m *SetUserFollowReq) Validate() error
Validate checks the field values on SetUserFollowReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserFollowReq) ValidateAll ¶
func (m *SetUserFollowReq) ValidateAll() error
ValidateAll checks the field values on SetUserFollowReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserFollowReqMultiError, or nil if none found.
type SetUserFollowReqMultiError ¶
type SetUserFollowReqMultiError []error
SetUserFollowReqMultiError is an error wrapping multiple validation errors returned by SetUserFollowReq.ValidateAll() if the designated constraints aren't met.
func (SetUserFollowReqMultiError) AllErrors ¶
func (m SetUserFollowReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserFollowReqMultiError) Error ¶
func (m SetUserFollowReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserFollowReqValidationError ¶
type SetUserFollowReqValidationError struct {
// contains filtered or unexported fields
}
SetUserFollowReqValidationError is the validation error returned by SetUserFollowReq.Validate if the designated constraints aren't met.
func (SetUserFollowReqValidationError) Cause ¶
func (e SetUserFollowReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserFollowReqValidationError) Error ¶
func (e SetUserFollowReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserFollowReqValidationError) ErrorName ¶
func (e SetUserFollowReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserFollowReqValidationError) Field ¶
func (e SetUserFollowReqValidationError) Field() string
Field function returns field value.
func (SetUserFollowReqValidationError) Key ¶
func (e SetUserFollowReqValidationError) Key() bool
Key function returns key value.
func (SetUserFollowReqValidationError) Reason ¶
func (e SetUserFollowReqValidationError) Reason() string
Reason function returns reason value.
type SetUserGiteeReq ¶ added in v1.3.0
type SetUserGiteeReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` RedirectUrl string `protobuf:"bytes,2,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"` // contains filtered or unexported fields }
func (*SetUserGiteeReq) Descriptor
deprecated
added in
v1.3.0
func (*SetUserGiteeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserGiteeReq.ProtoReflect.Descriptor instead.
func (*SetUserGiteeReq) GetCode ¶ added in v1.3.0
func (x *SetUserGiteeReq) GetCode() string
func (*SetUserGiteeReq) GetRedirectUrl ¶ added in v1.3.0
func (x *SetUserGiteeReq) GetRedirectUrl() string
func (*SetUserGiteeReq) ProtoMessage ¶ added in v1.3.0
func (*SetUserGiteeReq) ProtoMessage()
func (*SetUserGiteeReq) ProtoReflect ¶ added in v1.3.0
func (x *SetUserGiteeReq) ProtoReflect() protoreflect.Message
func (*SetUserGiteeReq) Reset ¶ added in v1.3.0
func (x *SetUserGiteeReq) Reset()
func (*SetUserGiteeReq) String ¶ added in v1.3.0
func (x *SetUserGiteeReq) String() string
func (*SetUserGiteeReq) Validate ¶ added in v1.3.0
func (m *SetUserGiteeReq) Validate() error
Validate checks the field values on SetUserGiteeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserGiteeReq) ValidateAll ¶ added in v1.3.0
func (m *SetUserGiteeReq) ValidateAll() error
ValidateAll checks the field values on SetUserGiteeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserGiteeReqMultiError, or nil if none found.
type SetUserGiteeReqMultiError ¶ added in v1.3.0
type SetUserGiteeReqMultiError []error
SetUserGiteeReqMultiError is an error wrapping multiple validation errors returned by SetUserGiteeReq.ValidateAll() if the designated constraints aren't met.
func (SetUserGiteeReqMultiError) AllErrors ¶ added in v1.3.0
func (m SetUserGiteeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserGiteeReqMultiError) Error ¶ added in v1.3.0
func (m SetUserGiteeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserGiteeReqValidationError ¶ added in v1.3.0
type SetUserGiteeReqValidationError struct {
// contains filtered or unexported fields
}
SetUserGiteeReqValidationError is the validation error returned by SetUserGiteeReq.Validate if the designated constraints aren't met.
func (SetUserGiteeReqValidationError) Cause ¶ added in v1.3.0
func (e SetUserGiteeReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserGiteeReqValidationError) Error ¶ added in v1.3.0
func (e SetUserGiteeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserGiteeReqValidationError) ErrorName ¶ added in v1.3.0
func (e SetUserGiteeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserGiteeReqValidationError) Field ¶ added in v1.3.0
func (e SetUserGiteeReqValidationError) Field() string
Field function returns field value.
func (SetUserGiteeReqValidationError) Key ¶ added in v1.3.0
func (e SetUserGiteeReqValidationError) Key() bool
Key function returns key value.
func (SetUserGiteeReqValidationError) Reason ¶ added in v1.3.0
func (e SetUserGiteeReqValidationError) Reason() string
Reason function returns reason value.
type SetUserGithubReq ¶ added in v1.3.0
type SetUserGithubReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` RedirectUrl string `protobuf:"bytes,2,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"` // contains filtered or unexported fields }
func (*SetUserGithubReq) Descriptor
deprecated
added in
v1.3.0
func (*SetUserGithubReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserGithubReq.ProtoReflect.Descriptor instead.
func (*SetUserGithubReq) GetCode ¶ added in v1.3.0
func (x *SetUserGithubReq) GetCode() string
func (*SetUserGithubReq) GetRedirectUrl ¶ added in v1.3.0
func (x *SetUserGithubReq) GetRedirectUrl() string
func (*SetUserGithubReq) ProtoMessage ¶ added in v1.3.0
func (*SetUserGithubReq) ProtoMessage()
func (*SetUserGithubReq) ProtoReflect ¶ added in v1.3.0
func (x *SetUserGithubReq) ProtoReflect() protoreflect.Message
func (*SetUserGithubReq) Reset ¶ added in v1.3.0
func (x *SetUserGithubReq) Reset()
func (*SetUserGithubReq) String ¶ added in v1.3.0
func (x *SetUserGithubReq) String() string
func (*SetUserGithubReq) Validate ¶ added in v1.3.0
func (m *SetUserGithubReq) Validate() error
Validate checks the field values on SetUserGithubReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserGithubReq) ValidateAll ¶ added in v1.3.0
func (m *SetUserGithubReq) ValidateAll() error
ValidateAll checks the field values on SetUserGithubReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserGithubReqMultiError, or nil if none found.
type SetUserGithubReqMultiError ¶ added in v1.3.0
type SetUserGithubReqMultiError []error
SetUserGithubReqMultiError is an error wrapping multiple validation errors returned by SetUserGithubReq.ValidateAll() if the designated constraints aren't met.
func (SetUserGithubReqMultiError) AllErrors ¶ added in v1.3.0
func (m SetUserGithubReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserGithubReqMultiError) Error ¶ added in v1.3.0
func (m SetUserGithubReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserGithubReqValidationError ¶ added in v1.3.0
type SetUserGithubReqValidationError struct {
// contains filtered or unexported fields
}
SetUserGithubReqValidationError is the validation error returned by SetUserGithubReq.Validate if the designated constraints aren't met.
func (SetUserGithubReqValidationError) Cause ¶ added in v1.3.0
func (e SetUserGithubReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserGithubReqValidationError) Error ¶ added in v1.3.0
func (e SetUserGithubReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserGithubReqValidationError) ErrorName ¶ added in v1.3.0
func (e SetUserGithubReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserGithubReqValidationError) Field ¶ added in v1.3.0
func (e SetUserGithubReqValidationError) Field() string
Field function returns field value.
func (SetUserGithubReqValidationError) Key ¶ added in v1.3.0
func (e SetUserGithubReqValidationError) Key() bool
Key function returns key value.
func (SetUserGithubReqValidationError) Reason ¶ added in v1.3.0
func (e SetUserGithubReqValidationError) Reason() string
Reason function returns reason value.
type SetUserMedalReq ¶
type SetUserMedalReq struct { Medal string `protobuf:"bytes,1,opt,name=medal,proto3" json:"medal,omitempty"` // contains filtered or unexported fields }
func (*SetUserMedalReq) Descriptor
deprecated
func (*SetUserMedalReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserMedalReq.ProtoReflect.Descriptor instead.
func (*SetUserMedalReq) GetMedal ¶
func (x *SetUserMedalReq) GetMedal() string
func (*SetUserMedalReq) ProtoMessage ¶
func (*SetUserMedalReq) ProtoMessage()
func (*SetUserMedalReq) ProtoReflect ¶
func (x *SetUserMedalReq) ProtoReflect() protoreflect.Message
func (*SetUserMedalReq) Reset ¶
func (x *SetUserMedalReq) Reset()
func (*SetUserMedalReq) String ¶
func (x *SetUserMedalReq) String() string
func (*SetUserMedalReq) Validate ¶
func (m *SetUserMedalReq) Validate() error
Validate checks the field values on SetUserMedalReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserMedalReq) ValidateAll ¶
func (m *SetUserMedalReq) ValidateAll() error
ValidateAll checks the field values on SetUserMedalReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserMedalReqMultiError, or nil if none found.
type SetUserMedalReqMultiError ¶
type SetUserMedalReqMultiError []error
SetUserMedalReqMultiError is an error wrapping multiple validation errors returned by SetUserMedalReq.ValidateAll() if the designated constraints aren't met.
func (SetUserMedalReqMultiError) AllErrors ¶
func (m SetUserMedalReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserMedalReqMultiError) Error ¶
func (m SetUserMedalReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserMedalReqValidationError ¶
type SetUserMedalReqValidationError struct {
// contains filtered or unexported fields
}
SetUserMedalReqValidationError is the validation error returned by SetUserMedalReq.Validate if the designated constraints aren't met.
func (SetUserMedalReqValidationError) Cause ¶
func (e SetUserMedalReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserMedalReqValidationError) Error ¶
func (e SetUserMedalReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserMedalReqValidationError) ErrorName ¶
func (e SetUserMedalReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserMedalReqValidationError) Field ¶
func (e SetUserMedalReqValidationError) Field() string
Field function returns field value.
func (SetUserMedalReqValidationError) Key ¶
func (e SetUserMedalReqValidationError) Key() bool
Key function returns key value.
func (SetUserMedalReqValidationError) Reason ¶
func (e SetUserMedalReqValidationError) Reason() string
Reason function returns reason value.
type SetUserPasswordReq ¶
type SetUserPasswordReq struct { Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*SetUserPasswordReq) Descriptor
deprecated
func (*SetUserPasswordReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserPasswordReq.ProtoReflect.Descriptor instead.
func (*SetUserPasswordReq) GetPassword ¶
func (x *SetUserPasswordReq) GetPassword() string
func (*SetUserPasswordReq) ProtoMessage ¶
func (*SetUserPasswordReq) ProtoMessage()
func (*SetUserPasswordReq) ProtoReflect ¶
func (x *SetUserPasswordReq) ProtoReflect() protoreflect.Message
func (*SetUserPasswordReq) Reset ¶
func (x *SetUserPasswordReq) Reset()
func (*SetUserPasswordReq) String ¶
func (x *SetUserPasswordReq) String() string
func (*SetUserPasswordReq) Validate ¶
func (m *SetUserPasswordReq) Validate() error
Validate checks the field values on SetUserPasswordReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserPasswordReq) ValidateAll ¶
func (m *SetUserPasswordReq) ValidateAll() error
ValidateAll checks the field values on SetUserPasswordReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserPasswordReqMultiError, or nil if none found.
type SetUserPasswordReqMultiError ¶
type SetUserPasswordReqMultiError []error
SetUserPasswordReqMultiError is an error wrapping multiple validation errors returned by SetUserPasswordReq.ValidateAll() if the designated constraints aren't met.
func (SetUserPasswordReqMultiError) AllErrors ¶
func (m SetUserPasswordReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserPasswordReqMultiError) Error ¶
func (m SetUserPasswordReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserPasswordReqValidationError ¶
type SetUserPasswordReqValidationError struct {
// contains filtered or unexported fields
}
SetUserPasswordReqValidationError is the validation error returned by SetUserPasswordReq.Validate if the designated constraints aren't met.
func (SetUserPasswordReqValidationError) Cause ¶
func (e SetUserPasswordReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserPasswordReqValidationError) Error ¶
func (e SetUserPasswordReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserPasswordReqValidationError) ErrorName ¶
func (e SetUserPasswordReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserPasswordReqValidationError) Field ¶
func (e SetUserPasswordReqValidationError) Field() string
Field function returns field value.
func (SetUserPasswordReqValidationError) Key ¶
func (e SetUserPasswordReqValidationError) Key() bool
Key function returns key value.
func (SetUserPasswordReqValidationError) Reason ¶
func (e SetUserPasswordReqValidationError) Reason() string
Reason function returns reason value.
type SetUserPhoneReq ¶
type SetUserPhoneReq struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*SetUserPhoneReq) Descriptor
deprecated
func (*SetUserPhoneReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserPhoneReq.ProtoReflect.Descriptor instead.
func (*SetUserPhoneReq) GetCode ¶
func (x *SetUserPhoneReq) GetCode() string
func (*SetUserPhoneReq) GetPhone ¶
func (x *SetUserPhoneReq) GetPhone() string
func (*SetUserPhoneReq) ProtoMessage ¶
func (*SetUserPhoneReq) ProtoMessage()
func (*SetUserPhoneReq) ProtoReflect ¶
func (x *SetUserPhoneReq) ProtoReflect() protoreflect.Message
func (*SetUserPhoneReq) Reset ¶
func (x *SetUserPhoneReq) Reset()
func (*SetUserPhoneReq) String ¶
func (x *SetUserPhoneReq) String() string
func (*SetUserPhoneReq) Validate ¶
func (m *SetUserPhoneReq) Validate() error
Validate checks the field values on SetUserPhoneReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserPhoneReq) ValidateAll ¶
func (m *SetUserPhoneReq) ValidateAll() error
ValidateAll checks the field values on SetUserPhoneReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserPhoneReqMultiError, or nil if none found.
type SetUserPhoneReqMultiError ¶
type SetUserPhoneReqMultiError []error
SetUserPhoneReqMultiError is an error wrapping multiple validation errors returned by SetUserPhoneReq.ValidateAll() if the designated constraints aren't met.
func (SetUserPhoneReqMultiError) AllErrors ¶
func (m SetUserPhoneReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserPhoneReqMultiError) Error ¶
func (m SetUserPhoneReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserPhoneReqValidationError ¶
type SetUserPhoneReqValidationError struct {
// contains filtered or unexported fields
}
SetUserPhoneReqValidationError is the validation error returned by SetUserPhoneReq.Validate if the designated constraints aren't met.
func (SetUserPhoneReqValidationError) Cause ¶
func (e SetUserPhoneReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserPhoneReqValidationError) Error ¶
func (e SetUserPhoneReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserPhoneReqValidationError) ErrorName ¶
func (e SetUserPhoneReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserPhoneReqValidationError) Field ¶
func (e SetUserPhoneReqValidationError) Field() string
Field function returns field value.
func (SetUserPhoneReqValidationError) Key ¶
func (e SetUserPhoneReqValidationError) Key() bool
Key function returns key value.
func (SetUserPhoneReqValidationError) Reason ¶
func (e SetUserPhoneReqValidationError) Reason() string
Reason function returns reason value.
type SetUserQQReq ¶ added in v1.3.0
type SetUserQQReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` RedirectUrl string `protobuf:"bytes,2,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"` // contains filtered or unexported fields }
func (*SetUserQQReq) Descriptor
deprecated
added in
v1.3.0
func (*SetUserQQReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserQQReq.ProtoReflect.Descriptor instead.
func (*SetUserQQReq) GetCode ¶ added in v1.3.0
func (x *SetUserQQReq) GetCode() string
func (*SetUserQQReq) GetRedirectUrl ¶ added in v1.3.0
func (x *SetUserQQReq) GetRedirectUrl() string
func (*SetUserQQReq) ProtoMessage ¶ added in v1.3.0
func (*SetUserQQReq) ProtoMessage()
func (*SetUserQQReq) ProtoReflect ¶ added in v1.3.0
func (x *SetUserQQReq) ProtoReflect() protoreflect.Message
func (*SetUserQQReq) Reset ¶ added in v1.3.0
func (x *SetUserQQReq) Reset()
func (*SetUserQQReq) String ¶ added in v1.3.0
func (x *SetUserQQReq) String() string
func (*SetUserQQReq) Validate ¶ added in v1.3.0
func (m *SetUserQQReq) Validate() error
Validate checks the field values on SetUserQQReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserQQReq) ValidateAll ¶ added in v1.3.0
func (m *SetUserQQReq) ValidateAll() error
ValidateAll checks the field values on SetUserQQReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserQQReqMultiError, or nil if none found.
type SetUserQQReqMultiError ¶ added in v1.3.0
type SetUserQQReqMultiError []error
SetUserQQReqMultiError is an error wrapping multiple validation errors returned by SetUserQQReq.ValidateAll() if the designated constraints aren't met.
func (SetUserQQReqMultiError) AllErrors ¶ added in v1.3.0
func (m SetUserQQReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserQQReqMultiError) Error ¶ added in v1.3.0
func (m SetUserQQReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserQQReqValidationError ¶ added in v1.3.0
type SetUserQQReqValidationError struct {
// contains filtered or unexported fields
}
SetUserQQReqValidationError is the validation error returned by SetUserQQReq.Validate if the designated constraints aren't met.
func (SetUserQQReqValidationError) Cause ¶ added in v1.3.0
func (e SetUserQQReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserQQReqValidationError) Error ¶ added in v1.3.0
func (e SetUserQQReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserQQReqValidationError) ErrorName ¶ added in v1.3.0
func (e SetUserQQReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserQQReqValidationError) Field ¶ added in v1.3.0
func (e SetUserQQReqValidationError) Field() string
Field function returns field value.
func (SetUserQQReqValidationError) Key ¶ added in v1.3.0
func (e SetUserQQReqValidationError) Key() bool
Key function returns key value.
func (SetUserQQReqValidationError) Reason ¶ added in v1.3.0
func (e SetUserQQReqValidationError) Reason() string
Reason function returns reason value.
type SetUserWechatReq ¶ added in v1.3.0
type SetUserWechatReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` RedirectUrl string `protobuf:"bytes,2,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"` // contains filtered or unexported fields }
func (*SetUserWechatReq) Descriptor
deprecated
added in
v1.3.0
func (*SetUserWechatReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserWechatReq.ProtoReflect.Descriptor instead.
func (*SetUserWechatReq) GetCode ¶ added in v1.3.0
func (x *SetUserWechatReq) GetCode() string
func (*SetUserWechatReq) GetRedirectUrl ¶ added in v1.3.0
func (x *SetUserWechatReq) GetRedirectUrl() string
func (*SetUserWechatReq) ProtoMessage ¶ added in v1.3.0
func (*SetUserWechatReq) ProtoMessage()
func (*SetUserWechatReq) ProtoReflect ¶ added in v1.3.0
func (x *SetUserWechatReq) ProtoReflect() protoreflect.Message
func (*SetUserWechatReq) Reset ¶ added in v1.3.0
func (x *SetUserWechatReq) Reset()
func (*SetUserWechatReq) String ¶ added in v1.3.0
func (x *SetUserWechatReq) String() string
func (*SetUserWechatReq) Validate ¶ added in v1.3.0
func (m *SetUserWechatReq) Validate() error
Validate checks the field values on SetUserWechatReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetUserWechatReq) ValidateAll ¶ added in v1.3.0
func (m *SetUserWechatReq) ValidateAll() error
ValidateAll checks the field values on SetUserWechatReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetUserWechatReqMultiError, or nil if none found.
type SetUserWechatReqMultiError ¶ added in v1.3.0
type SetUserWechatReqMultiError []error
SetUserWechatReqMultiError is an error wrapping multiple validation errors returned by SetUserWechatReq.ValidateAll() if the designated constraints aren't met.
func (SetUserWechatReqMultiError) AllErrors ¶ added in v1.3.0
func (m SetUserWechatReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetUserWechatReqMultiError) Error ¶ added in v1.3.0
func (m SetUserWechatReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetUserWechatReqValidationError ¶ added in v1.3.0
type SetUserWechatReqValidationError struct {
// contains filtered or unexported fields
}
SetUserWechatReqValidationError is the validation error returned by SetUserWechatReq.Validate if the designated constraints aren't met.
func (SetUserWechatReqValidationError) Cause ¶ added in v1.3.0
func (e SetUserWechatReqValidationError) Cause() error
Cause function returns cause value.
func (SetUserWechatReqValidationError) Error ¶ added in v1.3.0
func (e SetUserWechatReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetUserWechatReqValidationError) ErrorName ¶ added in v1.3.0
func (e SetUserWechatReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetUserWechatReqValidationError) Field ¶ added in v1.3.0
func (e SetUserWechatReqValidationError) Field() string
Field function returns field value.
func (SetUserWechatReqValidationError) Key ¶ added in v1.3.0
func (e SetUserWechatReqValidationError) Key() bool
Key function returns key value.
func (SetUserWechatReqValidationError) Reason ¶ added in v1.3.0
func (e SetUserWechatReqValidationError) Reason() string
Reason function returns reason value.
type SubscribeColumnReq ¶
type SubscribeColumnReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SubscribeColumnReq) Descriptor
deprecated
func (*SubscribeColumnReq) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeColumnReq.ProtoReflect.Descriptor instead.
func (*SubscribeColumnReq) GetId ¶
func (x *SubscribeColumnReq) GetId() int32
func (*SubscribeColumnReq) ProtoMessage ¶
func (*SubscribeColumnReq) ProtoMessage()
func (*SubscribeColumnReq) ProtoReflect ¶
func (x *SubscribeColumnReq) ProtoReflect() protoreflect.Message
func (*SubscribeColumnReq) Reset ¶
func (x *SubscribeColumnReq) Reset()
func (*SubscribeColumnReq) String ¶
func (x *SubscribeColumnReq) String() string
func (*SubscribeColumnReq) Validate ¶
func (m *SubscribeColumnReq) Validate() error
Validate checks the field values on SubscribeColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SubscribeColumnReq) ValidateAll ¶
func (m *SubscribeColumnReq) ValidateAll() error
ValidateAll checks the field values on SubscribeColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscribeColumnReqMultiError, or nil if none found.
type SubscribeColumnReqMultiError ¶
type SubscribeColumnReqMultiError []error
SubscribeColumnReqMultiError is an error wrapping multiple validation errors returned by SubscribeColumnReq.ValidateAll() if the designated constraints aren't met.
func (SubscribeColumnReqMultiError) AllErrors ¶
func (m SubscribeColumnReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SubscribeColumnReqMultiError) Error ¶
func (m SubscribeColumnReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SubscribeColumnReqValidationError ¶
type SubscribeColumnReqValidationError struct {
// contains filtered or unexported fields
}
SubscribeColumnReqValidationError is the validation error returned by SubscribeColumnReq.Validate if the designated constraints aren't met.
func (SubscribeColumnReqValidationError) Cause ¶
func (e SubscribeColumnReqValidationError) Cause() error
Cause function returns cause value.
func (SubscribeColumnReqValidationError) Error ¶
func (e SubscribeColumnReqValidationError) Error() string
Error satisfies the builtin error interface
func (SubscribeColumnReqValidationError) ErrorName ¶
func (e SubscribeColumnReqValidationError) ErrorName() string
ErrorName returns error name.
func (SubscribeColumnReqValidationError) Field ¶
func (e SubscribeColumnReqValidationError) Field() string
Field function returns field value.
func (SubscribeColumnReqValidationError) Key ¶
func (e SubscribeColumnReqValidationError) Key() bool
Key function returns key value.
func (SubscribeColumnReqValidationError) Reason ¶
func (e SubscribeColumnReqValidationError) Reason() string
Reason function returns reason value.
type SubscribeJudgeReply ¶
type SubscribeJudgeReply struct { Subscribe bool `protobuf:"varint,1,opt,name=subscribe,proto3" json:"subscribe,omitempty"` // contains filtered or unexported fields }
func (*SubscribeJudgeReply) Descriptor
deprecated
func (*SubscribeJudgeReply) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeJudgeReply.ProtoReflect.Descriptor instead.
func (*SubscribeJudgeReply) GetSubscribe ¶
func (x *SubscribeJudgeReply) GetSubscribe() bool
func (*SubscribeJudgeReply) ProtoMessage ¶
func (*SubscribeJudgeReply) ProtoMessage()
func (*SubscribeJudgeReply) ProtoReflect ¶
func (x *SubscribeJudgeReply) ProtoReflect() protoreflect.Message
func (*SubscribeJudgeReply) Reset ¶
func (x *SubscribeJudgeReply) Reset()
func (*SubscribeJudgeReply) String ¶
func (x *SubscribeJudgeReply) String() string
func (*SubscribeJudgeReply) Validate ¶
func (m *SubscribeJudgeReply) Validate() error
Validate checks the field values on SubscribeJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SubscribeJudgeReply) ValidateAll ¶
func (m *SubscribeJudgeReply) ValidateAll() error
ValidateAll checks the field values on SubscribeJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscribeJudgeReplyMultiError, or nil if none found.
type SubscribeJudgeReplyMultiError ¶
type SubscribeJudgeReplyMultiError []error
SubscribeJudgeReplyMultiError is an error wrapping multiple validation errors returned by SubscribeJudgeReply.ValidateAll() if the designated constraints aren't met.
func (SubscribeJudgeReplyMultiError) AllErrors ¶
func (m SubscribeJudgeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SubscribeJudgeReplyMultiError) Error ¶
func (m SubscribeJudgeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SubscribeJudgeReplyValidationError ¶
type SubscribeJudgeReplyValidationError struct {
// contains filtered or unexported fields
}
SubscribeJudgeReplyValidationError is the validation error returned by SubscribeJudgeReply.Validate if the designated constraints aren't met.
func (SubscribeJudgeReplyValidationError) Cause ¶
func (e SubscribeJudgeReplyValidationError) Cause() error
Cause function returns cause value.
func (SubscribeJudgeReplyValidationError) Error ¶
func (e SubscribeJudgeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (SubscribeJudgeReplyValidationError) ErrorName ¶
func (e SubscribeJudgeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (SubscribeJudgeReplyValidationError) Field ¶
func (e SubscribeJudgeReplyValidationError) Field() string
Field function returns field value.
func (SubscribeJudgeReplyValidationError) Key ¶
func (e SubscribeJudgeReplyValidationError) Key() bool
Key function returns key value.
func (SubscribeJudgeReplyValidationError) Reason ¶
func (e SubscribeJudgeReplyValidationError) Reason() string
Reason function returns reason value.
type SubscribeJudgeReq ¶
type SubscribeJudgeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SubscribeJudgeReq) Descriptor
deprecated
func (*SubscribeJudgeReq) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeJudgeReq.ProtoReflect.Descriptor instead.
func (*SubscribeJudgeReq) GetId ¶
func (x *SubscribeJudgeReq) GetId() int32
func (*SubscribeJudgeReq) ProtoMessage ¶
func (*SubscribeJudgeReq) ProtoMessage()
func (*SubscribeJudgeReq) ProtoReflect ¶
func (x *SubscribeJudgeReq) ProtoReflect() protoreflect.Message
func (*SubscribeJudgeReq) Reset ¶
func (x *SubscribeJudgeReq) Reset()
func (*SubscribeJudgeReq) String ¶
func (x *SubscribeJudgeReq) String() string
func (*SubscribeJudgeReq) Validate ¶
func (m *SubscribeJudgeReq) Validate() error
Validate checks the field values on SubscribeJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SubscribeJudgeReq) ValidateAll ¶
func (m *SubscribeJudgeReq) ValidateAll() error
ValidateAll checks the field values on SubscribeJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscribeJudgeReqMultiError, or nil if none found.
type SubscribeJudgeReqMultiError ¶
type SubscribeJudgeReqMultiError []error
SubscribeJudgeReqMultiError is an error wrapping multiple validation errors returned by SubscribeJudgeReq.ValidateAll() if the designated constraints aren't met.
func (SubscribeJudgeReqMultiError) AllErrors ¶
func (m SubscribeJudgeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SubscribeJudgeReqMultiError) Error ¶
func (m SubscribeJudgeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SubscribeJudgeReqValidationError ¶
type SubscribeJudgeReqValidationError struct {
// contains filtered or unexported fields
}
SubscribeJudgeReqValidationError is the validation error returned by SubscribeJudgeReq.Validate if the designated constraints aren't met.
func (SubscribeJudgeReqValidationError) Cause ¶
func (e SubscribeJudgeReqValidationError) Cause() error
Cause function returns cause value.
func (SubscribeJudgeReqValidationError) Error ¶
func (e SubscribeJudgeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SubscribeJudgeReqValidationError) ErrorName ¶
func (e SubscribeJudgeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SubscribeJudgeReqValidationError) Field ¶
func (e SubscribeJudgeReqValidationError) Field() string
Field function returns field value.
func (SubscribeJudgeReqValidationError) Key ¶
func (e SubscribeJudgeReqValidationError) Key() bool
Key function returns key value.
func (SubscribeJudgeReqValidationError) Reason ¶
func (e SubscribeJudgeReqValidationError) Reason() string
Reason function returns reason value.
type TalkStatisticJudgeReply ¶
type TalkStatisticJudgeReply struct { Agree bool `protobuf:"varint,1,opt,name=agree,proto3" json:"agree,omitempty"` Collect bool `protobuf:"varint,2,opt,name=collect,proto3" json:"collect,omitempty"` // contains filtered or unexported fields }
func (*TalkStatisticJudgeReply) Descriptor
deprecated
func (*TalkStatisticJudgeReply) Descriptor() ([]byte, []int)
Deprecated: Use TalkStatisticJudgeReply.ProtoReflect.Descriptor instead.
func (*TalkStatisticJudgeReply) GetAgree ¶
func (x *TalkStatisticJudgeReply) GetAgree() bool
func (*TalkStatisticJudgeReply) GetCollect ¶
func (x *TalkStatisticJudgeReply) GetCollect() bool
func (*TalkStatisticJudgeReply) ProtoMessage ¶
func (*TalkStatisticJudgeReply) ProtoMessage()
func (*TalkStatisticJudgeReply) ProtoReflect ¶
func (x *TalkStatisticJudgeReply) ProtoReflect() protoreflect.Message
func (*TalkStatisticJudgeReply) Reset ¶
func (x *TalkStatisticJudgeReply) Reset()
func (*TalkStatisticJudgeReply) String ¶
func (x *TalkStatisticJudgeReply) String() string
func (*TalkStatisticJudgeReply) Validate ¶
func (m *TalkStatisticJudgeReply) Validate() error
Validate checks the field values on TalkStatisticJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TalkStatisticJudgeReply) ValidateAll ¶
func (m *TalkStatisticJudgeReply) ValidateAll() error
ValidateAll checks the field values on TalkStatisticJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TalkStatisticJudgeReplyMultiError, or nil if none found.
type TalkStatisticJudgeReplyMultiError ¶
type TalkStatisticJudgeReplyMultiError []error
TalkStatisticJudgeReplyMultiError is an error wrapping multiple validation errors returned by TalkStatisticJudgeReply.ValidateAll() if the designated constraints aren't met.
func (TalkStatisticJudgeReplyMultiError) AllErrors ¶
func (m TalkStatisticJudgeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TalkStatisticJudgeReplyMultiError) Error ¶
func (m TalkStatisticJudgeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TalkStatisticJudgeReplyValidationError ¶
type TalkStatisticJudgeReplyValidationError struct {
// contains filtered or unexported fields
}
TalkStatisticJudgeReplyValidationError is the validation error returned by TalkStatisticJudgeReply.Validate if the designated constraints aren't met.
func (TalkStatisticJudgeReplyValidationError) Cause ¶
func (e TalkStatisticJudgeReplyValidationError) Cause() error
Cause function returns cause value.
func (TalkStatisticJudgeReplyValidationError) Error ¶
func (e TalkStatisticJudgeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (TalkStatisticJudgeReplyValidationError) ErrorName ¶
func (e TalkStatisticJudgeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (TalkStatisticJudgeReplyValidationError) Field ¶
func (e TalkStatisticJudgeReplyValidationError) Field() string
Field function returns field value.
func (TalkStatisticJudgeReplyValidationError) Key ¶
func (e TalkStatisticJudgeReplyValidationError) Key() bool
Key function returns key value.
func (TalkStatisticJudgeReplyValidationError) Reason ¶
func (e TalkStatisticJudgeReplyValidationError) Reason() string
Reason function returns reason value.
type TalkStatisticJudgeReq ¶
type TalkStatisticJudgeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*TalkStatisticJudgeReq) Descriptor
deprecated
func (*TalkStatisticJudgeReq) Descriptor() ([]byte, []int)
Deprecated: Use TalkStatisticJudgeReq.ProtoReflect.Descriptor instead.
func (*TalkStatisticJudgeReq) GetId ¶
func (x *TalkStatisticJudgeReq) GetId() int32
func (*TalkStatisticJudgeReq) ProtoMessage ¶
func (*TalkStatisticJudgeReq) ProtoMessage()
func (*TalkStatisticJudgeReq) ProtoReflect ¶
func (x *TalkStatisticJudgeReq) ProtoReflect() protoreflect.Message
func (*TalkStatisticJudgeReq) Reset ¶
func (x *TalkStatisticJudgeReq) Reset()
func (*TalkStatisticJudgeReq) String ¶
func (x *TalkStatisticJudgeReq) String() string
func (*TalkStatisticJudgeReq) Validate ¶
func (m *TalkStatisticJudgeReq) Validate() error
Validate checks the field values on TalkStatisticJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TalkStatisticJudgeReq) ValidateAll ¶
func (m *TalkStatisticJudgeReq) ValidateAll() error
ValidateAll checks the field values on TalkStatisticJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TalkStatisticJudgeReqMultiError, or nil if none found.
type TalkStatisticJudgeReqMultiError ¶
type TalkStatisticJudgeReqMultiError []error
TalkStatisticJudgeReqMultiError is an error wrapping multiple validation errors returned by TalkStatisticJudgeReq.ValidateAll() if the designated constraints aren't met.
func (TalkStatisticJudgeReqMultiError) AllErrors ¶
func (m TalkStatisticJudgeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TalkStatisticJudgeReqMultiError) Error ¶
func (m TalkStatisticJudgeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TalkStatisticJudgeReqValidationError ¶
type TalkStatisticJudgeReqValidationError struct {
// contains filtered or unexported fields
}
TalkStatisticJudgeReqValidationError is the validation error returned by TalkStatisticJudgeReq.Validate if the designated constraints aren't met.
func (TalkStatisticJudgeReqValidationError) Cause ¶
func (e TalkStatisticJudgeReqValidationError) Cause() error
Cause function returns cause value.
func (TalkStatisticJudgeReqValidationError) Error ¶
func (e TalkStatisticJudgeReqValidationError) Error() string
Error satisfies the builtin error interface
func (TalkStatisticJudgeReqValidationError) ErrorName ¶
func (e TalkStatisticJudgeReqValidationError) ErrorName() string
ErrorName returns error name.
func (TalkStatisticJudgeReqValidationError) Field ¶
func (e TalkStatisticJudgeReqValidationError) Field() string
Field function returns field value.
func (TalkStatisticJudgeReqValidationError) Key ¶
func (e TalkStatisticJudgeReqValidationError) Key() bool
Key function returns key value.
func (TalkStatisticJudgeReqValidationError) Reason ¶
func (e TalkStatisticJudgeReqValidationError) Reason() string
Reason function returns reason value.
type UnbindUserAccountReq ¶ added in v1.3.0
type UnbindUserAccountReq struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"` Choose string `protobuf:"bytes,6,opt,name=choose,proto3" json:"choose,omitempty"` Mode string `protobuf:"bytes,7,opt,name=mode,proto3" json:"mode,omitempty"` RedirectUri string `protobuf:"bytes,8,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` // contains filtered or unexported fields }
func (*UnbindUserAccountReq) Descriptor
deprecated
added in
v1.3.0
func (*UnbindUserAccountReq) Descriptor() ([]byte, []int)
Deprecated: Use UnbindUserAccountReq.ProtoReflect.Descriptor instead.
func (*UnbindUserAccountReq) GetAccount ¶ added in v1.3.0
func (x *UnbindUserAccountReq) GetAccount() string
func (*UnbindUserAccountReq) GetChoose ¶ added in v1.3.0
func (x *UnbindUserAccountReq) GetChoose() string
func (*UnbindUserAccountReq) GetCode ¶ added in v1.3.0
func (x *UnbindUserAccountReq) GetCode() string
func (*UnbindUserAccountReq) GetEmail ¶ added in v1.3.0
func (x *UnbindUserAccountReq) GetEmail() string
func (*UnbindUserAccountReq) GetMode ¶ added in v1.3.0
func (x *UnbindUserAccountReq) GetMode() string
func (*UnbindUserAccountReq) GetPassword ¶ added in v1.3.0
func (x *UnbindUserAccountReq) GetPassword() string
func (*UnbindUserAccountReq) GetPhone ¶ added in v1.3.0
func (x *UnbindUserAccountReq) GetPhone() string
func (*UnbindUserAccountReq) GetRedirectUri ¶ added in v1.3.0
func (x *UnbindUserAccountReq) GetRedirectUri() string
func (*UnbindUserAccountReq) ProtoMessage ¶ added in v1.3.0
func (*UnbindUserAccountReq) ProtoMessage()
func (*UnbindUserAccountReq) ProtoReflect ¶ added in v1.3.0
func (x *UnbindUserAccountReq) ProtoReflect() protoreflect.Message
func (*UnbindUserAccountReq) Reset ¶ added in v1.3.0
func (x *UnbindUserAccountReq) Reset()
func (*UnbindUserAccountReq) String ¶ added in v1.3.0
func (x *UnbindUserAccountReq) String() string
func (*UnbindUserAccountReq) Validate ¶ added in v1.3.0
func (m *UnbindUserAccountReq) Validate() error
Validate checks the field values on UnbindUserAccountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UnbindUserAccountReq) ValidateAll ¶ added in v1.3.0
func (m *UnbindUserAccountReq) ValidateAll() error
ValidateAll checks the field values on UnbindUserAccountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnbindUserAccountReqMultiError, or nil if none found.
type UnbindUserAccountReqMultiError ¶ added in v1.3.0
type UnbindUserAccountReqMultiError []error
UnbindUserAccountReqMultiError is an error wrapping multiple validation errors returned by UnbindUserAccountReq.ValidateAll() if the designated constraints aren't met.
func (UnbindUserAccountReqMultiError) AllErrors ¶ added in v1.3.0
func (m UnbindUserAccountReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UnbindUserAccountReqMultiError) Error ¶ added in v1.3.0
func (m UnbindUserAccountReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UnbindUserAccountReqValidationError ¶ added in v1.3.0
type UnbindUserAccountReqValidationError struct {
// contains filtered or unexported fields
}
UnbindUserAccountReqValidationError is the validation error returned by UnbindUserAccountReq.Validate if the designated constraints aren't met.
func (UnbindUserAccountReqValidationError) Cause ¶ added in v1.3.0
func (e UnbindUserAccountReqValidationError) Cause() error
Cause function returns cause value.
func (UnbindUserAccountReqValidationError) Error ¶ added in v1.3.0
func (e UnbindUserAccountReqValidationError) Error() string
Error satisfies the builtin error interface
func (UnbindUserAccountReqValidationError) ErrorName ¶ added in v1.3.0
func (e UnbindUserAccountReqValidationError) ErrorName() string
ErrorName returns error name.
func (UnbindUserAccountReqValidationError) Field ¶ added in v1.3.0
func (e UnbindUserAccountReqValidationError) Field() string
Field function returns field value.
func (UnbindUserAccountReqValidationError) Key ¶ added in v1.3.0
func (e UnbindUserAccountReqValidationError) Key() bool
Key function returns key value.
func (UnbindUserAccountReqValidationError) Reason ¶ added in v1.3.0
func (e UnbindUserAccountReqValidationError) Reason() string
Reason function returns reason value.
type UnimplementedBffServer ¶
type UnimplementedBffServer struct { }
UnimplementedBffServer must be embedded to have forward compatible implementations.
func (UnimplementedBffServer) AccessUserMedal ¶
func (UnimplementedBffServer) AccessUserMedal(context.Context, *AccessUserMedalReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) AddColumnIncludes ¶
func (UnimplementedBffServer) AddColumnIncludes(context.Context, *AddColumnIncludesReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) ArticleDraftMark ¶
func (UnimplementedBffServer) ArticleDraftMark(context.Context, *ArticleDraftMarkReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) ArticleStatisticJudge ¶
func (UnimplementedBffServer) ArticleStatisticJudge(context.Context, *ArticleStatisticJudgeReq) (*ArticleStatisticJudgeReply, error)
func (UnimplementedBffServer) CancelArticleAgree ¶
func (UnimplementedBffServer) CancelArticleAgree(context.Context, *CancelArticleAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelArticleCollect ¶
func (UnimplementedBffServer) CancelArticleCollect(context.Context, *CancelArticleCollectReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelColumnAgree ¶
func (UnimplementedBffServer) CancelColumnAgree(context.Context, *CancelColumnAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelColumnCollect ¶
func (UnimplementedBffServer) CancelColumnCollect(context.Context, *CancelColumnCollectReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelCommentAgree ¶
func (UnimplementedBffServer) CancelCommentAgree(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelSubCommentAgree ¶
func (UnimplementedBffServer) CancelSubCommentAgree(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelSubscribeColumn ¶
func (UnimplementedBffServer) CancelSubscribeColumn(context.Context, *CancelSubscribeColumnReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelTalkAgree ¶
func (UnimplementedBffServer) CancelTalkAgree(context.Context, *CancelTalkAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelTalkCollect ¶
func (UnimplementedBffServer) CancelTalkCollect(context.Context, *CancelTalkCollectReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelUserFollow ¶
func (UnimplementedBffServer) CancelUserFollow(context.Context, *CancelUserFollowReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) CancelUserMedalSet ¶
func (UnimplementedBffServer) CancelUserMedalSet(context.Context, *CancelUserMedalSetReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) ChangeUserPassword ¶
func (UnimplementedBffServer) ChangeUserPassword(context.Context, *ChangeUserPasswordReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) ColumnStatisticJudge ¶
func (UnimplementedBffServer) ColumnStatisticJudge(context.Context, *ColumnStatisticJudgeReq) (*ColumnStatisticJudgeReply, error)
func (UnimplementedBffServer) CreateArticleDraft ¶
func (UnimplementedBffServer) CreateArticleDraft(context.Context, *emptypb.Empty) (*CreateArticleDraftReply, error)
func (UnimplementedBffServer) CreateCollectionsDraft ¶
func (UnimplementedBffServer) CreateCollectionsDraft(context.Context, *emptypb.Empty) (*CreateCollectionsDraftReply, error)
func (UnimplementedBffServer) CreateColumnDraft ¶
func (UnimplementedBffServer) CreateColumnDraft(context.Context, *emptypb.Empty) (*CreateColumnDraftReply, error)
func (UnimplementedBffServer) CreateCommentDraft ¶
func (UnimplementedBffServer) CreateCommentDraft(context.Context, *emptypb.Empty) (*CreateCommentDraftReply, error)
func (UnimplementedBffServer) CreateTalkDraft ¶
func (UnimplementedBffServer) CreateTalkDraft(context.Context, *emptypb.Empty) (*CreateTalkDraftReply, error)
func (UnimplementedBffServer) DeleteArticle ¶
func (UnimplementedBffServer) DeleteArticle(context.Context, *DeleteArticleReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) DeleteArticleDraft ¶ added in v1.3.0
func (UnimplementedBffServer) DeleteArticleDraft(context.Context, *DeleteArticleDraftReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) DeleteCollections ¶
func (UnimplementedBffServer) DeleteCollections(context.Context, *DeleteCollectionsReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) DeleteColumn ¶
func (UnimplementedBffServer) DeleteColumn(context.Context, *DeleteColumnReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) DeleteColumnIncludes ¶
func (UnimplementedBffServer) DeleteColumnIncludes(context.Context, *DeleteColumnIncludesReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) DeleteTalk ¶
func (UnimplementedBffServer) DeleteTalk(context.Context, *DeleteTalkReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) GetAccount ¶
func (UnimplementedBffServer) GetAccount(context.Context, *emptypb.Empty) (*GetAccountReply, error)
func (UnimplementedBffServer) GetAchievementList ¶
func (UnimplementedBffServer) GetAchievementList(context.Context, *GetAchievementListReq) (*GetAchievementListReply, error)
func (UnimplementedBffServer) GetArticleContentReview ¶
func (UnimplementedBffServer) GetArticleContentReview(context.Context, *GetArticleContentReviewReq) (*GetArticleContentReviewReply, error)
func (UnimplementedBffServer) GetArticleCount ¶
func (UnimplementedBffServer) GetArticleCount(context.Context, *emptypb.Empty) (*GetArticleCountReply, error)
func (UnimplementedBffServer) GetArticleCountVisitor ¶
func (UnimplementedBffServer) GetArticleCountVisitor(context.Context, *GetArticleCountVisitorReq) (*GetArticleCountReply, error)
func (UnimplementedBffServer) GetArticleDraftList ¶
func (UnimplementedBffServer) GetArticleDraftList(context.Context, *emptypb.Empty) (*GetArticleDraftListReply, error)
func (UnimplementedBffServer) GetArticleImageReview ¶
func (UnimplementedBffServer) GetArticleImageReview(context.Context, *GetArticleImageReviewReq) (*GetArticleImageReviewReply, error)
func (UnimplementedBffServer) GetArticleList ¶
func (UnimplementedBffServer) GetArticleList(context.Context, *GetArticleListReq) (*GetArticleListReply, error)
func (UnimplementedBffServer) GetArticleListHot ¶
func (UnimplementedBffServer) GetArticleListHot(context.Context, *GetArticleListHotReq) (*GetArticleListHotReply, error)
func (UnimplementedBffServer) GetArticleListStatistic ¶
func (UnimplementedBffServer) GetArticleListStatistic(context.Context, *GetArticleListStatisticReq) (*GetArticleListStatisticReply, error)
func (UnimplementedBffServer) GetArticleSearch ¶
func (UnimplementedBffServer) GetArticleSearch(context.Context, *GetArticleSearchReq) (*GetArticleSearchReply, error)
func (UnimplementedBffServer) GetArticleStatistic ¶
func (UnimplementedBffServer) GetArticleStatistic(context.Context, *GetArticleStatisticReq) (*GetArticleStatisticReply, error)
func (UnimplementedBffServer) GetAvatarReview ¶
func (UnimplementedBffServer) GetAvatarReview(context.Context, *GetAvatarReviewReq) (*GetAvatarReviewReply, error)
func (UnimplementedBffServer) GetCollectArticleCount ¶
func (UnimplementedBffServer) GetCollectArticleCount(context.Context, *GetCollectArticleCountReq) (*GetCollectArticleCountReply, error)
func (UnimplementedBffServer) GetCollectArticleList ¶
func (UnimplementedBffServer) GetCollectArticleList(context.Context, *GetCollectArticleListReq) (*GetArticleListReply, error)
func (UnimplementedBffServer) GetCollectColumnCount ¶
func (UnimplementedBffServer) GetCollectColumnCount(context.Context, *GetCollectColumnCountReq) (*GetCollectColumnCountReply, error)
func (UnimplementedBffServer) GetCollectColumnList ¶
func (UnimplementedBffServer) GetCollectColumnList(context.Context, *GetCollectColumnListReq) (*GetColumnListReply, error)
func (UnimplementedBffServer) GetCollectTalkCount ¶
func (UnimplementedBffServer) GetCollectTalkCount(context.Context, *GetCollectTalkCountReq) (*GetCollectTalkCountReply, error)
func (UnimplementedBffServer) GetCollectTalkList ¶
func (UnimplementedBffServer) GetCollectTalkList(context.Context, *GetCollectTalkListReq) (*GetTalkListReply, error)
func (UnimplementedBffServer) GetCollections ¶
func (UnimplementedBffServer) GetCollections(context.Context, *GetCollectionsReq) (*GetCollectionsReply, error)
func (UnimplementedBffServer) GetCollectionsContentReview ¶
func (UnimplementedBffServer) GetCollectionsContentReview(context.Context, *GetCollectionsContentReviewReq) (*GetCollectionsContentReviewReply, error)
func (UnimplementedBffServer) GetCollectionsCount ¶
func (UnimplementedBffServer) GetCollectionsCount(context.Context, *emptypb.Empty) (*GetCollectionsCountReply, error)
func (UnimplementedBffServer) GetCollectionsList ¶
func (UnimplementedBffServer) GetCollectionsList(context.Context, *GetCollectionsListReq) (*GetCollectionsListReply, error)
func (UnimplementedBffServer) GetCollectionsListAll ¶
func (UnimplementedBffServer) GetCollectionsListAll(context.Context, *emptypb.Empty) (*GetCollectionsListReply, error)
func (UnimplementedBffServer) GetCollectionsListByVisitor ¶
func (UnimplementedBffServer) GetCollectionsListByVisitor(context.Context, *GetCollectionsListByVisitorReq) (*GetCollectionsListReply, error)
func (UnimplementedBffServer) GetCollectionsVisitorCount ¶
func (UnimplementedBffServer) GetCollectionsVisitorCount(context.Context, *GetCollectionsVisitorCountReq) (*GetCollectionsCountReply, error)
func (UnimplementedBffServer) GetColumnArticleList ¶
func (UnimplementedBffServer) GetColumnArticleList(context.Context, *GetColumnArticleListReq) (*GetArticleListReply, error)
func (UnimplementedBffServer) GetColumnContentReview ¶
func (UnimplementedBffServer) GetColumnContentReview(context.Context, *GetColumnContentReviewReq) (*GetColumnContentReviewReply, error)
func (UnimplementedBffServer) GetColumnCount ¶
func (UnimplementedBffServer) GetColumnCount(context.Context, *emptypb.Empty) (*GetColumnCountReply, error)
func (UnimplementedBffServer) GetColumnCountVisitor ¶
func (UnimplementedBffServer) GetColumnCountVisitor(context.Context, *GetColumnCountVisitorReq) (*GetColumnCountReply, error)
func (UnimplementedBffServer) GetColumnImageReview ¶
func (UnimplementedBffServer) GetColumnImageReview(context.Context, *GetColumnImageReviewReq) (*GetColumnImageReviewReply, error)
func (UnimplementedBffServer) GetColumnList ¶
func (UnimplementedBffServer) GetColumnList(context.Context, *GetColumnListReq) (*GetColumnListReply, error)
func (UnimplementedBffServer) GetColumnListHot ¶
func (UnimplementedBffServer) GetColumnListHot(context.Context, *GetColumnListHotReq) (*GetColumnListHotReply, error)
func (UnimplementedBffServer) GetColumnListStatistic ¶
func (UnimplementedBffServer) GetColumnListStatistic(context.Context, *GetColumnListStatisticReq) (*GetColumnListStatisticReply, error)
func (UnimplementedBffServer) GetColumnSearch ¶
func (UnimplementedBffServer) GetColumnSearch(context.Context, *GetColumnSearchReq) (*GetColumnSearchReply, error)
func (UnimplementedBffServer) GetColumnStatistic ¶
func (UnimplementedBffServer) GetColumnStatistic(context.Context, *GetColumnStatisticReq) (*GetColumnStatisticReply, error)
func (UnimplementedBffServer) GetColumnSubscribes ¶
func (UnimplementedBffServer) GetColumnSubscribes(context.Context, *GetColumnSubscribesReq) (*GetColumnSubscribesReply, error)
func (UnimplementedBffServer) GetCommentContentReview ¶
func (UnimplementedBffServer) GetCommentContentReview(context.Context, *GetCommentContentReviewReq) (*GetCommentContentReviewReply, error)
func (UnimplementedBffServer) GetCommentList ¶
func (UnimplementedBffServer) GetCommentList(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
func (UnimplementedBffServer) GetCommentListHot ¶
func (UnimplementedBffServer) GetCommentListHot(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
func (UnimplementedBffServer) GetCommentUser ¶
func (UnimplementedBffServer) GetCommentUser(context.Context, *emptypb.Empty) (*GetCommentUserReply, error)
func (UnimplementedBffServer) GetCosSessionKey ¶
func (UnimplementedBffServer) GetCosSessionKey(context.Context, *emptypb.Empty) (*GetCosSessionKeyReply, error)
func (UnimplementedBffServer) GetCoverReview ¶
func (UnimplementedBffServer) GetCoverReview(context.Context, *GetCoverReviewReq) (*GetCoverReviewReply, error)
func (UnimplementedBffServer) GetFollowList ¶
func (UnimplementedBffServer) GetFollowList(context.Context, *GetFollowListReq) (*GetFollowListReply, error)
func (UnimplementedBffServer) GetFollowListCount ¶
func (UnimplementedBffServer) GetFollowListCount(context.Context, *GetFollowListCountReq) (*GetFollowListCountReply, error)
func (UnimplementedBffServer) GetFollowedList ¶
func (UnimplementedBffServer) GetFollowedList(context.Context, *GetFollowedListReq) (*GetFollowedListReply, error)
func (UnimplementedBffServer) GetFollowedListCount ¶
func (UnimplementedBffServer) GetFollowedListCount(context.Context, *GetFollowedListCountReq) (*GetFollowedListCountReply, error)
func (UnimplementedBffServer) GetLastArticleDraft ¶
func (UnimplementedBffServer) GetLastArticleDraft(context.Context, *emptypb.Empty) (*GetLastArticleDraftReply, error)
func (UnimplementedBffServer) GetLastCollectionsDraft ¶
func (UnimplementedBffServer) GetLastCollectionsDraft(context.Context, *emptypb.Empty) (*GetLastCollectionsDraftReply, error)
func (UnimplementedBffServer) GetLastColumnDraft ¶
func (UnimplementedBffServer) GetLastColumnDraft(context.Context, *emptypb.Empty) (*GetLastColumnDraftReply, error)
func (UnimplementedBffServer) GetLastCommentDraft ¶
func (UnimplementedBffServer) GetLastCommentDraft(context.Context, *emptypb.Empty) (*GetLastCommentDraftReply, error)
func (UnimplementedBffServer) GetLastTalkDraft ¶
func (UnimplementedBffServer) GetLastTalkDraft(context.Context, *emptypb.Empty) (*GetLastTalkDraftReply, error)
func (UnimplementedBffServer) GetLeaderBoard ¶
func (UnimplementedBffServer) GetLeaderBoard(context.Context, *emptypb.Empty) (*GetLeaderBoardReply, error)
func (UnimplementedBffServer) GetMailBoxLastTime ¶
func (UnimplementedBffServer) GetMailBoxLastTime(context.Context, *emptypb.Empty) (*GetMailBoxLastTimeReply, error)
func (UnimplementedBffServer) GetMessageNotification ¶
func (UnimplementedBffServer) GetMessageNotification(context.Context, *emptypb.Empty) (*GetMessageNotificationReply, error)
func (UnimplementedBffServer) GetMessageSystemNotification ¶
func (UnimplementedBffServer) GetMessageSystemNotification(context.Context, *GetMessageSystemNotificationReq) (*GetMessageSystemNotificationReply, error)
func (UnimplementedBffServer) GetNews ¶
func (UnimplementedBffServer) GetNews(context.Context, *GetNewsReq) (*GetNewsReply, error)
func (UnimplementedBffServer) GetNewsSearch ¶ added in v1.4.0
func (UnimplementedBffServer) GetNewsSearch(context.Context, *GetNewsSearchReq) (*GetNewsSearchReply, error)
func (UnimplementedBffServer) GetProfile ¶
func (UnimplementedBffServer) GetProfile(context.Context, *emptypb.Empty) (*GetProfileReply, error)
func (UnimplementedBffServer) GetProfileList ¶
func (UnimplementedBffServer) GetProfileList(context.Context, *GetProfileListReq) (*GetProfileListReply, error)
func (UnimplementedBffServer) GetProfileUpdate ¶
func (UnimplementedBffServer) GetProfileUpdate(context.Context, *emptypb.Empty) (*GetProfileUpdateReply, error)
func (UnimplementedBffServer) GetSubCommentList ¶
func (UnimplementedBffServer) GetSubCommentList(context.Context, *GetSubCommentListReq) (*GetSubCommentListReply, error)
func (UnimplementedBffServer) GetSubscribeList ¶
func (UnimplementedBffServer) GetSubscribeList(context.Context, *GetSubscribeListReq) (*GetSubscribeListReply, error)
func (UnimplementedBffServer) GetSubscribeListCount ¶
func (UnimplementedBffServer) GetSubscribeListCount(context.Context, *GetSubscribeListCountReq) (*GetSubscribeListCountReply, error)
func (UnimplementedBffServer) GetTalkContentReview ¶
func (UnimplementedBffServer) GetTalkContentReview(context.Context, *GetTalkContentReviewReq) (*GetTalkContentReviewReply, error)
func (UnimplementedBffServer) GetTalkCount ¶
func (UnimplementedBffServer) GetTalkCount(context.Context, *emptypb.Empty) (*GetTalkCountReply, error)
func (UnimplementedBffServer) GetTalkCountVisitor ¶
func (UnimplementedBffServer) GetTalkCountVisitor(context.Context, *GetTalkCountVisitorReq) (*GetTalkCountReply, error)
func (UnimplementedBffServer) GetTalkImageReview ¶
func (UnimplementedBffServer) GetTalkImageReview(context.Context, *GetTalkImageReviewReq) (*GetTalkImageReviewReply, error)
func (UnimplementedBffServer) GetTalkList ¶
func (UnimplementedBffServer) GetTalkList(context.Context, *GetTalkListReq) (*GetTalkListReply, error)
func (UnimplementedBffServer) GetTalkListHot ¶
func (UnimplementedBffServer) GetTalkListHot(context.Context, *GetTalkListHotReq) (*GetTalkListHotReply, error)
func (UnimplementedBffServer) GetTalkListStatistic ¶
func (UnimplementedBffServer) GetTalkListStatistic(context.Context, *GetTalkListStatisticReq) (*GetTalkListStatisticReply, error)
func (UnimplementedBffServer) GetTalkSearch ¶
func (UnimplementedBffServer) GetTalkSearch(context.Context, *GetTalkSearchReq) (*GetTalkSearchReply, error)
func (UnimplementedBffServer) GetTalkStatistic ¶
func (UnimplementedBffServer) GetTalkStatistic(context.Context, *GetTalkStatisticReq) (*GetTalkStatisticReply, error)
func (UnimplementedBffServer) GetTimeLineUsers ¶
func (UnimplementedBffServer) GetTimeLineUsers(context.Context, *emptypb.Empty) (*GetTimeLineUsersReply, error)
func (UnimplementedBffServer) GetUserAchievement ¶
func (UnimplementedBffServer) GetUserAchievement(context.Context, *GetUserAchievementReq) (*GetUserAchievementReply, error)
func (UnimplementedBffServer) GetUserArticleAgree ¶
func (UnimplementedBffServer) GetUserArticleAgree(context.Context, *emptypb.Empty) (*GetUserArticleAgreeReply, error)
func (UnimplementedBffServer) GetUserArticleCollect ¶
func (UnimplementedBffServer) GetUserArticleCollect(context.Context, *emptypb.Empty) (*GetUserArticleCollectReply, error)
func (UnimplementedBffServer) GetUserArticleList ¶
func (UnimplementedBffServer) GetUserArticleList(context.Context, *GetUserArticleListReq) (*GetArticleListReply, error)
func (UnimplementedBffServer) GetUserArticleListAll ¶
func (UnimplementedBffServer) GetUserArticleListAll(context.Context, *emptypb.Empty) (*GetArticleListReply, error)
func (UnimplementedBffServer) GetUserArticleListSimple ¶
func (UnimplementedBffServer) GetUserArticleListSimple(context.Context, *GetUserArticleListSimpleReq) (*GetArticleListReply, error)
func (UnimplementedBffServer) GetUserArticleListVisitor ¶
func (UnimplementedBffServer) GetUserArticleListVisitor(context.Context, *GetUserArticleListVisitorReq) (*GetArticleListReply, error)
func (UnimplementedBffServer) GetUserColumnAgree ¶
func (UnimplementedBffServer) GetUserColumnAgree(context.Context, *emptypb.Empty) (*GetUserColumnAgreeReply, error)
func (UnimplementedBffServer) GetUserColumnCollect ¶
func (UnimplementedBffServer) GetUserColumnCollect(context.Context, *emptypb.Empty) (*GetUserColumnCollectReply, error)
func (UnimplementedBffServer) GetUserColumnList ¶
func (UnimplementedBffServer) GetUserColumnList(context.Context, *GetUserColumnListReq) (*GetColumnListReply, error)
func (UnimplementedBffServer) GetUserColumnListSimple ¶
func (UnimplementedBffServer) GetUserColumnListSimple(context.Context, *GetUserColumnListSimpleReq) (*GetColumnListReply, error)
func (UnimplementedBffServer) GetUserColumnListVisitor ¶
func (UnimplementedBffServer) GetUserColumnListVisitor(context.Context, *GetUserColumnListVisitorReq) (*GetColumnListReply, error)
func (UnimplementedBffServer) GetUserCommentAgree ¶
func (UnimplementedBffServer) GetUserCommentAgree(context.Context, *emptypb.Empty) (*GetUserCommentAgreeReply, error)
func (UnimplementedBffServer) GetUserCommentArticleRepliedList ¶
func (UnimplementedBffServer) GetUserCommentArticleRepliedList(context.Context, *GetUserCommentArticleRepliedListReq) (*GetUserCommentArticleRepliedListReply, error)
func (UnimplementedBffServer) GetUserCommentArticleReplyList ¶
func (UnimplementedBffServer) GetUserCommentArticleReplyList(context.Context, *GetUserCommentArticleReplyListReq) (*GetUserCommentArticleReplyListReply, error)
func (UnimplementedBffServer) GetUserCommentRepliedList ¶
func (UnimplementedBffServer) GetUserCommentRepliedList(context.Context, *GetUserCommentRepliedListReq) (*GetUserCommentRepliedListReply, error)
func (UnimplementedBffServer) GetUserCommentTalkRepliedList ¶
func (UnimplementedBffServer) GetUserCommentTalkRepliedList(context.Context, *GetUserCommentTalkRepliedListReq) (*GetUserCommentTalkRepliedListReply, error)
func (UnimplementedBffServer) GetUserCommentTalkReplyList ¶
func (UnimplementedBffServer) GetUserCommentTalkReplyList(context.Context, *GetUserCommentTalkReplyListReq) (*GetUserCommentTalkReplyListReply, error)
func (UnimplementedBffServer) GetUserFollow ¶
func (UnimplementedBffServer) GetUserFollow(context.Context, *GetUserFollowReq) (*GetUserFollowReply, error)
func (UnimplementedBffServer) GetUserFollows ¶
func (UnimplementedBffServer) GetUserFollows(context.Context, *emptypb.Empty) (*GetUserFollowsReply, error)
func (UnimplementedBffServer) GetUserInfo ¶
func (UnimplementedBffServer) GetUserInfo(context.Context, *emptypb.Empty) (*GetUserInfoReply, error)
func (UnimplementedBffServer) GetUserInfoVisitor ¶
func (UnimplementedBffServer) GetUserInfoVisitor(context.Context, *GetUserInfoVisitorReq) (*GetUserInfoReply, error)
func (UnimplementedBffServer) GetUserMedal ¶
func (UnimplementedBffServer) GetUserMedal(context.Context, *GetUserMedalReq) (*GetUserMedalReply, error)
func (UnimplementedBffServer) GetUserMedalProgress ¶
func (UnimplementedBffServer) GetUserMedalProgress(context.Context, *emptypb.Empty) (*GetUserMedalProgressReply, error)
func (UnimplementedBffServer) GetUserSearch ¶
func (UnimplementedBffServer) GetUserSearch(context.Context, *GetUserSearchReq) (*GetUserSearchReply, error)
func (UnimplementedBffServer) GetUserSubCommentArticleRepliedList ¶
func (UnimplementedBffServer) GetUserSubCommentArticleRepliedList(context.Context, *GetUserSubCommentArticleRepliedListReq) (*GetUserSubCommentArticleRepliedListReply, error)
func (UnimplementedBffServer) GetUserSubCommentArticleReplyList ¶
func (UnimplementedBffServer) GetUserSubCommentArticleReplyList(context.Context, *GetUserSubCommentArticleReplyListReq) (*GetUserSubCommentArticleReplyListReply, error)
func (UnimplementedBffServer) GetUserSubCommentRepliedList ¶
func (UnimplementedBffServer) GetUserSubCommentRepliedList(context.Context, *GetUserSubCommentRepliedListReq) (*GetUserSubCommentRepliedListReply, error)
func (UnimplementedBffServer) GetUserSubCommentTalkRepliedList ¶
func (UnimplementedBffServer) GetUserSubCommentTalkRepliedList(context.Context, *GetUserSubCommentTalkRepliedListReq) (*GetUserSubCommentTalkRepliedListReply, error)
func (UnimplementedBffServer) GetUserSubCommentTalkReplyList ¶
func (UnimplementedBffServer) GetUserSubCommentTalkReplyList(context.Context, *GetUserSubCommentTalkReplyListReq) (*GetUserSubCommentTalkReplyListReply, error)
func (UnimplementedBffServer) GetUserSubscribeColumn ¶
func (UnimplementedBffServer) GetUserSubscribeColumn(context.Context, *emptypb.Empty) (*GetUserSubscribeColumnReply, error)
func (UnimplementedBffServer) GetUserTalkAgree ¶
func (UnimplementedBffServer) GetUserTalkAgree(context.Context, *emptypb.Empty) (*GetUserTalkAgreeReply, error)
func (UnimplementedBffServer) GetUserTalkCollect ¶
func (UnimplementedBffServer) GetUserTalkCollect(context.Context, *emptypb.Empty) (*GetUserTalkCollectReply, error)
func (UnimplementedBffServer) GetUserTalkList ¶
func (UnimplementedBffServer) GetUserTalkList(context.Context, *GetUserTalkListReq) (*GetTalkListReply, error)
func (UnimplementedBffServer) GetUserTalkListSimple ¶
func (UnimplementedBffServer) GetUserTalkListSimple(context.Context, *GetUserTalkListSimpleReq) (*GetTalkListReply, error)
func (UnimplementedBffServer) GetUserTalkListVisitor ¶
func (UnimplementedBffServer) GetUserTalkListVisitor(context.Context, *GetUserTalkListVisitorReq) (*GetTalkListReply, error)
func (UnimplementedBffServer) GetUserTimeLineListVisitor ¶
func (UnimplementedBffServer) GetUserTimeLineListVisitor(context.Context, *GetUserTimeLineListReq) (*GetUserTimeLineListReply, error)
func (UnimplementedBffServer) LoginByCode ¶
func (UnimplementedBffServer) LoginByCode(context.Context, *LoginByCodeReq) (*LoginReply, error)
func (UnimplementedBffServer) LoginByGitee ¶ added in v1.3.0
func (UnimplementedBffServer) LoginByGitee(context.Context, *LoginByGiteeReq) (*LoginReply, error)
func (UnimplementedBffServer) LoginByGithub ¶
func (UnimplementedBffServer) LoginByGithub(context.Context, *LoginByGithubReq) (*LoginReply, error)
func (UnimplementedBffServer) LoginByPassword ¶
func (UnimplementedBffServer) LoginByPassword(context.Context, *LoginByPasswordReq) (*LoginReply, error)
func (UnimplementedBffServer) LoginByQQ ¶ added in v1.3.0
func (UnimplementedBffServer) LoginByQQ(context.Context, *LoginByQQReq) (*LoginReply, error)
func (UnimplementedBffServer) LoginByWeChat ¶
func (UnimplementedBffServer) LoginByWeChat(context.Context, *LoginByWeChatReq) (*LoginReply, error)
func (UnimplementedBffServer) LoginPasswordReset ¶
func (UnimplementedBffServer) LoginPasswordReset(context.Context, *LoginPasswordResetReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) RemoveComment ¶
func (UnimplementedBffServer) RemoveComment(context.Context, *RemoveCommentReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) RemoveMailBoxCommentCount ¶
func (UnimplementedBffServer) RemoveMailBoxSubCommentCount ¶
func (UnimplementedBffServer) RemoveMailBoxSystemNotificationCount ¶
func (UnimplementedBffServer) RemoveSubComment ¶
func (UnimplementedBffServer) RemoveSubComment(context.Context, *RemoveSubCommentReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendArticle ¶
func (UnimplementedBffServer) SendArticle(context.Context, *SendArticleReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendArticleEdit ¶
func (UnimplementedBffServer) SendArticleEdit(context.Context, *SendArticleEditReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendCollections ¶
func (UnimplementedBffServer) SendCollections(context.Context, *SendCollectionsReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendCollectionsEdit ¶
func (UnimplementedBffServer) SendCollectionsEdit(context.Context, *SendCollectionsEditReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendColumn ¶
func (UnimplementedBffServer) SendColumn(context.Context, *SendColumnReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendColumnEdit ¶
func (UnimplementedBffServer) SendColumnEdit(context.Context, *SendColumnEditReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendComment ¶
func (UnimplementedBffServer) SendComment(context.Context, *SendCommentReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendEmailCode ¶
func (UnimplementedBffServer) SendEmailCode(context.Context, *SendEmailCodeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendPhoneCode ¶
func (UnimplementedBffServer) SendPhoneCode(context.Context, *SendPhoneCodeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendSubComment ¶
func (UnimplementedBffServer) SendSubComment(context.Context, *SendSubCommentReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendTalk ¶
func (UnimplementedBffServer) SendTalk(context.Context, *SendTalkReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SendTalkEdit ¶
func (UnimplementedBffServer) SendTalkEdit(context.Context, *SendTalkEditReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetArticleAgree ¶
func (UnimplementedBffServer) SetArticleAgree(context.Context, *SetArticleAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetArticleCollect ¶
func (UnimplementedBffServer) SetArticleCollect(context.Context, *SetArticleCollectReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetArticleView ¶
func (UnimplementedBffServer) SetArticleView(context.Context, *SetArticleViewReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetColumnAgree ¶
func (UnimplementedBffServer) SetColumnAgree(context.Context, *SetColumnAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetColumnCollect ¶
func (UnimplementedBffServer) SetColumnCollect(context.Context, *SetColumnCollectReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetColumnView ¶
func (UnimplementedBffServer) SetColumnView(context.Context, *SetColumnViewReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetCommentAgree ¶
func (UnimplementedBffServer) SetCommentAgree(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetMailBoxLastTime ¶
func (UnimplementedBffServer) SetMailBoxLastTime(context.Context, *SetMailBoxLastTimeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetProfileUpdate ¶
func (UnimplementedBffServer) SetProfileUpdate(context.Context, *SetProfileUpdateReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetSubCommentAgree ¶
func (UnimplementedBffServer) SetSubCommentAgree(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetTalkAgree ¶
func (UnimplementedBffServer) SetTalkAgree(context.Context, *SetTalkAgreeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetTalkCollect ¶
func (UnimplementedBffServer) SetTalkCollect(context.Context, *SetTalkCollectReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetTalkView ¶
func (UnimplementedBffServer) SetTalkView(context.Context, *SetTalkViewReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserEmail ¶
func (UnimplementedBffServer) SetUserEmail(context.Context, *SetUserEmailReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserFollow ¶
func (UnimplementedBffServer) SetUserFollow(context.Context, *SetUserFollowReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserGitee ¶ added in v1.3.0
func (UnimplementedBffServer) SetUserGitee(context.Context, *SetUserGiteeReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserGithub ¶ added in v1.3.0
func (UnimplementedBffServer) SetUserGithub(context.Context, *SetUserGithubReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserMedal ¶
func (UnimplementedBffServer) SetUserMedal(context.Context, *SetUserMedalReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserPassword ¶
func (UnimplementedBffServer) SetUserPassword(context.Context, *SetUserPasswordReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserPhone ¶
func (UnimplementedBffServer) SetUserPhone(context.Context, *SetUserPhoneReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserQQ ¶ added in v1.3.0
func (UnimplementedBffServer) SetUserQQ(context.Context, *SetUserQQReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SetUserWechat ¶ added in v1.3.0
func (UnimplementedBffServer) SetUserWechat(context.Context, *SetUserWechatReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SubscribeColumn ¶
func (UnimplementedBffServer) SubscribeColumn(context.Context, *SubscribeColumnReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) SubscribeJudge ¶
func (UnimplementedBffServer) SubscribeJudge(context.Context, *SubscribeJudgeReq) (*SubscribeJudgeReply, error)
func (UnimplementedBffServer) TalkStatisticJudge ¶
func (UnimplementedBffServer) TalkStatisticJudge(context.Context, *TalkStatisticJudgeReq) (*TalkStatisticJudgeReply, error)
func (UnimplementedBffServer) UnbindUserEmail ¶
func (UnimplementedBffServer) UnbindUserEmail(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) UnbindUserGitee ¶ added in v1.3.0
func (UnimplementedBffServer) UnbindUserGitee(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) UnbindUserGithub ¶ added in v1.3.0
func (UnimplementedBffServer) UnbindUserGithub(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) UnbindUserPhone ¶
func (UnimplementedBffServer) UnbindUserPhone(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) UnbindUserQQ ¶ added in v1.3.0
func (UnimplementedBffServer) UnbindUserQQ(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) UnbindUserWechat ¶ added in v1.3.0
func (UnimplementedBffServer) UnbindUserWechat(context.Context, *UnbindUserAccountReq) (*emptypb.Empty, error)
func (UnimplementedBffServer) UserRegister ¶
func (UnimplementedBffServer) UserRegister(context.Context, *UserRegisterReq) (*emptypb.Empty, error)
type UnsafeBffServer ¶
type UnsafeBffServer interface {
// contains filtered or unexported methods
}
UnsafeBffServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BffServer will result in compilation errors.
type UserRegisterReq ¶
type UserRegisterReq struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*UserRegisterReq) Descriptor
deprecated
func (*UserRegisterReq) Descriptor() ([]byte, []int)
Deprecated: Use UserRegisterReq.ProtoReflect.Descriptor instead.
func (*UserRegisterReq) GetCode ¶
func (x *UserRegisterReq) GetCode() string
func (*UserRegisterReq) GetEmail ¶
func (x *UserRegisterReq) GetEmail() string
func (*UserRegisterReq) GetPassword ¶
func (x *UserRegisterReq) GetPassword() string
func (*UserRegisterReq) ProtoMessage ¶
func (*UserRegisterReq) ProtoMessage()
func (*UserRegisterReq) ProtoReflect ¶
func (x *UserRegisterReq) ProtoReflect() protoreflect.Message
func (*UserRegisterReq) Reset ¶
func (x *UserRegisterReq) Reset()
func (*UserRegisterReq) String ¶
func (x *UserRegisterReq) String() string
func (*UserRegisterReq) Validate ¶
func (m *UserRegisterReq) Validate() error
Validate checks the field values on UserRegisterReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserRegisterReq) ValidateAll ¶
func (m *UserRegisterReq) ValidateAll() error
ValidateAll checks the field values on UserRegisterReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserRegisterReqMultiError, or nil if none found.
type UserRegisterReqMultiError ¶
type UserRegisterReqMultiError []error
UserRegisterReqMultiError is an error wrapping multiple validation errors returned by UserRegisterReq.ValidateAll() if the designated constraints aren't met.
func (UserRegisterReqMultiError) AllErrors ¶
func (m UserRegisterReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserRegisterReqMultiError) Error ¶
func (m UserRegisterReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserRegisterReqValidationError ¶
type UserRegisterReqValidationError struct {
// contains filtered or unexported fields
}
UserRegisterReqValidationError is the validation error returned by UserRegisterReq.Validate if the designated constraints aren't met.
func (UserRegisterReqValidationError) Cause ¶
func (e UserRegisterReqValidationError) Cause() error
Cause function returns cause value.
func (UserRegisterReqValidationError) Error ¶
func (e UserRegisterReqValidationError) Error() string
Error satisfies the builtin error interface
func (UserRegisterReqValidationError) ErrorName ¶
func (e UserRegisterReqValidationError) ErrorName() string
ErrorName returns error name.
func (UserRegisterReqValidationError) Field ¶
func (e UserRegisterReqValidationError) Field() string
Field function returns field value.
func (UserRegisterReqValidationError) Key ¶
func (e UserRegisterReqValidationError) Key() bool
Key function returns key value.
func (UserRegisterReqValidationError) Reason ¶
func (e UserRegisterReqValidationError) Reason() string
Reason function returns reason value.