v1

package
v1.7.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2023 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const OperationCommentGetHealth = "/comment.v1.Comment/GetHealth"

Variables

View Source
var (
	CommentErrorReason_name = map[int32]string{
		0:  "UNKNOWN_ERROR",
		1:  "GET_COMMENT_DRAFT_FAILED",
		2:  "GET_COMMENT_LIST_FAILED",
		3:  "GET_COMMENT_USER_FAILED",
		4:  "GET_COMMENT_STATISTIC_FAILED",
		5:  "GET_USER_COMMENT_AGREE_FAILED",
		6:  "GET_USER_COMMENT_CREATION_REPLY_LIST_FAILED",
		7:  "GET_USER_COMMENT_CREATION_REPLIED_LIST_FAILED",
		9:  "GET_USER_SUB_COMMENT_CREATION_REPLY_LIST_FAILED",
		10: "GET_USER_SUB_COMMENT_CREATION_REPLIED_LIST_FAILED",
		11: "GET_CONTENT_REVIEW_FAILED",
		12: "CREATE_DRAFT_FAILED",
		13: "CREATE_COMMENT_FAILED",
		14: "SET_RECORD_FAILED",
		15: "SET_AGREE_FAILED",
		16: "SET_CONTENT_IRREGULAR_FAILED",
		17: "CANCEL_AGREE_FAILED",
		18: "REMOVE_COMMENT_FAILED",
		19: "RECORD_NOT_FOUND",
	}
	CommentErrorReason_value = map[string]int32{
		"UNKNOWN_ERROR":                                     0,
		"GET_COMMENT_DRAFT_FAILED":                          1,
		"GET_COMMENT_LIST_FAILED":                           2,
		"GET_COMMENT_USER_FAILED":                           3,
		"GET_COMMENT_STATISTIC_FAILED":                      4,
		"GET_USER_COMMENT_AGREE_FAILED":                     5,
		"GET_USER_COMMENT_CREATION_REPLY_LIST_FAILED":       6,
		"GET_USER_COMMENT_CREATION_REPLIED_LIST_FAILED":     7,
		"GET_USER_SUB_COMMENT_CREATION_REPLY_LIST_FAILED":   9,
		"GET_USER_SUB_COMMENT_CREATION_REPLIED_LIST_FAILED": 10,
		"GET_CONTENT_REVIEW_FAILED":                         11,
		"CREATE_DRAFT_FAILED":                               12,
		"CREATE_COMMENT_FAILED":                             13,
		"SET_RECORD_FAILED":                                 14,
		"SET_AGREE_FAILED":                                  15,
		"SET_CONTENT_IRREGULAR_FAILED":                      16,
		"CANCEL_AGREE_FAILED":                               17,
		"REMOVE_COMMENT_FAILED":                             18,
		"RECORD_NOT_FOUND":                                  19,
	}
)

Enum value maps for CommentErrorReason.

View Source
var Comment_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "comment.v1.Comment",
	HandlerType: (*CommentServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetLastCommentDraft",
			Handler:    _Comment_GetLastCommentDraft_Handler,
		},
		{
			MethodName: "GetUserCommentAgree",
			Handler:    _Comment_GetUserCommentAgree_Handler,
		},
		{
			MethodName: "GetCommentUser",
			Handler:    _Comment_GetCommentUser_Handler,
		},
		{
			MethodName: "GetCommentList",
			Handler:    _Comment_GetCommentList_Handler,
		},
		{
			MethodName: "GetSubCommentList",
			Handler:    _Comment_GetSubCommentList_Handler,
		},
		{
			MethodName: "GetCommentListHot",
			Handler:    _Comment_GetCommentListHot_Handler,
		},
		{
			MethodName: "GetCommentListStatistic",
			Handler:    _Comment_GetCommentListStatistic_Handler,
		},
		{
			MethodName: "GetSubCommentListStatistic",
			Handler:    _Comment_GetSubCommentListStatistic_Handler,
		},
		{
			MethodName: "GetUserCommentArticleReplyList",
			Handler:    _Comment_GetUserCommentArticleReplyList_Handler,
		},
		{
			MethodName: "GetUserSubCommentArticleReplyList",
			Handler:    _Comment_GetUserSubCommentArticleReplyList_Handler,
		},
		{
			MethodName: "GetUserCommentTalkReplyList",
			Handler:    _Comment_GetUserCommentTalkReplyList_Handler,
		},
		{
			MethodName: "GetUserSubCommentTalkReplyList",
			Handler:    _Comment_GetUserSubCommentTalkReplyList_Handler,
		},
		{
			MethodName: "GetUserCommentArticleRepliedList",
			Handler:    _Comment_GetUserCommentArticleRepliedList_Handler,
		},
		{
			MethodName: "GetUserSubCommentArticleRepliedList",
			Handler:    _Comment_GetUserSubCommentArticleRepliedList_Handler,
		},
		{
			MethodName: "GetUserCommentTalkRepliedList",
			Handler:    _Comment_GetUserCommentTalkRepliedList_Handler,
		},
		{
			MethodName: "GetUserSubCommentTalkRepliedList",
			Handler:    _Comment_GetUserSubCommentTalkRepliedList_Handler,
		},
		{
			MethodName: "GetUserCommentRepliedList",
			Handler:    _Comment_GetUserCommentRepliedList_Handler,
		},
		{
			MethodName: "GetUserSubCommentRepliedList",
			Handler:    _Comment_GetUserSubCommentRepliedList_Handler,
		},
		{
			MethodName: "GetCommentContentReview",
			Handler:    _Comment_GetCommentContentReview_Handler,
		},
		{
			MethodName: "CommentContentIrregular",
			Handler:    _Comment_CommentContentIrregular_Handler,
		},
		{
			MethodName: "CreateCommentDraft",
			Handler:    _Comment_CreateCommentDraft_Handler,
		},
		{
			MethodName: "CreateComment",
			Handler:    _Comment_CreateComment_Handler,
		},
		{
			MethodName: "CreateSubComment",
			Handler:    _Comment_CreateSubComment_Handler,
		},
		{
			MethodName: "CreateCommentDbAndCache",
			Handler:    _Comment_CreateCommentDbAndCache_Handler,
		},
		{
			MethodName: "CreateSubCommentDbAndCache",
			Handler:    _Comment_CreateSubCommentDbAndCache_Handler,
		},
		{
			MethodName: "SendComment",
			Handler:    _Comment_SendComment_Handler,
		},
		{
			MethodName: "SendSubComment",
			Handler:    _Comment_SendSubComment_Handler,
		},
		{
			MethodName: "SetCommentAgree",
			Handler:    _Comment_SetCommentAgree_Handler,
		},
		{
			MethodName: "SetSubCommentAgree",
			Handler:    _Comment_SetSubCommentAgree_Handler,
		},
		{
			MethodName: "SetCommentAgreeDbAndCache",
			Handler:    _Comment_SetCommentAgreeDbAndCache_Handler,
		},
		{
			MethodName: "SetSubCommentAgreeDbAndCache",
			Handler:    _Comment_SetSubCommentAgreeDbAndCache_Handler,
		},
		{
			MethodName: "CancelCommentAgree",
			Handler:    _Comment_CancelCommentAgree_Handler,
		},
		{
			MethodName: "CancelSubCommentAgree",
			Handler:    _Comment_CancelSubCommentAgree_Handler,
		},
		{
			MethodName: "CancelCommentAgreeDbAndCache",
			Handler:    _Comment_CancelCommentAgreeDbAndCache_Handler,
		},
		{
			MethodName: "CancelSubCommentAgreeDbAndCache",
			Handler:    _Comment_CancelSubCommentAgreeDbAndCache_Handler,
		},
		{
			MethodName: "AddCommentContentReviewDbAndCache",
			Handler:    _Comment_AddCommentContentReviewDbAndCache_Handler,
		},
		{
			MethodName: "RemoveComment",
			Handler:    _Comment_RemoveComment_Handler,
		},
		{
			MethodName: "RemoveSubComment",
			Handler:    _Comment_RemoveSubComment_Handler,
		},
		{
			MethodName: "RemoveCommentDbAndCache",
			Handler:    _Comment_RemoveCommentDbAndCache_Handler,
		},
		{
			MethodName: "RemoveSubCommentDbAndCache",
			Handler:    _Comment_RemoveSubCommentDbAndCache_Handler,
		},
		{
			MethodName: "GetHealth",
			Handler:    _Comment_GetHealth_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "comment/service/v1/comment.proto",
}

Comment_ServiceDesc is the grpc.ServiceDesc for Comment service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_comment_service_v1_comment_error_proto protoreflect.FileDescriptor
View Source
var File_comment_service_v1_comment_proto protoreflect.FileDescriptor

Functions

func ErrorCancelAgreeFailed

func ErrorCancelAgreeFailed(format string, args ...interface{}) *errors.Error

func ErrorCreateCommentFailed

func ErrorCreateCommentFailed(format string, args ...interface{}) *errors.Error

func ErrorCreateDraftFailed

func ErrorCreateDraftFailed(format string, args ...interface{}) *errors.Error

func ErrorGetCommentDraftFailed

func ErrorGetCommentDraftFailed(format string, args ...interface{}) *errors.Error

func ErrorGetCommentListFailed

func ErrorGetCommentListFailed(format string, args ...interface{}) *errors.Error

func ErrorGetCommentStatisticFailed

func ErrorGetCommentStatisticFailed(format string, args ...interface{}) *errors.Error

func ErrorGetCommentUserFailed

func ErrorGetCommentUserFailed(format string, args ...interface{}) *errors.Error

func ErrorGetContentReviewFailed

func ErrorGetContentReviewFailed(format string, args ...interface{}) *errors.Error

func ErrorGetUserCommentAgreeFailed

func ErrorGetUserCommentAgreeFailed(format string, args ...interface{}) *errors.Error

func ErrorGetUserCommentCreationRepliedListFailed

func ErrorGetUserCommentCreationRepliedListFailed(format string, args ...interface{}) *errors.Error

func ErrorGetUserCommentCreationReplyListFailed

func ErrorGetUserCommentCreationReplyListFailed(format string, args ...interface{}) *errors.Error

func ErrorGetUserSubCommentCreationRepliedListFailed

func ErrorGetUserSubCommentCreationRepliedListFailed(format string, args ...interface{}) *errors.Error

func ErrorGetUserSubCommentCreationReplyListFailed

func ErrorGetUserSubCommentCreationReplyListFailed(format string, args ...interface{}) *errors.Error

func ErrorRecordNotFound

func ErrorRecordNotFound(format string, args ...interface{}) *errors.Error

func ErrorRemoveCommentFailed

func ErrorRemoveCommentFailed(format string, args ...interface{}) *errors.Error

func ErrorSetAgreeFailed

func ErrorSetAgreeFailed(format string, args ...interface{}) *errors.Error

func ErrorSetContentIrregularFailed

func ErrorSetContentIrregularFailed(format string, args ...interface{}) *errors.Error

func ErrorSetRecordFailed

func ErrorSetRecordFailed(format string, args ...interface{}) *errors.Error

func ErrorUnknownError

func ErrorUnknownError(format string, args ...interface{}) *errors.Error

func IsCancelAgreeFailed

func IsCancelAgreeFailed(err error) bool

func IsCreateCommentFailed

func IsCreateCommentFailed(err error) bool

func IsCreateDraftFailed

func IsCreateDraftFailed(err error) bool

func IsGetCommentDraftFailed

func IsGetCommentDraftFailed(err error) bool

func IsGetCommentListFailed

func IsGetCommentListFailed(err error) bool

func IsGetCommentStatisticFailed

func IsGetCommentStatisticFailed(err error) bool

func IsGetCommentUserFailed

func IsGetCommentUserFailed(err error) bool

func IsGetContentReviewFailed

func IsGetContentReviewFailed(err error) bool

func IsGetUserCommentAgreeFailed

func IsGetUserCommentAgreeFailed(err error) bool

func IsGetUserCommentCreationRepliedListFailed

func IsGetUserCommentCreationRepliedListFailed(err error) bool

func IsGetUserCommentCreationReplyListFailed

func IsGetUserCommentCreationReplyListFailed(err error) bool

func IsGetUserSubCommentCreationRepliedListFailed

func IsGetUserSubCommentCreationRepliedListFailed(err error) bool

func IsGetUserSubCommentCreationReplyListFailed

func IsGetUserSubCommentCreationReplyListFailed(err error) bool

func IsRecordNotFound

func IsRecordNotFound(err error) bool

func IsRemoveCommentFailed

func IsRemoveCommentFailed(err error) bool

func IsSetAgreeFailed

func IsSetAgreeFailed(err error) bool

func IsSetContentIrregularFailed

func IsSetContentIrregularFailed(err error) bool

func IsSetRecordFailed

func IsSetRecordFailed(err error) bool

func IsUnknownError

func IsUnknownError(err error) bool

func RegisterCommentHTTPServer

func RegisterCommentHTTPServer(s *http.Server, srv CommentHTTPServer)

func RegisterCommentServer

func RegisterCommentServer(s grpc.ServiceRegistrar, srv CommentServer)

Types

type AddCommentContentReviewDbAndCacheReq

type AddCommentContentReviewDbAndCacheReq struct {
	Uuid      string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	JobId     string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Label     string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Kind      string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	Comment   string `protobuf:"bytes,5,opt,name=comment,proto3" json:"comment,omitempty"`
	Result    int32  `protobuf:"varint,6,opt,name=result,proto3" json:"result,omitempty"`
	CommentId int32  `protobuf:"varint,7,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"`
	Section   string `protobuf:"bytes,8,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCommentContentReviewDbAndCacheReq) Descriptor deprecated

func (*AddCommentContentReviewDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use AddCommentContentReviewDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*AddCommentContentReviewDbAndCacheReq) GetComment

func (*AddCommentContentReviewDbAndCacheReq) GetCommentId

func (x *AddCommentContentReviewDbAndCacheReq) GetCommentId() int32

func (*AddCommentContentReviewDbAndCacheReq) GetJobId

func (*AddCommentContentReviewDbAndCacheReq) GetKind

func (*AddCommentContentReviewDbAndCacheReq) GetLabel

func (*AddCommentContentReviewDbAndCacheReq) GetResult

func (*AddCommentContentReviewDbAndCacheReq) GetSection

func (*AddCommentContentReviewDbAndCacheReq) GetUuid

func (*AddCommentContentReviewDbAndCacheReq) ProtoMessage

func (*AddCommentContentReviewDbAndCacheReq) ProtoMessage()

func (*AddCommentContentReviewDbAndCacheReq) ProtoReflect

func (*AddCommentContentReviewDbAndCacheReq) Reset

func (*AddCommentContentReviewDbAndCacheReq) String

func (*AddCommentContentReviewDbAndCacheReq) Validate

Validate checks the field values on AddCommentContentReviewDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddCommentContentReviewDbAndCacheReq) ValidateAll

ValidateAll checks the field values on AddCommentContentReviewDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddCommentContentReviewDbAndCacheReqMultiError, or nil if none found.

type AddCommentContentReviewDbAndCacheReqMultiError

type AddCommentContentReviewDbAndCacheReqMultiError []error

AddCommentContentReviewDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by AddCommentContentReviewDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (AddCommentContentReviewDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddCommentContentReviewDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AddCommentContentReviewDbAndCacheReqValidationError

type AddCommentContentReviewDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

AddCommentContentReviewDbAndCacheReqValidationError is the validation error returned by AddCommentContentReviewDbAndCacheReq.Validate if the designated constraints aren't met.

func (AddCommentContentReviewDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (AddCommentContentReviewDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (AddCommentContentReviewDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (AddCommentContentReviewDbAndCacheReqValidationError) Field

Field function returns field value.

func (AddCommentContentReviewDbAndCacheReqValidationError) Key

Key function returns key value.

func (AddCommentContentReviewDbAndCacheReqValidationError) Reason

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"`
	UserUuid     string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	CreationId   int32  `protobuf:"varint,4,opt,name=creationId,proto3" json:"creationId,omitempty"`
	CreationType int32  `protobuf:"varint,5,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) GetUserUuid

func (x *CancelCommentAgreeReq) GetUserUuid() string

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

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

Cause function returns cause value.

func (CancelCommentAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (CancelCommentAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (CancelCommentAgreeReqValidationError) Field

Field function returns field value.

func (CancelCommentAgreeReqValidationError) Key

Key function returns key value.

func (CancelCommentAgreeReqValidationError) Reason

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"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_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) GetUserUuid

func (x *CancelSubCommentAgreeReq) GetUserUuid() string

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

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

Cause function returns cause value.

func (CancelSubCommentAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (CancelSubCommentAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (CancelSubCommentAgreeReqValidationError) Field

Field function returns field value.

func (CancelSubCommentAgreeReqValidationError) Key

Key function returns key value.

func (CancelSubCommentAgreeReqValidationError) Reason

Reason function returns reason value.

type CommentClient

type CommentClient interface {
	GetLastCommentDraft(ctx context.Context, in *GetLastCommentDraftReq, opts ...grpc.CallOption) (*GetLastCommentDraftReply, error)
	GetUserCommentAgree(ctx context.Context, in *GetUserCommentAgreeReq, opts ...grpc.CallOption) (*GetUserCommentAgreeReply, error)
	GetCommentUser(ctx context.Context, in *GetCommentUserReq, 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)
	GetCommentListStatistic(ctx context.Context, in *GetCommentListStatisticReq, opts ...grpc.CallOption) (*GetCommentListStatisticReply, error)
	GetSubCommentListStatistic(ctx context.Context, in *GetCommentListStatisticReq, opts ...grpc.CallOption) (*GetCommentListStatisticReply, 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)
	CommentContentIrregular(ctx context.Context, in *CommentContentIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateCommentDraft(ctx context.Context, in *CreateCommentDraftReq, opts ...grpc.CallOption) (*CreateCommentDraftReply, error)
	CreateComment(ctx context.Context, in *CreateCommentReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateSubComment(ctx context.Context, in *CreateSubCommentReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateCommentDbAndCache(ctx context.Context, in *CreateCommentDbAndCacheReq, opts ...grpc.CallOption) (*CreateCommentDbAndCacheReply, error)
	CreateSubCommentDbAndCache(ctx context.Context, in *CreateSubCommentDbAndCacheReq, opts ...grpc.CallOption) (*CreateSubCommentDbAndCacheReply, 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)
	SetCommentAgree(ctx context.Context, in *SetCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetSubCommentAgree(ctx context.Context, in *SetSubCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetCommentAgreeDbAndCache(ctx context.Context, in *SetCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetSubCommentAgreeDbAndCache(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)
	CancelCommentAgreeDbAndCache(ctx context.Context, in *CancelCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelSubCommentAgreeDbAndCache(ctx context.Context, in *CancelSubCommentAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddCommentContentReviewDbAndCache(ctx context.Context, in *AddCommentContentReviewDbAndCacheReq, 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)
	RemoveCommentDbAndCache(ctx context.Context, in *RemoveCommentDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	RemoveSubCommentDbAndCache(ctx context.Context, in *RemoveSubCommentDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetHealth(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

CommentClient is the client API for Comment 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 NewCommentClient

func NewCommentClient(cc grpc.ClientConnInterface) CommentClient

type CommentContentIrregularReq

type CommentContentIrregularReq struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	JobId   string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Label   string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Kind    string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	Comment string `protobuf:"bytes,5,opt,name=comment,proto3" json:"comment,omitempty"`
	Result  int32  `protobuf:"varint,6,opt,name=result,proto3" json:"result,omitempty"`
	Id      int32  `protobuf:"varint,7,opt,name=id,proto3" json:"id,omitempty"`
	Section string `protobuf:"bytes,8,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*CommentContentIrregularReq) Descriptor deprecated

func (*CommentContentIrregularReq) Descriptor() ([]byte, []int)

Deprecated: Use CommentContentIrregularReq.ProtoReflect.Descriptor instead.

func (*CommentContentIrregularReq) GetComment

func (x *CommentContentIrregularReq) GetComment() string

func (*CommentContentIrregularReq) GetId

func (x *CommentContentIrregularReq) GetId() int32

func (*CommentContentIrregularReq) GetJobId

func (x *CommentContentIrregularReq) GetJobId() string

func (*CommentContentIrregularReq) GetKind

func (x *CommentContentIrregularReq) GetKind() string

func (*CommentContentIrregularReq) GetLabel

func (x *CommentContentIrregularReq) GetLabel() string

func (*CommentContentIrregularReq) GetResult

func (x *CommentContentIrregularReq) GetResult() int32

func (*CommentContentIrregularReq) GetSection

func (x *CommentContentIrregularReq) GetSection() string

func (*CommentContentIrregularReq) GetUuid

func (x *CommentContentIrregularReq) GetUuid() string

func (*CommentContentIrregularReq) ProtoMessage

func (*CommentContentIrregularReq) ProtoMessage()

func (*CommentContentIrregularReq) ProtoReflect

func (*CommentContentIrregularReq) Reset

func (x *CommentContentIrregularReq) Reset()

func (*CommentContentIrregularReq) String

func (x *CommentContentIrregularReq) String() string

func (*CommentContentIrregularReq) Validate

func (m *CommentContentIrregularReq) Validate() error

Validate checks the field values on CommentContentIrregularReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommentContentIrregularReq) ValidateAll

func (m *CommentContentIrregularReq) ValidateAll() error

ValidateAll checks the field values on CommentContentIrregularReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommentContentIrregularReqMultiError, or nil if none found.

type CommentContentIrregularReqMultiError

type CommentContentIrregularReqMultiError []error

CommentContentIrregularReqMultiError is an error wrapping multiple validation errors returned by CommentContentIrregularReq.ValidateAll() if the designated constraints aren't met.

func (CommentContentIrregularReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CommentContentIrregularReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CommentContentIrregularReqValidationError

type CommentContentIrregularReqValidationError struct {
	// contains filtered or unexported fields
}

CommentContentIrregularReqValidationError is the validation error returned by CommentContentIrregularReq.Validate if the designated constraints aren't met.

func (CommentContentIrregularReqValidationError) Cause

Cause function returns cause value.

func (CommentContentIrregularReqValidationError) Error

Error satisfies the builtin error interface

func (CommentContentIrregularReqValidationError) ErrorName

ErrorName returns error name.

func (CommentContentIrregularReqValidationError) Field

Field function returns field value.

func (CommentContentIrregularReqValidationError) Key

Key function returns key value.

func (CommentContentIrregularReqValidationError) Reason

Reason function returns reason value.

type CommentErrorReason

type CommentErrorReason int32
const (
	CommentErrorReason_UNKNOWN_ERROR                                     CommentErrorReason = 0
	CommentErrorReason_GET_COMMENT_DRAFT_FAILED                          CommentErrorReason = 1
	CommentErrorReason_GET_COMMENT_LIST_FAILED                           CommentErrorReason = 2
	CommentErrorReason_GET_COMMENT_USER_FAILED                           CommentErrorReason = 3
	CommentErrorReason_GET_COMMENT_STATISTIC_FAILED                      CommentErrorReason = 4
	CommentErrorReason_GET_USER_COMMENT_AGREE_FAILED                     CommentErrorReason = 5
	CommentErrorReason_GET_USER_COMMENT_CREATION_REPLY_LIST_FAILED       CommentErrorReason = 6
	CommentErrorReason_GET_USER_COMMENT_CREATION_REPLIED_LIST_FAILED     CommentErrorReason = 7
	CommentErrorReason_GET_USER_SUB_COMMENT_CREATION_REPLY_LIST_FAILED   CommentErrorReason = 9
	CommentErrorReason_GET_USER_SUB_COMMENT_CREATION_REPLIED_LIST_FAILED CommentErrorReason = 10
	CommentErrorReason_GET_CONTENT_REVIEW_FAILED                         CommentErrorReason = 11
	CommentErrorReason_CREATE_DRAFT_FAILED                               CommentErrorReason = 12
	CommentErrorReason_CREATE_COMMENT_FAILED                             CommentErrorReason = 13
	CommentErrorReason_SET_RECORD_FAILED                                 CommentErrorReason = 14
	CommentErrorReason_SET_AGREE_FAILED                                  CommentErrorReason = 15
	CommentErrorReason_SET_CONTENT_IRREGULAR_FAILED                      CommentErrorReason = 16
	CommentErrorReason_CANCEL_AGREE_FAILED                               CommentErrorReason = 17
	CommentErrorReason_REMOVE_COMMENT_FAILED                             CommentErrorReason = 18
	CommentErrorReason_RECORD_NOT_FOUND                                  CommentErrorReason = 19
)

func (CommentErrorReason) Descriptor

func (CommentErrorReason) Enum

func (CommentErrorReason) EnumDescriptor deprecated

func (CommentErrorReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommentErrorReason.Descriptor instead.

func (CommentErrorReason) Number

func (CommentErrorReason) String

func (x CommentErrorReason) String() string

func (CommentErrorReason) Type

type CommentHTTPClient

type CommentHTTPClient interface {
	GetHealth(ctx context.Context, req *emptypb.Empty, opts ...http.CallOption) (rsp *emptypb.Empty, err error)
}

func NewCommentHTTPClient

func NewCommentHTTPClient(client *http.Client) CommentHTTPClient

type CommentHTTPClientImpl

type CommentHTTPClientImpl struct {
	// contains filtered or unexported fields
}

func (*CommentHTTPClientImpl) GetHealth

func (c *CommentHTTPClientImpl) GetHealth(ctx context.Context, in *emptypb.Empty, opts ...http.CallOption) (*emptypb.Empty, error)

type CommentHTTPServer

type CommentHTTPServer interface {
	GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
}

type CommentServer

type CommentServer interface {
	GetLastCommentDraft(context.Context, *GetLastCommentDraftReq) (*GetLastCommentDraftReply, error)
	GetUserCommentAgree(context.Context, *GetUserCommentAgreeReq) (*GetUserCommentAgreeReply, error)
	GetCommentUser(context.Context, *GetCommentUserReq) (*GetCommentUserReply, error)
	GetCommentList(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
	GetSubCommentList(context.Context, *GetSubCommentListReq) (*GetSubCommentListReply, error)
	GetCommentListHot(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
	GetCommentListStatistic(context.Context, *GetCommentListStatisticReq) (*GetCommentListStatisticReply, error)
	GetSubCommentListStatistic(context.Context, *GetCommentListStatisticReq) (*GetCommentListStatisticReply, 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)
	CommentContentIrregular(context.Context, *CommentContentIrregularReq) (*emptypb.Empty, error)
	CreateCommentDraft(context.Context, *CreateCommentDraftReq) (*CreateCommentDraftReply, error)
	CreateComment(context.Context, *CreateCommentReq) (*emptypb.Empty, error)
	CreateSubComment(context.Context, *CreateSubCommentReq) (*emptypb.Empty, error)
	CreateCommentDbAndCache(context.Context, *CreateCommentDbAndCacheReq) (*CreateCommentDbAndCacheReply, error)
	CreateSubCommentDbAndCache(context.Context, *CreateSubCommentDbAndCacheReq) (*CreateSubCommentDbAndCacheReply, error)
	SendComment(context.Context, *SendCommentReq) (*emptypb.Empty, error)
	SendSubComment(context.Context, *SendSubCommentReq) (*emptypb.Empty, error)
	SetCommentAgree(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error)
	SetSubCommentAgree(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error)
	SetCommentAgreeDbAndCache(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error)
	SetSubCommentAgreeDbAndCache(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error)
	CancelCommentAgree(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error)
	CancelSubCommentAgree(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)
	CancelCommentAgreeDbAndCache(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error)
	CancelSubCommentAgreeDbAndCache(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)
	AddCommentContentReviewDbAndCache(context.Context, *AddCommentContentReviewDbAndCacheReq) (*emptypb.Empty, error)
	RemoveComment(context.Context, *RemoveCommentReq) (*emptypb.Empty, error)
	RemoveSubComment(context.Context, *RemoveSubCommentReq) (*emptypb.Empty, error)
	RemoveCommentDbAndCache(context.Context, *RemoveCommentDbAndCacheReq) (*emptypb.Empty, error)
	RemoveSubCommentDbAndCache(context.Context, *RemoveSubCommentDbAndCacheReq) (*emptypb.Empty, error)
	GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

CommentServer is the server API for Comment service. All implementations must embed UnimplementedCommentServer for forward compatibility

type CreateCommentDbAndCacheReply

type CreateCommentDbAndCacheReply struct {
	Author string `protobuf:"bytes,1,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCommentDbAndCacheReply) Descriptor deprecated

func (*CreateCommentDbAndCacheReply) Descriptor() ([]byte, []int)

Deprecated: Use CreateCommentDbAndCacheReply.ProtoReflect.Descriptor instead.

func (*CreateCommentDbAndCacheReply) GetAuthor

func (x *CreateCommentDbAndCacheReply) GetAuthor() string

func (*CreateCommentDbAndCacheReply) ProtoMessage

func (*CreateCommentDbAndCacheReply) ProtoMessage()

func (*CreateCommentDbAndCacheReply) ProtoReflect

func (*CreateCommentDbAndCacheReply) Reset

func (x *CreateCommentDbAndCacheReply) Reset()

func (*CreateCommentDbAndCacheReply) String

func (*CreateCommentDbAndCacheReply) Validate

func (m *CreateCommentDbAndCacheReply) Validate() error

Validate checks the field values on CreateCommentDbAndCacheReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCommentDbAndCacheReply) ValidateAll

func (m *CreateCommentDbAndCacheReply) ValidateAll() error

ValidateAll checks the field values on CreateCommentDbAndCacheReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommentDbAndCacheReplyMultiError, or nil if none found.

type CreateCommentDbAndCacheReplyMultiError

type CreateCommentDbAndCacheReplyMultiError []error

CreateCommentDbAndCacheReplyMultiError is an error wrapping multiple validation errors returned by CreateCommentDbAndCacheReply.ValidateAll() if the designated constraints aren't met.

func (CreateCommentDbAndCacheReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateCommentDbAndCacheReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateCommentDbAndCacheReplyValidationError

type CreateCommentDbAndCacheReplyValidationError struct {
	// contains filtered or unexported fields
}

CreateCommentDbAndCacheReplyValidationError is the validation error returned by CreateCommentDbAndCacheReply.Validate if the designated constraints aren't met.

func (CreateCommentDbAndCacheReplyValidationError) Cause

Cause function returns cause value.

func (CreateCommentDbAndCacheReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateCommentDbAndCacheReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateCommentDbAndCacheReplyValidationError) Field

Field function returns field value.

func (CreateCommentDbAndCacheReplyValidationError) Key

Key function returns key value.

func (CreateCommentDbAndCacheReplyValidationError) Reason

Reason function returns reason value.

type CreateCommentDbAndCacheReq

type CreateCommentDbAndCacheReq struct {
	Id           int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,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"`
	Uuid         string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCommentDbAndCacheReq) Descriptor deprecated

func (*CreateCommentDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateCommentDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CreateCommentDbAndCacheReq) GetCreationId

func (x *CreateCommentDbAndCacheReq) GetCreationId() int32

func (*CreateCommentDbAndCacheReq) GetCreationType

func (x *CreateCommentDbAndCacheReq) GetCreationType() int32

func (*CreateCommentDbAndCacheReq) GetId

func (x *CreateCommentDbAndCacheReq) GetId() int32

func (*CreateCommentDbAndCacheReq) GetUuid

func (x *CreateCommentDbAndCacheReq) GetUuid() string

func (*CreateCommentDbAndCacheReq) ProtoMessage

func (*CreateCommentDbAndCacheReq) ProtoMessage()

func (*CreateCommentDbAndCacheReq) ProtoReflect

func (*CreateCommentDbAndCacheReq) Reset

func (x *CreateCommentDbAndCacheReq) Reset()

func (*CreateCommentDbAndCacheReq) String

func (x *CreateCommentDbAndCacheReq) String() string

func (*CreateCommentDbAndCacheReq) Validate

func (m *CreateCommentDbAndCacheReq) Validate() error

Validate checks the field values on CreateCommentDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCommentDbAndCacheReq) ValidateAll

func (m *CreateCommentDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on CreateCommentDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommentDbAndCacheReqMultiError, or nil if none found.

type CreateCommentDbAndCacheReqMultiError

type CreateCommentDbAndCacheReqMultiError []error

CreateCommentDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by CreateCommentDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (CreateCommentDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateCommentDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateCommentDbAndCacheReqValidationError

type CreateCommentDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

CreateCommentDbAndCacheReqValidationError is the validation error returned by CreateCommentDbAndCacheReq.Validate if the designated constraints aren't met.

func (CreateCommentDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CreateCommentDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CreateCommentDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CreateCommentDbAndCacheReqValidationError) Field

Field function returns field value.

func (CreateCommentDbAndCacheReqValidationError) Key

Key function returns key value.

func (CreateCommentDbAndCacheReqValidationError) Reason

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

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

Cause function returns cause value.

func (CreateCommentDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateCommentDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateCommentDraftReplyValidationError) Field

Field function returns field value.

func (CreateCommentDraftReplyValidationError) Key

Key function returns key value.

func (CreateCommentDraftReplyValidationError) Reason

Reason function returns reason value.

type CreateCommentDraftReq

type CreateCommentDraftReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCommentDraftReq) Descriptor deprecated

func (*CreateCommentDraftReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateCommentDraftReq.ProtoReflect.Descriptor instead.

func (*CreateCommentDraftReq) GetUuid

func (x *CreateCommentDraftReq) GetUuid() string

func (*CreateCommentDraftReq) ProtoMessage

func (*CreateCommentDraftReq) ProtoMessage()

func (*CreateCommentDraftReq) ProtoReflect

func (x *CreateCommentDraftReq) ProtoReflect() protoreflect.Message

func (*CreateCommentDraftReq) Reset

func (x *CreateCommentDraftReq) Reset()

func (*CreateCommentDraftReq) String

func (x *CreateCommentDraftReq) String() string

func (*CreateCommentDraftReq) Validate

func (m *CreateCommentDraftReq) Validate() error

Validate checks the field values on CreateCommentDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCommentDraftReq) ValidateAll

func (m *CreateCommentDraftReq) ValidateAll() error

ValidateAll checks the field values on CreateCommentDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommentDraftReqMultiError, or nil if none found.

type CreateCommentDraftReqMultiError

type CreateCommentDraftReqMultiError []error

CreateCommentDraftReqMultiError is an error wrapping multiple validation errors returned by CreateCommentDraftReq.ValidateAll() if the designated constraints aren't met.

func (CreateCommentDraftReqMultiError) AllErrors

func (m CreateCommentDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCommentDraftReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateCommentDraftReqValidationError

type CreateCommentDraftReqValidationError struct {
	// contains filtered or unexported fields
}

CreateCommentDraftReqValidationError is the validation error returned by CreateCommentDraftReq.Validate if the designated constraints aren't met.

func (CreateCommentDraftReqValidationError) Cause

Cause function returns cause value.

func (CreateCommentDraftReqValidationError) Error

Error satisfies the builtin error interface

func (CreateCommentDraftReqValidationError) ErrorName

ErrorName returns error name.

func (CreateCommentDraftReqValidationError) Field

Field function returns field value.

func (CreateCommentDraftReqValidationError) Key

Key function returns key value.

func (CreateCommentDraftReqValidationError) Reason

Reason function returns reason value.

type CreateCommentReq

type CreateCommentReq struct {
	Id           int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,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"`
	Uuid         string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCommentReq) Descriptor deprecated

func (*CreateCommentReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateCommentReq.ProtoReflect.Descriptor instead.

func (*CreateCommentReq) GetCreationId

func (x *CreateCommentReq) GetCreationId() int32

func (*CreateCommentReq) GetCreationType

func (x *CreateCommentReq) GetCreationType() int32

func (*CreateCommentReq) GetId

func (x *CreateCommentReq) GetId() int32

func (*CreateCommentReq) GetUuid

func (x *CreateCommentReq) GetUuid() string

func (*CreateCommentReq) ProtoMessage

func (*CreateCommentReq) ProtoMessage()

func (*CreateCommentReq) ProtoReflect

func (x *CreateCommentReq) ProtoReflect() protoreflect.Message

func (*CreateCommentReq) Reset

func (x *CreateCommentReq) Reset()

func (*CreateCommentReq) String

func (x *CreateCommentReq) String() string

func (*CreateCommentReq) Validate

func (m *CreateCommentReq) Validate() error

Validate checks the field values on CreateCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCommentReq) ValidateAll

func (m *CreateCommentReq) ValidateAll() error

ValidateAll checks the field values on CreateCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommentReqMultiError, or nil if none found.

type CreateCommentReqMultiError

type CreateCommentReqMultiError []error

CreateCommentReqMultiError is an error wrapping multiple validation errors returned by CreateCommentReq.ValidateAll() if the designated constraints aren't met.

func (CreateCommentReqMultiError) AllErrors

func (m CreateCommentReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCommentReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateCommentReqValidationError

type CreateCommentReqValidationError struct {
	// contains filtered or unexported fields
}

CreateCommentReqValidationError is the validation error returned by CreateCommentReq.Validate if the designated constraints aren't met.

func (CreateCommentReqValidationError) Cause

Cause function returns cause value.

func (CreateCommentReqValidationError) Error

Error satisfies the builtin error interface

func (CreateCommentReqValidationError) ErrorName

ErrorName returns error name.

func (CreateCommentReqValidationError) Field

Field function returns field value.

func (CreateCommentReqValidationError) Key

Key function returns key value.

func (CreateCommentReqValidationError) Reason

Reason function returns reason value.

type CreateSubCommentDbAndCacheReply

type CreateSubCommentDbAndCacheReply struct {
	Root   string `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"`
	Parent string `protobuf:"bytes,2,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSubCommentDbAndCacheReply) Descriptor deprecated

func (*CreateSubCommentDbAndCacheReply) Descriptor() ([]byte, []int)

Deprecated: Use CreateSubCommentDbAndCacheReply.ProtoReflect.Descriptor instead.

func (*CreateSubCommentDbAndCacheReply) GetParent

func (x *CreateSubCommentDbAndCacheReply) GetParent() string

func (*CreateSubCommentDbAndCacheReply) GetRoot

func (*CreateSubCommentDbAndCacheReply) ProtoMessage

func (*CreateSubCommentDbAndCacheReply) ProtoMessage()

func (*CreateSubCommentDbAndCacheReply) ProtoReflect

func (*CreateSubCommentDbAndCacheReply) Reset

func (*CreateSubCommentDbAndCacheReply) String

func (*CreateSubCommentDbAndCacheReply) Validate

func (m *CreateSubCommentDbAndCacheReply) Validate() error

Validate checks the field values on CreateSubCommentDbAndCacheReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSubCommentDbAndCacheReply) ValidateAll

func (m *CreateSubCommentDbAndCacheReply) ValidateAll() error

ValidateAll checks the field values on CreateSubCommentDbAndCacheReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSubCommentDbAndCacheReplyMultiError, or nil if none found.

type CreateSubCommentDbAndCacheReplyMultiError

type CreateSubCommentDbAndCacheReplyMultiError []error

CreateSubCommentDbAndCacheReplyMultiError is an error wrapping multiple validation errors returned by CreateSubCommentDbAndCacheReply.ValidateAll() if the designated constraints aren't met.

func (CreateSubCommentDbAndCacheReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSubCommentDbAndCacheReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSubCommentDbAndCacheReplyValidationError

type CreateSubCommentDbAndCacheReplyValidationError struct {
	// contains filtered or unexported fields
}

CreateSubCommentDbAndCacheReplyValidationError is the validation error returned by CreateSubCommentDbAndCacheReply.Validate if the designated constraints aren't met.

func (CreateSubCommentDbAndCacheReplyValidationError) Cause

Cause function returns cause value.

func (CreateSubCommentDbAndCacheReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateSubCommentDbAndCacheReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateSubCommentDbAndCacheReplyValidationError) Field

Field function returns field value.

func (CreateSubCommentDbAndCacheReplyValidationError) Key

Key function returns key value.

func (CreateSubCommentDbAndCacheReplyValidationError) Reason

Reason function returns reason value.

type CreateSubCommentDbAndCacheReq

type CreateSubCommentDbAndCacheReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RootId   int32  `protobuf:"varint,2,opt,name=rootId,proto3" json:"rootId,omitempty"`
	ParentId int32  `protobuf:"varint,3,opt,name=parentId,proto3" json:"parentId,omitempty"`
	Uuid     string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSubCommentDbAndCacheReq) Descriptor deprecated

func (*CreateSubCommentDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateSubCommentDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CreateSubCommentDbAndCacheReq) GetId

func (*CreateSubCommentDbAndCacheReq) GetParentId

func (x *CreateSubCommentDbAndCacheReq) GetParentId() int32

func (*CreateSubCommentDbAndCacheReq) GetRootId

func (x *CreateSubCommentDbAndCacheReq) GetRootId() int32

func (*CreateSubCommentDbAndCacheReq) GetUuid

func (*CreateSubCommentDbAndCacheReq) ProtoMessage

func (*CreateSubCommentDbAndCacheReq) ProtoMessage()

func (*CreateSubCommentDbAndCacheReq) ProtoReflect

func (*CreateSubCommentDbAndCacheReq) Reset

func (x *CreateSubCommentDbAndCacheReq) Reset()

func (*CreateSubCommentDbAndCacheReq) String

func (*CreateSubCommentDbAndCacheReq) Validate

func (m *CreateSubCommentDbAndCacheReq) Validate() error

Validate checks the field values on CreateSubCommentDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSubCommentDbAndCacheReq) ValidateAll

func (m *CreateSubCommentDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on CreateSubCommentDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSubCommentDbAndCacheReqMultiError, or nil if none found.

type CreateSubCommentDbAndCacheReqMultiError

type CreateSubCommentDbAndCacheReqMultiError []error

CreateSubCommentDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by CreateSubCommentDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (CreateSubCommentDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateSubCommentDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSubCommentDbAndCacheReqValidationError

type CreateSubCommentDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

CreateSubCommentDbAndCacheReqValidationError is the validation error returned by CreateSubCommentDbAndCacheReq.Validate if the designated constraints aren't met.

func (CreateSubCommentDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CreateSubCommentDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CreateSubCommentDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CreateSubCommentDbAndCacheReqValidationError) Field

Field function returns field value.

func (CreateSubCommentDbAndCacheReqValidationError) Key

Key function returns key value.

func (CreateSubCommentDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CreateSubCommentReq

type CreateSubCommentReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RootId   int32  `protobuf:"varint,2,opt,name=rootId,proto3" json:"rootId,omitempty"`
	ParentId int32  `protobuf:"varint,3,opt,name=parentId,proto3" json:"parentId,omitempty"`
	Uuid     string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSubCommentReq) Descriptor deprecated

func (*CreateSubCommentReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateSubCommentReq.ProtoReflect.Descriptor instead.

func (*CreateSubCommentReq) GetId

func (x *CreateSubCommentReq) GetId() int32

func (*CreateSubCommentReq) GetParentId

func (x *CreateSubCommentReq) GetParentId() int32

func (*CreateSubCommentReq) GetRootId

func (x *CreateSubCommentReq) GetRootId() int32

func (*CreateSubCommentReq) GetUuid

func (x *CreateSubCommentReq) GetUuid() string

func (*CreateSubCommentReq) ProtoMessage

func (*CreateSubCommentReq) ProtoMessage()

func (*CreateSubCommentReq) ProtoReflect

func (x *CreateSubCommentReq) ProtoReflect() protoreflect.Message

func (*CreateSubCommentReq) Reset

func (x *CreateSubCommentReq) Reset()

func (*CreateSubCommentReq) String

func (x *CreateSubCommentReq) String() string

func (*CreateSubCommentReq) Validate

func (m *CreateSubCommentReq) Validate() error

Validate checks the field values on CreateSubCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateSubCommentReq) ValidateAll

func (m *CreateSubCommentReq) ValidateAll() error

ValidateAll checks the field values on CreateSubCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateSubCommentReqMultiError, or nil if none found.

type CreateSubCommentReqMultiError

type CreateSubCommentReqMultiError []error

CreateSubCommentReqMultiError is an error wrapping multiple validation errors returned by CreateSubCommentReq.ValidateAll() if the designated constraints aren't met.

func (CreateSubCommentReqMultiError) AllErrors

func (m CreateSubCommentReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateSubCommentReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateSubCommentReqValidationError

type CreateSubCommentReqValidationError struct {
	// contains filtered or unexported fields
}

CreateSubCommentReqValidationError is the validation error returned by CreateSubCommentReq.Validate if the designated constraints aren't met.

func (CreateSubCommentReqValidationError) Cause

Cause function returns cause value.

func (CreateSubCommentReqValidationError) Error

Error satisfies the builtin error interface

func (CreateSubCommentReqValidationError) ErrorName

ErrorName returns error name.

func (CreateSubCommentReqValidationError) Field

Field function returns field value.

func (CreateSubCommentReqValidationError) Key

Key function returns key value.

func (CreateSubCommentReqValidationError) Reason

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 (*GetCommentContentReviewReply) ProtoMessage

func (*GetCommentContentReviewReply) ProtoMessage()

func (*GetCommentContentReviewReply) ProtoReflect

func (*GetCommentContentReviewReply) Reset

func (x *GetCommentContentReviewReply) Reset()

func (*GetCommentContentReviewReply) 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

AllErrors returns a list of validation violation errors.

func (GetCommentContentReviewReplyMultiError) Error

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

Cause function returns cause value.

func (GetCommentContentReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCommentContentReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCommentContentReviewReplyValidationError) Field

Field function returns field value.

func (GetCommentContentReviewReplyValidationError) Key

Key function returns key value.

func (GetCommentContentReviewReplyValidationError) Reason

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 (*GetCommentContentReviewReply_Review) GetCommentId

func (x *GetCommentContentReviewReply_Review) GetCommentId() int32

func (*GetCommentContentReviewReply_Review) GetCreateAt

func (*GetCommentContentReviewReply_Review) GetId

func (*GetCommentContentReviewReply_Review) GetJobId

func (*GetCommentContentReviewReply_Review) GetKind

func (*GetCommentContentReviewReply_Review) GetLabel

func (*GetCommentContentReviewReply_Review) GetResult

func (*GetCommentContentReviewReply_Review) GetSection

func (*GetCommentContentReviewReply_Review) GetUuid

func (*GetCommentContentReviewReply_Review) ProtoMessage

func (*GetCommentContentReviewReply_Review) ProtoMessage()

func (*GetCommentContentReviewReply_Review) ProtoReflect

func (*GetCommentContentReviewReply_Review) Reset

func (*GetCommentContentReviewReply_Review) String

func (*GetCommentContentReviewReply_Review) Validate

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

AllErrors returns a list of validation violation errors.

func (GetCommentContentReviewReply_ReviewMultiError) Error

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

Cause function returns cause value.

func (GetCommentContentReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetCommentContentReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetCommentContentReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetCommentContentReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetCommentContentReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetCommentContentReviewReq

type GetCommentContentReviewReq 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 (*GetCommentContentReviewReq) Descriptor deprecated

func (*GetCommentContentReviewReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentContentReviewReq.ProtoReflect.Descriptor instead.

func (*GetCommentContentReviewReq) GetPage

func (x *GetCommentContentReviewReq) GetPage() int32

func (*GetCommentContentReviewReq) GetUuid

func (x *GetCommentContentReviewReq) GetUuid() string

func (*GetCommentContentReviewReq) ProtoMessage

func (*GetCommentContentReviewReq) ProtoMessage()

func (*GetCommentContentReviewReq) ProtoReflect

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

AllErrors returns a list of validation violation errors.

func (GetCommentContentReviewReqMultiError) Error

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

Cause function returns cause value.

func (GetCommentContentReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetCommentContentReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetCommentContentReviewReqValidationError) Field

Field function returns field value.

func (GetCommentContentReviewReqValidationError) Key

Key function returns key value.

func (GetCommentContentReviewReqValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (GetCommentListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCommentListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCommentListReplyValidationError) Field

Field function returns field value.

func (GetCommentListReplyValidationError) Key

Key function returns key value.

func (GetCommentListReplyValidationError) Reason

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"`
	// 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) GetId

func (*GetCommentListReply_Comment) GetUuid

func (x *GetCommentListReply_Comment) GetUuid() string

func (*GetCommentListReply_Comment) ProtoMessage

func (*GetCommentListReply_Comment) ProtoMessage()

func (*GetCommentListReply_Comment) ProtoReflect

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

AllErrors returns a list of validation violation errors.

func (GetCommentListReply_CommentMultiError) Error

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

Cause function returns cause value.

func (GetCommentListReply_CommentValidationError) Error

Error satisfies the builtin error interface

func (GetCommentListReply_CommentValidationError) ErrorName

ErrorName returns error name.

func (GetCommentListReply_CommentValidationError) Field

Field function returns field value.

func (GetCommentListReply_CommentValidationError) Key

Key function returns key value.

func (GetCommentListReply_CommentValidationError) Reason

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

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

Cause function returns cause value.

func (GetCommentListReqValidationError) Error

Error satisfies the builtin error interface

func (GetCommentListReqValidationError) ErrorName

ErrorName returns error name.

func (GetCommentListReqValidationError) Field

Field function returns field value.

func (GetCommentListReqValidationError) Key

Key function returns key value.

func (GetCommentListReqValidationError) Reason

Reason function returns reason value.

type GetCommentListStatisticReply

type GetCommentListStatisticReply struct {
	Count []*GetCommentListStatisticReply_Count `protobuf:"bytes,1,rep,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentListStatisticReply) Descriptor deprecated

func (*GetCommentListStatisticReply) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentListStatisticReply.ProtoReflect.Descriptor instead.

func (*GetCommentListStatisticReply) GetCount

func (*GetCommentListStatisticReply) ProtoMessage

func (*GetCommentListStatisticReply) ProtoMessage()

func (*GetCommentListStatisticReply) ProtoReflect

func (*GetCommentListStatisticReply) Reset

func (x *GetCommentListStatisticReply) Reset()

func (*GetCommentListStatisticReply) String

func (*GetCommentListStatisticReply) Validate

func (m *GetCommentListStatisticReply) Validate() error

Validate checks the field values on GetCommentListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCommentListStatisticReply) ValidateAll

func (m *GetCommentListStatisticReply) ValidateAll() error

ValidateAll checks the field values on GetCommentListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentListStatisticReplyMultiError, or nil if none found.

type GetCommentListStatisticReplyMultiError

type GetCommentListStatisticReplyMultiError []error

GetCommentListStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetCommentListStatisticReply.ValidateAll() if the designated constraints aren't met.

func (GetCommentListStatisticReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCommentListStatisticReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCommentListStatisticReplyValidationError

type GetCommentListStatisticReplyValidationError struct {
	// contains filtered or unexported fields
}

GetCommentListStatisticReplyValidationError is the validation error returned by GetCommentListStatisticReply.Validate if the designated constraints aren't met.

func (GetCommentListStatisticReplyValidationError) Cause

Cause function returns cause value.

func (GetCommentListStatisticReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCommentListStatisticReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCommentListStatisticReplyValidationError) Field

Field function returns field value.

func (GetCommentListStatisticReplyValidationError) Key

Key function returns key value.

func (GetCommentListStatisticReplyValidationError) Reason

Reason function returns reason value.

type GetCommentListStatisticReply_Count

type GetCommentListStatisticReply_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"`
	Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentListStatisticReply_Count) Descriptor deprecated

func (*GetCommentListStatisticReply_Count) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentListStatisticReply_Count.ProtoReflect.Descriptor instead.

func (*GetCommentListStatisticReply_Count) GetAgree

func (*GetCommentListStatisticReply_Count) GetComment

func (x *GetCommentListStatisticReply_Count) GetComment() int32

func (*GetCommentListStatisticReply_Count) GetId

func (*GetCommentListStatisticReply_Count) ProtoMessage

func (*GetCommentListStatisticReply_Count) ProtoMessage()

func (*GetCommentListStatisticReply_Count) ProtoReflect

func (*GetCommentListStatisticReply_Count) Reset

func (*GetCommentListStatisticReply_Count) String

func (*GetCommentListStatisticReply_Count) Validate

Validate checks the field values on GetCommentListStatisticReply_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 (*GetCommentListStatisticReply_Count) ValidateAll

func (m *GetCommentListStatisticReply_Count) ValidateAll() error

ValidateAll checks the field values on GetCommentListStatisticReply_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 GetCommentListStatisticReply_CountMultiError, or nil if none found.

type GetCommentListStatisticReply_CountMultiError

type GetCommentListStatisticReply_CountMultiError []error

GetCommentListStatisticReply_CountMultiError is an error wrapping multiple validation errors returned by GetCommentListStatisticReply_Count.ValidateAll() if the designated constraints aren't met.

func (GetCommentListStatisticReply_CountMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCommentListStatisticReply_CountMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCommentListStatisticReply_CountValidationError

type GetCommentListStatisticReply_CountValidationError struct {
	// contains filtered or unexported fields
}

GetCommentListStatisticReply_CountValidationError is the validation error returned by GetCommentListStatisticReply_Count.Validate if the designated constraints aren't met.

func (GetCommentListStatisticReply_CountValidationError) Cause

Cause function returns cause value.

func (GetCommentListStatisticReply_CountValidationError) Error

Error satisfies the builtin error interface

func (GetCommentListStatisticReply_CountValidationError) ErrorName

ErrorName returns error name.

func (GetCommentListStatisticReply_CountValidationError) Field

Field function returns field value.

func (GetCommentListStatisticReply_CountValidationError) Key

Key function returns key value.

func (GetCommentListStatisticReply_CountValidationError) Reason

Reason function returns reason value.

type GetCommentListStatisticReq

type GetCommentListStatisticReq struct {
	Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentListStatisticReq) Descriptor deprecated

func (*GetCommentListStatisticReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentListStatisticReq.ProtoReflect.Descriptor instead.

func (*GetCommentListStatisticReq) GetIds

func (x *GetCommentListStatisticReq) GetIds() []int32

func (*GetCommentListStatisticReq) ProtoMessage

func (*GetCommentListStatisticReq) ProtoMessage()

func (*GetCommentListStatisticReq) ProtoReflect

func (*GetCommentListStatisticReq) Reset

func (x *GetCommentListStatisticReq) Reset()

func (*GetCommentListStatisticReq) String

func (x *GetCommentListStatisticReq) String() string

func (*GetCommentListStatisticReq) Validate

func (m *GetCommentListStatisticReq) Validate() error

Validate checks the field values on GetCommentListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCommentListStatisticReq) ValidateAll

func (m *GetCommentListStatisticReq) ValidateAll() error

ValidateAll checks the field values on GetCommentListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentListStatisticReqMultiError, or nil if none found.

type GetCommentListStatisticReqMultiError

type GetCommentListStatisticReqMultiError []error

GetCommentListStatisticReqMultiError is an error wrapping multiple validation errors returned by GetCommentListStatisticReq.ValidateAll() if the designated constraints aren't met.

func (GetCommentListStatisticReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCommentListStatisticReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCommentListStatisticReqValidationError

type GetCommentListStatisticReqValidationError struct {
	// contains filtered or unexported fields
}

GetCommentListStatisticReqValidationError is the validation error returned by GetCommentListStatisticReq.Validate if the designated constraints aren't met.

func (GetCommentListStatisticReqValidationError) Cause

Cause function returns cause value.

func (GetCommentListStatisticReqValidationError) Error

Error satisfies the builtin error interface

func (GetCommentListStatisticReqValidationError) ErrorName

ErrorName returns error name.

func (GetCommentListStatisticReqValidationError) Field

Field function returns field value.

func (GetCommentListStatisticReqValidationError) Key

Key function returns key value.

func (GetCommentListStatisticReqValidationError) Reason

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

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

Cause function returns cause value.

func (GetCommentUserReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCommentUserReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCommentUserReplyValidationError) Field

Field function returns field value.

func (GetCommentUserReplyValidationError) Key

Key function returns key value.

func (GetCommentUserReplyValidationError) Reason

Reason function returns reason value.

type GetCommentUserReq

type GetCommentUserReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentUserReq) Descriptor deprecated

func (*GetCommentUserReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentUserReq.ProtoReflect.Descriptor instead.

func (*GetCommentUserReq) GetUuid

func (x *GetCommentUserReq) GetUuid() string

func (*GetCommentUserReq) ProtoMessage

func (*GetCommentUserReq) ProtoMessage()

func (*GetCommentUserReq) ProtoReflect

func (x *GetCommentUserReq) ProtoReflect() protoreflect.Message

func (*GetCommentUserReq) Reset

func (x *GetCommentUserReq) Reset()

func (*GetCommentUserReq) String

func (x *GetCommentUserReq) String() string

func (*GetCommentUserReq) Validate

func (m *GetCommentUserReq) Validate() error

Validate checks the field values on GetCommentUserReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCommentUserReq) ValidateAll

func (m *GetCommentUserReq) ValidateAll() error

ValidateAll checks the field values on GetCommentUserReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentUserReqMultiError, or nil if none found.

type GetCommentUserReqMultiError

type GetCommentUserReqMultiError []error

GetCommentUserReqMultiError is an error wrapping multiple validation errors returned by GetCommentUserReq.ValidateAll() if the designated constraints aren't met.

func (GetCommentUserReqMultiError) AllErrors

func (m GetCommentUserReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCommentUserReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCommentUserReqValidationError

type GetCommentUserReqValidationError struct {
	// contains filtered or unexported fields
}

GetCommentUserReqValidationError is the validation error returned by GetCommentUserReq.Validate if the designated constraints aren't met.

func (GetCommentUserReqValidationError) Cause

Cause function returns cause value.

func (GetCommentUserReqValidationError) Error

Error satisfies the builtin error interface

func (GetCommentUserReqValidationError) ErrorName

ErrorName returns error name.

func (GetCommentUserReqValidationError) Field

Field function returns field value.

func (GetCommentUserReqValidationError) Key

Key function returns key value.

func (GetCommentUserReqValidationError) Reason

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

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

Cause function returns cause value.

func (GetLastCommentDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (GetLastCommentDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (GetLastCommentDraftReplyValidationError) Field

Field function returns field value.

func (GetLastCommentDraftReplyValidationError) Key

Key function returns key value.

func (GetLastCommentDraftReplyValidationError) Reason

Reason function returns reason value.

type GetLastCommentDraftReq

type GetLastCommentDraftReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastCommentDraftReq) Descriptor deprecated

func (*GetLastCommentDraftReq) Descriptor() ([]byte, []int)

Deprecated: Use GetLastCommentDraftReq.ProtoReflect.Descriptor instead.

func (*GetLastCommentDraftReq) GetUuid

func (x *GetLastCommentDraftReq) GetUuid() string

func (*GetLastCommentDraftReq) ProtoMessage

func (*GetLastCommentDraftReq) ProtoMessage()

func (*GetLastCommentDraftReq) ProtoReflect

func (x *GetLastCommentDraftReq) ProtoReflect() protoreflect.Message

func (*GetLastCommentDraftReq) Reset

func (x *GetLastCommentDraftReq) Reset()

func (*GetLastCommentDraftReq) String

func (x *GetLastCommentDraftReq) String() string

func (*GetLastCommentDraftReq) Validate

func (m *GetLastCommentDraftReq) Validate() error

Validate checks the field values on GetLastCommentDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastCommentDraftReq) ValidateAll

func (m *GetLastCommentDraftReq) ValidateAll() error

ValidateAll checks the field values on GetLastCommentDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastCommentDraftReqMultiError, or nil if none found.

type GetLastCommentDraftReqMultiError

type GetLastCommentDraftReqMultiError []error

GetLastCommentDraftReqMultiError is an error wrapping multiple validation errors returned by GetLastCommentDraftReq.ValidateAll() if the designated constraints aren't met.

func (GetLastCommentDraftReqMultiError) AllErrors

func (m GetLastCommentDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLastCommentDraftReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastCommentDraftReqValidationError

type GetLastCommentDraftReqValidationError struct {
	// contains filtered or unexported fields
}

GetLastCommentDraftReqValidationError is the validation error returned by GetLastCommentDraftReq.Validate if the designated constraints aren't met.

func (GetLastCommentDraftReqValidationError) Cause

Cause function returns cause value.

func (GetLastCommentDraftReqValidationError) Error

Error satisfies the builtin error interface

func (GetLastCommentDraftReqValidationError) ErrorName

ErrorName returns error name.

func (GetLastCommentDraftReqValidationError) Field

Field function returns field value.

func (GetLastCommentDraftReqValidationError) Key

Key function returns key value.

func (GetLastCommentDraftReqValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (GetSubCommentListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetSubCommentListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetSubCommentListReplyValidationError) Field

Field function returns field value.

func (GetSubCommentListReplyValidationError) Key

Key function returns key value.

func (GetSubCommentListReplyValidationError) Reason

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"`
	// 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) GetId

func (*GetSubCommentListReply_Comment) GetReply

func (x *GetSubCommentListReply_Comment) GetReply() string

func (*GetSubCommentListReply_Comment) GetUuid

func (*GetSubCommentListReply_Comment) ProtoMessage

func (*GetSubCommentListReply_Comment) ProtoMessage()

func (*GetSubCommentListReply_Comment) ProtoReflect

func (*GetSubCommentListReply_Comment) Reset

func (x *GetSubCommentListReply_Comment) Reset()

func (*GetSubCommentListReply_Comment) 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

AllErrors returns a list of validation violation errors.

func (GetSubCommentListReply_CommentMultiError) Error

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

Cause function returns cause value.

func (GetSubCommentListReply_CommentValidationError) Error

Error satisfies the builtin error interface

func (GetSubCommentListReply_CommentValidationError) ErrorName

ErrorName returns error name.

func (GetSubCommentListReply_CommentValidationError) Field

Field function returns field value.

func (GetSubCommentListReply_CommentValidationError) Key

Key function returns key value.

func (GetSubCommentListReply_CommentValidationError) Reason

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

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

Cause function returns cause value.

func (GetSubCommentListReqValidationError) Error

Error satisfies the builtin error interface

func (GetSubCommentListReqValidationError) ErrorName

ErrorName returns error name.

func (GetSubCommentListReqValidationError) Field

Field function returns field value.

func (GetSubCommentListReqValidationError) Key

Key function returns key value.

func (GetSubCommentListReqValidationError) Reason

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

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

Cause function returns cause value.

func (GetUserCommentAgreeReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentAgreeReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentAgreeReplyValidationError) Field

Field function returns field value.

func (GetUserCommentAgreeReplyValidationError) Key

Key function returns key value.

func (GetUserCommentAgreeReplyValidationError) Reason

Reason function returns reason value.

type GetUserCommentAgreeReq

type GetUserCommentAgreeReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserCommentAgreeReq) Descriptor deprecated

func (*GetUserCommentAgreeReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserCommentAgreeReq.ProtoReflect.Descriptor instead.

func (*GetUserCommentAgreeReq) GetUuid

func (x *GetUserCommentAgreeReq) GetUuid() string

func (*GetUserCommentAgreeReq) ProtoMessage

func (*GetUserCommentAgreeReq) ProtoMessage()

func (*GetUserCommentAgreeReq) ProtoReflect

func (x *GetUserCommentAgreeReq) ProtoReflect() protoreflect.Message

func (*GetUserCommentAgreeReq) Reset

func (x *GetUserCommentAgreeReq) Reset()

func (*GetUserCommentAgreeReq) String

func (x *GetUserCommentAgreeReq) String() string

func (*GetUserCommentAgreeReq) Validate

func (m *GetUserCommentAgreeReq) Validate() error

Validate checks the field values on GetUserCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserCommentAgreeReq) ValidateAll

func (m *GetUserCommentAgreeReq) ValidateAll() error

ValidateAll checks the field values on GetUserCommentAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentAgreeReqMultiError, or nil if none found.

type GetUserCommentAgreeReqMultiError

type GetUserCommentAgreeReqMultiError []error

GetUserCommentAgreeReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentAgreeReq.ValidateAll() if the designated constraints aren't met.

func (GetUserCommentAgreeReqMultiError) AllErrors

func (m GetUserCommentAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserCommentAgreeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserCommentAgreeReqValidationError

type GetUserCommentAgreeReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserCommentAgreeReqValidationError is the validation error returned by GetUserCommentAgreeReq.Validate if the designated constraints aren't met.

func (GetUserCommentAgreeReqValidationError) Cause

Cause function returns cause value.

func (GetUserCommentAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentAgreeReqValidationError) Field

Field function returns field value.

func (GetUserCommentAgreeReqValidationError) Key

Key function returns key value.

func (GetUserCommentAgreeReqValidationError) Reason

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 (*GetUserCommentArticleRepliedListReply) ProtoMessage

func (*GetUserCommentArticleRepliedListReply) ProtoMessage()

func (*GetUserCommentArticleRepliedListReply) ProtoReflect

func (*GetUserCommentArticleRepliedListReply) Reset

func (*GetUserCommentArticleRepliedListReply) String

func (*GetUserCommentArticleRepliedListReply) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentArticleRepliedListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentArticleRepliedListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentArticleRepliedListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentArticleRepliedListReplyValidationError) Field

Field function returns field value.

func (GetUserCommentArticleRepliedListReplyValidationError) Key

Key function returns key value.

func (GetUserCommentArticleRepliedListReplyValidationError) Reason

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"`
	// contains filtered or unexported fields
}

func (*GetUserCommentArticleRepliedListReply_List) Descriptor deprecated

Deprecated: Use GetUserCommentArticleRepliedListReply_List.ProtoReflect.Descriptor instead.

func (*GetUserCommentArticleRepliedListReply_List) GetCreationId

func (*GetUserCommentArticleRepliedListReply_List) GetId

func (*GetUserCommentArticleRepliedListReply_List) GetUuid

func (*GetUserCommentArticleRepliedListReply_List) ProtoMessage

func (*GetUserCommentArticleRepliedListReply_List) ProtoReflect

func (*GetUserCommentArticleRepliedListReply_List) Reset

func (*GetUserCommentArticleRepliedListReply_List) String

func (*GetUserCommentArticleRepliedListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentArticleRepliedListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentArticleRepliedListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentArticleRepliedListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentArticleRepliedListReply_ListValidationError) Field

Field function returns field value.

func (GetUserCommentArticleRepliedListReply_ListValidationError) Key

Key function returns key value.

func (GetUserCommentArticleRepliedListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserCommentArticleRepliedListReq

type GetUserCommentArticleRepliedListReq 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 (*GetUserCommentArticleRepliedListReq) Descriptor deprecated

func (*GetUserCommentArticleRepliedListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserCommentArticleRepliedListReq.ProtoReflect.Descriptor instead.

func (*GetUserCommentArticleRepliedListReq) GetPage

func (*GetUserCommentArticleRepliedListReq) GetUuid

func (*GetUserCommentArticleRepliedListReq) ProtoMessage

func (*GetUserCommentArticleRepliedListReq) ProtoMessage()

func (*GetUserCommentArticleRepliedListReq) ProtoReflect

func (*GetUserCommentArticleRepliedListReq) Reset

func (*GetUserCommentArticleRepliedListReq) String

func (*GetUserCommentArticleRepliedListReq) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentArticleRepliedListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentArticleRepliedListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentArticleRepliedListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentArticleRepliedListReqValidationError) Field

Field function returns field value.

func (GetUserCommentArticleRepliedListReqValidationError) Key

Key function returns key value.

func (GetUserCommentArticleRepliedListReqValidationError) Reason

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 (*GetUserCommentArticleReplyListReply) ProtoMessage

func (*GetUserCommentArticleReplyListReply) ProtoMessage()

func (*GetUserCommentArticleReplyListReply) ProtoReflect

func (*GetUserCommentArticleReplyListReply) Reset

func (*GetUserCommentArticleReplyListReply) String

func (*GetUserCommentArticleReplyListReply) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentArticleReplyListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentArticleReplyListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentArticleReplyListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentArticleReplyListReplyValidationError) Field

Field function returns field value.

func (GetUserCommentArticleReplyListReplyValidationError) Key

Key function returns key value.

func (GetUserCommentArticleReplyListReplyValidationError) Reason

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 (*GetUserCommentArticleReplyListReply_List) GetId

func (*GetUserCommentArticleReplyListReply_List) ProtoMessage

func (*GetUserCommentArticleReplyListReply_List) ProtoReflect

func (*GetUserCommentArticleReplyListReply_List) Reset

func (*GetUserCommentArticleReplyListReply_List) String

func (*GetUserCommentArticleReplyListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentArticleReplyListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentArticleReplyListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentArticleReplyListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentArticleReplyListReply_ListValidationError) Field

Field function returns field value.

func (GetUserCommentArticleReplyListReply_ListValidationError) Key

Key function returns key value.

func (GetUserCommentArticleReplyListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserCommentArticleReplyListReq

type GetUserCommentArticleReplyListReq 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 (*GetUserCommentArticleReplyListReq) Descriptor deprecated

func (*GetUserCommentArticleReplyListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserCommentArticleReplyListReq.ProtoReflect.Descriptor instead.

func (*GetUserCommentArticleReplyListReq) GetPage

func (*GetUserCommentArticleReplyListReq) GetUuid

func (*GetUserCommentArticleReplyListReq) ProtoMessage

func (*GetUserCommentArticleReplyListReq) ProtoMessage()

func (*GetUserCommentArticleReplyListReq) ProtoReflect

func (*GetUserCommentArticleReplyListReq) Reset

func (*GetUserCommentArticleReplyListReq) String

func (*GetUserCommentArticleReplyListReq) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentArticleReplyListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentArticleReplyListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentArticleReplyListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentArticleReplyListReqValidationError) Field

Field function returns field value.

func (GetUserCommentArticleReplyListReqValidationError) Key

Key function returns key value.

func (GetUserCommentArticleReplyListReqValidationError) Reason

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 (*GetUserCommentRepliedListReply) ProtoMessage

func (*GetUserCommentRepliedListReply) ProtoMessage()

func (*GetUserCommentRepliedListReply) ProtoReflect

func (*GetUserCommentRepliedListReply) Reset

func (x *GetUserCommentRepliedListReply) Reset()

func (*GetUserCommentRepliedListReply) 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

AllErrors returns a list of validation violation errors.

func (GetUserCommentRepliedListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentRepliedListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentRepliedListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentRepliedListReplyValidationError) Field

Field function returns field value.

func (GetUserCommentRepliedListReplyValidationError) Key

Key function returns key value.

func (GetUserCommentRepliedListReplyValidationError) Reason

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"`
	// 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 (*GetUserCommentRepliedListReply_List) GetUuid

func (*GetUserCommentRepliedListReply_List) ProtoMessage

func (*GetUserCommentRepliedListReply_List) ProtoMessage()

func (*GetUserCommentRepliedListReply_List) ProtoReflect

func (*GetUserCommentRepliedListReply_List) Reset

func (*GetUserCommentRepliedListReply_List) String

func (*GetUserCommentRepliedListReply_List) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentRepliedListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentRepliedListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentRepliedListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentRepliedListReply_ListValidationError) Field

Field function returns field value.

func (GetUserCommentRepliedListReply_ListValidationError) Key

Key function returns key value.

func (GetUserCommentRepliedListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserCommentRepliedListReq

type GetUserCommentRepliedListReq 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 (*GetUserCommentRepliedListReq) Descriptor deprecated

func (*GetUserCommentRepliedListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserCommentRepliedListReq.ProtoReflect.Descriptor instead.

func (*GetUserCommentRepliedListReq) GetPage

func (x *GetUserCommentRepliedListReq) GetPage() int32

func (*GetUserCommentRepliedListReq) GetUuid

func (x *GetUserCommentRepliedListReq) GetUuid() string

func (*GetUserCommentRepliedListReq) ProtoMessage

func (*GetUserCommentRepliedListReq) ProtoMessage()

func (*GetUserCommentRepliedListReq) ProtoReflect

func (*GetUserCommentRepliedListReq) Reset

func (x *GetUserCommentRepliedListReq) Reset()

func (*GetUserCommentRepliedListReq) 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

AllErrors returns a list of validation violation errors.

func (GetUserCommentRepliedListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentRepliedListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentRepliedListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentRepliedListReqValidationError) Field

Field function returns field value.

func (GetUserCommentRepliedListReqValidationError) Key

Key function returns key value.

func (GetUserCommentRepliedListReqValidationError) Reason

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 (*GetUserCommentTalkRepliedListReply) ProtoMessage

func (*GetUserCommentTalkRepliedListReply) ProtoMessage()

func (*GetUserCommentTalkRepliedListReply) ProtoReflect

func (*GetUserCommentTalkRepliedListReply) Reset

func (*GetUserCommentTalkRepliedListReply) String

func (*GetUserCommentTalkRepliedListReply) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentTalkRepliedListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentTalkRepliedListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentTalkRepliedListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentTalkRepliedListReplyValidationError) Field

Field function returns field value.

func (GetUserCommentTalkRepliedListReplyValidationError) Key

Key function returns key value.

func (GetUserCommentTalkRepliedListReplyValidationError) Reason

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"`
	// 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 (*GetUserCommentTalkRepliedListReply_List) GetId

func (*GetUserCommentTalkRepliedListReply_List) GetUuid

func (*GetUserCommentTalkRepliedListReply_List) ProtoMessage

func (*GetUserCommentTalkRepliedListReply_List) ProtoReflect

func (*GetUserCommentTalkRepliedListReply_List) Reset

func (*GetUserCommentTalkRepliedListReply_List) String

func (*GetUserCommentTalkRepliedListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentTalkRepliedListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentTalkRepliedListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentTalkRepliedListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentTalkRepliedListReply_ListValidationError) Field

Field function returns field value.

func (GetUserCommentTalkRepliedListReply_ListValidationError) Key

Key function returns key value.

func (GetUserCommentTalkRepliedListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserCommentTalkRepliedListReq

type GetUserCommentTalkRepliedListReq 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 (*GetUserCommentTalkRepliedListReq) Descriptor deprecated

func (*GetUserCommentTalkRepliedListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserCommentTalkRepliedListReq.ProtoReflect.Descriptor instead.

func (*GetUserCommentTalkRepliedListReq) GetPage

func (*GetUserCommentTalkRepliedListReq) GetUuid

func (*GetUserCommentTalkRepliedListReq) ProtoMessage

func (*GetUserCommentTalkRepliedListReq) ProtoMessage()

func (*GetUserCommentTalkRepliedListReq) ProtoReflect

func (*GetUserCommentTalkRepliedListReq) Reset

func (*GetUserCommentTalkRepliedListReq) String

func (*GetUserCommentTalkRepliedListReq) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentTalkRepliedListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentTalkRepliedListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentTalkRepliedListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentTalkRepliedListReqValidationError) Field

Field function returns field value.

func (GetUserCommentTalkRepliedListReqValidationError) Key

Key function returns key value.

func (GetUserCommentTalkRepliedListReqValidationError) Reason

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 (*GetUserCommentTalkReplyListReply) ProtoMessage

func (*GetUserCommentTalkReplyListReply) ProtoMessage()

func (*GetUserCommentTalkReplyListReply) ProtoReflect

func (*GetUserCommentTalkReplyListReply) Reset

func (*GetUserCommentTalkReplyListReply) String

func (*GetUserCommentTalkReplyListReply) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentTalkReplyListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentTalkReplyListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentTalkReplyListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentTalkReplyListReplyValidationError) Field

Field function returns field value.

func (GetUserCommentTalkReplyListReplyValidationError) Key

Key function returns key value.

func (GetUserCommentTalkReplyListReplyValidationError) Reason

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 (*GetUserCommentTalkReplyListReply_List) ProtoMessage

func (*GetUserCommentTalkReplyListReply_List) ProtoMessage()

func (*GetUserCommentTalkReplyListReply_List) ProtoReflect

func (*GetUserCommentTalkReplyListReply_List) Reset

func (*GetUserCommentTalkReplyListReply_List) String

func (*GetUserCommentTalkReplyListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserCommentTalkReplyListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentTalkReplyListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentTalkReplyListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentTalkReplyListReply_ListValidationError) Field

Field function returns field value.

func (GetUserCommentTalkReplyListReply_ListValidationError) Key

Key function returns key value.

func (GetUserCommentTalkReplyListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserCommentTalkReplyListReq

type GetUserCommentTalkReplyListReq 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 (*GetUserCommentTalkReplyListReq) Descriptor deprecated

func (*GetUserCommentTalkReplyListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserCommentTalkReplyListReq.ProtoReflect.Descriptor instead.

func (*GetUserCommentTalkReplyListReq) GetPage

func (*GetUserCommentTalkReplyListReq) GetUuid

func (*GetUserCommentTalkReplyListReq) ProtoMessage

func (*GetUserCommentTalkReplyListReq) ProtoMessage()

func (*GetUserCommentTalkReplyListReq) ProtoReflect

func (*GetUserCommentTalkReplyListReq) Reset

func (x *GetUserCommentTalkReplyListReq) Reset()

func (*GetUserCommentTalkReplyListReq) 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

AllErrors returns a list of validation violation errors.

func (GetUserCommentTalkReplyListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserCommentTalkReplyListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserCommentTalkReplyListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserCommentTalkReplyListReqValidationError) Field

Field function returns field value.

func (GetUserCommentTalkReplyListReqValidationError) Key

Key function returns key value.

func (GetUserCommentTalkReplyListReqValidationError) Reason

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 (*GetUserSubCommentArticleRepliedListReply) ProtoMessage

func (*GetUserSubCommentArticleRepliedListReply) ProtoReflect

func (*GetUserSubCommentArticleRepliedListReply) Reset

func (*GetUserSubCommentArticleRepliedListReply) String

func (*GetUserSubCommentArticleRepliedListReply) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentArticleRepliedListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentArticleRepliedListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentArticleRepliedListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentArticleRepliedListReplyValidationError) Field

Field function returns field value.

func (GetUserSubCommentArticleRepliedListReplyValidationError) Key

Key function returns key value.

func (GetUserSubCommentArticleRepliedListReplyValidationError) Reason

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

Deprecated: Use GetUserSubCommentArticleRepliedListReply_List.ProtoReflect.Descriptor instead.

func (*GetUserSubCommentArticleRepliedListReply_List) GetCreationAuthor

func (*GetUserSubCommentArticleRepliedListReply_List) GetCreationId

func (*GetUserSubCommentArticleRepliedListReply_List) GetId

func (*GetUserSubCommentArticleRepliedListReply_List) GetParentId

func (*GetUserSubCommentArticleRepliedListReply_List) GetReply

func (*GetUserSubCommentArticleRepliedListReply_List) GetReplyName

func (*GetUserSubCommentArticleRepliedListReply_List) GetRootId

func (*GetUserSubCommentArticleRepliedListReply_List) GetRootName

func (*GetUserSubCommentArticleRepliedListReply_List) GetRootUser

func (*GetUserSubCommentArticleRepliedListReply_List) GetUserName

func (*GetUserSubCommentArticleRepliedListReply_List) GetUuid

func (*GetUserSubCommentArticleRepliedListReply_List) ProtoMessage

func (*GetUserSubCommentArticleRepliedListReply_List) ProtoReflect

func (*GetUserSubCommentArticleRepliedListReply_List) Reset

func (*GetUserSubCommentArticleRepliedListReply_List) String

func (*GetUserSubCommentArticleRepliedListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentArticleRepliedListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentArticleRepliedListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Field

Field function returns field value.

func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Key

Key function returns key value.

func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserSubCommentArticleRepliedListReq

type GetUserSubCommentArticleRepliedListReq 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 (*GetUserSubCommentArticleRepliedListReq) Descriptor deprecated

func (*GetUserSubCommentArticleRepliedListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubCommentArticleRepliedListReq.ProtoReflect.Descriptor instead.

func (*GetUserSubCommentArticleRepliedListReq) GetPage

func (*GetUserSubCommentArticleRepliedListReq) GetUuid

func (*GetUserSubCommentArticleRepliedListReq) ProtoMessage

func (*GetUserSubCommentArticleRepliedListReq) ProtoReflect

func (*GetUserSubCommentArticleRepliedListReq) Reset

func (*GetUserSubCommentArticleRepliedListReq) String

func (*GetUserSubCommentArticleRepliedListReq) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentArticleRepliedListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentArticleRepliedListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentArticleRepliedListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentArticleRepliedListReqValidationError) Field

Field function returns field value.

func (GetUserSubCommentArticleRepliedListReqValidationError) Key

Key function returns key value.

func (GetUserSubCommentArticleRepliedListReqValidationError) Reason

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 (*GetUserSubCommentArticleReplyListReply) ProtoMessage

func (*GetUserSubCommentArticleReplyListReply) ProtoReflect

func (*GetUserSubCommentArticleReplyListReply) Reset

func (*GetUserSubCommentArticleReplyListReply) String

func (*GetUserSubCommentArticleReplyListReply) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentArticleReplyListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentArticleReplyListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentArticleReplyListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentArticleReplyListReplyValidationError) Field

Field function returns field value.

func (GetUserSubCommentArticleReplyListReplyValidationError) Key

Key function returns key value.

func (GetUserSubCommentArticleReplyListReplyValidationError) Reason

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

Deprecated: Use GetUserSubCommentArticleReplyListReply_List.ProtoReflect.Descriptor instead.

func (*GetUserSubCommentArticleReplyListReply_List) GetCreationAuthor

func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationAuthor() string

func (*GetUserSubCommentArticleReplyListReply_List) GetCreationId

func (*GetUserSubCommentArticleReplyListReply_List) GetId

func (*GetUserSubCommentArticleReplyListReply_List) GetParentId

func (*GetUserSubCommentArticleReplyListReply_List) GetReply

func (*GetUserSubCommentArticleReplyListReply_List) GetReplyName

func (*GetUserSubCommentArticleReplyListReply_List) GetRootId

func (*GetUserSubCommentArticleReplyListReply_List) GetRootName

func (*GetUserSubCommentArticleReplyListReply_List) GetRootUser

func (*GetUserSubCommentArticleReplyListReply_List) GetUserName

func (*GetUserSubCommentArticleReplyListReply_List) ProtoMessage

func (*GetUserSubCommentArticleReplyListReply_List) ProtoReflect

func (*GetUserSubCommentArticleReplyListReply_List) Reset

func (*GetUserSubCommentArticleReplyListReply_List) String

func (*GetUserSubCommentArticleReplyListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentArticleReplyListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentArticleReplyListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentArticleReplyListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentArticleReplyListReply_ListValidationError) Field

Field function returns field value.

func (GetUserSubCommentArticleReplyListReply_ListValidationError) Key

Key function returns key value.

func (GetUserSubCommentArticleReplyListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserSubCommentArticleReplyListReq

type GetUserSubCommentArticleReplyListReq 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 (*GetUserSubCommentArticleReplyListReq) Descriptor deprecated

func (*GetUserSubCommentArticleReplyListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubCommentArticleReplyListReq.ProtoReflect.Descriptor instead.

func (*GetUserSubCommentArticleReplyListReq) GetPage

func (*GetUserSubCommentArticleReplyListReq) GetUuid

func (*GetUserSubCommentArticleReplyListReq) ProtoMessage

func (*GetUserSubCommentArticleReplyListReq) ProtoMessage()

func (*GetUserSubCommentArticleReplyListReq) ProtoReflect

func (*GetUserSubCommentArticleReplyListReq) Reset

func (*GetUserSubCommentArticleReplyListReq) String

func (*GetUserSubCommentArticleReplyListReq) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentArticleReplyListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentArticleReplyListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentArticleReplyListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentArticleReplyListReqValidationError) Field

Field function returns field value.

func (GetUserSubCommentArticleReplyListReqValidationError) Key

Key function returns key value.

func (GetUserSubCommentArticleReplyListReqValidationError) Reason

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 (*GetUserSubCommentRepliedListReply) ProtoMessage

func (*GetUserSubCommentRepliedListReply) ProtoMessage()

func (*GetUserSubCommentRepliedListReply) ProtoReflect

func (*GetUserSubCommentRepliedListReply) Reset

func (*GetUserSubCommentRepliedListReply) String

func (*GetUserSubCommentRepliedListReply) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentRepliedListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentRepliedListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentRepliedListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentRepliedListReplyValidationError) Field

Field function returns field value.

func (GetUserSubCommentRepliedListReplyValidationError) Key

Key function returns key value.

func (GetUserSubCommentRepliedListReplyValidationError) Reason

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 (*GetUserSubCommentRepliedListReply_List) GetParentId

func (*GetUserSubCommentRepliedListReply_List) GetReply

func (*GetUserSubCommentRepliedListReply_List) GetReplyName

func (*GetUserSubCommentRepliedListReply_List) GetRootId

func (*GetUserSubCommentRepliedListReply_List) GetRootName

func (*GetUserSubCommentRepliedListReply_List) GetRootUser

func (*GetUserSubCommentRepliedListReply_List) GetUserName

func (*GetUserSubCommentRepliedListReply_List) GetUuid

func (*GetUserSubCommentRepliedListReply_List) ProtoMessage

func (*GetUserSubCommentRepliedListReply_List) ProtoReflect

func (*GetUserSubCommentRepliedListReply_List) Reset

func (*GetUserSubCommentRepliedListReply_List) String

func (*GetUserSubCommentRepliedListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentRepliedListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentRepliedListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentRepliedListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentRepliedListReply_ListValidationError) Field

Field function returns field value.

func (GetUserSubCommentRepliedListReply_ListValidationError) Key

Key function returns key value.

func (GetUserSubCommentRepliedListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserSubCommentRepliedListReq

type GetUserSubCommentRepliedListReq 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 (*GetUserSubCommentRepliedListReq) Descriptor deprecated

func (*GetUserSubCommentRepliedListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubCommentRepliedListReq.ProtoReflect.Descriptor instead.

func (*GetUserSubCommentRepliedListReq) GetPage

func (*GetUserSubCommentRepliedListReq) GetUuid

func (*GetUserSubCommentRepliedListReq) ProtoMessage

func (*GetUserSubCommentRepliedListReq) ProtoMessage()

func (*GetUserSubCommentRepliedListReq) ProtoReflect

func (*GetUserSubCommentRepliedListReq) Reset

func (*GetUserSubCommentRepliedListReq) 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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentRepliedListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentRepliedListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentRepliedListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentRepliedListReqValidationError) Field

Field function returns field value.

func (GetUserSubCommentRepliedListReqValidationError) Key

Key function returns key value.

func (GetUserSubCommentRepliedListReqValidationError) Reason

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 (*GetUserSubCommentTalkRepliedListReply) ProtoMessage

func (*GetUserSubCommentTalkRepliedListReply) ProtoMessage()

func (*GetUserSubCommentTalkRepliedListReply) ProtoReflect

func (*GetUserSubCommentTalkRepliedListReply) Reset

func (*GetUserSubCommentTalkRepliedListReply) String

func (*GetUserSubCommentTalkRepliedListReply) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentTalkRepliedListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentTalkRepliedListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentTalkRepliedListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentTalkRepliedListReplyValidationError) Field

Field function returns field value.

func (GetUserSubCommentTalkRepliedListReplyValidationError) Key

Key function returns key value.

func (GetUserSubCommentTalkRepliedListReplyValidationError) Reason

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

Deprecated: Use GetUserSubCommentTalkRepliedListReply_List.ProtoReflect.Descriptor instead.

func (*GetUserSubCommentTalkRepliedListReply_List) GetCreationAuthor

func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationAuthor() string

func (*GetUserSubCommentTalkRepliedListReply_List) GetCreationId

func (*GetUserSubCommentTalkRepliedListReply_List) GetId

func (*GetUserSubCommentTalkRepliedListReply_List) GetParentId

func (*GetUserSubCommentTalkRepliedListReply_List) GetReply

func (*GetUserSubCommentTalkRepliedListReply_List) GetReplyName

func (*GetUserSubCommentTalkRepliedListReply_List) GetRootId

func (*GetUserSubCommentTalkRepliedListReply_List) GetRootName

func (*GetUserSubCommentTalkRepliedListReply_List) GetRootUser

func (*GetUserSubCommentTalkRepliedListReply_List) GetUserName

func (*GetUserSubCommentTalkRepliedListReply_List) GetUuid

func (*GetUserSubCommentTalkRepliedListReply_List) ProtoMessage

func (*GetUserSubCommentTalkRepliedListReply_List) ProtoReflect

func (*GetUserSubCommentTalkRepliedListReply_List) Reset

func (*GetUserSubCommentTalkRepliedListReply_List) String

func (*GetUserSubCommentTalkRepliedListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentTalkRepliedListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentTalkRepliedListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Field

Field function returns field value.

func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Key

Key function returns key value.

func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserSubCommentTalkRepliedListReq

type GetUserSubCommentTalkRepliedListReq 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 (*GetUserSubCommentTalkRepliedListReq) Descriptor deprecated

func (*GetUserSubCommentTalkRepliedListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubCommentTalkRepliedListReq.ProtoReflect.Descriptor instead.

func (*GetUserSubCommentTalkRepliedListReq) GetPage

func (*GetUserSubCommentTalkRepliedListReq) GetUuid

func (*GetUserSubCommentTalkRepliedListReq) ProtoMessage

func (*GetUserSubCommentTalkRepliedListReq) ProtoMessage()

func (*GetUserSubCommentTalkRepliedListReq) ProtoReflect

func (*GetUserSubCommentTalkRepliedListReq) Reset

func (*GetUserSubCommentTalkRepliedListReq) String

func (*GetUserSubCommentTalkRepliedListReq) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentTalkRepliedListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentTalkRepliedListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentTalkRepliedListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentTalkRepliedListReqValidationError) Field

Field function returns field value.

func (GetUserSubCommentTalkRepliedListReqValidationError) Key

Key function returns key value.

func (GetUserSubCommentTalkRepliedListReqValidationError) Reason

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 (*GetUserSubCommentTalkReplyListReply) ProtoMessage

func (*GetUserSubCommentTalkReplyListReply) ProtoMessage()

func (*GetUserSubCommentTalkReplyListReply) ProtoReflect

func (*GetUserSubCommentTalkReplyListReply) Reset

func (*GetUserSubCommentTalkReplyListReply) String

func (*GetUserSubCommentTalkReplyListReply) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentTalkReplyListReplyMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentTalkReplyListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentTalkReplyListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentTalkReplyListReplyValidationError) Field

Field function returns field value.

func (GetUserSubCommentTalkReplyListReplyValidationError) Key

Key function returns key value.

func (GetUserSubCommentTalkReplyListReplyValidationError) Reason

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 (*GetUserSubCommentTalkReplyListReply_List) GetId

func (*GetUserSubCommentTalkReplyListReply_List) GetParentId

func (*GetUserSubCommentTalkReplyListReply_List) GetReply

func (*GetUserSubCommentTalkReplyListReply_List) GetReplyName

func (*GetUserSubCommentTalkReplyListReply_List) GetRootId

func (*GetUserSubCommentTalkReplyListReply_List) GetRootName

func (*GetUserSubCommentTalkReplyListReply_List) GetRootUser

func (*GetUserSubCommentTalkReplyListReply_List) GetUserName

func (*GetUserSubCommentTalkReplyListReply_List) ProtoMessage

func (*GetUserSubCommentTalkReplyListReply_List) ProtoReflect

func (*GetUserSubCommentTalkReplyListReply_List) Reset

func (*GetUserSubCommentTalkReplyListReply_List) String

func (*GetUserSubCommentTalkReplyListReply_List) Validate

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

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentTalkReplyListReply_ListMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentTalkReplyListReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentTalkReplyListReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentTalkReplyListReply_ListValidationError) Field

Field function returns field value.

func (GetUserSubCommentTalkReplyListReply_ListValidationError) Key

Key function returns key value.

func (GetUserSubCommentTalkReplyListReply_ListValidationError) Reason

Reason function returns reason value.

type GetUserSubCommentTalkReplyListReq

type GetUserSubCommentTalkReplyListReq 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 (*GetUserSubCommentTalkReplyListReq) Descriptor deprecated

func (*GetUserSubCommentTalkReplyListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubCommentTalkReplyListReq.ProtoReflect.Descriptor instead.

func (*GetUserSubCommentTalkReplyListReq) GetPage

func (*GetUserSubCommentTalkReplyListReq) GetUuid

func (*GetUserSubCommentTalkReplyListReq) ProtoMessage

func (*GetUserSubCommentTalkReplyListReq) ProtoMessage()

func (*GetUserSubCommentTalkReplyListReq) ProtoReflect

func (*GetUserSubCommentTalkReplyListReq) Reset

func (*GetUserSubCommentTalkReplyListReq) String

func (*GetUserSubCommentTalkReplyListReq) Validate

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

AllErrors returns a list of validation violation errors.

func (GetUserSubCommentTalkReplyListReqMultiError) Error

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

Cause function returns cause value.

func (GetUserSubCommentTalkReplyListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubCommentTalkReplyListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubCommentTalkReplyListReqValidationError) Field

Field function returns field value.

func (GetUserSubCommentTalkReplyListReqValidationError) Key

Key function returns key value.

func (GetUserSubCommentTalkReplyListReqValidationError) Reason

Reason function returns reason value.

type RemoveCommentDbAndCacheReq

type RemoveCommentDbAndCacheReq struct {
	Id           int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,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"`
	Uuid         string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveCommentDbAndCacheReq) Descriptor deprecated

func (*RemoveCommentDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCommentDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*RemoveCommentDbAndCacheReq) GetCreationId

func (x *RemoveCommentDbAndCacheReq) GetCreationId() int32

func (*RemoveCommentDbAndCacheReq) GetCreationType

func (x *RemoveCommentDbAndCacheReq) GetCreationType() int32

func (*RemoveCommentDbAndCacheReq) GetId

func (x *RemoveCommentDbAndCacheReq) GetId() int32

func (*RemoveCommentDbAndCacheReq) GetUuid

func (x *RemoveCommentDbAndCacheReq) GetUuid() string

func (*RemoveCommentDbAndCacheReq) ProtoMessage

func (*RemoveCommentDbAndCacheReq) ProtoMessage()

func (*RemoveCommentDbAndCacheReq) ProtoReflect

func (*RemoveCommentDbAndCacheReq) Reset

func (x *RemoveCommentDbAndCacheReq) Reset()

func (*RemoveCommentDbAndCacheReq) String

func (x *RemoveCommentDbAndCacheReq) String() string

func (*RemoveCommentDbAndCacheReq) Validate

func (m *RemoveCommentDbAndCacheReq) Validate() error

Validate checks the field values on RemoveCommentDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveCommentDbAndCacheReq) ValidateAll

func (m *RemoveCommentDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on RemoveCommentDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveCommentDbAndCacheReqMultiError, or nil if none found.

type RemoveCommentDbAndCacheReqMultiError

type RemoveCommentDbAndCacheReqMultiError []error

RemoveCommentDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by RemoveCommentDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (RemoveCommentDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveCommentDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveCommentDbAndCacheReqValidationError

type RemoveCommentDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

RemoveCommentDbAndCacheReqValidationError is the validation error returned by RemoveCommentDbAndCacheReq.Validate if the designated constraints aren't met.

func (RemoveCommentDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (RemoveCommentDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (RemoveCommentDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (RemoveCommentDbAndCacheReqValidationError) Field

Field function returns field value.

func (RemoveCommentDbAndCacheReqValidationError) Key

Key function returns key value.

func (RemoveCommentDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type RemoveCommentReq

type RemoveCommentReq 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 (*RemoveCommentReq) Descriptor deprecated

func (*RemoveCommentReq) Descriptor() ([]byte, []int)

Deprecated: Use RemoveCommentReq.ProtoReflect.Descriptor instead.

func (*RemoveCommentReq) GetId

func (x *RemoveCommentReq) GetId() int32

func (*RemoveCommentReq) GetUuid

func (x *RemoveCommentReq) GetUuid() string

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

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

Cause function returns cause value.

func (RemoveCommentReqValidationError) Error

Error satisfies the builtin error interface

func (RemoveCommentReqValidationError) ErrorName

ErrorName returns error name.

func (RemoveCommentReqValidationError) Field

Field function returns field value.

func (RemoveCommentReqValidationError) Key

Key function returns key value.

func (RemoveCommentReqValidationError) Reason

Reason function returns reason value.

type RemoveSubCommentDbAndCacheReq

type RemoveSubCommentDbAndCacheReq 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 (*RemoveSubCommentDbAndCacheReq) Descriptor deprecated

func (*RemoveSubCommentDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use RemoveSubCommentDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*RemoveSubCommentDbAndCacheReq) GetId

func (*RemoveSubCommentDbAndCacheReq) GetUuid

func (*RemoveSubCommentDbAndCacheReq) ProtoMessage

func (*RemoveSubCommentDbAndCacheReq) ProtoMessage()

func (*RemoveSubCommentDbAndCacheReq) ProtoReflect

func (*RemoveSubCommentDbAndCacheReq) Reset

func (x *RemoveSubCommentDbAndCacheReq) Reset()

func (*RemoveSubCommentDbAndCacheReq) String

func (*RemoveSubCommentDbAndCacheReq) Validate

func (m *RemoveSubCommentDbAndCacheReq) Validate() error

Validate checks the field values on RemoveSubCommentDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveSubCommentDbAndCacheReq) ValidateAll

func (m *RemoveSubCommentDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on RemoveSubCommentDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveSubCommentDbAndCacheReqMultiError, or nil if none found.

type RemoveSubCommentDbAndCacheReqMultiError

type RemoveSubCommentDbAndCacheReqMultiError []error

RemoveSubCommentDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by RemoveSubCommentDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (RemoveSubCommentDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveSubCommentDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveSubCommentDbAndCacheReqValidationError

type RemoveSubCommentDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

RemoveSubCommentDbAndCacheReqValidationError is the validation error returned by RemoveSubCommentDbAndCacheReq.Validate if the designated constraints aren't met.

func (RemoveSubCommentDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (RemoveSubCommentDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (RemoveSubCommentDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (RemoveSubCommentDbAndCacheReqValidationError) Field

Field function returns field value.

func (RemoveSubCommentDbAndCacheReqValidationError) Key

Key function returns key value.

func (RemoveSubCommentDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type RemoveSubCommentReq

type RemoveSubCommentReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,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) GetUuid

func (x *RemoveSubCommentReq) GetUuid() string

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

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

Cause function returns cause value.

func (RemoveSubCommentReqValidationError) Error

Error satisfies the builtin error interface

func (RemoveSubCommentReqValidationError) ErrorName

ErrorName returns error name.

func (RemoveSubCommentReqValidationError) Field

Field function returns field value.

func (RemoveSubCommentReqValidationError) Key

Key function returns key value.

func (RemoveSubCommentReqValidationError) Reason

Reason function returns reason value.

type SendCommentReq

type SendCommentReq 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"`
	Ip   string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,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) GetIp

func (x *SendCommentReq) GetIp() string

func (*SendCommentReq) GetUuid

func (x *SendCommentReq) GetUuid() string

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

Cause function returns cause value.

func (SendCommentReqValidationError) Error

Error satisfies the builtin error interface

func (SendCommentReqValidationError) ErrorName

func (e SendCommentReqValidationError) ErrorName() string

ErrorName returns error name.

func (SendCommentReqValidationError) Field

Field function returns field value.

func (SendCommentReqValidationError) Key

Key function returns key value.

func (SendCommentReqValidationError) Reason

Reason function returns reason value.

type SendSubCommentReq

type SendSubCommentReq 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"`
	Ip   string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,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) GetIp

func (x *SendSubCommentReq) GetIp() string

func (*SendSubCommentReq) GetUuid

func (x *SendSubCommentReq) GetUuid() string

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

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

Cause function returns cause value.

func (SendSubCommentReqValidationError) Error

Error satisfies the builtin error interface

func (SendSubCommentReqValidationError) ErrorName

ErrorName returns error name.

func (SendSubCommentReqValidationError) Field

Field function returns field value.

func (SendSubCommentReqValidationError) Key

Key function returns key value.

func (SendSubCommentReqValidationError) Reason

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"`
	UserUuid     string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	CreationId   int32  `protobuf:"varint,4,opt,name=creationId,proto3" json:"creationId,omitempty"`
	CreationType int32  `protobuf:"varint,5,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) GetUserUuid

func (x *SetCommentAgreeReq) GetUserUuid() string

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

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

Cause function returns cause value.

func (SetCommentAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (SetCommentAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (SetCommentAgreeReqValidationError) Field

Field function returns field value.

func (SetCommentAgreeReqValidationError) Key

Key function returns key value.

func (SetCommentAgreeReqValidationError) Reason

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"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_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) GetUserUuid

func (x *SetSubCommentAgreeReq) GetUserUuid() string

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

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

Cause function returns cause value.

func (SetSubCommentAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (SetSubCommentAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (SetSubCommentAgreeReqValidationError) Field

Field function returns field value.

func (SetSubCommentAgreeReqValidationError) Key

Key function returns key value.

func (SetSubCommentAgreeReqValidationError) Reason

Reason function returns reason value.

type UnimplementedCommentServer

type UnimplementedCommentServer struct {
}

UnimplementedCommentServer must be embedded to have forward compatible implementations.

func (UnimplementedCommentServer) AddCommentContentReviewDbAndCache

func (UnimplementedCommentServer) CancelCommentAgree

func (UnimplementedCommentServer) CancelCommentAgreeDbAndCache

func (UnimplementedCommentServer) CancelSubCommentAgree

func (UnimplementedCommentServer) CancelSubCommentAgreeDbAndCache

func (UnimplementedCommentServer) CancelSubCommentAgreeDbAndCache(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)

func (UnimplementedCommentServer) CommentContentIrregular

func (UnimplementedCommentServer) CreateComment

func (UnimplementedCommentServer) CreateCommentDraft

func (UnimplementedCommentServer) CreateSubComment

func (UnimplementedCommentServer) GetCommentList

func (UnimplementedCommentServer) GetCommentListHot

func (UnimplementedCommentServer) GetCommentUser

func (UnimplementedCommentServer) GetHealth

func (UnimplementedCommentServer) GetLastCommentDraft

func (UnimplementedCommentServer) GetSubCommentList

func (UnimplementedCommentServer) GetUserCommentAgree

func (UnimplementedCommentServer) RemoveComment

func (UnimplementedCommentServer) RemoveCommentDbAndCache

func (UnimplementedCommentServer) RemoveSubComment

func (UnimplementedCommentServer) RemoveSubCommentDbAndCache

func (UnimplementedCommentServer) SendComment

func (UnimplementedCommentServer) SendSubComment

func (UnimplementedCommentServer) SetCommentAgree

func (UnimplementedCommentServer) SetCommentAgreeDbAndCache

func (UnimplementedCommentServer) SetSubCommentAgree

func (UnimplementedCommentServer) SetSubCommentAgreeDbAndCache

type UnsafeCommentServer

type UnsafeCommentServer interface {
	// contains filtered or unexported methods
}

UnsafeCommentServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CommentServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL