Documentation ¶
Index ¶
- Constants
- Variables
- func ErrorCancelAgreeFailed(format string, args ...interface{}) *errors.Error
- func ErrorCreateCommentFailed(format string, args ...interface{}) *errors.Error
- func ErrorCreateDraftFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetCommentDraftFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetCommentListFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetCommentStatisticFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetCommentUserFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetContentReviewFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetUserCommentAgreeFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetUserCommentCreationRepliedListFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetUserCommentCreationReplyListFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetUserSubCommentCreationRepliedListFailed(format string, args ...interface{}) *errors.Error
- func ErrorGetUserSubCommentCreationReplyListFailed(format string, args ...interface{}) *errors.Error
- func ErrorRecordNotFound(format string, args ...interface{}) *errors.Error
- func ErrorRemoveCommentFailed(format string, args ...interface{}) *errors.Error
- func ErrorSetAgreeFailed(format string, args ...interface{}) *errors.Error
- func ErrorSetContentIrregularFailed(format string, args ...interface{}) *errors.Error
- func ErrorSetRecordFailed(format string, args ...interface{}) *errors.Error
- func ErrorUnknownError(format string, args ...interface{}) *errors.Error
- func IsCancelAgreeFailed(err error) bool
- func IsCreateCommentFailed(err error) bool
- func IsCreateDraftFailed(err error) bool
- func IsGetCommentDraftFailed(err error) bool
- func IsGetCommentListFailed(err error) bool
- func IsGetCommentStatisticFailed(err error) bool
- func IsGetCommentUserFailed(err error) bool
- func IsGetContentReviewFailed(err error) bool
- func IsGetUserCommentAgreeFailed(err error) bool
- func IsGetUserCommentCreationRepliedListFailed(err error) bool
- func IsGetUserCommentCreationReplyListFailed(err error) bool
- func IsGetUserSubCommentCreationRepliedListFailed(err error) bool
- func IsGetUserSubCommentCreationReplyListFailed(err error) bool
- func IsRecordNotFound(err error) bool
- func IsRemoveCommentFailed(err error) bool
- func IsSetAgreeFailed(err error) bool
- func IsSetContentIrregularFailed(err error) bool
- func IsSetRecordFailed(err error) bool
- func IsUnknownError(err error) bool
- func RegisterCommentHTTPServer(s *http.Server, srv CommentHTTPServer)
- func RegisterCommentServer(s grpc.ServiceRegistrar, srv CommentServer)
- type AddCommentContentReviewDbAndCacheReq
- func (*AddCommentContentReviewDbAndCacheReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddCommentContentReviewDbAndCacheReq) GetComment() string
- func (x *AddCommentContentReviewDbAndCacheReq) GetCommentId() int32
- func (x *AddCommentContentReviewDbAndCacheReq) GetJobId() string
- func (x *AddCommentContentReviewDbAndCacheReq) GetKind() string
- func (x *AddCommentContentReviewDbAndCacheReq) GetLabel() string
- func (x *AddCommentContentReviewDbAndCacheReq) GetResult() int32
- func (x *AddCommentContentReviewDbAndCacheReq) GetSection() string
- func (x *AddCommentContentReviewDbAndCacheReq) GetUuid() string
- func (*AddCommentContentReviewDbAndCacheReq) ProtoMessage()
- func (x *AddCommentContentReviewDbAndCacheReq) ProtoReflect() protoreflect.Message
- func (x *AddCommentContentReviewDbAndCacheReq) Reset()
- func (x *AddCommentContentReviewDbAndCacheReq) String() string
- func (m *AddCommentContentReviewDbAndCacheReq) Validate() error
- func (m *AddCommentContentReviewDbAndCacheReq) ValidateAll() error
- type AddCommentContentReviewDbAndCacheReqMultiError
- type AddCommentContentReviewDbAndCacheReqValidationError
- func (e AddCommentContentReviewDbAndCacheReqValidationError) Cause() error
- func (e AddCommentContentReviewDbAndCacheReqValidationError) Error() string
- func (e AddCommentContentReviewDbAndCacheReqValidationError) ErrorName() string
- func (e AddCommentContentReviewDbAndCacheReqValidationError) Field() string
- func (e AddCommentContentReviewDbAndCacheReqValidationError) Key() bool
- func (e AddCommentContentReviewDbAndCacheReqValidationError) Reason() string
- type CancelCommentAgreeReq
- func (*CancelCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelCommentAgreeReq) GetCreationId() int32
- func (x *CancelCommentAgreeReq) GetCreationType() int32
- func (x *CancelCommentAgreeReq) GetId() int32
- func (x *CancelCommentAgreeReq) GetUserUuid() string
- func (x *CancelCommentAgreeReq) GetUuid() string
- func (*CancelCommentAgreeReq) ProtoMessage()
- func (x *CancelCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *CancelCommentAgreeReq) Reset()
- func (x *CancelCommentAgreeReq) String() string
- func (m *CancelCommentAgreeReq) Validate() error
- func (m *CancelCommentAgreeReq) ValidateAll() error
- type CancelCommentAgreeReqMultiError
- type CancelCommentAgreeReqValidationError
- func (e CancelCommentAgreeReqValidationError) Cause() error
- func (e CancelCommentAgreeReqValidationError) Error() string
- func (e CancelCommentAgreeReqValidationError) ErrorName() string
- func (e CancelCommentAgreeReqValidationError) Field() string
- func (e CancelCommentAgreeReqValidationError) Key() bool
- func (e CancelCommentAgreeReqValidationError) Reason() string
- type CancelSubCommentAgreeReq
- func (*CancelSubCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelSubCommentAgreeReq) GetId() int32
- func (x *CancelSubCommentAgreeReq) GetUserUuid() string
- func (x *CancelSubCommentAgreeReq) GetUuid() string
- func (*CancelSubCommentAgreeReq) ProtoMessage()
- func (x *CancelSubCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *CancelSubCommentAgreeReq) Reset()
- func (x *CancelSubCommentAgreeReq) String() string
- func (m *CancelSubCommentAgreeReq) Validate() error
- func (m *CancelSubCommentAgreeReq) ValidateAll() error
- type CancelSubCommentAgreeReqMultiError
- type CancelSubCommentAgreeReqValidationError
- func (e CancelSubCommentAgreeReqValidationError) Cause() error
- func (e CancelSubCommentAgreeReqValidationError) Error() string
- func (e CancelSubCommentAgreeReqValidationError) ErrorName() string
- func (e CancelSubCommentAgreeReqValidationError) Field() string
- func (e CancelSubCommentAgreeReqValidationError) Key() bool
- func (e CancelSubCommentAgreeReqValidationError) Reason() string
- type CommentClient
- type CommentContentIrregularReq
- func (*CommentContentIrregularReq) Descriptor() ([]byte, []int)deprecated
- func (x *CommentContentIrregularReq) GetComment() string
- func (x *CommentContentIrregularReq) GetId() int32
- func (x *CommentContentIrregularReq) GetJobId() string
- func (x *CommentContentIrregularReq) GetKind() string
- func (x *CommentContentIrregularReq) GetLabel() string
- func (x *CommentContentIrregularReq) GetResult() int32
- func (x *CommentContentIrregularReq) GetSection() string
- func (x *CommentContentIrregularReq) GetUuid() string
- func (*CommentContentIrregularReq) ProtoMessage()
- func (x *CommentContentIrregularReq) ProtoReflect() protoreflect.Message
- func (x *CommentContentIrregularReq) Reset()
- func (x *CommentContentIrregularReq) String() string
- func (m *CommentContentIrregularReq) Validate() error
- func (m *CommentContentIrregularReq) ValidateAll() error
- type CommentContentIrregularReqMultiError
- type CommentContentIrregularReqValidationError
- func (e CommentContentIrregularReqValidationError) Cause() error
- func (e CommentContentIrregularReqValidationError) Error() string
- func (e CommentContentIrregularReqValidationError) ErrorName() string
- func (e CommentContentIrregularReqValidationError) Field() string
- func (e CommentContentIrregularReqValidationError) Key() bool
- func (e CommentContentIrregularReqValidationError) Reason() string
- type CommentErrorReason
- func (CommentErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x CommentErrorReason) Enum() *CommentErrorReason
- func (CommentErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x CommentErrorReason) Number() protoreflect.EnumNumber
- func (x CommentErrorReason) String() string
- func (CommentErrorReason) Type() protoreflect.EnumType
- type CommentHTTPClient
- type CommentHTTPClientImpl
- type CommentHTTPServer
- type CommentServer
- type CreateCommentDbAndCacheReply
- func (*CreateCommentDbAndCacheReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentDbAndCacheReply) GetAuthor() string
- func (*CreateCommentDbAndCacheReply) ProtoMessage()
- func (x *CreateCommentDbAndCacheReply) ProtoReflect() protoreflect.Message
- func (x *CreateCommentDbAndCacheReply) Reset()
- func (x *CreateCommentDbAndCacheReply) String() string
- func (m *CreateCommentDbAndCacheReply) Validate() error
- func (m *CreateCommentDbAndCacheReply) ValidateAll() error
- type CreateCommentDbAndCacheReplyMultiError
- type CreateCommentDbAndCacheReplyValidationError
- func (e CreateCommentDbAndCacheReplyValidationError) Cause() error
- func (e CreateCommentDbAndCacheReplyValidationError) Error() string
- func (e CreateCommentDbAndCacheReplyValidationError) ErrorName() string
- func (e CreateCommentDbAndCacheReplyValidationError) Field() string
- func (e CreateCommentDbAndCacheReplyValidationError) Key() bool
- func (e CreateCommentDbAndCacheReplyValidationError) Reason() string
- type CreateCommentDbAndCacheReq
- func (*CreateCommentDbAndCacheReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentDbAndCacheReq) GetCreationId() int32
- func (x *CreateCommentDbAndCacheReq) GetCreationType() int32
- func (x *CreateCommentDbAndCacheReq) GetId() int32
- func (x *CreateCommentDbAndCacheReq) GetUuid() string
- func (*CreateCommentDbAndCacheReq) ProtoMessage()
- func (x *CreateCommentDbAndCacheReq) ProtoReflect() protoreflect.Message
- func (x *CreateCommentDbAndCacheReq) Reset()
- func (x *CreateCommentDbAndCacheReq) String() string
- func (m *CreateCommentDbAndCacheReq) Validate() error
- func (m *CreateCommentDbAndCacheReq) ValidateAll() error
- type CreateCommentDbAndCacheReqMultiError
- type CreateCommentDbAndCacheReqValidationError
- func (e CreateCommentDbAndCacheReqValidationError) Cause() error
- func (e CreateCommentDbAndCacheReqValidationError) Error() string
- func (e CreateCommentDbAndCacheReqValidationError) ErrorName() string
- func (e CreateCommentDbAndCacheReqValidationError) Field() string
- func (e CreateCommentDbAndCacheReqValidationError) Key() bool
- func (e CreateCommentDbAndCacheReqValidationError) Reason() string
- type CreateCommentDraftReply
- func (*CreateCommentDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentDraftReply) GetId() int32
- func (*CreateCommentDraftReply) ProtoMessage()
- func (x *CreateCommentDraftReply) ProtoReflect() protoreflect.Message
- func (x *CreateCommentDraftReply) Reset()
- func (x *CreateCommentDraftReply) String() string
- func (m *CreateCommentDraftReply) Validate() error
- func (m *CreateCommentDraftReply) ValidateAll() error
- type CreateCommentDraftReplyMultiError
- type CreateCommentDraftReplyValidationError
- func (e CreateCommentDraftReplyValidationError) Cause() error
- func (e CreateCommentDraftReplyValidationError) Error() string
- func (e CreateCommentDraftReplyValidationError) ErrorName() string
- func (e CreateCommentDraftReplyValidationError) Field() string
- func (e CreateCommentDraftReplyValidationError) Key() bool
- func (e CreateCommentDraftReplyValidationError) Reason() string
- type CreateCommentDraftReq
- func (*CreateCommentDraftReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentDraftReq) GetUuid() string
- func (*CreateCommentDraftReq) ProtoMessage()
- func (x *CreateCommentDraftReq) ProtoReflect() protoreflect.Message
- func (x *CreateCommentDraftReq) Reset()
- func (x *CreateCommentDraftReq) String() string
- func (m *CreateCommentDraftReq) Validate() error
- func (m *CreateCommentDraftReq) ValidateAll() error
- type CreateCommentDraftReqMultiError
- type CreateCommentDraftReqValidationError
- func (e CreateCommentDraftReqValidationError) Cause() error
- func (e CreateCommentDraftReqValidationError) Error() string
- func (e CreateCommentDraftReqValidationError) ErrorName() string
- func (e CreateCommentDraftReqValidationError) Field() string
- func (e CreateCommentDraftReqValidationError) Key() bool
- func (e CreateCommentDraftReqValidationError) Reason() string
- type CreateCommentReq
- func (*CreateCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentReq) GetCreationId() int32
- func (x *CreateCommentReq) GetCreationType() int32
- func (x *CreateCommentReq) GetId() int32
- func (x *CreateCommentReq) GetUuid() string
- func (*CreateCommentReq) ProtoMessage()
- func (x *CreateCommentReq) ProtoReflect() protoreflect.Message
- func (x *CreateCommentReq) Reset()
- func (x *CreateCommentReq) String() string
- func (m *CreateCommentReq) Validate() error
- func (m *CreateCommentReq) ValidateAll() error
- type CreateCommentReqMultiError
- type CreateCommentReqValidationError
- func (e CreateCommentReqValidationError) Cause() error
- func (e CreateCommentReqValidationError) Error() string
- func (e CreateCommentReqValidationError) ErrorName() string
- func (e CreateCommentReqValidationError) Field() string
- func (e CreateCommentReqValidationError) Key() bool
- func (e CreateCommentReqValidationError) Reason() string
- type CreateSubCommentDbAndCacheReply
- func (*CreateSubCommentDbAndCacheReply) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSubCommentDbAndCacheReply) GetParent() string
- func (x *CreateSubCommentDbAndCacheReply) GetRoot() string
- func (*CreateSubCommentDbAndCacheReply) ProtoMessage()
- func (x *CreateSubCommentDbAndCacheReply) ProtoReflect() protoreflect.Message
- func (x *CreateSubCommentDbAndCacheReply) Reset()
- func (x *CreateSubCommentDbAndCacheReply) String() string
- func (m *CreateSubCommentDbAndCacheReply) Validate() error
- func (m *CreateSubCommentDbAndCacheReply) ValidateAll() error
- type CreateSubCommentDbAndCacheReplyMultiError
- type CreateSubCommentDbAndCacheReplyValidationError
- func (e CreateSubCommentDbAndCacheReplyValidationError) Cause() error
- func (e CreateSubCommentDbAndCacheReplyValidationError) Error() string
- func (e CreateSubCommentDbAndCacheReplyValidationError) ErrorName() string
- func (e CreateSubCommentDbAndCacheReplyValidationError) Field() string
- func (e CreateSubCommentDbAndCacheReplyValidationError) Key() bool
- func (e CreateSubCommentDbAndCacheReplyValidationError) Reason() string
- type CreateSubCommentDbAndCacheReq
- func (*CreateSubCommentDbAndCacheReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSubCommentDbAndCacheReq) GetId() int32
- func (x *CreateSubCommentDbAndCacheReq) GetParentId() int32
- func (x *CreateSubCommentDbAndCacheReq) GetRootId() int32
- func (x *CreateSubCommentDbAndCacheReq) GetUuid() string
- func (*CreateSubCommentDbAndCacheReq) ProtoMessage()
- func (x *CreateSubCommentDbAndCacheReq) ProtoReflect() protoreflect.Message
- func (x *CreateSubCommentDbAndCacheReq) Reset()
- func (x *CreateSubCommentDbAndCacheReq) String() string
- func (m *CreateSubCommentDbAndCacheReq) Validate() error
- func (m *CreateSubCommentDbAndCacheReq) ValidateAll() error
- type CreateSubCommentDbAndCacheReqMultiError
- type CreateSubCommentDbAndCacheReqValidationError
- func (e CreateSubCommentDbAndCacheReqValidationError) Cause() error
- func (e CreateSubCommentDbAndCacheReqValidationError) Error() string
- func (e CreateSubCommentDbAndCacheReqValidationError) ErrorName() string
- func (e CreateSubCommentDbAndCacheReqValidationError) Field() string
- func (e CreateSubCommentDbAndCacheReqValidationError) Key() bool
- func (e CreateSubCommentDbAndCacheReqValidationError) Reason() string
- type CreateSubCommentReq
- func (*CreateSubCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSubCommentReq) GetId() int32
- func (x *CreateSubCommentReq) GetParentId() int32
- func (x *CreateSubCommentReq) GetRootId() int32
- func (x *CreateSubCommentReq) GetUuid() string
- func (*CreateSubCommentReq) ProtoMessage()
- func (x *CreateSubCommentReq) ProtoReflect() protoreflect.Message
- func (x *CreateSubCommentReq) Reset()
- func (x *CreateSubCommentReq) String() string
- func (m *CreateSubCommentReq) Validate() error
- func (m *CreateSubCommentReq) ValidateAll() error
- type CreateSubCommentReqMultiError
- type CreateSubCommentReqValidationError
- func (e CreateSubCommentReqValidationError) Cause() error
- func (e CreateSubCommentReqValidationError) Error() string
- func (e CreateSubCommentReqValidationError) ErrorName() string
- func (e CreateSubCommentReqValidationError) Field() string
- func (e CreateSubCommentReqValidationError) Key() bool
- func (e CreateSubCommentReqValidationError) Reason() string
- type GetCommentContentReviewReply
- func (*GetCommentContentReviewReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentContentReviewReply) GetReview() []*GetCommentContentReviewReply_Review
- func (*GetCommentContentReviewReply) ProtoMessage()
- func (x *GetCommentContentReviewReply) ProtoReflect() protoreflect.Message
- func (x *GetCommentContentReviewReply) Reset()
- func (x *GetCommentContentReviewReply) String() string
- func (m *GetCommentContentReviewReply) Validate() error
- func (m *GetCommentContentReviewReply) ValidateAll() error
- type GetCommentContentReviewReplyMultiError
- type GetCommentContentReviewReplyValidationError
- func (e GetCommentContentReviewReplyValidationError) Cause() error
- func (e GetCommentContentReviewReplyValidationError) Error() string
- func (e GetCommentContentReviewReplyValidationError) ErrorName() string
- func (e GetCommentContentReviewReplyValidationError) Field() string
- func (e GetCommentContentReviewReplyValidationError) Key() bool
- func (e GetCommentContentReviewReplyValidationError) Reason() string
- type GetCommentContentReviewReply_Review
- func (*GetCommentContentReviewReply_Review) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentContentReviewReply_Review) GetComment() string
- func (x *GetCommentContentReviewReply_Review) GetCommentId() int32
- func (x *GetCommentContentReviewReply_Review) GetCreateAt() string
- func (x *GetCommentContentReviewReply_Review) GetId() int32
- func (x *GetCommentContentReviewReply_Review) GetJobId() string
- func (x *GetCommentContentReviewReply_Review) GetKind() string
- func (x *GetCommentContentReviewReply_Review) GetLabel() string
- func (x *GetCommentContentReviewReply_Review) GetResult() int32
- func (x *GetCommentContentReviewReply_Review) GetSection() string
- func (x *GetCommentContentReviewReply_Review) GetUuid() string
- func (*GetCommentContentReviewReply_Review) ProtoMessage()
- func (x *GetCommentContentReviewReply_Review) ProtoReflect() protoreflect.Message
- func (x *GetCommentContentReviewReply_Review) Reset()
- func (x *GetCommentContentReviewReply_Review) String() string
- func (m *GetCommentContentReviewReply_Review) Validate() error
- func (m *GetCommentContentReviewReply_Review) ValidateAll() error
- type GetCommentContentReviewReply_ReviewMultiError
- type GetCommentContentReviewReply_ReviewValidationError
- func (e GetCommentContentReviewReply_ReviewValidationError) Cause() error
- func (e GetCommentContentReviewReply_ReviewValidationError) Error() string
- func (e GetCommentContentReviewReply_ReviewValidationError) ErrorName() string
- func (e GetCommentContentReviewReply_ReviewValidationError) Field() string
- func (e GetCommentContentReviewReply_ReviewValidationError) Key() bool
- func (e GetCommentContentReviewReply_ReviewValidationError) Reason() string
- type GetCommentContentReviewReq
- func (*GetCommentContentReviewReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentContentReviewReq) GetPage() int32
- func (x *GetCommentContentReviewReq) GetUuid() string
- func (*GetCommentContentReviewReq) ProtoMessage()
- func (x *GetCommentContentReviewReq) ProtoReflect() protoreflect.Message
- func (x *GetCommentContentReviewReq) Reset()
- func (x *GetCommentContentReviewReq) String() string
- func (m *GetCommentContentReviewReq) Validate() error
- func (m *GetCommentContentReviewReq) ValidateAll() error
- type GetCommentContentReviewReqMultiError
- type GetCommentContentReviewReqValidationError
- func (e GetCommentContentReviewReqValidationError) Cause() error
- func (e GetCommentContentReviewReqValidationError) Error() string
- func (e GetCommentContentReviewReqValidationError) ErrorName() string
- func (e GetCommentContentReviewReqValidationError) Field() string
- func (e GetCommentContentReviewReqValidationError) Key() bool
- func (e GetCommentContentReviewReqValidationError) Reason() string
- type GetCommentListReply
- func (*GetCommentListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListReply) GetComment() []*GetCommentListReply_Comment
- func (*GetCommentListReply) ProtoMessage()
- func (x *GetCommentListReply) ProtoReflect() protoreflect.Message
- func (x *GetCommentListReply) Reset()
- func (x *GetCommentListReply) String() string
- func (m *GetCommentListReply) Validate() error
- func (m *GetCommentListReply) ValidateAll() error
- type GetCommentListReplyMultiError
- type GetCommentListReplyValidationError
- func (e GetCommentListReplyValidationError) Cause() error
- func (e GetCommentListReplyValidationError) Error() string
- func (e GetCommentListReplyValidationError) ErrorName() string
- func (e GetCommentListReplyValidationError) Field() string
- func (e GetCommentListReplyValidationError) Key() bool
- func (e GetCommentListReplyValidationError) Reason() string
- type GetCommentListReply_Comment
- func (*GetCommentListReply_Comment) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListReply_Comment) GetId() int32
- func (x *GetCommentListReply_Comment) GetUuid() string
- func (*GetCommentListReply_Comment) ProtoMessage()
- func (x *GetCommentListReply_Comment) ProtoReflect() protoreflect.Message
- func (x *GetCommentListReply_Comment) Reset()
- func (x *GetCommentListReply_Comment) String() string
- func (m *GetCommentListReply_Comment) Validate() error
- func (m *GetCommentListReply_Comment) ValidateAll() error
- type GetCommentListReply_CommentMultiError
- type GetCommentListReply_CommentValidationError
- func (e GetCommentListReply_CommentValidationError) Cause() error
- func (e GetCommentListReply_CommentValidationError) Error() string
- func (e GetCommentListReply_CommentValidationError) ErrorName() string
- func (e GetCommentListReply_CommentValidationError) Field() string
- func (e GetCommentListReply_CommentValidationError) Key() bool
- func (e GetCommentListReply_CommentValidationError) Reason() string
- type GetCommentListReq
- func (*GetCommentListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListReq) GetCreationId() int32
- func (x *GetCommentListReq) GetCreationType() int32
- func (x *GetCommentListReq) GetPage() int32
- func (*GetCommentListReq) ProtoMessage()
- func (x *GetCommentListReq) ProtoReflect() protoreflect.Message
- func (x *GetCommentListReq) Reset()
- func (x *GetCommentListReq) String() string
- func (m *GetCommentListReq) Validate() error
- func (m *GetCommentListReq) ValidateAll() error
- type GetCommentListReqMultiError
- type GetCommentListReqValidationError
- func (e GetCommentListReqValidationError) Cause() error
- func (e GetCommentListReqValidationError) Error() string
- func (e GetCommentListReqValidationError) ErrorName() string
- func (e GetCommentListReqValidationError) Field() string
- func (e GetCommentListReqValidationError) Key() bool
- func (e GetCommentListReqValidationError) Reason() string
- type GetCommentListStatisticReply
- func (*GetCommentListStatisticReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListStatisticReply) GetCount() []*GetCommentListStatisticReply_Count
- func (*GetCommentListStatisticReply) ProtoMessage()
- func (x *GetCommentListStatisticReply) ProtoReflect() protoreflect.Message
- func (x *GetCommentListStatisticReply) Reset()
- func (x *GetCommentListStatisticReply) String() string
- func (m *GetCommentListStatisticReply) Validate() error
- func (m *GetCommentListStatisticReply) ValidateAll() error
- type GetCommentListStatisticReplyMultiError
- type GetCommentListStatisticReplyValidationError
- func (e GetCommentListStatisticReplyValidationError) Cause() error
- func (e GetCommentListStatisticReplyValidationError) Error() string
- func (e GetCommentListStatisticReplyValidationError) ErrorName() string
- func (e GetCommentListStatisticReplyValidationError) Field() string
- func (e GetCommentListStatisticReplyValidationError) Key() bool
- func (e GetCommentListStatisticReplyValidationError) Reason() string
- type GetCommentListStatisticReply_Count
- func (*GetCommentListStatisticReply_Count) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListStatisticReply_Count) GetAgree() int32
- func (x *GetCommentListStatisticReply_Count) GetComment() int32
- func (x *GetCommentListStatisticReply_Count) GetId() int32
- func (*GetCommentListStatisticReply_Count) ProtoMessage()
- func (x *GetCommentListStatisticReply_Count) ProtoReflect() protoreflect.Message
- func (x *GetCommentListStatisticReply_Count) Reset()
- func (x *GetCommentListStatisticReply_Count) String() string
- func (m *GetCommentListStatisticReply_Count) Validate() error
- func (m *GetCommentListStatisticReply_Count) ValidateAll() error
- type GetCommentListStatisticReply_CountMultiError
- type GetCommentListStatisticReply_CountValidationError
- func (e GetCommentListStatisticReply_CountValidationError) Cause() error
- func (e GetCommentListStatisticReply_CountValidationError) Error() string
- func (e GetCommentListStatisticReply_CountValidationError) ErrorName() string
- func (e GetCommentListStatisticReply_CountValidationError) Field() string
- func (e GetCommentListStatisticReply_CountValidationError) Key() bool
- func (e GetCommentListStatisticReply_CountValidationError) Reason() string
- type GetCommentListStatisticReq
- func (*GetCommentListStatisticReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentListStatisticReq) GetIds() []int32
- func (*GetCommentListStatisticReq) ProtoMessage()
- func (x *GetCommentListStatisticReq) ProtoReflect() protoreflect.Message
- func (x *GetCommentListStatisticReq) Reset()
- func (x *GetCommentListStatisticReq) String() string
- func (m *GetCommentListStatisticReq) Validate() error
- func (m *GetCommentListStatisticReq) ValidateAll() error
- type GetCommentListStatisticReqMultiError
- type GetCommentListStatisticReqValidationError
- func (e GetCommentListStatisticReqValidationError) Cause() error
- func (e GetCommentListStatisticReqValidationError) Error() string
- func (e GetCommentListStatisticReqValidationError) ErrorName() string
- func (e GetCommentListStatisticReqValidationError) Field() string
- func (e GetCommentListStatisticReqValidationError) Key() bool
- func (e GetCommentListStatisticReqValidationError) Reason() string
- type GetCommentUserReply
- func (*GetCommentUserReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentUserReply) GetArticleReplied() int32
- func (x *GetCommentUserReply) GetArticleRepliedSub() int32
- func (x *GetCommentUserReply) GetArticleReply() int32
- func (x *GetCommentUserReply) GetArticleReplySub() int32
- func (x *GetCommentUserReply) GetComment() int32
- func (x *GetCommentUserReply) GetTalkReplied() int32
- func (x *GetCommentUserReply) GetTalkRepliedSub() int32
- func (x *GetCommentUserReply) GetTalkReply() int32
- func (x *GetCommentUserReply) GetTalkReplySub() int32
- func (*GetCommentUserReply) ProtoMessage()
- func (x *GetCommentUserReply) ProtoReflect() protoreflect.Message
- func (x *GetCommentUserReply) Reset()
- func (x *GetCommentUserReply) String() string
- func (m *GetCommentUserReply) Validate() error
- func (m *GetCommentUserReply) ValidateAll() error
- type GetCommentUserReplyMultiError
- type GetCommentUserReplyValidationError
- func (e GetCommentUserReplyValidationError) Cause() error
- func (e GetCommentUserReplyValidationError) Error() string
- func (e GetCommentUserReplyValidationError) ErrorName() string
- func (e GetCommentUserReplyValidationError) Field() string
- func (e GetCommentUserReplyValidationError) Key() bool
- func (e GetCommentUserReplyValidationError) Reason() string
- type GetCommentUserReq
- func (*GetCommentUserReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentUserReq) GetUuid() string
- func (*GetCommentUserReq) ProtoMessage()
- func (x *GetCommentUserReq) ProtoReflect() protoreflect.Message
- func (x *GetCommentUserReq) Reset()
- func (x *GetCommentUserReq) String() string
- func (m *GetCommentUserReq) Validate() error
- func (m *GetCommentUserReq) ValidateAll() error
- type GetCommentUserReqMultiError
- type GetCommentUserReqValidationError
- func (e GetCommentUserReqValidationError) Cause() error
- func (e GetCommentUserReqValidationError) Error() string
- func (e GetCommentUserReqValidationError) ErrorName() string
- func (e GetCommentUserReqValidationError) Field() string
- func (e GetCommentUserReqValidationError) Key() bool
- func (e GetCommentUserReqValidationError) Reason() string
- type GetLastCommentDraftReply
- func (*GetLastCommentDraftReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastCommentDraftReply) GetId() int32
- func (x *GetLastCommentDraftReply) GetStatus() int32
- func (*GetLastCommentDraftReply) ProtoMessage()
- func (x *GetLastCommentDraftReply) ProtoReflect() protoreflect.Message
- func (x *GetLastCommentDraftReply) Reset()
- func (x *GetLastCommentDraftReply) String() string
- func (m *GetLastCommentDraftReply) Validate() error
- func (m *GetLastCommentDraftReply) ValidateAll() error
- type GetLastCommentDraftReplyMultiError
- type GetLastCommentDraftReplyValidationError
- func (e GetLastCommentDraftReplyValidationError) Cause() error
- func (e GetLastCommentDraftReplyValidationError) Error() string
- func (e GetLastCommentDraftReplyValidationError) ErrorName() string
- func (e GetLastCommentDraftReplyValidationError) Field() string
- func (e GetLastCommentDraftReplyValidationError) Key() bool
- func (e GetLastCommentDraftReplyValidationError) Reason() string
- type GetLastCommentDraftReq
- func (*GetLastCommentDraftReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastCommentDraftReq) GetUuid() string
- func (*GetLastCommentDraftReq) ProtoMessage()
- func (x *GetLastCommentDraftReq) ProtoReflect() protoreflect.Message
- func (x *GetLastCommentDraftReq) Reset()
- func (x *GetLastCommentDraftReq) String() string
- func (m *GetLastCommentDraftReq) Validate() error
- func (m *GetLastCommentDraftReq) ValidateAll() error
- type GetLastCommentDraftReqMultiError
- type GetLastCommentDraftReqValidationError
- func (e GetLastCommentDraftReqValidationError) Cause() error
- func (e GetLastCommentDraftReqValidationError) Error() string
- func (e GetLastCommentDraftReqValidationError) ErrorName() string
- func (e GetLastCommentDraftReqValidationError) Field() string
- func (e GetLastCommentDraftReqValidationError) Key() bool
- func (e GetLastCommentDraftReqValidationError) Reason() string
- type GetSubCommentListReply
- func (*GetSubCommentListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubCommentListReply) GetComment() []*GetSubCommentListReply_Comment
- func (*GetSubCommentListReply) ProtoMessage()
- func (x *GetSubCommentListReply) ProtoReflect() protoreflect.Message
- func (x *GetSubCommentListReply) Reset()
- func (x *GetSubCommentListReply) String() string
- func (m *GetSubCommentListReply) Validate() error
- func (m *GetSubCommentListReply) ValidateAll() error
- type GetSubCommentListReplyMultiError
- type GetSubCommentListReplyValidationError
- func (e GetSubCommentListReplyValidationError) Cause() error
- func (e GetSubCommentListReplyValidationError) Error() string
- func (e GetSubCommentListReplyValidationError) ErrorName() string
- func (e GetSubCommentListReplyValidationError) Field() string
- func (e GetSubCommentListReplyValidationError) Key() bool
- func (e GetSubCommentListReplyValidationError) Reason() string
- type GetSubCommentListReply_Comment
- func (*GetSubCommentListReply_Comment) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubCommentListReply_Comment) GetId() int32
- func (x *GetSubCommentListReply_Comment) GetReply() string
- func (x *GetSubCommentListReply_Comment) GetUuid() string
- func (*GetSubCommentListReply_Comment) ProtoMessage()
- func (x *GetSubCommentListReply_Comment) ProtoReflect() protoreflect.Message
- func (x *GetSubCommentListReply_Comment) Reset()
- func (x *GetSubCommentListReply_Comment) String() string
- func (m *GetSubCommentListReply_Comment) Validate() error
- func (m *GetSubCommentListReply_Comment) ValidateAll() error
- type GetSubCommentListReply_CommentMultiError
- type GetSubCommentListReply_CommentValidationError
- func (e GetSubCommentListReply_CommentValidationError) Cause() error
- func (e GetSubCommentListReply_CommentValidationError) Error() string
- func (e GetSubCommentListReply_CommentValidationError) ErrorName() string
- func (e GetSubCommentListReply_CommentValidationError) Field() string
- func (e GetSubCommentListReply_CommentValidationError) Key() bool
- func (e GetSubCommentListReply_CommentValidationError) Reason() string
- type GetSubCommentListReq
- func (*GetSubCommentListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubCommentListReq) GetId() int32
- func (x *GetSubCommentListReq) GetPage() int32
- func (*GetSubCommentListReq) ProtoMessage()
- func (x *GetSubCommentListReq) ProtoReflect() protoreflect.Message
- func (x *GetSubCommentListReq) Reset()
- func (x *GetSubCommentListReq) String() string
- func (m *GetSubCommentListReq) Validate() error
- func (m *GetSubCommentListReq) ValidateAll() error
- type GetSubCommentListReqMultiError
- type GetSubCommentListReqValidationError
- func (e GetSubCommentListReqValidationError) Cause() error
- func (e GetSubCommentListReqValidationError) Error() string
- func (e GetSubCommentListReqValidationError) ErrorName() string
- func (e GetSubCommentListReqValidationError) Field() string
- func (e GetSubCommentListReqValidationError) Key() bool
- func (e GetSubCommentListReqValidationError) Reason() string
- type GetUserCommentAgreeReply
- func (*GetUserCommentAgreeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentAgreeReply) GetAgree() map[int32]bool
- func (*GetUserCommentAgreeReply) ProtoMessage()
- func (x *GetUserCommentAgreeReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentAgreeReply) Reset()
- func (x *GetUserCommentAgreeReply) String() string
- func (m *GetUserCommentAgreeReply) Validate() error
- func (m *GetUserCommentAgreeReply) ValidateAll() error
- type GetUserCommentAgreeReplyMultiError
- type GetUserCommentAgreeReplyValidationError
- func (e GetUserCommentAgreeReplyValidationError) Cause() error
- func (e GetUserCommentAgreeReplyValidationError) Error() string
- func (e GetUserCommentAgreeReplyValidationError) ErrorName() string
- func (e GetUserCommentAgreeReplyValidationError) Field() string
- func (e GetUserCommentAgreeReplyValidationError) Key() bool
- func (e GetUserCommentAgreeReplyValidationError) Reason() string
- type GetUserCommentAgreeReq
- func (*GetUserCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentAgreeReq) GetUuid() string
- func (*GetUserCommentAgreeReq) ProtoMessage()
- func (x *GetUserCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentAgreeReq) Reset()
- func (x *GetUserCommentAgreeReq) String() string
- func (m *GetUserCommentAgreeReq) Validate() error
- func (m *GetUserCommentAgreeReq) ValidateAll() error
- type GetUserCommentAgreeReqMultiError
- type GetUserCommentAgreeReqValidationError
- func (e GetUserCommentAgreeReqValidationError) Cause() error
- func (e GetUserCommentAgreeReqValidationError) Error() string
- func (e GetUserCommentAgreeReqValidationError) ErrorName() string
- func (e GetUserCommentAgreeReqValidationError) Field() string
- func (e GetUserCommentAgreeReqValidationError) Key() bool
- func (e GetUserCommentAgreeReqValidationError) Reason() string
- type GetUserCommentArticleRepliedListReply
- func (*GetUserCommentArticleRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleRepliedListReply) GetList() []*GetUserCommentArticleRepliedListReply_List
- func (*GetUserCommentArticleRepliedListReply) ProtoMessage()
- func (x *GetUserCommentArticleRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleRepliedListReply) Reset()
- func (x *GetUserCommentArticleRepliedListReply) String() string
- func (m *GetUserCommentArticleRepliedListReply) Validate() error
- func (m *GetUserCommentArticleRepliedListReply) ValidateAll() error
- type GetUserCommentArticleRepliedListReplyMultiError
- type GetUserCommentArticleRepliedListReplyValidationError
- func (e GetUserCommentArticleRepliedListReplyValidationError) Cause() error
- func (e GetUserCommentArticleRepliedListReplyValidationError) Error() string
- func (e GetUserCommentArticleRepliedListReplyValidationError) ErrorName() string
- func (e GetUserCommentArticleRepliedListReplyValidationError) Field() string
- func (e GetUserCommentArticleRepliedListReplyValidationError) Key() bool
- func (e GetUserCommentArticleRepliedListReplyValidationError) Reason() string
- type GetUserCommentArticleRepliedListReply_List
- func (*GetUserCommentArticleRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleRepliedListReply_List) GetCreationId() int32
- func (x *GetUserCommentArticleRepliedListReply_List) GetId() int32
- func (x *GetUserCommentArticleRepliedListReply_List) GetUuid() string
- func (*GetUserCommentArticleRepliedListReply_List) ProtoMessage()
- func (x *GetUserCommentArticleRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleRepliedListReply_List) Reset()
- func (x *GetUserCommentArticleRepliedListReply_List) String() string
- func (m *GetUserCommentArticleRepliedListReply_List) Validate() error
- func (m *GetUserCommentArticleRepliedListReply_List) ValidateAll() error
- type GetUserCommentArticleRepliedListReply_ListMultiError
- type GetUserCommentArticleRepliedListReply_ListValidationError
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Cause() error
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Error() string
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Field() string
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Key() bool
- func (e GetUserCommentArticleRepliedListReply_ListValidationError) Reason() string
- type GetUserCommentArticleRepliedListReq
- func (*GetUserCommentArticleRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleRepliedListReq) GetPage() int32
- func (x *GetUserCommentArticleRepliedListReq) GetUuid() string
- func (*GetUserCommentArticleRepliedListReq) ProtoMessage()
- func (x *GetUserCommentArticleRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleRepliedListReq) Reset()
- func (x *GetUserCommentArticleRepliedListReq) String() string
- func (m *GetUserCommentArticleRepliedListReq) Validate() error
- func (m *GetUserCommentArticleRepliedListReq) ValidateAll() error
- type GetUserCommentArticleRepliedListReqMultiError
- type GetUserCommentArticleRepliedListReqValidationError
- func (e GetUserCommentArticleRepliedListReqValidationError) Cause() error
- func (e GetUserCommentArticleRepliedListReqValidationError) Error() string
- func (e GetUserCommentArticleRepliedListReqValidationError) ErrorName() string
- func (e GetUserCommentArticleRepliedListReqValidationError) Field() string
- func (e GetUserCommentArticleRepliedListReqValidationError) Key() bool
- func (e GetUserCommentArticleRepliedListReqValidationError) Reason() string
- type GetUserCommentArticleReplyListReply
- func (*GetUserCommentArticleReplyListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleReplyListReply) GetList() []*GetUserCommentArticleReplyListReply_List
- func (*GetUserCommentArticleReplyListReply) ProtoMessage()
- func (x *GetUserCommentArticleReplyListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleReplyListReply) Reset()
- func (x *GetUserCommentArticleReplyListReply) String() string
- func (m *GetUserCommentArticleReplyListReply) Validate() error
- func (m *GetUserCommentArticleReplyListReply) ValidateAll() error
- type GetUserCommentArticleReplyListReplyMultiError
- type GetUserCommentArticleReplyListReplyValidationError
- func (e GetUserCommentArticleReplyListReplyValidationError) Cause() error
- func (e GetUserCommentArticleReplyListReplyValidationError) Error() string
- func (e GetUserCommentArticleReplyListReplyValidationError) ErrorName() string
- func (e GetUserCommentArticleReplyListReplyValidationError) Field() string
- func (e GetUserCommentArticleReplyListReplyValidationError) Key() bool
- func (e GetUserCommentArticleReplyListReplyValidationError) Reason() string
- type GetUserCommentArticleReplyListReply_List
- func (*GetUserCommentArticleReplyListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleReplyListReply_List) GetCreationAuthor() string
- func (x *GetUserCommentArticleReplyListReply_List) GetCreationId() int32
- func (x *GetUserCommentArticleReplyListReply_List) GetId() int32
- func (*GetUserCommentArticleReplyListReply_List) ProtoMessage()
- func (x *GetUserCommentArticleReplyListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleReplyListReply_List) Reset()
- func (x *GetUserCommentArticleReplyListReply_List) String() string
- func (m *GetUserCommentArticleReplyListReply_List) Validate() error
- func (m *GetUserCommentArticleReplyListReply_List) ValidateAll() error
- type GetUserCommentArticleReplyListReply_ListMultiError
- type GetUserCommentArticleReplyListReply_ListValidationError
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Cause() error
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Error() string
- func (e GetUserCommentArticleReplyListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Field() string
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Key() bool
- func (e GetUserCommentArticleReplyListReply_ListValidationError) Reason() string
- type GetUserCommentArticleReplyListReq
- func (*GetUserCommentArticleReplyListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentArticleReplyListReq) GetPage() int32
- func (x *GetUserCommentArticleReplyListReq) GetUuid() string
- func (*GetUserCommentArticleReplyListReq) ProtoMessage()
- func (x *GetUserCommentArticleReplyListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentArticleReplyListReq) Reset()
- func (x *GetUserCommentArticleReplyListReq) String() string
- func (m *GetUserCommentArticleReplyListReq) Validate() error
- func (m *GetUserCommentArticleReplyListReq) ValidateAll() error
- type GetUserCommentArticleReplyListReqMultiError
- type GetUserCommentArticleReplyListReqValidationError
- func (e GetUserCommentArticleReplyListReqValidationError) Cause() error
- func (e GetUserCommentArticleReplyListReqValidationError) Error() string
- func (e GetUserCommentArticleReplyListReqValidationError) ErrorName() string
- func (e GetUserCommentArticleReplyListReqValidationError) Field() string
- func (e GetUserCommentArticleReplyListReqValidationError) Key() bool
- func (e GetUserCommentArticleReplyListReqValidationError) Reason() string
- type GetUserCommentRepliedListReply
- func (*GetUserCommentRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentRepliedListReply) GetList() []*GetUserCommentRepliedListReply_List
- func (*GetUserCommentRepliedListReply) ProtoMessage()
- func (x *GetUserCommentRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentRepliedListReply) Reset()
- func (x *GetUserCommentRepliedListReply) String() string
- func (m *GetUserCommentRepliedListReply) Validate() error
- func (m *GetUserCommentRepliedListReply) ValidateAll() error
- type GetUserCommentRepliedListReplyMultiError
- type GetUserCommentRepliedListReplyValidationError
- func (e GetUserCommentRepliedListReplyValidationError) Cause() error
- func (e GetUserCommentRepliedListReplyValidationError) Error() string
- func (e GetUserCommentRepliedListReplyValidationError) ErrorName() string
- func (e GetUserCommentRepliedListReplyValidationError) Field() string
- func (e GetUserCommentRepliedListReplyValidationError) Key() bool
- func (e GetUserCommentRepliedListReplyValidationError) Reason() string
- type GetUserCommentRepliedListReply_List
- func (*GetUserCommentRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentRepliedListReply_List) GetCreationId() int32
- func (x *GetUserCommentRepliedListReply_List) GetCreationType() int32
- func (x *GetUserCommentRepliedListReply_List) GetId() int32
- func (x *GetUserCommentRepliedListReply_List) GetUuid() string
- func (*GetUserCommentRepliedListReply_List) ProtoMessage()
- func (x *GetUserCommentRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentRepliedListReply_List) Reset()
- func (x *GetUserCommentRepliedListReply_List) String() string
- func (m *GetUserCommentRepliedListReply_List) Validate() error
- func (m *GetUserCommentRepliedListReply_List) ValidateAll() error
- type GetUserCommentRepliedListReply_ListMultiError
- type GetUserCommentRepliedListReply_ListValidationError
- func (e GetUserCommentRepliedListReply_ListValidationError) Cause() error
- func (e GetUserCommentRepliedListReply_ListValidationError) Error() string
- func (e GetUserCommentRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentRepliedListReply_ListValidationError) Field() string
- func (e GetUserCommentRepliedListReply_ListValidationError) Key() bool
- func (e GetUserCommentRepliedListReply_ListValidationError) Reason() string
- type GetUserCommentRepliedListReq
- func (*GetUserCommentRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentRepliedListReq) GetPage() int32
- func (x *GetUserCommentRepliedListReq) GetUuid() string
- func (*GetUserCommentRepliedListReq) ProtoMessage()
- func (x *GetUserCommentRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentRepliedListReq) Reset()
- func (x *GetUserCommentRepliedListReq) String() string
- func (m *GetUserCommentRepliedListReq) Validate() error
- func (m *GetUserCommentRepliedListReq) ValidateAll() error
- type GetUserCommentRepliedListReqMultiError
- type GetUserCommentRepliedListReqValidationError
- func (e GetUserCommentRepliedListReqValidationError) Cause() error
- func (e GetUserCommentRepliedListReqValidationError) Error() string
- func (e GetUserCommentRepliedListReqValidationError) ErrorName() string
- func (e GetUserCommentRepliedListReqValidationError) Field() string
- func (e GetUserCommentRepliedListReqValidationError) Key() bool
- func (e GetUserCommentRepliedListReqValidationError) Reason() string
- type GetUserCommentTalkRepliedListReply
- func (*GetUserCommentTalkRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkRepliedListReply) GetList() []*GetUserCommentTalkRepliedListReply_List
- func (*GetUserCommentTalkRepliedListReply) ProtoMessage()
- func (x *GetUserCommentTalkRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkRepliedListReply) Reset()
- func (x *GetUserCommentTalkRepliedListReply) String() string
- func (m *GetUserCommentTalkRepliedListReply) Validate() error
- func (m *GetUserCommentTalkRepliedListReply) ValidateAll() error
- type GetUserCommentTalkRepliedListReplyMultiError
- type GetUserCommentTalkRepliedListReplyValidationError
- func (e GetUserCommentTalkRepliedListReplyValidationError) Cause() error
- func (e GetUserCommentTalkRepliedListReplyValidationError) Error() string
- func (e GetUserCommentTalkRepliedListReplyValidationError) ErrorName() string
- func (e GetUserCommentTalkRepliedListReplyValidationError) Field() string
- func (e GetUserCommentTalkRepliedListReplyValidationError) Key() bool
- func (e GetUserCommentTalkRepliedListReplyValidationError) Reason() string
- type GetUserCommentTalkRepliedListReply_List
- func (*GetUserCommentTalkRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkRepliedListReply_List) GetCreationId() int32
- func (x *GetUserCommentTalkRepliedListReply_List) GetId() int32
- func (x *GetUserCommentTalkRepliedListReply_List) GetUuid() string
- func (*GetUserCommentTalkRepliedListReply_List) ProtoMessage()
- func (x *GetUserCommentTalkRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkRepliedListReply_List) Reset()
- func (x *GetUserCommentTalkRepliedListReply_List) String() string
- func (m *GetUserCommentTalkRepliedListReply_List) Validate() error
- func (m *GetUserCommentTalkRepliedListReply_List) ValidateAll() error
- type GetUserCommentTalkRepliedListReply_ListMultiError
- type GetUserCommentTalkRepliedListReply_ListValidationError
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Cause() error
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Error() string
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Field() string
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Key() bool
- func (e GetUserCommentTalkRepliedListReply_ListValidationError) Reason() string
- type GetUserCommentTalkRepliedListReq
- func (*GetUserCommentTalkRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkRepliedListReq) GetPage() int32
- func (x *GetUserCommentTalkRepliedListReq) GetUuid() string
- func (*GetUserCommentTalkRepliedListReq) ProtoMessage()
- func (x *GetUserCommentTalkRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkRepliedListReq) Reset()
- func (x *GetUserCommentTalkRepliedListReq) String() string
- func (m *GetUserCommentTalkRepliedListReq) Validate() error
- func (m *GetUserCommentTalkRepliedListReq) ValidateAll() error
- type GetUserCommentTalkRepliedListReqMultiError
- type GetUserCommentTalkRepliedListReqValidationError
- func (e GetUserCommentTalkRepliedListReqValidationError) Cause() error
- func (e GetUserCommentTalkRepliedListReqValidationError) Error() string
- func (e GetUserCommentTalkRepliedListReqValidationError) ErrorName() string
- func (e GetUserCommentTalkRepliedListReqValidationError) Field() string
- func (e GetUserCommentTalkRepliedListReqValidationError) Key() bool
- func (e GetUserCommentTalkRepliedListReqValidationError) Reason() string
- type GetUserCommentTalkReplyListReply
- func (*GetUserCommentTalkReplyListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkReplyListReply) GetList() []*GetUserCommentTalkReplyListReply_List
- func (*GetUserCommentTalkReplyListReply) ProtoMessage()
- func (x *GetUserCommentTalkReplyListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkReplyListReply) Reset()
- func (x *GetUserCommentTalkReplyListReply) String() string
- func (m *GetUserCommentTalkReplyListReply) Validate() error
- func (m *GetUserCommentTalkReplyListReply) ValidateAll() error
- type GetUserCommentTalkReplyListReplyMultiError
- type GetUserCommentTalkReplyListReplyValidationError
- func (e GetUserCommentTalkReplyListReplyValidationError) Cause() error
- func (e GetUserCommentTalkReplyListReplyValidationError) Error() string
- func (e GetUserCommentTalkReplyListReplyValidationError) ErrorName() string
- func (e GetUserCommentTalkReplyListReplyValidationError) Field() string
- func (e GetUserCommentTalkReplyListReplyValidationError) Key() bool
- func (e GetUserCommentTalkReplyListReplyValidationError) Reason() string
- type GetUserCommentTalkReplyListReply_List
- func (*GetUserCommentTalkReplyListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkReplyListReply_List) GetCreationAuthor() string
- func (x *GetUserCommentTalkReplyListReply_List) GetCreationId() int32
- func (x *GetUserCommentTalkReplyListReply_List) GetId() int32
- func (*GetUserCommentTalkReplyListReply_List) ProtoMessage()
- func (x *GetUserCommentTalkReplyListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkReplyListReply_List) Reset()
- func (x *GetUserCommentTalkReplyListReply_List) String() string
- func (m *GetUserCommentTalkReplyListReply_List) Validate() error
- func (m *GetUserCommentTalkReplyListReply_List) ValidateAll() error
- type GetUserCommentTalkReplyListReply_ListMultiError
- type GetUserCommentTalkReplyListReply_ListValidationError
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Cause() error
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Error() string
- func (e GetUserCommentTalkReplyListReply_ListValidationError) ErrorName() string
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Field() string
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Key() bool
- func (e GetUserCommentTalkReplyListReply_ListValidationError) Reason() string
- type GetUserCommentTalkReplyListReq
- func (*GetUserCommentTalkReplyListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentTalkReplyListReq) GetPage() int32
- func (x *GetUserCommentTalkReplyListReq) GetUuid() string
- func (*GetUserCommentTalkReplyListReq) ProtoMessage()
- func (x *GetUserCommentTalkReplyListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentTalkReplyListReq) Reset()
- func (x *GetUserCommentTalkReplyListReq) String() string
- func (m *GetUserCommentTalkReplyListReq) Validate() error
- func (m *GetUserCommentTalkReplyListReq) ValidateAll() error
- type GetUserCommentTalkReplyListReqMultiError
- type GetUserCommentTalkReplyListReqValidationError
- func (e GetUserCommentTalkReplyListReqValidationError) Cause() error
- func (e GetUserCommentTalkReplyListReqValidationError) Error() string
- func (e GetUserCommentTalkReplyListReqValidationError) ErrorName() string
- func (e GetUserCommentTalkReplyListReqValidationError) Field() string
- func (e GetUserCommentTalkReplyListReqValidationError) Key() bool
- func (e GetUserCommentTalkReplyListReqValidationError) Reason() string
- type GetUserSubCommentArticleRepliedListReply
- func (*GetUserSubCommentArticleRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleRepliedListReply) GetList() []*GetUserSubCommentArticleRepliedListReply_List
- func (*GetUserSubCommentArticleRepliedListReply) ProtoMessage()
- func (x *GetUserSubCommentArticleRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleRepliedListReply) Reset()
- func (x *GetUserSubCommentArticleRepliedListReply) String() string
- func (m *GetUserSubCommentArticleRepliedListReply) Validate() error
- func (m *GetUserSubCommentArticleRepliedListReply) ValidateAll() error
- type GetUserSubCommentArticleRepliedListReplyMultiError
- type GetUserSubCommentArticleRepliedListReplyValidationError
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Cause() error
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Error() string
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Field() string
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Key() bool
- func (e GetUserSubCommentArticleRepliedListReplyValidationError) Reason() string
- type GetUserSubCommentArticleRepliedListReply_List
- func (*GetUserSubCommentArticleRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetId() int32
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetParentId() int32
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetReply() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetReplyName() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootId() int32
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootName() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootUser() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetUserName() string
- func (x *GetUserSubCommentArticleRepliedListReply_List) GetUuid() string
- func (*GetUserSubCommentArticleRepliedListReply_List) ProtoMessage()
- func (x *GetUserSubCommentArticleRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleRepliedListReply_List) Reset()
- func (x *GetUserSubCommentArticleRepliedListReply_List) String() string
- func (m *GetUserSubCommentArticleRepliedListReply_List) Validate() error
- func (m *GetUserSubCommentArticleRepliedListReply_List) ValidateAll() error
- type GetUserSubCommentArticleRepliedListReply_ListMultiError
- type GetUserSubCommentArticleRepliedListReply_ListValidationError
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Error() string
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Field() string
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Reason() string
- type GetUserSubCommentArticleRepliedListReq
- func (*GetUserSubCommentArticleRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleRepliedListReq) GetPage() int32
- func (x *GetUserSubCommentArticleRepliedListReq) GetUuid() string
- func (*GetUserSubCommentArticleRepliedListReq) ProtoMessage()
- func (x *GetUserSubCommentArticleRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleRepliedListReq) Reset()
- func (x *GetUserSubCommentArticleRepliedListReq) String() string
- func (m *GetUserSubCommentArticleRepliedListReq) Validate() error
- func (m *GetUserSubCommentArticleRepliedListReq) ValidateAll() error
- type GetUserSubCommentArticleRepliedListReqMultiError
- type GetUserSubCommentArticleRepliedListReqValidationError
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Cause() error
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Error() string
- func (e GetUserSubCommentArticleRepliedListReqValidationError) ErrorName() string
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Field() string
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Key() bool
- func (e GetUserSubCommentArticleRepliedListReqValidationError) Reason() string
- type GetUserSubCommentArticleReplyListReply
- func (*GetUserSubCommentArticleReplyListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleReplyListReply) GetList() []*GetUserSubCommentArticleReplyListReply_List
- func (*GetUserSubCommentArticleReplyListReply) ProtoMessage()
- func (x *GetUserSubCommentArticleReplyListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleReplyListReply) Reset()
- func (x *GetUserSubCommentArticleReplyListReply) String() string
- func (m *GetUserSubCommentArticleReplyListReply) Validate() error
- func (m *GetUserSubCommentArticleReplyListReply) ValidateAll() error
- type GetUserSubCommentArticleReplyListReplyMultiError
- type GetUserSubCommentArticleReplyListReplyValidationError
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Cause() error
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Error() string
- func (e GetUserSubCommentArticleReplyListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Field() string
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Key() bool
- func (e GetUserSubCommentArticleReplyListReplyValidationError) Reason() string
- type GetUserSubCommentArticleReplyListReply_List
- func (*GetUserSubCommentArticleReplyListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentArticleReplyListReply_List) GetId() int32
- func (x *GetUserSubCommentArticleReplyListReply_List) GetParentId() int32
- func (x *GetUserSubCommentArticleReplyListReply_List) GetReply() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetReplyName() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetRootId() int32
- func (x *GetUserSubCommentArticleReplyListReply_List) GetRootName() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetRootUser() string
- func (x *GetUserSubCommentArticleReplyListReply_List) GetUserName() string
- func (*GetUserSubCommentArticleReplyListReply_List) ProtoMessage()
- func (x *GetUserSubCommentArticleReplyListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleReplyListReply_List) Reset()
- func (x *GetUserSubCommentArticleReplyListReply_List) String() string
- func (m *GetUserSubCommentArticleReplyListReply_List) Validate() error
- func (m *GetUserSubCommentArticleReplyListReply_List) ValidateAll() error
- type GetUserSubCommentArticleReplyListReply_ListMultiError
- type GetUserSubCommentArticleReplyListReply_ListValidationError
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Error() string
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Field() string
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Reason() string
- type GetUserSubCommentArticleReplyListReq
- func (*GetUserSubCommentArticleReplyListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentArticleReplyListReq) GetPage() int32
- func (x *GetUserSubCommentArticleReplyListReq) GetUuid() string
- func (*GetUserSubCommentArticleReplyListReq) ProtoMessage()
- func (x *GetUserSubCommentArticleReplyListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentArticleReplyListReq) Reset()
- func (x *GetUserSubCommentArticleReplyListReq) String() string
- func (m *GetUserSubCommentArticleReplyListReq) Validate() error
- func (m *GetUserSubCommentArticleReplyListReq) ValidateAll() error
- type GetUserSubCommentArticleReplyListReqMultiError
- type GetUserSubCommentArticleReplyListReqValidationError
- func (e GetUserSubCommentArticleReplyListReqValidationError) Cause() error
- func (e GetUserSubCommentArticleReplyListReqValidationError) Error() string
- func (e GetUserSubCommentArticleReplyListReqValidationError) ErrorName() string
- func (e GetUserSubCommentArticleReplyListReqValidationError) Field() string
- func (e GetUserSubCommentArticleReplyListReqValidationError) Key() bool
- func (e GetUserSubCommentArticleReplyListReqValidationError) Reason() string
- type GetUserSubCommentRepliedListReply
- func (*GetUserSubCommentRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentRepliedListReply) GetList() []*GetUserSubCommentRepliedListReply_List
- func (*GetUserSubCommentRepliedListReply) ProtoMessage()
- func (x *GetUserSubCommentRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentRepliedListReply) Reset()
- func (x *GetUserSubCommentRepliedListReply) String() string
- func (m *GetUserSubCommentRepliedListReply) Validate() error
- func (m *GetUserSubCommentRepliedListReply) ValidateAll() error
- type GetUserSubCommentRepliedListReplyMultiError
- type GetUserSubCommentRepliedListReplyValidationError
- func (e GetUserSubCommentRepliedListReplyValidationError) Cause() error
- func (e GetUserSubCommentRepliedListReplyValidationError) Error() string
- func (e GetUserSubCommentRepliedListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentRepliedListReplyValidationError) Field() string
- func (e GetUserSubCommentRepliedListReplyValidationError) Key() bool
- func (e GetUserSubCommentRepliedListReplyValidationError) Reason() string
- type GetUserSubCommentRepliedListReply_List
- func (*GetUserSubCommentRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentRepliedListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentRepliedListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetCreationType() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetId() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetParentId() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetReply() string
- func (x *GetUserSubCommentRepliedListReply_List) GetReplyName() string
- func (x *GetUserSubCommentRepliedListReply_List) GetRootId() int32
- func (x *GetUserSubCommentRepliedListReply_List) GetRootName() string
- func (x *GetUserSubCommentRepliedListReply_List) GetRootUser() string
- func (x *GetUserSubCommentRepliedListReply_List) GetUserName() string
- func (x *GetUserSubCommentRepliedListReply_List) GetUuid() string
- func (*GetUserSubCommentRepliedListReply_List) ProtoMessage()
- func (x *GetUserSubCommentRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentRepliedListReply_List) Reset()
- func (x *GetUserSubCommentRepliedListReply_List) String() string
- func (m *GetUserSubCommentRepliedListReply_List) Validate() error
- func (m *GetUserSubCommentRepliedListReply_List) ValidateAll() error
- type GetUserSubCommentRepliedListReply_ListMultiError
- type GetUserSubCommentRepliedListReply_ListValidationError
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Error() string
- func (e GetUserSubCommentRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Field() string
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentRepliedListReply_ListValidationError) Reason() string
- type GetUserSubCommentRepliedListReq
- func (*GetUserSubCommentRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentRepliedListReq) GetPage() int32
- func (x *GetUserSubCommentRepliedListReq) GetUuid() string
- func (*GetUserSubCommentRepliedListReq) ProtoMessage()
- func (x *GetUserSubCommentRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentRepliedListReq) Reset()
- func (x *GetUserSubCommentRepliedListReq) String() string
- func (m *GetUserSubCommentRepliedListReq) Validate() error
- func (m *GetUserSubCommentRepliedListReq) ValidateAll() error
- type GetUserSubCommentRepliedListReqMultiError
- type GetUserSubCommentRepliedListReqValidationError
- func (e GetUserSubCommentRepliedListReqValidationError) Cause() error
- func (e GetUserSubCommentRepliedListReqValidationError) Error() string
- func (e GetUserSubCommentRepliedListReqValidationError) ErrorName() string
- func (e GetUserSubCommentRepliedListReqValidationError) Field() string
- func (e GetUserSubCommentRepliedListReqValidationError) Key() bool
- func (e GetUserSubCommentRepliedListReqValidationError) Reason() string
- type GetUserSubCommentTalkRepliedListReply
- func (*GetUserSubCommentTalkRepliedListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkRepliedListReply) GetList() []*GetUserSubCommentTalkRepliedListReply_List
- func (*GetUserSubCommentTalkRepliedListReply) ProtoMessage()
- func (x *GetUserSubCommentTalkRepliedListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkRepliedListReply) Reset()
- func (x *GetUserSubCommentTalkRepliedListReply) String() string
- func (m *GetUserSubCommentTalkRepliedListReply) Validate() error
- func (m *GetUserSubCommentTalkRepliedListReply) ValidateAll() error
- type GetUserSubCommentTalkRepliedListReplyMultiError
- type GetUserSubCommentTalkRepliedListReplyValidationError
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Cause() error
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Error() string
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Field() string
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Key() bool
- func (e GetUserSubCommentTalkRepliedListReplyValidationError) Reason() string
- type GetUserSubCommentTalkRepliedListReply_List
- func (*GetUserSubCommentTalkRepliedListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetId() int32
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetParentId() int32
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetReply() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetReplyName() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootId() int32
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootName() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootUser() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetUserName() string
- func (x *GetUserSubCommentTalkRepliedListReply_List) GetUuid() string
- func (*GetUserSubCommentTalkRepliedListReply_List) ProtoMessage()
- func (x *GetUserSubCommentTalkRepliedListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkRepliedListReply_List) Reset()
- func (x *GetUserSubCommentTalkRepliedListReply_List) String() string
- func (m *GetUserSubCommentTalkRepliedListReply_List) Validate() error
- func (m *GetUserSubCommentTalkRepliedListReply_List) ValidateAll() error
- type GetUserSubCommentTalkRepliedListReply_ListMultiError
- type GetUserSubCommentTalkRepliedListReply_ListValidationError
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Error() string
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Field() string
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Reason() string
- type GetUserSubCommentTalkRepliedListReq
- func (*GetUserSubCommentTalkRepliedListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkRepliedListReq) GetPage() int32
- func (x *GetUserSubCommentTalkRepliedListReq) GetUuid() string
- func (*GetUserSubCommentTalkRepliedListReq) ProtoMessage()
- func (x *GetUserSubCommentTalkRepliedListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkRepliedListReq) Reset()
- func (x *GetUserSubCommentTalkRepliedListReq) String() string
- func (m *GetUserSubCommentTalkRepliedListReq) Validate() error
- func (m *GetUserSubCommentTalkRepliedListReq) ValidateAll() error
- type GetUserSubCommentTalkRepliedListReqMultiError
- type GetUserSubCommentTalkRepliedListReqValidationError
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Cause() error
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Error() string
- func (e GetUserSubCommentTalkRepliedListReqValidationError) ErrorName() string
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Field() string
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Key() bool
- func (e GetUserSubCommentTalkRepliedListReqValidationError) Reason() string
- type GetUserSubCommentTalkReplyListReply
- func (*GetUserSubCommentTalkReplyListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkReplyListReply) GetList() []*GetUserSubCommentTalkReplyListReply_List
- func (*GetUserSubCommentTalkReplyListReply) ProtoMessage()
- func (x *GetUserSubCommentTalkReplyListReply) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkReplyListReply) Reset()
- func (x *GetUserSubCommentTalkReplyListReply) String() string
- func (m *GetUserSubCommentTalkReplyListReply) Validate() error
- func (m *GetUserSubCommentTalkReplyListReply) ValidateAll() error
- type GetUserSubCommentTalkReplyListReplyMultiError
- type GetUserSubCommentTalkReplyListReplyValidationError
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Cause() error
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Error() string
- func (e GetUserSubCommentTalkReplyListReplyValidationError) ErrorName() string
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Field() string
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Key() bool
- func (e GetUserSubCommentTalkReplyListReplyValidationError) Reason() string
- type GetUserSubCommentTalkReplyListReply_List
- func (*GetUserSubCommentTalkReplyListReply_List) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkReplyListReply_List) GetCreationAuthor() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetCreationId() int32
- func (x *GetUserSubCommentTalkReplyListReply_List) GetId() int32
- func (x *GetUserSubCommentTalkReplyListReply_List) GetParentId() int32
- func (x *GetUserSubCommentTalkReplyListReply_List) GetReply() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetReplyName() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetRootId() int32
- func (x *GetUserSubCommentTalkReplyListReply_List) GetRootName() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetRootUser() string
- func (x *GetUserSubCommentTalkReplyListReply_List) GetUserName() string
- func (*GetUserSubCommentTalkReplyListReply_List) ProtoMessage()
- func (x *GetUserSubCommentTalkReplyListReply_List) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkReplyListReply_List) Reset()
- func (x *GetUserSubCommentTalkReplyListReply_List) String() string
- func (m *GetUserSubCommentTalkReplyListReply_List) Validate() error
- func (m *GetUserSubCommentTalkReplyListReply_List) ValidateAll() error
- type GetUserSubCommentTalkReplyListReply_ListMultiError
- type GetUserSubCommentTalkReplyListReply_ListValidationError
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Cause() error
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Error() string
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) ErrorName() string
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Field() string
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Key() bool
- func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Reason() string
- type GetUserSubCommentTalkReplyListReq
- func (*GetUserSubCommentTalkReplyListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSubCommentTalkReplyListReq) GetPage() int32
- func (x *GetUserSubCommentTalkReplyListReq) GetUuid() string
- func (*GetUserSubCommentTalkReplyListReq) ProtoMessage()
- func (x *GetUserSubCommentTalkReplyListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserSubCommentTalkReplyListReq) Reset()
- func (x *GetUserSubCommentTalkReplyListReq) String() string
- func (m *GetUserSubCommentTalkReplyListReq) Validate() error
- func (m *GetUserSubCommentTalkReplyListReq) ValidateAll() error
- type GetUserSubCommentTalkReplyListReqMultiError
- type GetUserSubCommentTalkReplyListReqValidationError
- func (e GetUserSubCommentTalkReplyListReqValidationError) Cause() error
- func (e GetUserSubCommentTalkReplyListReqValidationError) Error() string
- func (e GetUserSubCommentTalkReplyListReqValidationError) ErrorName() string
- func (e GetUserSubCommentTalkReplyListReqValidationError) Field() string
- func (e GetUserSubCommentTalkReplyListReqValidationError) Key() bool
- func (e GetUserSubCommentTalkReplyListReqValidationError) Reason() string
- type RemoveCommentDbAndCacheReq
- func (*RemoveCommentDbAndCacheReq) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCommentDbAndCacheReq) GetCreationId() int32
- func (x *RemoveCommentDbAndCacheReq) GetCreationType() int32
- func (x *RemoveCommentDbAndCacheReq) GetId() int32
- func (x *RemoveCommentDbAndCacheReq) GetUuid() string
- func (*RemoveCommentDbAndCacheReq) ProtoMessage()
- func (x *RemoveCommentDbAndCacheReq) ProtoReflect() protoreflect.Message
- func (x *RemoveCommentDbAndCacheReq) Reset()
- func (x *RemoveCommentDbAndCacheReq) String() string
- func (m *RemoveCommentDbAndCacheReq) Validate() error
- func (m *RemoveCommentDbAndCacheReq) ValidateAll() error
- type RemoveCommentDbAndCacheReqMultiError
- type RemoveCommentDbAndCacheReqValidationError
- func (e RemoveCommentDbAndCacheReqValidationError) Cause() error
- func (e RemoveCommentDbAndCacheReqValidationError) Error() string
- func (e RemoveCommentDbAndCacheReqValidationError) ErrorName() string
- func (e RemoveCommentDbAndCacheReqValidationError) Field() string
- func (e RemoveCommentDbAndCacheReqValidationError) Key() bool
- func (e RemoveCommentDbAndCacheReqValidationError) Reason() string
- type RemoveCommentReq
- func (*RemoveCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveCommentReq) GetId() int32
- func (x *RemoveCommentReq) GetUuid() string
- func (*RemoveCommentReq) ProtoMessage()
- func (x *RemoveCommentReq) ProtoReflect() protoreflect.Message
- func (x *RemoveCommentReq) Reset()
- func (x *RemoveCommentReq) String() string
- func (m *RemoveCommentReq) Validate() error
- func (m *RemoveCommentReq) ValidateAll() error
- type RemoveCommentReqMultiError
- type RemoveCommentReqValidationError
- func (e RemoveCommentReqValidationError) Cause() error
- func (e RemoveCommentReqValidationError) Error() string
- func (e RemoveCommentReqValidationError) ErrorName() string
- func (e RemoveCommentReqValidationError) Field() string
- func (e RemoveCommentReqValidationError) Key() bool
- func (e RemoveCommentReqValidationError) Reason() string
- type RemoveSubCommentDbAndCacheReq
- func (*RemoveSubCommentDbAndCacheReq) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveSubCommentDbAndCacheReq) GetId() int32
- func (x *RemoveSubCommentDbAndCacheReq) GetUuid() string
- func (*RemoveSubCommentDbAndCacheReq) ProtoMessage()
- func (x *RemoveSubCommentDbAndCacheReq) ProtoReflect() protoreflect.Message
- func (x *RemoveSubCommentDbAndCacheReq) Reset()
- func (x *RemoveSubCommentDbAndCacheReq) String() string
- func (m *RemoveSubCommentDbAndCacheReq) Validate() error
- func (m *RemoveSubCommentDbAndCacheReq) ValidateAll() error
- type RemoveSubCommentDbAndCacheReqMultiError
- type RemoveSubCommentDbAndCacheReqValidationError
- func (e RemoveSubCommentDbAndCacheReqValidationError) Cause() error
- func (e RemoveSubCommentDbAndCacheReqValidationError) Error() string
- func (e RemoveSubCommentDbAndCacheReqValidationError) ErrorName() string
- func (e RemoveSubCommentDbAndCacheReqValidationError) Field() string
- func (e RemoveSubCommentDbAndCacheReqValidationError) Key() bool
- func (e RemoveSubCommentDbAndCacheReqValidationError) Reason() string
- type RemoveSubCommentReq
- func (*RemoveSubCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveSubCommentReq) GetId() int32
- func (x *RemoveSubCommentReq) GetUuid() string
- func (*RemoveSubCommentReq) ProtoMessage()
- func (x *RemoveSubCommentReq) ProtoReflect() protoreflect.Message
- func (x *RemoveSubCommentReq) Reset()
- func (x *RemoveSubCommentReq) String() string
- func (m *RemoveSubCommentReq) Validate() error
- func (m *RemoveSubCommentReq) ValidateAll() error
- type RemoveSubCommentReqMultiError
- type RemoveSubCommentReqValidationError
- func (e RemoveSubCommentReqValidationError) Cause() error
- func (e RemoveSubCommentReqValidationError) Error() string
- func (e RemoveSubCommentReqValidationError) ErrorName() string
- func (e RemoveSubCommentReqValidationError) Field() string
- func (e RemoveSubCommentReqValidationError) Key() bool
- func (e RemoveSubCommentReqValidationError) Reason() string
- type SendCommentReq
- func (*SendCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendCommentReq) GetId() int32
- func (x *SendCommentReq) GetIp() string
- func (x *SendCommentReq) GetUuid() string
- func (*SendCommentReq) ProtoMessage()
- func (x *SendCommentReq) ProtoReflect() protoreflect.Message
- func (x *SendCommentReq) Reset()
- func (x *SendCommentReq) String() string
- func (m *SendCommentReq) Validate() error
- func (m *SendCommentReq) ValidateAll() error
- type SendCommentReqMultiError
- type SendCommentReqValidationError
- func (e SendCommentReqValidationError) Cause() error
- func (e SendCommentReqValidationError) Error() string
- func (e SendCommentReqValidationError) ErrorName() string
- func (e SendCommentReqValidationError) Field() string
- func (e SendCommentReqValidationError) Key() bool
- func (e SendCommentReqValidationError) Reason() string
- type SendSubCommentReq
- func (*SendSubCommentReq) Descriptor() ([]byte, []int)deprecated
- func (x *SendSubCommentReq) GetId() int32
- func (x *SendSubCommentReq) GetIp() string
- func (x *SendSubCommentReq) GetUuid() string
- func (*SendSubCommentReq) ProtoMessage()
- func (x *SendSubCommentReq) ProtoReflect() protoreflect.Message
- func (x *SendSubCommentReq) Reset()
- func (x *SendSubCommentReq) String() string
- func (m *SendSubCommentReq) Validate() error
- func (m *SendSubCommentReq) ValidateAll() error
- type SendSubCommentReqMultiError
- type SendSubCommentReqValidationError
- func (e SendSubCommentReqValidationError) Cause() error
- func (e SendSubCommentReqValidationError) Error() string
- func (e SendSubCommentReqValidationError) ErrorName() string
- func (e SendSubCommentReqValidationError) Field() string
- func (e SendSubCommentReqValidationError) Key() bool
- func (e SendSubCommentReqValidationError) Reason() string
- type SetCommentAgreeReq
- func (*SetCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetCommentAgreeReq) GetCreationId() int32
- func (x *SetCommentAgreeReq) GetCreationType() int32
- func (x *SetCommentAgreeReq) GetId() int32
- func (x *SetCommentAgreeReq) GetUserUuid() string
- func (x *SetCommentAgreeReq) GetUuid() string
- func (*SetCommentAgreeReq) ProtoMessage()
- func (x *SetCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *SetCommentAgreeReq) Reset()
- func (x *SetCommentAgreeReq) String() string
- func (m *SetCommentAgreeReq) Validate() error
- func (m *SetCommentAgreeReq) ValidateAll() error
- type SetCommentAgreeReqMultiError
- type SetCommentAgreeReqValidationError
- func (e SetCommentAgreeReqValidationError) Cause() error
- func (e SetCommentAgreeReqValidationError) Error() string
- func (e SetCommentAgreeReqValidationError) ErrorName() string
- func (e SetCommentAgreeReqValidationError) Field() string
- func (e SetCommentAgreeReqValidationError) Key() bool
- func (e SetCommentAgreeReqValidationError) Reason() string
- type SetSubCommentAgreeReq
- func (*SetSubCommentAgreeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetSubCommentAgreeReq) GetId() int32
- func (x *SetSubCommentAgreeReq) GetUserUuid() string
- func (x *SetSubCommentAgreeReq) GetUuid() string
- func (*SetSubCommentAgreeReq) ProtoMessage()
- func (x *SetSubCommentAgreeReq) ProtoReflect() protoreflect.Message
- func (x *SetSubCommentAgreeReq) Reset()
- func (x *SetSubCommentAgreeReq) String() string
- func (m *SetSubCommentAgreeReq) Validate() error
- func (m *SetSubCommentAgreeReq) ValidateAll() error
- type SetSubCommentAgreeReqMultiError
- type SetSubCommentAgreeReqValidationError
- func (e SetSubCommentAgreeReqValidationError) Cause() error
- func (e SetSubCommentAgreeReqValidationError) Error() string
- func (e SetSubCommentAgreeReqValidationError) ErrorName() string
- func (e SetSubCommentAgreeReqValidationError) Field() string
- func (e SetSubCommentAgreeReqValidationError) Key() bool
- func (e SetSubCommentAgreeReqValidationError) Reason() string
- type UnimplementedCommentServer
- func (UnimplementedCommentServer) AddCommentContentReviewDbAndCache(context.Context, *AddCommentContentReviewDbAndCacheReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) CancelCommentAgree(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) CancelCommentAgreeDbAndCache(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) CancelSubCommentAgree(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) CancelSubCommentAgreeDbAndCache(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) CommentContentIrregular(context.Context, *CommentContentIrregularReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) CreateComment(context.Context, *CreateCommentReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) CreateCommentDbAndCache(context.Context, *CreateCommentDbAndCacheReq) (*CreateCommentDbAndCacheReply, error)
- func (UnimplementedCommentServer) CreateCommentDraft(context.Context, *CreateCommentDraftReq) (*CreateCommentDraftReply, error)
- func (UnimplementedCommentServer) CreateSubComment(context.Context, *CreateSubCommentReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) CreateSubCommentDbAndCache(context.Context, *CreateSubCommentDbAndCacheReq) (*CreateSubCommentDbAndCacheReply, error)
- func (UnimplementedCommentServer) GetCommentContentReview(context.Context, *GetCommentContentReviewReq) (*GetCommentContentReviewReply, error)
- func (UnimplementedCommentServer) GetCommentList(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
- func (UnimplementedCommentServer) GetCommentListHot(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
- func (UnimplementedCommentServer) GetCommentListStatistic(context.Context, *GetCommentListStatisticReq) (*GetCommentListStatisticReply, error)
- func (UnimplementedCommentServer) GetCommentUser(context.Context, *GetCommentUserReq) (*GetCommentUserReply, error)
- func (UnimplementedCommentServer) GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) GetLastCommentDraft(context.Context, *GetLastCommentDraftReq) (*GetLastCommentDraftReply, error)
- func (UnimplementedCommentServer) GetSubCommentList(context.Context, *GetSubCommentListReq) (*GetSubCommentListReply, error)
- func (UnimplementedCommentServer) GetSubCommentListStatistic(context.Context, *GetCommentListStatisticReq) (*GetCommentListStatisticReply, error)
- func (UnimplementedCommentServer) GetUserCommentAgree(context.Context, *GetUserCommentAgreeReq) (*GetUserCommentAgreeReply, error)
- func (UnimplementedCommentServer) GetUserCommentArticleRepliedList(context.Context, *GetUserCommentArticleRepliedListReq) (*GetUserCommentArticleRepliedListReply, error)
- func (UnimplementedCommentServer) GetUserCommentArticleReplyList(context.Context, *GetUserCommentArticleReplyListReq) (*GetUserCommentArticleReplyListReply, error)
- func (UnimplementedCommentServer) GetUserCommentRepliedList(context.Context, *GetUserCommentRepliedListReq) (*GetUserCommentRepliedListReply, error)
- func (UnimplementedCommentServer) GetUserCommentTalkRepliedList(context.Context, *GetUserCommentTalkRepliedListReq) (*GetUserCommentTalkRepliedListReply, error)
- func (UnimplementedCommentServer) GetUserCommentTalkReplyList(context.Context, *GetUserCommentTalkReplyListReq) (*GetUserCommentTalkReplyListReply, error)
- func (UnimplementedCommentServer) GetUserSubCommentArticleRepliedList(context.Context, *GetUserSubCommentArticleRepliedListReq) (*GetUserSubCommentArticleRepliedListReply, error)
- func (UnimplementedCommentServer) GetUserSubCommentArticleReplyList(context.Context, *GetUserSubCommentArticleReplyListReq) (*GetUserSubCommentArticleReplyListReply, error)
- func (UnimplementedCommentServer) GetUserSubCommentRepliedList(context.Context, *GetUserSubCommentRepliedListReq) (*GetUserSubCommentRepliedListReply, error)
- func (UnimplementedCommentServer) GetUserSubCommentTalkRepliedList(context.Context, *GetUserSubCommentTalkRepliedListReq) (*GetUserSubCommentTalkRepliedListReply, error)
- func (UnimplementedCommentServer) GetUserSubCommentTalkReplyList(context.Context, *GetUserSubCommentTalkReplyListReq) (*GetUserSubCommentTalkReplyListReply, error)
- func (UnimplementedCommentServer) RemoveComment(context.Context, *RemoveCommentReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) RemoveCommentDbAndCache(context.Context, *RemoveCommentDbAndCacheReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) RemoveSubComment(context.Context, *RemoveSubCommentReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) RemoveSubCommentDbAndCache(context.Context, *RemoveSubCommentDbAndCacheReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) SendComment(context.Context, *SendCommentReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) SendSubComment(context.Context, *SendSubCommentReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) SetCommentAgree(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) SetCommentAgreeDbAndCache(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) SetSubCommentAgree(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error)
- func (UnimplementedCommentServer) SetSubCommentAgreeDbAndCache(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error)
- type UnsafeCommentServer
Constants ¶
const OperationCommentGetHealth = "/comment.v1.Comment/GetHealth"
Variables ¶
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.
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)
var File_comment_service_v1_comment_error_proto protoreflect.FileDescriptor
var File_comment_service_v1_comment_proto protoreflect.FileDescriptor
Functions ¶
func ErrorCancelAgreeFailed ¶
func ErrorCreateDraftFailed ¶
func ErrorRecordNotFound ¶
func ErrorSetAgreeFailed ¶
func ErrorSetRecordFailed ¶
func ErrorUnknownError ¶
func IsCancelAgreeFailed ¶
func IsCreateCommentFailed ¶
func IsCreateDraftFailed ¶
func IsGetCommentDraftFailed ¶
func IsGetCommentListFailed ¶
func IsGetCommentUserFailed ¶
func IsRecordNotFound ¶
func IsRemoveCommentFailed ¶
func IsSetAgreeFailed ¶
func IsSetRecordFailed ¶
func IsUnknownError ¶
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 (x *AddCommentContentReviewDbAndCacheReq) GetComment() string
func (*AddCommentContentReviewDbAndCacheReq) GetCommentId ¶
func (x *AddCommentContentReviewDbAndCacheReq) GetCommentId() int32
func (*AddCommentContentReviewDbAndCacheReq) GetJobId ¶
func (x *AddCommentContentReviewDbAndCacheReq) GetJobId() string
func (*AddCommentContentReviewDbAndCacheReq) GetKind ¶
func (x *AddCommentContentReviewDbAndCacheReq) GetKind() string
func (*AddCommentContentReviewDbAndCacheReq) GetLabel ¶
func (x *AddCommentContentReviewDbAndCacheReq) GetLabel() string
func (*AddCommentContentReviewDbAndCacheReq) GetResult ¶
func (x *AddCommentContentReviewDbAndCacheReq) GetResult() int32
func (*AddCommentContentReviewDbAndCacheReq) GetSection ¶
func (x *AddCommentContentReviewDbAndCacheReq) GetSection() string
func (*AddCommentContentReviewDbAndCacheReq) GetUuid ¶
func (x *AddCommentContentReviewDbAndCacheReq) GetUuid() string
func (*AddCommentContentReviewDbAndCacheReq) ProtoMessage ¶
func (*AddCommentContentReviewDbAndCacheReq) ProtoMessage()
func (*AddCommentContentReviewDbAndCacheReq) ProtoReflect ¶
func (x *AddCommentContentReviewDbAndCacheReq) ProtoReflect() protoreflect.Message
func (*AddCommentContentReviewDbAndCacheReq) Reset ¶
func (x *AddCommentContentReviewDbAndCacheReq) Reset()
func (*AddCommentContentReviewDbAndCacheReq) String ¶
func (x *AddCommentContentReviewDbAndCacheReq) String() string
func (*AddCommentContentReviewDbAndCacheReq) Validate ¶
func (m *AddCommentContentReviewDbAndCacheReq) Validate() error
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 ¶
func (m *AddCommentContentReviewDbAndCacheReq) ValidateAll() error
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 ¶
func (m AddCommentContentReviewDbAndCacheReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AddCommentContentReviewDbAndCacheReqMultiError) Error ¶
func (m AddCommentContentReviewDbAndCacheReqMultiError) Error() string
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 ¶
func (e AddCommentContentReviewDbAndCacheReqValidationError) Cause() error
Cause function returns cause value.
func (AddCommentContentReviewDbAndCacheReqValidationError) Error ¶
func (e AddCommentContentReviewDbAndCacheReqValidationError) Error() string
Error satisfies the builtin error interface
func (AddCommentContentReviewDbAndCacheReqValidationError) ErrorName ¶
func (e AddCommentContentReviewDbAndCacheReqValidationError) ErrorName() string
ErrorName returns error name.
func (AddCommentContentReviewDbAndCacheReqValidationError) Field ¶
func (e AddCommentContentReviewDbAndCacheReqValidationError) Field() string
Field function returns field value.
func (AddCommentContentReviewDbAndCacheReqValidationError) Key ¶
func (e AddCommentContentReviewDbAndCacheReqValidationError) Key() bool
Key function returns key value.
func (AddCommentContentReviewDbAndCacheReqValidationError) Reason ¶
func (e AddCommentContentReviewDbAndCacheReqValidationError) Reason() string
Reason function returns reason value.
type CancelCommentAgreeReq ¶
type CancelCommentAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` 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 ¶
func (m CancelCommentAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelCommentAgreeReqValidationError ¶
type CancelCommentAgreeReqValidationError struct {
// contains filtered or unexported fields
}
CancelCommentAgreeReqValidationError is the validation error returned by CancelCommentAgreeReq.Validate if the designated constraints aren't met.
func (CancelCommentAgreeReqValidationError) Cause ¶
func (e CancelCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (CancelCommentAgreeReqValidationError) Error ¶
func (e CancelCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelCommentAgreeReqValidationError) ErrorName ¶
func (e CancelCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelCommentAgreeReqValidationError) Field ¶
func (e CancelCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (CancelCommentAgreeReqValidationError) Key ¶
func (e CancelCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (CancelCommentAgreeReqValidationError) Reason ¶
func (e CancelCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type CancelSubCommentAgreeReq ¶
type CancelSubCommentAgreeReq struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` 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 ¶
func (m CancelSubCommentAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelSubCommentAgreeReqValidationError ¶
type CancelSubCommentAgreeReqValidationError struct {
// contains filtered or unexported fields
}
CancelSubCommentAgreeReqValidationError is the validation error returned by CancelSubCommentAgreeReq.Validate if the designated constraints aren't met.
func (CancelSubCommentAgreeReqValidationError) Cause ¶
func (e CancelSubCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (CancelSubCommentAgreeReqValidationError) Error ¶
func (e CancelSubCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelSubCommentAgreeReqValidationError) ErrorName ¶
func (e CancelSubCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelSubCommentAgreeReqValidationError) Field ¶
func (e CancelSubCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (CancelSubCommentAgreeReqValidationError) Key ¶
func (e CancelSubCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (CancelSubCommentAgreeReqValidationError) Reason ¶
func (e CancelSubCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type 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 (x *CommentContentIrregularReq) ProtoReflect() protoreflect.Message
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 ¶
func (m CommentContentIrregularReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CommentContentIrregularReqMultiError) Error ¶
func (m CommentContentIrregularReqMultiError) Error() string
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 ¶
func (e CommentContentIrregularReqValidationError) Cause() error
Cause function returns cause value.
func (CommentContentIrregularReqValidationError) Error ¶
func (e CommentContentIrregularReqValidationError) Error() string
Error satisfies the builtin error interface
func (CommentContentIrregularReqValidationError) ErrorName ¶
func (e CommentContentIrregularReqValidationError) ErrorName() string
ErrorName returns error name.
func (CommentContentIrregularReqValidationError) Field ¶
func (e CommentContentIrregularReqValidationError) Field() string
Field function returns field value.
func (CommentContentIrregularReqValidationError) Key ¶
func (e CommentContentIrregularReqValidationError) Key() bool
Key function returns key value.
func (CommentContentIrregularReqValidationError) Reason ¶
func (e CommentContentIrregularReqValidationError) Reason() string
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) Descriptor() protoreflect.EnumDescriptor
func (CommentErrorReason) Enum ¶
func (x CommentErrorReason) Enum() *CommentErrorReason
func (CommentErrorReason) EnumDescriptor
deprecated
func (CommentErrorReason) EnumDescriptor() ([]byte, []int)
Deprecated: Use CommentErrorReason.Descriptor instead.
func (CommentErrorReason) Number ¶
func (x CommentErrorReason) Number() protoreflect.EnumNumber
func (CommentErrorReason) String ¶
func (x CommentErrorReason) String() string
func (CommentErrorReason) Type ¶
func (CommentErrorReason) Type() protoreflect.EnumType
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
}
type CommentHTTPServer ¶
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 (x *CreateCommentDbAndCacheReply) ProtoReflect() protoreflect.Message
func (*CreateCommentDbAndCacheReply) Reset ¶
func (x *CreateCommentDbAndCacheReply) Reset()
func (*CreateCommentDbAndCacheReply) String ¶
func (x *CreateCommentDbAndCacheReply) String() 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 ¶
func (m CreateCommentDbAndCacheReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateCommentDbAndCacheReplyMultiError) Error ¶
func (m CreateCommentDbAndCacheReplyMultiError) Error() string
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 ¶
func (e CreateCommentDbAndCacheReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateCommentDbAndCacheReplyValidationError) Error ¶
func (e CreateCommentDbAndCacheReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCommentDbAndCacheReplyValidationError) ErrorName ¶
func (e CreateCommentDbAndCacheReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCommentDbAndCacheReplyValidationError) Field ¶
func (e CreateCommentDbAndCacheReplyValidationError) Field() string
Field function returns field value.
func (CreateCommentDbAndCacheReplyValidationError) Key ¶
func (e CreateCommentDbAndCacheReplyValidationError) Key() bool
Key function returns key value.
func (CreateCommentDbAndCacheReplyValidationError) Reason ¶
func (e CreateCommentDbAndCacheReplyValidationError) Reason() string
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 (x *CreateCommentDbAndCacheReq) ProtoReflect() protoreflect.Message
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 ¶
func (m CreateCommentDbAndCacheReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateCommentDbAndCacheReqMultiError) Error ¶
func (m CreateCommentDbAndCacheReqMultiError) Error() string
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 ¶
func (e CreateCommentDbAndCacheReqValidationError) Cause() error
Cause function returns cause value.
func (CreateCommentDbAndCacheReqValidationError) Error ¶
func (e CreateCommentDbAndCacheReqValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCommentDbAndCacheReqValidationError) ErrorName ¶
func (e CreateCommentDbAndCacheReqValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCommentDbAndCacheReqValidationError) Field ¶
func (e CreateCommentDbAndCacheReqValidationError) Field() string
Field function returns field value.
func (CreateCommentDbAndCacheReqValidationError) Key ¶
func (e CreateCommentDbAndCacheReqValidationError) Key() bool
Key function returns key value.
func (CreateCommentDbAndCacheReqValidationError) Reason ¶
func (e CreateCommentDbAndCacheReqValidationError) Reason() string
Reason function returns reason value.
type CreateCommentDraftReply ¶
type CreateCommentDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CreateCommentDraftReply) Descriptor
deprecated
func (*CreateCommentDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateCommentDraftReply.ProtoReflect.Descriptor instead.
func (*CreateCommentDraftReply) GetId ¶
func (x *CreateCommentDraftReply) GetId() int32
func (*CreateCommentDraftReply) ProtoMessage ¶
func (*CreateCommentDraftReply) ProtoMessage()
func (*CreateCommentDraftReply) ProtoReflect ¶
func (x *CreateCommentDraftReply) ProtoReflect() protoreflect.Message
func (*CreateCommentDraftReply) Reset ¶
func (x *CreateCommentDraftReply) Reset()
func (*CreateCommentDraftReply) String ¶
func (x *CreateCommentDraftReply) String() string
func (*CreateCommentDraftReply) Validate ¶
func (m *CreateCommentDraftReply) Validate() error
Validate checks the field values on CreateCommentDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateCommentDraftReply) ValidateAll ¶
func (m *CreateCommentDraftReply) ValidateAll() error
ValidateAll checks the field values on CreateCommentDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommentDraftReplyMultiError, or nil if none found.
type CreateCommentDraftReplyMultiError ¶
type CreateCommentDraftReplyMultiError []error
CreateCommentDraftReplyMultiError is an error wrapping multiple validation errors returned by CreateCommentDraftReply.ValidateAll() if the designated constraints aren't met.
func (CreateCommentDraftReplyMultiError) AllErrors ¶
func (m CreateCommentDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateCommentDraftReplyMultiError) Error ¶
func (m CreateCommentDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateCommentDraftReplyValidationError ¶
type CreateCommentDraftReplyValidationError struct {
// contains filtered or unexported fields
}
CreateCommentDraftReplyValidationError is the validation error returned by CreateCommentDraftReply.Validate if the designated constraints aren't met.
func (CreateCommentDraftReplyValidationError) Cause ¶
func (e CreateCommentDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateCommentDraftReplyValidationError) Error ¶
func (e CreateCommentDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCommentDraftReplyValidationError) ErrorName ¶
func (e CreateCommentDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCommentDraftReplyValidationError) Field ¶
func (e CreateCommentDraftReplyValidationError) Field() string
Field function returns field value.
func (CreateCommentDraftReplyValidationError) Key ¶
func (e CreateCommentDraftReplyValidationError) Key() bool
Key function returns key value.
func (CreateCommentDraftReplyValidationError) Reason ¶
func (e CreateCommentDraftReplyValidationError) Reason() string
Reason function returns reason value.
type 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 ¶
func (m CreateCommentDraftReqMultiError) Error() string
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 ¶
func (e CreateCommentDraftReqValidationError) Cause() error
Cause function returns cause value.
func (CreateCommentDraftReqValidationError) Error ¶
func (e CreateCommentDraftReqValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCommentDraftReqValidationError) ErrorName ¶
func (e CreateCommentDraftReqValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCommentDraftReqValidationError) Field ¶
func (e CreateCommentDraftReqValidationError) Field() string
Field function returns field value.
func (CreateCommentDraftReqValidationError) Key ¶
func (e CreateCommentDraftReqValidationError) Key() bool
Key function returns key value.
func (CreateCommentDraftReqValidationError) Reason ¶
func (e CreateCommentDraftReqValidationError) Reason() string
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 ¶
func (m CreateCommentReqMultiError) Error() string
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 ¶
func (e CreateCommentReqValidationError) Cause() error
Cause function returns cause value.
func (CreateCommentReqValidationError) Error ¶
func (e CreateCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCommentReqValidationError) ErrorName ¶
func (e CreateCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCommentReqValidationError) Field ¶
func (e CreateCommentReqValidationError) Field() string
Field function returns field value.
func (CreateCommentReqValidationError) Key ¶
func (e CreateCommentReqValidationError) Key() bool
Key function returns key value.
func (CreateCommentReqValidationError) Reason ¶
func (e CreateCommentReqValidationError) Reason() string
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 (x *CreateSubCommentDbAndCacheReply) GetRoot() string
func (*CreateSubCommentDbAndCacheReply) ProtoMessage ¶
func (*CreateSubCommentDbAndCacheReply) ProtoMessage()
func (*CreateSubCommentDbAndCacheReply) ProtoReflect ¶
func (x *CreateSubCommentDbAndCacheReply) ProtoReflect() protoreflect.Message
func (*CreateSubCommentDbAndCacheReply) Reset ¶
func (x *CreateSubCommentDbAndCacheReply) Reset()
func (*CreateSubCommentDbAndCacheReply) String ¶
func (x *CreateSubCommentDbAndCacheReply) String() 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 ¶
func (m CreateSubCommentDbAndCacheReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateSubCommentDbAndCacheReplyMultiError) Error ¶
func (m CreateSubCommentDbAndCacheReplyMultiError) Error() string
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 ¶
func (e CreateSubCommentDbAndCacheReplyValidationError) Cause() error
Cause function returns cause value.
func (CreateSubCommentDbAndCacheReplyValidationError) Error ¶
func (e CreateSubCommentDbAndCacheReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CreateSubCommentDbAndCacheReplyValidationError) ErrorName ¶
func (e CreateSubCommentDbAndCacheReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CreateSubCommentDbAndCacheReplyValidationError) Field ¶
func (e CreateSubCommentDbAndCacheReplyValidationError) Field() string
Field function returns field value.
func (CreateSubCommentDbAndCacheReplyValidationError) Key ¶
func (e CreateSubCommentDbAndCacheReplyValidationError) Key() bool
Key function returns key value.
func (CreateSubCommentDbAndCacheReplyValidationError) Reason ¶
func (e CreateSubCommentDbAndCacheReplyValidationError) Reason() string
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 (x *CreateSubCommentDbAndCacheReq) GetId() int32
func (*CreateSubCommentDbAndCacheReq) GetParentId ¶
func (x *CreateSubCommentDbAndCacheReq) GetParentId() int32
func (*CreateSubCommentDbAndCacheReq) GetRootId ¶
func (x *CreateSubCommentDbAndCacheReq) GetRootId() int32
func (*CreateSubCommentDbAndCacheReq) GetUuid ¶
func (x *CreateSubCommentDbAndCacheReq) GetUuid() string
func (*CreateSubCommentDbAndCacheReq) ProtoMessage ¶
func (*CreateSubCommentDbAndCacheReq) ProtoMessage()
func (*CreateSubCommentDbAndCacheReq) ProtoReflect ¶
func (x *CreateSubCommentDbAndCacheReq) ProtoReflect() protoreflect.Message
func (*CreateSubCommentDbAndCacheReq) Reset ¶
func (x *CreateSubCommentDbAndCacheReq) Reset()
func (*CreateSubCommentDbAndCacheReq) String ¶
func (x *CreateSubCommentDbAndCacheReq) String() 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 ¶
func (m CreateSubCommentDbAndCacheReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateSubCommentDbAndCacheReqMultiError) Error ¶
func (m CreateSubCommentDbAndCacheReqMultiError) Error() string
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 ¶
func (e CreateSubCommentDbAndCacheReqValidationError) Cause() error
Cause function returns cause value.
func (CreateSubCommentDbAndCacheReqValidationError) Error ¶
func (e CreateSubCommentDbAndCacheReqValidationError) Error() string
Error satisfies the builtin error interface
func (CreateSubCommentDbAndCacheReqValidationError) ErrorName ¶
func (e CreateSubCommentDbAndCacheReqValidationError) ErrorName() string
ErrorName returns error name.
func (CreateSubCommentDbAndCacheReqValidationError) Field ¶
func (e CreateSubCommentDbAndCacheReqValidationError) Field() string
Field function returns field value.
func (CreateSubCommentDbAndCacheReqValidationError) Key ¶
func (e CreateSubCommentDbAndCacheReqValidationError) Key() bool
Key function returns key value.
func (CreateSubCommentDbAndCacheReqValidationError) Reason ¶
func (e CreateSubCommentDbAndCacheReqValidationError) Reason() string
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 ¶
func (m CreateSubCommentReqMultiError) Error() string
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 ¶
func (e CreateSubCommentReqValidationError) Cause() error
Cause function returns cause value.
func (CreateSubCommentReqValidationError) Error ¶
func (e CreateSubCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (CreateSubCommentReqValidationError) ErrorName ¶
func (e CreateSubCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (CreateSubCommentReqValidationError) Field ¶
func (e CreateSubCommentReqValidationError) Field() string
Field function returns field value.
func (CreateSubCommentReqValidationError) Key ¶
func (e CreateSubCommentReqValidationError) Key() bool
Key function returns key value.
func (CreateSubCommentReqValidationError) Reason ¶
func (e CreateSubCommentReqValidationError) Reason() string
Reason function returns reason value.
type GetCommentContentReviewReply ¶
type GetCommentContentReviewReply struct { Review []*GetCommentContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"` // contains filtered or unexported fields }
func (*GetCommentContentReviewReply) Descriptor
deprecated
func (*GetCommentContentReviewReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentContentReviewReply.ProtoReflect.Descriptor instead.
func (*GetCommentContentReviewReply) GetReview ¶
func (x *GetCommentContentReviewReply) GetReview() []*GetCommentContentReviewReply_Review
func (*GetCommentContentReviewReply) ProtoMessage ¶
func (*GetCommentContentReviewReply) ProtoMessage()
func (*GetCommentContentReviewReply) ProtoReflect ¶
func (x *GetCommentContentReviewReply) ProtoReflect() protoreflect.Message
func (*GetCommentContentReviewReply) Reset ¶
func (x *GetCommentContentReviewReply) Reset()
func (*GetCommentContentReviewReply) String ¶
func (x *GetCommentContentReviewReply) String() string
func (*GetCommentContentReviewReply) Validate ¶
func (m *GetCommentContentReviewReply) Validate() error
Validate checks the field values on GetCommentContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentContentReviewReply) ValidateAll ¶
func (m *GetCommentContentReviewReply) ValidateAll() error
ValidateAll checks the field values on GetCommentContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentContentReviewReplyMultiError, or nil if none found.
type GetCommentContentReviewReplyMultiError ¶
type GetCommentContentReviewReplyMultiError []error
GetCommentContentReviewReplyMultiError is an error wrapping multiple validation errors returned by GetCommentContentReviewReply.ValidateAll() if the designated constraints aren't met.
func (GetCommentContentReviewReplyMultiError) AllErrors ¶
func (m GetCommentContentReviewReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentContentReviewReplyMultiError) Error ¶
func (m GetCommentContentReviewReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentContentReviewReplyValidationError ¶
type GetCommentContentReviewReplyValidationError struct {
// contains filtered or unexported fields
}
GetCommentContentReviewReplyValidationError is the validation error returned by GetCommentContentReviewReply.Validate if the designated constraints aren't met.
func (GetCommentContentReviewReplyValidationError) Cause ¶
func (e GetCommentContentReviewReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCommentContentReviewReplyValidationError) Error ¶
func (e GetCommentContentReviewReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentContentReviewReplyValidationError) ErrorName ¶
func (e GetCommentContentReviewReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentContentReviewReplyValidationError) Field ¶
func (e GetCommentContentReviewReplyValidationError) Field() string
Field function returns field value.
func (GetCommentContentReviewReplyValidationError) Key ¶
func (e GetCommentContentReviewReplyValidationError) Key() bool
Key function returns key value.
func (GetCommentContentReviewReplyValidationError) Reason ¶
func (e GetCommentContentReviewReplyValidationError) Reason() string
Reason function returns reason value.
type GetCommentContentReviewReply_Review ¶
type GetCommentContentReviewReply_Review struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CommentId int32 `protobuf:"varint,2,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"` Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"` Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` Uuid string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"` CreateAt string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"` JobId string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` Label string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"` Result int32 `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"` Section string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"` // contains filtered or unexported fields }
func (*GetCommentContentReviewReply_Review) Descriptor
deprecated
func (*GetCommentContentReviewReply_Review) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentContentReviewReply_Review.ProtoReflect.Descriptor instead.
func (*GetCommentContentReviewReply_Review) GetComment ¶
func (x *GetCommentContentReviewReply_Review) GetComment() string
func (*GetCommentContentReviewReply_Review) GetCommentId ¶
func (x *GetCommentContentReviewReply_Review) GetCommentId() int32
func (*GetCommentContentReviewReply_Review) GetCreateAt ¶
func (x *GetCommentContentReviewReply_Review) GetCreateAt() string
func (*GetCommentContentReviewReply_Review) GetId ¶
func (x *GetCommentContentReviewReply_Review) GetId() int32
func (*GetCommentContentReviewReply_Review) GetJobId ¶
func (x *GetCommentContentReviewReply_Review) GetJobId() string
func (*GetCommentContentReviewReply_Review) GetKind ¶
func (x *GetCommentContentReviewReply_Review) GetKind() string
func (*GetCommentContentReviewReply_Review) GetLabel ¶
func (x *GetCommentContentReviewReply_Review) GetLabel() string
func (*GetCommentContentReviewReply_Review) GetResult ¶
func (x *GetCommentContentReviewReply_Review) GetResult() int32
func (*GetCommentContentReviewReply_Review) GetSection ¶
func (x *GetCommentContentReviewReply_Review) GetSection() string
func (*GetCommentContentReviewReply_Review) GetUuid ¶
func (x *GetCommentContentReviewReply_Review) GetUuid() string
func (*GetCommentContentReviewReply_Review) ProtoMessage ¶
func (*GetCommentContentReviewReply_Review) ProtoMessage()
func (*GetCommentContentReviewReply_Review) ProtoReflect ¶
func (x *GetCommentContentReviewReply_Review) ProtoReflect() protoreflect.Message
func (*GetCommentContentReviewReply_Review) Reset ¶
func (x *GetCommentContentReviewReply_Review) Reset()
func (*GetCommentContentReviewReply_Review) String ¶
func (x *GetCommentContentReviewReply_Review) String() string
func (*GetCommentContentReviewReply_Review) Validate ¶
func (m *GetCommentContentReviewReply_Review) Validate() error
Validate checks the field values on GetCommentContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentContentReviewReply_Review) ValidateAll ¶
func (m *GetCommentContentReviewReply_Review) ValidateAll() error
ValidateAll checks the field values on GetCommentContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentContentReviewReply_ReviewMultiError, or nil if none found.
type GetCommentContentReviewReply_ReviewMultiError ¶
type GetCommentContentReviewReply_ReviewMultiError []error
GetCommentContentReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetCommentContentReviewReply_Review.ValidateAll() if the designated constraints aren't met.
func (GetCommentContentReviewReply_ReviewMultiError) AllErrors ¶
func (m GetCommentContentReviewReply_ReviewMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentContentReviewReply_ReviewMultiError) Error ¶
func (m GetCommentContentReviewReply_ReviewMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentContentReviewReply_ReviewValidationError ¶
type GetCommentContentReviewReply_ReviewValidationError struct {
// contains filtered or unexported fields
}
GetCommentContentReviewReply_ReviewValidationError is the validation error returned by GetCommentContentReviewReply_Review.Validate if the designated constraints aren't met.
func (GetCommentContentReviewReply_ReviewValidationError) Cause ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Cause() error
Cause function returns cause value.
func (GetCommentContentReviewReply_ReviewValidationError) Error ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentContentReviewReply_ReviewValidationError) ErrorName ¶
func (e GetCommentContentReviewReply_ReviewValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentContentReviewReply_ReviewValidationError) Field ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Field() string
Field function returns field value.
func (GetCommentContentReviewReply_ReviewValidationError) Key ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Key() bool
Key function returns key value.
func (GetCommentContentReviewReply_ReviewValidationError) Reason ¶
func (e GetCommentContentReviewReply_ReviewValidationError) Reason() string
Reason function returns reason value.
type GetCommentContentReviewReq ¶
type GetCommentContentReviewReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetCommentContentReviewReq) ProtoReflect() protoreflect.Message
func (*GetCommentContentReviewReq) Reset ¶
func (x *GetCommentContentReviewReq) Reset()
func (*GetCommentContentReviewReq) String ¶
func (x *GetCommentContentReviewReq) String() string
func (*GetCommentContentReviewReq) Validate ¶
func (m *GetCommentContentReviewReq) Validate() error
Validate checks the field values on GetCommentContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentContentReviewReq) ValidateAll ¶
func (m *GetCommentContentReviewReq) ValidateAll() error
ValidateAll checks the field values on GetCommentContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentContentReviewReqMultiError, or nil if none found.
type GetCommentContentReviewReqMultiError ¶
type GetCommentContentReviewReqMultiError []error
GetCommentContentReviewReqMultiError is an error wrapping multiple validation errors returned by GetCommentContentReviewReq.ValidateAll() if the designated constraints aren't met.
func (GetCommentContentReviewReqMultiError) AllErrors ¶
func (m GetCommentContentReviewReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentContentReviewReqMultiError) Error ¶
func (m GetCommentContentReviewReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentContentReviewReqValidationError ¶
type GetCommentContentReviewReqValidationError struct {
// contains filtered or unexported fields
}
GetCommentContentReviewReqValidationError is the validation error returned by GetCommentContentReviewReq.Validate if the designated constraints aren't met.
func (GetCommentContentReviewReqValidationError) Cause ¶
func (e GetCommentContentReviewReqValidationError) Cause() error
Cause function returns cause value.
func (GetCommentContentReviewReqValidationError) Error ¶
func (e GetCommentContentReviewReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentContentReviewReqValidationError) ErrorName ¶
func (e GetCommentContentReviewReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentContentReviewReqValidationError) Field ¶
func (e GetCommentContentReviewReqValidationError) Field() string
Field function returns field value.
func (GetCommentContentReviewReqValidationError) Key ¶
func (e GetCommentContentReviewReqValidationError) Key() bool
Key function returns key value.
func (GetCommentContentReviewReqValidationError) Reason ¶
func (e GetCommentContentReviewReqValidationError) Reason() string
Reason function returns reason value.
type GetCommentListReply ¶
type GetCommentListReply struct { Comment []*GetCommentListReply_Comment `protobuf:"bytes,1,rep,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetCommentListReply) Descriptor
deprecated
func (*GetCommentListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentListReply.ProtoReflect.Descriptor instead.
func (*GetCommentListReply) GetComment ¶
func (x *GetCommentListReply) GetComment() []*GetCommentListReply_Comment
func (*GetCommentListReply) ProtoMessage ¶
func (*GetCommentListReply) ProtoMessage()
func (*GetCommentListReply) ProtoReflect ¶
func (x *GetCommentListReply) ProtoReflect() protoreflect.Message
func (*GetCommentListReply) Reset ¶
func (x *GetCommentListReply) Reset()
func (*GetCommentListReply) String ¶
func (x *GetCommentListReply) String() string
func (*GetCommentListReply) Validate ¶
func (m *GetCommentListReply) Validate() error
Validate checks the field values on GetCommentListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentListReply) ValidateAll ¶
func (m *GetCommentListReply) ValidateAll() error
ValidateAll checks the field values on GetCommentListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentListReplyMultiError, or nil if none found.
type GetCommentListReplyMultiError ¶
type GetCommentListReplyMultiError []error
GetCommentListReplyMultiError is an error wrapping multiple validation errors returned by GetCommentListReply.ValidateAll() if the designated constraints aren't met.
func (GetCommentListReplyMultiError) AllErrors ¶
func (m GetCommentListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListReplyMultiError) Error ¶
func (m GetCommentListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentListReplyValidationError ¶
type GetCommentListReplyValidationError struct {
// contains filtered or unexported fields
}
GetCommentListReplyValidationError is the validation error returned by GetCommentListReply.Validate if the designated constraints aren't met.
func (GetCommentListReplyValidationError) Cause ¶
func (e GetCommentListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListReplyValidationError) Error ¶
func (e GetCommentListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListReplyValidationError) ErrorName ¶
func (e GetCommentListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListReplyValidationError) Field ¶
func (e GetCommentListReplyValidationError) Field() string
Field function returns field value.
func (GetCommentListReplyValidationError) Key ¶
func (e GetCommentListReplyValidationError) Key() bool
Key function returns key value.
func (GetCommentListReplyValidationError) Reason ¶
func (e GetCommentListReplyValidationError) Reason() string
Reason function returns reason value.
type GetCommentListReply_Comment ¶
type GetCommentListReply_Comment struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` // 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 (x *GetCommentListReply_Comment) GetId() int32
func (*GetCommentListReply_Comment) GetUuid ¶
func (x *GetCommentListReply_Comment) GetUuid() string
func (*GetCommentListReply_Comment) ProtoMessage ¶
func (*GetCommentListReply_Comment) ProtoMessage()
func (*GetCommentListReply_Comment) ProtoReflect ¶
func (x *GetCommentListReply_Comment) ProtoReflect() protoreflect.Message
func (*GetCommentListReply_Comment) Reset ¶
func (x *GetCommentListReply_Comment) Reset()
func (*GetCommentListReply_Comment) String ¶
func (x *GetCommentListReply_Comment) String() string
func (*GetCommentListReply_Comment) Validate ¶
func (m *GetCommentListReply_Comment) Validate() error
Validate checks the field values on GetCommentListReply_Comment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentListReply_Comment) ValidateAll ¶
func (m *GetCommentListReply_Comment) ValidateAll() error
ValidateAll checks the field values on GetCommentListReply_Comment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentListReply_CommentMultiError, or nil if none found.
type GetCommentListReply_CommentMultiError ¶
type GetCommentListReply_CommentMultiError []error
GetCommentListReply_CommentMultiError is an error wrapping multiple validation errors returned by GetCommentListReply_Comment.ValidateAll() if the designated constraints aren't met.
func (GetCommentListReply_CommentMultiError) AllErrors ¶
func (m GetCommentListReply_CommentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListReply_CommentMultiError) Error ¶
func (m GetCommentListReply_CommentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentListReply_CommentValidationError ¶
type GetCommentListReply_CommentValidationError struct {
// contains filtered or unexported fields
}
GetCommentListReply_CommentValidationError is the validation error returned by GetCommentListReply_Comment.Validate if the designated constraints aren't met.
func (GetCommentListReply_CommentValidationError) Cause ¶
func (e GetCommentListReply_CommentValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListReply_CommentValidationError) Error ¶
func (e GetCommentListReply_CommentValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListReply_CommentValidationError) ErrorName ¶
func (e GetCommentListReply_CommentValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListReply_CommentValidationError) Field ¶
func (e GetCommentListReply_CommentValidationError) Field() string
Field function returns field value.
func (GetCommentListReply_CommentValidationError) Key ¶
func (e GetCommentListReply_CommentValidationError) Key() bool
Key function returns key value.
func (GetCommentListReply_CommentValidationError) Reason ¶
func (e GetCommentListReply_CommentValidationError) Reason() string
Reason function returns reason value.
type GetCommentListReq ¶
type GetCommentListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creationId,proto3" json:"creationId,omitempty"` CreationType int32 `protobuf:"varint,3,opt,name=creationType,proto3" json:"creationType,omitempty"` // contains filtered or unexported fields }
func (*GetCommentListReq) Descriptor
deprecated
func (*GetCommentListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentListReq.ProtoReflect.Descriptor instead.
func (*GetCommentListReq) GetCreationId ¶
func (x *GetCommentListReq) GetCreationId() int32
func (*GetCommentListReq) GetCreationType ¶
func (x *GetCommentListReq) GetCreationType() int32
func (*GetCommentListReq) GetPage ¶
func (x *GetCommentListReq) GetPage() int32
func (*GetCommentListReq) ProtoMessage ¶
func (*GetCommentListReq) ProtoMessage()
func (*GetCommentListReq) ProtoReflect ¶
func (x *GetCommentListReq) ProtoReflect() protoreflect.Message
func (*GetCommentListReq) Reset ¶
func (x *GetCommentListReq) Reset()
func (*GetCommentListReq) String ¶
func (x *GetCommentListReq) String() string
func (*GetCommentListReq) Validate ¶
func (m *GetCommentListReq) Validate() error
Validate checks the field values on GetCommentListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentListReq) ValidateAll ¶
func (m *GetCommentListReq) ValidateAll() error
ValidateAll checks the field values on GetCommentListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentListReqMultiError, or nil if none found.
type GetCommentListReqMultiError ¶
type GetCommentListReqMultiError []error
GetCommentListReqMultiError is an error wrapping multiple validation errors returned by GetCommentListReq.ValidateAll() if the designated constraints aren't met.
func (GetCommentListReqMultiError) AllErrors ¶
func (m GetCommentListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListReqMultiError) Error ¶
func (m GetCommentListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentListReqValidationError ¶
type GetCommentListReqValidationError struct {
// contains filtered or unexported fields
}
GetCommentListReqValidationError is the validation error returned by GetCommentListReq.Validate if the designated constraints aren't met.
func (GetCommentListReqValidationError) Cause ¶
func (e GetCommentListReqValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListReqValidationError) Error ¶
func (e GetCommentListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListReqValidationError) ErrorName ¶
func (e GetCommentListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListReqValidationError) Field ¶
func (e GetCommentListReqValidationError) Field() string
Field function returns field value.
func (GetCommentListReqValidationError) Key ¶
func (e GetCommentListReqValidationError) Key() bool
Key function returns key value.
func (GetCommentListReqValidationError) Reason ¶
func (e GetCommentListReqValidationError) Reason() string
Reason function returns reason value.
type 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 (x *GetCommentListStatisticReply) GetCount() []*GetCommentListStatisticReply_Count
func (*GetCommentListStatisticReply) ProtoMessage ¶
func (*GetCommentListStatisticReply) ProtoMessage()
func (*GetCommentListStatisticReply) ProtoReflect ¶
func (x *GetCommentListStatisticReply) ProtoReflect() protoreflect.Message
func (*GetCommentListStatisticReply) Reset ¶
func (x *GetCommentListStatisticReply) Reset()
func (*GetCommentListStatisticReply) String ¶
func (x *GetCommentListStatisticReply) String() 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 ¶
func (m GetCommentListStatisticReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListStatisticReplyMultiError) Error ¶
func (m GetCommentListStatisticReplyMultiError) Error() string
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 ¶
func (e GetCommentListStatisticReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListStatisticReplyValidationError) Error ¶
func (e GetCommentListStatisticReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListStatisticReplyValidationError) ErrorName ¶
func (e GetCommentListStatisticReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListStatisticReplyValidationError) Field ¶
func (e GetCommentListStatisticReplyValidationError) Field() string
Field function returns field value.
func (GetCommentListStatisticReplyValidationError) Key ¶
func (e GetCommentListStatisticReplyValidationError) Key() bool
Key function returns key value.
func (GetCommentListStatisticReplyValidationError) Reason ¶
func (e GetCommentListStatisticReplyValidationError) Reason() string
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 (x *GetCommentListStatisticReply_Count) GetAgree() int32
func (*GetCommentListStatisticReply_Count) GetComment ¶
func (x *GetCommentListStatisticReply_Count) GetComment() int32
func (*GetCommentListStatisticReply_Count) GetId ¶
func (x *GetCommentListStatisticReply_Count) GetId() int32
func (*GetCommentListStatisticReply_Count) ProtoMessage ¶
func (*GetCommentListStatisticReply_Count) ProtoMessage()
func (*GetCommentListStatisticReply_Count) ProtoReflect ¶
func (x *GetCommentListStatisticReply_Count) ProtoReflect() protoreflect.Message
func (*GetCommentListStatisticReply_Count) Reset ¶
func (x *GetCommentListStatisticReply_Count) Reset()
func (*GetCommentListStatisticReply_Count) String ¶
func (x *GetCommentListStatisticReply_Count) String() string
func (*GetCommentListStatisticReply_Count) Validate ¶
func (m *GetCommentListStatisticReply_Count) Validate() error
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 ¶
func (m GetCommentListStatisticReply_CountMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListStatisticReply_CountMultiError) Error ¶
func (m GetCommentListStatisticReply_CountMultiError) Error() string
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 ¶
func (e GetCommentListStatisticReply_CountValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListStatisticReply_CountValidationError) Error ¶
func (e GetCommentListStatisticReply_CountValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListStatisticReply_CountValidationError) ErrorName ¶
func (e GetCommentListStatisticReply_CountValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListStatisticReply_CountValidationError) Field ¶
func (e GetCommentListStatisticReply_CountValidationError) Field() string
Field function returns field value.
func (GetCommentListStatisticReply_CountValidationError) Key ¶
func (e GetCommentListStatisticReply_CountValidationError) Key() bool
Key function returns key value.
func (GetCommentListStatisticReply_CountValidationError) Reason ¶
func (e GetCommentListStatisticReply_CountValidationError) Reason() string
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 (x *GetCommentListStatisticReq) ProtoReflect() protoreflect.Message
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 ¶
func (m GetCommentListStatisticReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentListStatisticReqMultiError) Error ¶
func (m GetCommentListStatisticReqMultiError) Error() string
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 ¶
func (e GetCommentListStatisticReqValidationError) Cause() error
Cause function returns cause value.
func (GetCommentListStatisticReqValidationError) Error ¶
func (e GetCommentListStatisticReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentListStatisticReqValidationError) ErrorName ¶
func (e GetCommentListStatisticReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentListStatisticReqValidationError) Field ¶
func (e GetCommentListStatisticReqValidationError) Field() string
Field function returns field value.
func (GetCommentListStatisticReqValidationError) Key ¶
func (e GetCommentListStatisticReqValidationError) Key() bool
Key function returns key value.
func (GetCommentListStatisticReqValidationError) Reason ¶
func (e GetCommentListStatisticReqValidationError) Reason() string
Reason function returns reason value.
type GetCommentUserReply ¶
type GetCommentUserReply struct { Comment int32 `protobuf:"varint,1,opt,name=comment,proto3" json:"comment,omitempty"` ArticleReply int32 `protobuf:"varint,2,opt,name=article_reply,json=articleReply,proto3" json:"article_reply,omitempty"` ArticleReplySub int32 `protobuf:"varint,3,opt,name=article_reply_sub,json=articleReplySub,proto3" json:"article_reply_sub,omitempty"` TalkReply int32 `protobuf:"varint,4,opt,name=talk_reply,json=talkReply,proto3" json:"talk_reply,omitempty"` TalkReplySub int32 `protobuf:"varint,5,opt,name=talk_reply_sub,json=talkReplySub,proto3" json:"talk_reply_sub,omitempty"` ArticleReplied int32 `protobuf:"varint,6,opt,name=article_replied,json=articleReplied,proto3" json:"article_replied,omitempty"` ArticleRepliedSub int32 `protobuf:"varint,7,opt,name=article_replied_sub,json=articleRepliedSub,proto3" json:"article_replied_sub,omitempty"` TalkReplied int32 `protobuf:"varint,8,opt,name=talk_replied,json=talkReplied,proto3" json:"talk_replied,omitempty"` TalkRepliedSub int32 `protobuf:"varint,9,opt,name=talk_replied_sub,json=talkRepliedSub,proto3" json:"talk_replied_sub,omitempty"` // contains filtered or unexported fields }
func (*GetCommentUserReply) Descriptor
deprecated
func (*GetCommentUserReply) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentUserReply.ProtoReflect.Descriptor instead.
func (*GetCommentUserReply) GetArticleReplied ¶
func (x *GetCommentUserReply) GetArticleReplied() int32
func (*GetCommentUserReply) GetArticleRepliedSub ¶
func (x *GetCommentUserReply) GetArticleRepliedSub() int32
func (*GetCommentUserReply) GetArticleReply ¶
func (x *GetCommentUserReply) GetArticleReply() int32
func (*GetCommentUserReply) GetArticleReplySub ¶
func (x *GetCommentUserReply) GetArticleReplySub() int32
func (*GetCommentUserReply) GetComment ¶
func (x *GetCommentUserReply) GetComment() int32
func (*GetCommentUserReply) GetTalkReplied ¶
func (x *GetCommentUserReply) GetTalkReplied() int32
func (*GetCommentUserReply) GetTalkRepliedSub ¶
func (x *GetCommentUserReply) GetTalkRepliedSub() int32
func (*GetCommentUserReply) GetTalkReply ¶
func (x *GetCommentUserReply) GetTalkReply() int32
func (*GetCommentUserReply) GetTalkReplySub ¶
func (x *GetCommentUserReply) GetTalkReplySub() int32
func (*GetCommentUserReply) ProtoMessage ¶
func (*GetCommentUserReply) ProtoMessage()
func (*GetCommentUserReply) ProtoReflect ¶
func (x *GetCommentUserReply) ProtoReflect() protoreflect.Message
func (*GetCommentUserReply) Reset ¶
func (x *GetCommentUserReply) Reset()
func (*GetCommentUserReply) String ¶
func (x *GetCommentUserReply) String() string
func (*GetCommentUserReply) Validate ¶
func (m *GetCommentUserReply) Validate() error
Validate checks the field values on GetCommentUserReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetCommentUserReply) ValidateAll ¶
func (m *GetCommentUserReply) ValidateAll() error
ValidateAll checks the field values on GetCommentUserReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCommentUserReplyMultiError, or nil if none found.
type GetCommentUserReplyMultiError ¶
type GetCommentUserReplyMultiError []error
GetCommentUserReplyMultiError is an error wrapping multiple validation errors returned by GetCommentUserReply.ValidateAll() if the designated constraints aren't met.
func (GetCommentUserReplyMultiError) AllErrors ¶
func (m GetCommentUserReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCommentUserReplyMultiError) Error ¶
func (m GetCommentUserReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCommentUserReplyValidationError ¶
type GetCommentUserReplyValidationError struct {
// contains filtered or unexported fields
}
GetCommentUserReplyValidationError is the validation error returned by GetCommentUserReply.Validate if the designated constraints aren't met.
func (GetCommentUserReplyValidationError) Cause ¶
func (e GetCommentUserReplyValidationError) Cause() error
Cause function returns cause value.
func (GetCommentUserReplyValidationError) Error ¶
func (e GetCommentUserReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentUserReplyValidationError) ErrorName ¶
func (e GetCommentUserReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentUserReplyValidationError) Field ¶
func (e GetCommentUserReplyValidationError) Field() string
Field function returns field value.
func (GetCommentUserReplyValidationError) Key ¶
func (e GetCommentUserReplyValidationError) Key() bool
Key function returns key value.
func (GetCommentUserReplyValidationError) Reason ¶
func (e GetCommentUserReplyValidationError) Reason() string
Reason function returns reason value.
type 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 ¶
func (m GetCommentUserReqMultiError) Error() string
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 ¶
func (e GetCommentUserReqValidationError) Cause() error
Cause function returns cause value.
func (GetCommentUserReqValidationError) Error ¶
func (e GetCommentUserReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetCommentUserReqValidationError) ErrorName ¶
func (e GetCommentUserReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetCommentUserReqValidationError) Field ¶
func (e GetCommentUserReqValidationError) Field() string
Field function returns field value.
func (GetCommentUserReqValidationError) Key ¶
func (e GetCommentUserReqValidationError) Key() bool
Key function returns key value.
func (GetCommentUserReqValidationError) Reason ¶
func (e GetCommentUserReqValidationError) Reason() string
Reason function returns reason value.
type GetLastCommentDraftReply ¶
type GetLastCommentDraftReply struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*GetLastCommentDraftReply) Descriptor
deprecated
func (*GetLastCommentDraftReply) Descriptor() ([]byte, []int)
Deprecated: Use GetLastCommentDraftReply.ProtoReflect.Descriptor instead.
func (*GetLastCommentDraftReply) GetId ¶
func (x *GetLastCommentDraftReply) GetId() int32
func (*GetLastCommentDraftReply) GetStatus ¶
func (x *GetLastCommentDraftReply) GetStatus() int32
func (*GetLastCommentDraftReply) ProtoMessage ¶
func (*GetLastCommentDraftReply) ProtoMessage()
func (*GetLastCommentDraftReply) ProtoReflect ¶
func (x *GetLastCommentDraftReply) ProtoReflect() protoreflect.Message
func (*GetLastCommentDraftReply) Reset ¶
func (x *GetLastCommentDraftReply) Reset()
func (*GetLastCommentDraftReply) String ¶
func (x *GetLastCommentDraftReply) String() string
func (*GetLastCommentDraftReply) Validate ¶
func (m *GetLastCommentDraftReply) Validate() error
Validate checks the field values on GetLastCommentDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLastCommentDraftReply) ValidateAll ¶
func (m *GetLastCommentDraftReply) ValidateAll() error
ValidateAll checks the field values on GetLastCommentDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastCommentDraftReplyMultiError, or nil if none found.
type GetLastCommentDraftReplyMultiError ¶
type GetLastCommentDraftReplyMultiError []error
GetLastCommentDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastCommentDraftReply.ValidateAll() if the designated constraints aren't met.
func (GetLastCommentDraftReplyMultiError) AllErrors ¶
func (m GetLastCommentDraftReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLastCommentDraftReplyMultiError) Error ¶
func (m GetLastCommentDraftReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLastCommentDraftReplyValidationError ¶
type GetLastCommentDraftReplyValidationError struct {
// contains filtered or unexported fields
}
GetLastCommentDraftReplyValidationError is the validation error returned by GetLastCommentDraftReply.Validate if the designated constraints aren't met.
func (GetLastCommentDraftReplyValidationError) Cause ¶
func (e GetLastCommentDraftReplyValidationError) Cause() error
Cause function returns cause value.
func (GetLastCommentDraftReplyValidationError) Error ¶
func (e GetLastCommentDraftReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetLastCommentDraftReplyValidationError) ErrorName ¶
func (e GetLastCommentDraftReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetLastCommentDraftReplyValidationError) Field ¶
func (e GetLastCommentDraftReplyValidationError) Field() string
Field function returns field value.
func (GetLastCommentDraftReplyValidationError) Key ¶
func (e GetLastCommentDraftReplyValidationError) Key() bool
Key function returns key value.
func (GetLastCommentDraftReplyValidationError) Reason ¶
func (e GetLastCommentDraftReplyValidationError) Reason() string
Reason function returns reason value.
type 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 ¶
func (m GetLastCommentDraftReqMultiError) Error() string
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 ¶
func (e GetLastCommentDraftReqValidationError) Cause() error
Cause function returns cause value.
func (GetLastCommentDraftReqValidationError) Error ¶
func (e GetLastCommentDraftReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetLastCommentDraftReqValidationError) ErrorName ¶
func (e GetLastCommentDraftReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetLastCommentDraftReqValidationError) Field ¶
func (e GetLastCommentDraftReqValidationError) Field() string
Field function returns field value.
func (GetLastCommentDraftReqValidationError) Key ¶
func (e GetLastCommentDraftReqValidationError) Key() bool
Key function returns key value.
func (GetLastCommentDraftReqValidationError) Reason ¶
func (e GetLastCommentDraftReqValidationError) Reason() string
Reason function returns reason value.
type GetSubCommentListReply ¶
type GetSubCommentListReply struct { Comment []*GetSubCommentListReply_Comment `protobuf:"bytes,1,rep,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*GetSubCommentListReply) Descriptor
deprecated
func (*GetSubCommentListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetSubCommentListReply.ProtoReflect.Descriptor instead.
func (*GetSubCommentListReply) GetComment ¶
func (x *GetSubCommentListReply) GetComment() []*GetSubCommentListReply_Comment
func (*GetSubCommentListReply) ProtoMessage ¶
func (*GetSubCommentListReply) ProtoMessage()
func (*GetSubCommentListReply) ProtoReflect ¶
func (x *GetSubCommentListReply) ProtoReflect() protoreflect.Message
func (*GetSubCommentListReply) Reset ¶
func (x *GetSubCommentListReply) Reset()
func (*GetSubCommentListReply) String ¶
func (x *GetSubCommentListReply) String() string
func (*GetSubCommentListReply) Validate ¶
func (m *GetSubCommentListReply) Validate() error
Validate checks the field values on GetSubCommentListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubCommentListReply) ValidateAll ¶
func (m *GetSubCommentListReply) ValidateAll() error
ValidateAll checks the field values on GetSubCommentListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubCommentListReplyMultiError, or nil if none found.
type GetSubCommentListReplyMultiError ¶
type GetSubCommentListReplyMultiError []error
GetSubCommentListReplyMultiError is an error wrapping multiple validation errors returned by GetSubCommentListReply.ValidateAll() if the designated constraints aren't met.
func (GetSubCommentListReplyMultiError) AllErrors ¶
func (m GetSubCommentListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubCommentListReplyMultiError) Error ¶
func (m GetSubCommentListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubCommentListReplyValidationError ¶
type GetSubCommentListReplyValidationError struct {
// contains filtered or unexported fields
}
GetSubCommentListReplyValidationError is the validation error returned by GetSubCommentListReply.Validate if the designated constraints aren't met.
func (GetSubCommentListReplyValidationError) Cause ¶
func (e GetSubCommentListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetSubCommentListReplyValidationError) Error ¶
func (e GetSubCommentListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubCommentListReplyValidationError) ErrorName ¶
func (e GetSubCommentListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubCommentListReplyValidationError) Field ¶
func (e GetSubCommentListReplyValidationError) Field() string
Field function returns field value.
func (GetSubCommentListReplyValidationError) Key ¶
func (e GetSubCommentListReplyValidationError) Key() bool
Key function returns key value.
func (GetSubCommentListReplyValidationError) Reason ¶
func (e GetSubCommentListReplyValidationError) Reason() string
Reason function returns reason value.
type GetSubCommentListReply_Comment ¶
type GetSubCommentListReply_Comment struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` Reply string `protobuf:"bytes,3,opt,name=reply,proto3" json:"reply,omitempty"` // 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 (x *GetSubCommentListReply_Comment) GetId() int32
func (*GetSubCommentListReply_Comment) GetReply ¶
func (x *GetSubCommentListReply_Comment) GetReply() string
func (*GetSubCommentListReply_Comment) GetUuid ¶
func (x *GetSubCommentListReply_Comment) GetUuid() string
func (*GetSubCommentListReply_Comment) ProtoMessage ¶
func (*GetSubCommentListReply_Comment) ProtoMessage()
func (*GetSubCommentListReply_Comment) ProtoReflect ¶
func (x *GetSubCommentListReply_Comment) ProtoReflect() protoreflect.Message
func (*GetSubCommentListReply_Comment) Reset ¶
func (x *GetSubCommentListReply_Comment) Reset()
func (*GetSubCommentListReply_Comment) String ¶
func (x *GetSubCommentListReply_Comment) String() string
func (*GetSubCommentListReply_Comment) Validate ¶
func (m *GetSubCommentListReply_Comment) Validate() error
Validate checks the field values on GetSubCommentListReply_Comment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubCommentListReply_Comment) ValidateAll ¶
func (m *GetSubCommentListReply_Comment) ValidateAll() error
ValidateAll checks the field values on GetSubCommentListReply_Comment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubCommentListReply_CommentMultiError, or nil if none found.
type GetSubCommentListReply_CommentMultiError ¶
type GetSubCommentListReply_CommentMultiError []error
GetSubCommentListReply_CommentMultiError is an error wrapping multiple validation errors returned by GetSubCommentListReply_Comment.ValidateAll() if the designated constraints aren't met.
func (GetSubCommentListReply_CommentMultiError) AllErrors ¶
func (m GetSubCommentListReply_CommentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubCommentListReply_CommentMultiError) Error ¶
func (m GetSubCommentListReply_CommentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubCommentListReply_CommentValidationError ¶
type GetSubCommentListReply_CommentValidationError struct {
// contains filtered or unexported fields
}
GetSubCommentListReply_CommentValidationError is the validation error returned by GetSubCommentListReply_Comment.Validate if the designated constraints aren't met.
func (GetSubCommentListReply_CommentValidationError) Cause ¶
func (e GetSubCommentListReply_CommentValidationError) Cause() error
Cause function returns cause value.
func (GetSubCommentListReply_CommentValidationError) Error ¶
func (e GetSubCommentListReply_CommentValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubCommentListReply_CommentValidationError) ErrorName ¶
func (e GetSubCommentListReply_CommentValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubCommentListReply_CommentValidationError) Field ¶
func (e GetSubCommentListReply_CommentValidationError) Field() string
Field function returns field value.
func (GetSubCommentListReply_CommentValidationError) Key ¶
func (e GetSubCommentListReply_CommentValidationError) Key() bool
Key function returns key value.
func (GetSubCommentListReply_CommentValidationError) Reason ¶
func (e GetSubCommentListReply_CommentValidationError) Reason() string
Reason function returns reason value.
type GetSubCommentListReq ¶
type GetSubCommentListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` Id int32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetSubCommentListReq) Descriptor
deprecated
func (*GetSubCommentListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetSubCommentListReq.ProtoReflect.Descriptor instead.
func (*GetSubCommentListReq) GetId ¶
func (x *GetSubCommentListReq) GetId() int32
func (*GetSubCommentListReq) GetPage ¶
func (x *GetSubCommentListReq) GetPage() int32
func (*GetSubCommentListReq) ProtoMessage ¶
func (*GetSubCommentListReq) ProtoMessage()
func (*GetSubCommentListReq) ProtoReflect ¶
func (x *GetSubCommentListReq) ProtoReflect() protoreflect.Message
func (*GetSubCommentListReq) Reset ¶
func (x *GetSubCommentListReq) Reset()
func (*GetSubCommentListReq) String ¶
func (x *GetSubCommentListReq) String() string
func (*GetSubCommentListReq) Validate ¶
func (m *GetSubCommentListReq) Validate() error
Validate checks the field values on GetSubCommentListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetSubCommentListReq) ValidateAll ¶
func (m *GetSubCommentListReq) ValidateAll() error
ValidateAll checks the field values on GetSubCommentListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubCommentListReqMultiError, or nil if none found.
type GetSubCommentListReqMultiError ¶
type GetSubCommentListReqMultiError []error
GetSubCommentListReqMultiError is an error wrapping multiple validation errors returned by GetSubCommentListReq.ValidateAll() if the designated constraints aren't met.
func (GetSubCommentListReqMultiError) AllErrors ¶
func (m GetSubCommentListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetSubCommentListReqMultiError) Error ¶
func (m GetSubCommentListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetSubCommentListReqValidationError ¶
type GetSubCommentListReqValidationError struct {
// contains filtered or unexported fields
}
GetSubCommentListReqValidationError is the validation error returned by GetSubCommentListReq.Validate if the designated constraints aren't met.
func (GetSubCommentListReqValidationError) Cause ¶
func (e GetSubCommentListReqValidationError) Cause() error
Cause function returns cause value.
func (GetSubCommentListReqValidationError) Error ¶
func (e GetSubCommentListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetSubCommentListReqValidationError) ErrorName ¶
func (e GetSubCommentListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetSubCommentListReqValidationError) Field ¶
func (e GetSubCommentListReqValidationError) Field() string
Field function returns field value.
func (GetSubCommentListReqValidationError) Key ¶
func (e GetSubCommentListReqValidationError) Key() bool
Key function returns key value.
func (GetSubCommentListReqValidationError) Reason ¶
func (e GetSubCommentListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentAgreeReply ¶
type GetUserCommentAgreeReply struct { Agree map[int32]bool `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetUserCommentAgreeReply) Descriptor
deprecated
func (*GetUserCommentAgreeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentAgreeReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentAgreeReply) GetAgree ¶
func (x *GetUserCommentAgreeReply) GetAgree() map[int32]bool
func (*GetUserCommentAgreeReply) ProtoMessage ¶
func (*GetUserCommentAgreeReply) ProtoMessage()
func (*GetUserCommentAgreeReply) ProtoReflect ¶
func (x *GetUserCommentAgreeReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentAgreeReply) Reset ¶
func (x *GetUserCommentAgreeReply) Reset()
func (*GetUserCommentAgreeReply) String ¶
func (x *GetUserCommentAgreeReply) String() string
func (*GetUserCommentAgreeReply) Validate ¶
func (m *GetUserCommentAgreeReply) Validate() error
Validate checks the field values on GetUserCommentAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentAgreeReply) ValidateAll ¶
func (m *GetUserCommentAgreeReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentAgreeReplyMultiError, or nil if none found.
type GetUserCommentAgreeReplyMultiError ¶
type GetUserCommentAgreeReplyMultiError []error
GetUserCommentAgreeReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentAgreeReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentAgreeReplyMultiError) AllErrors ¶
func (m GetUserCommentAgreeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentAgreeReplyMultiError) Error ¶
func (m GetUserCommentAgreeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentAgreeReplyValidationError ¶
type GetUserCommentAgreeReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentAgreeReplyValidationError is the validation error returned by GetUserCommentAgreeReply.Validate if the designated constraints aren't met.
func (GetUserCommentAgreeReplyValidationError) Cause ¶
func (e GetUserCommentAgreeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentAgreeReplyValidationError) Error ¶
func (e GetUserCommentAgreeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentAgreeReplyValidationError) ErrorName ¶
func (e GetUserCommentAgreeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentAgreeReplyValidationError) Field ¶
func (e GetUserCommentAgreeReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentAgreeReplyValidationError) Key ¶
func (e GetUserCommentAgreeReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentAgreeReplyValidationError) Reason ¶
func (e GetUserCommentAgreeReplyValidationError) Reason() string
Reason function returns reason value.
type 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 ¶
func (m GetUserCommentAgreeReqMultiError) Error() string
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 ¶
func (e GetUserCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentAgreeReqValidationError) Error ¶
func (e GetUserCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentAgreeReqValidationError) ErrorName ¶
func (e GetUserCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentAgreeReqValidationError) Field ¶
func (e GetUserCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentAgreeReqValidationError) Key ¶
func (e GetUserCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentAgreeReqValidationError) Reason ¶
func (e GetUserCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleRepliedListReply ¶
type GetUserCommentArticleRepliedListReply struct { List []*GetUserCommentArticleRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleRepliedListReply) Descriptor
deprecated
func (*GetUserCommentArticleRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleRepliedListReply) GetList ¶
func (x *GetUserCommentArticleRepliedListReply) GetList() []*GetUserCommentArticleRepliedListReply_List
func (*GetUserCommentArticleRepliedListReply) ProtoMessage ¶
func (*GetUserCommentArticleRepliedListReply) ProtoMessage()
func (*GetUserCommentArticleRepliedListReply) ProtoReflect ¶
func (x *GetUserCommentArticleRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleRepliedListReply) Reset ¶
func (x *GetUserCommentArticleRepliedListReply) Reset()
func (*GetUserCommentArticleRepliedListReply) String ¶
func (x *GetUserCommentArticleRepliedListReply) String() string
func (*GetUserCommentArticleRepliedListReply) Validate ¶
func (m *GetUserCommentArticleRepliedListReply) Validate() error
Validate checks the field values on GetUserCommentArticleRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleRepliedListReply) ValidateAll ¶
func (m *GetUserCommentArticleRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleRepliedListReplyMultiError, or nil if none found.
type GetUserCommentArticleRepliedListReplyMultiError ¶
type GetUserCommentArticleRepliedListReplyMultiError []error
GetUserCommentArticleRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReplyMultiError) AllErrors ¶
func (m GetUserCommentArticleRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleRepliedListReplyMultiError) Error ¶
func (m GetUserCommentArticleRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleRepliedListReplyValidationError ¶
type GetUserCommentArticleRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleRepliedListReplyValidationError is the validation error returned by GetUserCommentArticleRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReplyValidationError) Cause ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleRepliedListReplyValidationError) Error ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleRepliedListReplyValidationError) ErrorName ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleRepliedListReplyValidationError) Field ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleRepliedListReplyValidationError) Key ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleRepliedListReplyValidationError) Reason ¶
func (e GetUserCommentArticleRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleRepliedListReply_List ¶
type GetUserCommentArticleRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleRepliedListReply_List) Descriptor
deprecated
func (*GetUserCommentArticleRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleRepliedListReply_List) GetCreationId ¶
func (x *GetUserCommentArticleRepliedListReply_List) GetCreationId() int32
func (*GetUserCommentArticleRepliedListReply_List) GetId ¶
func (x *GetUserCommentArticleRepliedListReply_List) GetId() int32
func (*GetUserCommentArticleRepliedListReply_List) GetUuid ¶
func (x *GetUserCommentArticleRepliedListReply_List) GetUuid() string
func (*GetUserCommentArticleRepliedListReply_List) ProtoMessage ¶
func (*GetUserCommentArticleRepliedListReply_List) ProtoMessage()
func (*GetUserCommentArticleRepliedListReply_List) ProtoReflect ¶
func (x *GetUserCommentArticleRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleRepliedListReply_List) Reset ¶
func (x *GetUserCommentArticleRepliedListReply_List) Reset()
func (*GetUserCommentArticleRepliedListReply_List) String ¶
func (x *GetUserCommentArticleRepliedListReply_List) String() string
func (*GetUserCommentArticleRepliedListReply_List) Validate ¶
func (m *GetUserCommentArticleRepliedListReply_List) Validate() error
Validate checks the field values on GetUserCommentArticleRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleRepliedListReply_List) ValidateAll ¶
func (m *GetUserCommentArticleRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleRepliedListReply_ListMultiError, or nil if none found.
type GetUserCommentArticleRepliedListReply_ListMultiError ¶
type GetUserCommentArticleRepliedListReply_ListMultiError []error
GetUserCommentArticleRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentArticleRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleRepliedListReply_ListMultiError) Error ¶
func (m GetUserCommentArticleRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleRepliedListReply_ListValidationError ¶
type GetUserCommentArticleRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleRepliedListReply_ListValidationError is the validation error returned by GetUserCommentArticleRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Cause ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Error ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Field ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Key ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleRepliedListReply_ListValidationError) Reason ¶
func (e GetUserCommentArticleRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleRepliedListReq ¶
type GetUserCommentArticleRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserCommentArticleRepliedListReq) GetPage() int32
func (*GetUserCommentArticleRepliedListReq) GetUuid ¶
func (x *GetUserCommentArticleRepliedListReq) GetUuid() string
func (*GetUserCommentArticleRepliedListReq) ProtoMessage ¶
func (*GetUserCommentArticleRepliedListReq) ProtoMessage()
func (*GetUserCommentArticleRepliedListReq) ProtoReflect ¶
func (x *GetUserCommentArticleRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleRepliedListReq) Reset ¶
func (x *GetUserCommentArticleRepliedListReq) Reset()
func (*GetUserCommentArticleRepliedListReq) String ¶
func (x *GetUserCommentArticleRepliedListReq) String() string
func (*GetUserCommentArticleRepliedListReq) Validate ¶
func (m *GetUserCommentArticleRepliedListReq) Validate() error
Validate checks the field values on GetUserCommentArticleRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleRepliedListReq) ValidateAll ¶
func (m *GetUserCommentArticleRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleRepliedListReqMultiError, or nil if none found.
type GetUserCommentArticleRepliedListReqMultiError ¶
type GetUserCommentArticleRepliedListReqMultiError []error
GetUserCommentArticleRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReqMultiError) AllErrors ¶
func (m GetUserCommentArticleRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleRepliedListReqMultiError) Error ¶
func (m GetUserCommentArticleRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleRepliedListReqValidationError ¶
type GetUserCommentArticleRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleRepliedListReqValidationError is the validation error returned by GetUserCommentArticleRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserCommentArticleRepliedListReqValidationError) Cause ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleRepliedListReqValidationError) Error ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleRepliedListReqValidationError) ErrorName ¶
func (e GetUserCommentArticleRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleRepliedListReqValidationError) Field ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleRepliedListReqValidationError) Key ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleRepliedListReqValidationError) Reason ¶
func (e GetUserCommentArticleRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleReplyListReply ¶
type GetUserCommentArticleReplyListReply struct { List []*GetUserCommentArticleReplyListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleReplyListReply) Descriptor
deprecated
func (*GetUserCommentArticleReplyListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleReplyListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleReplyListReply) GetList ¶
func (x *GetUserCommentArticleReplyListReply) GetList() []*GetUserCommentArticleReplyListReply_List
func (*GetUserCommentArticleReplyListReply) ProtoMessage ¶
func (*GetUserCommentArticleReplyListReply) ProtoMessage()
func (*GetUserCommentArticleReplyListReply) ProtoReflect ¶
func (x *GetUserCommentArticleReplyListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleReplyListReply) Reset ¶
func (x *GetUserCommentArticleReplyListReply) Reset()
func (*GetUserCommentArticleReplyListReply) String ¶
func (x *GetUserCommentArticleReplyListReply) String() string
func (*GetUserCommentArticleReplyListReply) Validate ¶
func (m *GetUserCommentArticleReplyListReply) Validate() error
Validate checks the field values on GetUserCommentArticleReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleReplyListReply) ValidateAll ¶
func (m *GetUserCommentArticleReplyListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleReplyListReplyMultiError, or nil if none found.
type GetUserCommentArticleReplyListReplyMultiError ¶
type GetUserCommentArticleReplyListReplyMultiError []error
GetUserCommentArticleReplyListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleReplyListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReplyMultiError) AllErrors ¶
func (m GetUserCommentArticleReplyListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleReplyListReplyMultiError) Error ¶
func (m GetUserCommentArticleReplyListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleReplyListReplyValidationError ¶
type GetUserCommentArticleReplyListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleReplyListReplyValidationError is the validation error returned by GetUserCommentArticleReplyListReply.Validate if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReplyValidationError) Cause ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleReplyListReplyValidationError) Error ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleReplyListReplyValidationError) ErrorName ¶
func (e GetUserCommentArticleReplyListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleReplyListReplyValidationError) Field ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleReplyListReplyValidationError) Key ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleReplyListReplyValidationError) Reason ¶
func (e GetUserCommentArticleReplyListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleReplyListReply_List ¶
type GetUserCommentArticleReplyListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,3,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentArticleReplyListReply_List) Descriptor
deprecated
func (*GetUserCommentArticleReplyListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentArticleReplyListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentArticleReplyListReply_List) GetCreationAuthor ¶
func (x *GetUserCommentArticleReplyListReply_List) GetCreationAuthor() string
func (*GetUserCommentArticleReplyListReply_List) GetCreationId ¶
func (x *GetUserCommentArticleReplyListReply_List) GetCreationId() int32
func (*GetUserCommentArticleReplyListReply_List) GetId ¶
func (x *GetUserCommentArticleReplyListReply_List) GetId() int32
func (*GetUserCommentArticleReplyListReply_List) ProtoMessage ¶
func (*GetUserCommentArticleReplyListReply_List) ProtoMessage()
func (*GetUserCommentArticleReplyListReply_List) ProtoReflect ¶
func (x *GetUserCommentArticleReplyListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleReplyListReply_List) Reset ¶
func (x *GetUserCommentArticleReplyListReply_List) Reset()
func (*GetUserCommentArticleReplyListReply_List) String ¶
func (x *GetUserCommentArticleReplyListReply_List) String() string
func (*GetUserCommentArticleReplyListReply_List) Validate ¶
func (m *GetUserCommentArticleReplyListReply_List) Validate() error
Validate checks the field values on GetUserCommentArticleReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleReplyListReply_List) ValidateAll ¶
func (m *GetUserCommentArticleReplyListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleReplyListReply_ListMultiError, or nil if none found.
type GetUserCommentArticleReplyListReply_ListMultiError ¶
type GetUserCommentArticleReplyListReply_ListMultiError []error
GetUserCommentArticleReplyListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleReplyListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentArticleReplyListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleReplyListReply_ListMultiError) Error ¶
func (m GetUserCommentArticleReplyListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleReplyListReply_ListValidationError ¶
type GetUserCommentArticleReplyListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleReplyListReply_ListValidationError is the validation error returned by GetUserCommentArticleReplyListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReply_ListValidationError) Cause ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleReplyListReply_ListValidationError) Error ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleReplyListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleReplyListReply_ListValidationError) Field ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleReplyListReply_ListValidationError) Key ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleReplyListReply_ListValidationError) Reason ¶
func (e GetUserCommentArticleReplyListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentArticleReplyListReq ¶
type GetUserCommentArticleReplyListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserCommentArticleReplyListReq) GetPage() int32
func (*GetUserCommentArticleReplyListReq) GetUuid ¶
func (x *GetUserCommentArticleReplyListReq) GetUuid() string
func (*GetUserCommentArticleReplyListReq) ProtoMessage ¶
func (*GetUserCommentArticleReplyListReq) ProtoMessage()
func (*GetUserCommentArticleReplyListReq) ProtoReflect ¶
func (x *GetUserCommentArticleReplyListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentArticleReplyListReq) Reset ¶
func (x *GetUserCommentArticleReplyListReq) Reset()
func (*GetUserCommentArticleReplyListReq) String ¶
func (x *GetUserCommentArticleReplyListReq) String() string
func (*GetUserCommentArticleReplyListReq) Validate ¶
func (m *GetUserCommentArticleReplyListReq) Validate() error
Validate checks the field values on GetUserCommentArticleReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentArticleReplyListReq) ValidateAll ¶
func (m *GetUserCommentArticleReplyListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentArticleReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentArticleReplyListReqMultiError, or nil if none found.
type GetUserCommentArticleReplyListReqMultiError ¶
type GetUserCommentArticleReplyListReqMultiError []error
GetUserCommentArticleReplyListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentArticleReplyListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReqMultiError) AllErrors ¶
func (m GetUserCommentArticleReplyListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentArticleReplyListReqMultiError) Error ¶
func (m GetUserCommentArticleReplyListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentArticleReplyListReqValidationError ¶
type GetUserCommentArticleReplyListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentArticleReplyListReqValidationError is the validation error returned by GetUserCommentArticleReplyListReq.Validate if the designated constraints aren't met.
func (GetUserCommentArticleReplyListReqValidationError) Cause ¶
func (e GetUserCommentArticleReplyListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentArticleReplyListReqValidationError) Error ¶
func (e GetUserCommentArticleReplyListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentArticleReplyListReqValidationError) ErrorName ¶
func (e GetUserCommentArticleReplyListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentArticleReplyListReqValidationError) Field ¶
func (e GetUserCommentArticleReplyListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentArticleReplyListReqValidationError) Key ¶
func (e GetUserCommentArticleReplyListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentArticleReplyListReqValidationError) Reason ¶
func (e GetUserCommentArticleReplyListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentRepliedListReply ¶
type GetUserCommentRepliedListReply struct { List []*GetUserCommentRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentRepliedListReply) Descriptor
deprecated
func (*GetUserCommentRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentRepliedListReply) GetList ¶
func (x *GetUserCommentRepliedListReply) GetList() []*GetUserCommentRepliedListReply_List
func (*GetUserCommentRepliedListReply) ProtoMessage ¶
func (*GetUserCommentRepliedListReply) ProtoMessage()
func (*GetUserCommentRepliedListReply) ProtoReflect ¶
func (x *GetUserCommentRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentRepliedListReply) Reset ¶
func (x *GetUserCommentRepliedListReply) Reset()
func (*GetUserCommentRepliedListReply) String ¶
func (x *GetUserCommentRepliedListReply) String() string
func (*GetUserCommentRepliedListReply) Validate ¶
func (m *GetUserCommentRepliedListReply) Validate() error
Validate checks the field values on GetUserCommentRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentRepliedListReply) ValidateAll ¶
func (m *GetUserCommentRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentRepliedListReplyMultiError, or nil if none found.
type GetUserCommentRepliedListReplyMultiError ¶
type GetUserCommentRepliedListReplyMultiError []error
GetUserCommentRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentRepliedListReplyMultiError) AllErrors ¶
func (m GetUserCommentRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentRepliedListReplyMultiError) Error ¶
func (m GetUserCommentRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentRepliedListReplyValidationError ¶
type GetUserCommentRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentRepliedListReplyValidationError is the validation error returned by GetUserCommentRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserCommentRepliedListReplyValidationError) Cause ¶
func (e GetUserCommentRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentRepliedListReplyValidationError) Error ¶
func (e GetUserCommentRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentRepliedListReplyValidationError) ErrorName ¶
func (e GetUserCommentRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentRepliedListReplyValidationError) Field ¶
func (e GetUserCommentRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentRepliedListReplyValidationError) Key ¶
func (e GetUserCommentRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentRepliedListReplyValidationError) Reason ¶
func (e GetUserCommentRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentRepliedListReply_List ¶
type GetUserCommentRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationType int32 `protobuf:"varint,3,opt,name=creation_type,json=creationType,proto3" json:"creation_type,omitempty"` Uuid string `protobuf:"bytes,4,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentRepliedListReply_List) Descriptor
deprecated
func (*GetUserCommentRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentRepliedListReply_List) GetCreationId ¶
func (x *GetUserCommentRepliedListReply_List) GetCreationId() int32
func (*GetUserCommentRepliedListReply_List) GetCreationType ¶
func (x *GetUserCommentRepliedListReply_List) GetCreationType() int32
func (*GetUserCommentRepliedListReply_List) GetId ¶
func (x *GetUserCommentRepliedListReply_List) GetId() int32
func (*GetUserCommentRepliedListReply_List) GetUuid ¶
func (x *GetUserCommentRepliedListReply_List) GetUuid() string
func (*GetUserCommentRepliedListReply_List) ProtoMessage ¶
func (*GetUserCommentRepliedListReply_List) ProtoMessage()
func (*GetUserCommentRepliedListReply_List) ProtoReflect ¶
func (x *GetUserCommentRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentRepliedListReply_List) Reset ¶
func (x *GetUserCommentRepliedListReply_List) Reset()
func (*GetUserCommentRepliedListReply_List) String ¶
func (x *GetUserCommentRepliedListReply_List) String() string
func (*GetUserCommentRepliedListReply_List) Validate ¶
func (m *GetUserCommentRepliedListReply_List) Validate() error
Validate checks the field values on GetUserCommentRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentRepliedListReply_List) ValidateAll ¶
func (m *GetUserCommentRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentRepliedListReply_ListMultiError, or nil if none found.
type GetUserCommentRepliedListReply_ListMultiError ¶
type GetUserCommentRepliedListReply_ListMultiError []error
GetUserCommentRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentRepliedListReply_ListMultiError) Error ¶
func (m GetUserCommentRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentRepliedListReply_ListValidationError ¶
type GetUserCommentRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentRepliedListReply_ListValidationError is the validation error returned by GetUserCommentRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentRepliedListReply_ListValidationError) Cause ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentRepliedListReply_ListValidationError) Error ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentRepliedListReply_ListValidationError) Field ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentRepliedListReply_ListValidationError) Key ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentRepliedListReply_ListValidationError) Reason ¶
func (e GetUserCommentRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentRepliedListReq ¶
type GetUserCommentRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserCommentRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentRepliedListReq) Reset ¶
func (x *GetUserCommentRepliedListReq) Reset()
func (*GetUserCommentRepliedListReq) String ¶
func (x *GetUserCommentRepliedListReq) String() string
func (*GetUserCommentRepliedListReq) Validate ¶
func (m *GetUserCommentRepliedListReq) Validate() error
Validate checks the field values on GetUserCommentRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentRepliedListReq) ValidateAll ¶
func (m *GetUserCommentRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentRepliedListReqMultiError, or nil if none found.
type GetUserCommentRepliedListReqMultiError ¶
type GetUserCommentRepliedListReqMultiError []error
GetUserCommentRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentRepliedListReqMultiError) AllErrors ¶
func (m GetUserCommentRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentRepliedListReqMultiError) Error ¶
func (m GetUserCommentRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentRepliedListReqValidationError ¶
type GetUserCommentRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentRepliedListReqValidationError is the validation error returned by GetUserCommentRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserCommentRepliedListReqValidationError) Cause ¶
func (e GetUserCommentRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentRepliedListReqValidationError) Error ¶
func (e GetUserCommentRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentRepliedListReqValidationError) ErrorName ¶
func (e GetUserCommentRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentRepliedListReqValidationError) Field ¶
func (e GetUserCommentRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentRepliedListReqValidationError) Key ¶
func (e GetUserCommentRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentRepliedListReqValidationError) Reason ¶
func (e GetUserCommentRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkRepliedListReply ¶
type GetUserCommentTalkRepliedListReply struct { List []*GetUserCommentTalkRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkRepliedListReply) Descriptor
deprecated
func (*GetUserCommentTalkRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkRepliedListReply) GetList ¶
func (x *GetUserCommentTalkRepliedListReply) GetList() []*GetUserCommentTalkRepliedListReply_List
func (*GetUserCommentTalkRepliedListReply) ProtoMessage ¶
func (*GetUserCommentTalkRepliedListReply) ProtoMessage()
func (*GetUserCommentTalkRepliedListReply) ProtoReflect ¶
func (x *GetUserCommentTalkRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkRepliedListReply) Reset ¶
func (x *GetUserCommentTalkRepliedListReply) Reset()
func (*GetUserCommentTalkRepliedListReply) String ¶
func (x *GetUserCommentTalkRepliedListReply) String() string
func (*GetUserCommentTalkRepliedListReply) Validate ¶
func (m *GetUserCommentTalkRepliedListReply) Validate() error
Validate checks the field values on GetUserCommentTalkRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkRepliedListReply) ValidateAll ¶
func (m *GetUserCommentTalkRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkRepliedListReplyMultiError, or nil if none found.
type GetUserCommentTalkRepliedListReplyMultiError ¶
type GetUserCommentTalkRepliedListReplyMultiError []error
GetUserCommentTalkRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReplyMultiError) AllErrors ¶
func (m GetUserCommentTalkRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkRepliedListReplyMultiError) Error ¶
func (m GetUserCommentTalkRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkRepliedListReplyValidationError ¶
type GetUserCommentTalkRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkRepliedListReplyValidationError is the validation error returned by GetUserCommentTalkRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReplyValidationError) Cause ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkRepliedListReplyValidationError) Error ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkRepliedListReplyValidationError) ErrorName ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkRepliedListReplyValidationError) Field ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkRepliedListReplyValidationError) Key ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkRepliedListReplyValidationError) Reason ¶
func (e GetUserCommentTalkRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkRepliedListReply_List ¶
type GetUserCommentTalkRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkRepliedListReply_List) Descriptor
deprecated
func (*GetUserCommentTalkRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkRepliedListReply_List) GetCreationId ¶
func (x *GetUserCommentTalkRepliedListReply_List) GetCreationId() int32
func (*GetUserCommentTalkRepliedListReply_List) GetId ¶
func (x *GetUserCommentTalkRepliedListReply_List) GetId() int32
func (*GetUserCommentTalkRepliedListReply_List) GetUuid ¶
func (x *GetUserCommentTalkRepliedListReply_List) GetUuid() string
func (*GetUserCommentTalkRepliedListReply_List) ProtoMessage ¶
func (*GetUserCommentTalkRepliedListReply_List) ProtoMessage()
func (*GetUserCommentTalkRepliedListReply_List) ProtoReflect ¶
func (x *GetUserCommentTalkRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkRepliedListReply_List) Reset ¶
func (x *GetUserCommentTalkRepliedListReply_List) Reset()
func (*GetUserCommentTalkRepliedListReply_List) String ¶
func (x *GetUserCommentTalkRepliedListReply_List) String() string
func (*GetUserCommentTalkRepliedListReply_List) Validate ¶
func (m *GetUserCommentTalkRepliedListReply_List) Validate() error
Validate checks the field values on GetUserCommentTalkRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkRepliedListReply_List) ValidateAll ¶
func (m *GetUserCommentTalkRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkRepliedListReply_ListMultiError, or nil if none found.
type GetUserCommentTalkRepliedListReply_ListMultiError ¶
type GetUserCommentTalkRepliedListReply_ListMultiError []error
GetUserCommentTalkRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentTalkRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkRepliedListReply_ListMultiError) Error ¶
func (m GetUserCommentTalkRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkRepliedListReply_ListValidationError ¶
type GetUserCommentTalkRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkRepliedListReply_ListValidationError is the validation error returned by GetUserCommentTalkRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Cause ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Error ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Field ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Key ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkRepliedListReply_ListValidationError) Reason ¶
func (e GetUserCommentTalkRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkRepliedListReq ¶
type GetUserCommentTalkRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserCommentTalkRepliedListReq) GetPage() int32
func (*GetUserCommentTalkRepliedListReq) GetUuid ¶
func (x *GetUserCommentTalkRepliedListReq) GetUuid() string
func (*GetUserCommentTalkRepliedListReq) ProtoMessage ¶
func (*GetUserCommentTalkRepliedListReq) ProtoMessage()
func (*GetUserCommentTalkRepliedListReq) ProtoReflect ¶
func (x *GetUserCommentTalkRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkRepliedListReq) Reset ¶
func (x *GetUserCommentTalkRepliedListReq) Reset()
func (*GetUserCommentTalkRepliedListReq) String ¶
func (x *GetUserCommentTalkRepliedListReq) String() string
func (*GetUserCommentTalkRepliedListReq) Validate ¶
func (m *GetUserCommentTalkRepliedListReq) Validate() error
Validate checks the field values on GetUserCommentTalkRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkRepliedListReq) ValidateAll ¶
func (m *GetUserCommentTalkRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkRepliedListReqMultiError, or nil if none found.
type GetUserCommentTalkRepliedListReqMultiError ¶
type GetUserCommentTalkRepliedListReqMultiError []error
GetUserCommentTalkRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReqMultiError) AllErrors ¶
func (m GetUserCommentTalkRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkRepliedListReqMultiError) Error ¶
func (m GetUserCommentTalkRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkRepliedListReqValidationError ¶
type GetUserCommentTalkRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkRepliedListReqValidationError is the validation error returned by GetUserCommentTalkRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserCommentTalkRepliedListReqValidationError) Cause ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkRepliedListReqValidationError) Error ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkRepliedListReqValidationError) ErrorName ¶
func (e GetUserCommentTalkRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkRepliedListReqValidationError) Field ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkRepliedListReqValidationError) Key ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkRepliedListReqValidationError) Reason ¶
func (e GetUserCommentTalkRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkReplyListReply ¶
type GetUserCommentTalkReplyListReply struct { List []*GetUserCommentTalkReplyListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkReplyListReply) Descriptor
deprecated
func (*GetUserCommentTalkReplyListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkReplyListReply.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkReplyListReply) GetList ¶
func (x *GetUserCommentTalkReplyListReply) GetList() []*GetUserCommentTalkReplyListReply_List
func (*GetUserCommentTalkReplyListReply) ProtoMessage ¶
func (*GetUserCommentTalkReplyListReply) ProtoMessage()
func (*GetUserCommentTalkReplyListReply) ProtoReflect ¶
func (x *GetUserCommentTalkReplyListReply) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkReplyListReply) Reset ¶
func (x *GetUserCommentTalkReplyListReply) Reset()
func (*GetUserCommentTalkReplyListReply) String ¶
func (x *GetUserCommentTalkReplyListReply) String() string
func (*GetUserCommentTalkReplyListReply) Validate ¶
func (m *GetUserCommentTalkReplyListReply) Validate() error
Validate checks the field values on GetUserCommentTalkReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkReplyListReply) ValidateAll ¶
func (m *GetUserCommentTalkReplyListReply) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkReplyListReplyMultiError, or nil if none found.
type GetUserCommentTalkReplyListReplyMultiError ¶
type GetUserCommentTalkReplyListReplyMultiError []error
GetUserCommentTalkReplyListReplyMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkReplyListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReplyMultiError) AllErrors ¶
func (m GetUserCommentTalkReplyListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkReplyListReplyMultiError) Error ¶
func (m GetUserCommentTalkReplyListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkReplyListReplyValidationError ¶
type GetUserCommentTalkReplyListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkReplyListReplyValidationError is the validation error returned by GetUserCommentTalkReplyListReply.Validate if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReplyValidationError) Cause ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkReplyListReplyValidationError) Error ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkReplyListReplyValidationError) ErrorName ¶
func (e GetUserCommentTalkReplyListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkReplyListReplyValidationError) Field ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkReplyListReplyValidationError) Key ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkReplyListReplyValidationError) Reason ¶
func (e GetUserCommentTalkReplyListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkReplyListReply_List ¶
type GetUserCommentTalkReplyListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,3,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentTalkReplyListReply_List) Descriptor
deprecated
func (*GetUserCommentTalkReplyListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentTalkReplyListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserCommentTalkReplyListReply_List) GetCreationAuthor ¶
func (x *GetUserCommentTalkReplyListReply_List) GetCreationAuthor() string
func (*GetUserCommentTalkReplyListReply_List) GetCreationId ¶
func (x *GetUserCommentTalkReplyListReply_List) GetCreationId() int32
func (*GetUserCommentTalkReplyListReply_List) GetId ¶
func (x *GetUserCommentTalkReplyListReply_List) GetId() int32
func (*GetUserCommentTalkReplyListReply_List) ProtoMessage ¶
func (*GetUserCommentTalkReplyListReply_List) ProtoMessage()
func (*GetUserCommentTalkReplyListReply_List) ProtoReflect ¶
func (x *GetUserCommentTalkReplyListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkReplyListReply_List) Reset ¶
func (x *GetUserCommentTalkReplyListReply_List) Reset()
func (*GetUserCommentTalkReplyListReply_List) String ¶
func (x *GetUserCommentTalkReplyListReply_List) String() string
func (*GetUserCommentTalkReplyListReply_List) Validate ¶
func (m *GetUserCommentTalkReplyListReply_List) Validate() error
Validate checks the field values on GetUserCommentTalkReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkReplyListReply_List) ValidateAll ¶
func (m *GetUserCommentTalkReplyListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkReplyListReply_ListMultiError, or nil if none found.
type GetUserCommentTalkReplyListReply_ListMultiError ¶
type GetUserCommentTalkReplyListReply_ListMultiError []error
GetUserCommentTalkReplyListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkReplyListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReply_ListMultiError) AllErrors ¶
func (m GetUserCommentTalkReplyListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkReplyListReply_ListMultiError) Error ¶
func (m GetUserCommentTalkReplyListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkReplyListReply_ListValidationError ¶
type GetUserCommentTalkReplyListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkReplyListReply_ListValidationError is the validation error returned by GetUserCommentTalkReplyListReply_List.Validate if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReply_ListValidationError) Cause ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkReplyListReply_ListValidationError) Error ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkReplyListReply_ListValidationError) ErrorName ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkReplyListReply_ListValidationError) Field ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkReplyListReply_ListValidationError) Key ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkReplyListReply_ListValidationError) Reason ¶
func (e GetUserCommentTalkReplyListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserCommentTalkReplyListReq ¶
type GetUserCommentTalkReplyListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserCommentTalkReplyListReq) GetPage() int32
func (*GetUserCommentTalkReplyListReq) GetUuid ¶
func (x *GetUserCommentTalkReplyListReq) GetUuid() string
func (*GetUserCommentTalkReplyListReq) ProtoMessage ¶
func (*GetUserCommentTalkReplyListReq) ProtoMessage()
func (*GetUserCommentTalkReplyListReq) ProtoReflect ¶
func (x *GetUserCommentTalkReplyListReq) ProtoReflect() protoreflect.Message
func (*GetUserCommentTalkReplyListReq) Reset ¶
func (x *GetUserCommentTalkReplyListReq) Reset()
func (*GetUserCommentTalkReplyListReq) String ¶
func (x *GetUserCommentTalkReplyListReq) String() string
func (*GetUserCommentTalkReplyListReq) Validate ¶
func (m *GetUserCommentTalkReplyListReq) Validate() error
Validate checks the field values on GetUserCommentTalkReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserCommentTalkReplyListReq) ValidateAll ¶
func (m *GetUserCommentTalkReplyListReq) ValidateAll() error
ValidateAll checks the field values on GetUserCommentTalkReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserCommentTalkReplyListReqMultiError, or nil if none found.
type GetUserCommentTalkReplyListReqMultiError ¶
type GetUserCommentTalkReplyListReqMultiError []error
GetUserCommentTalkReplyListReqMultiError is an error wrapping multiple validation errors returned by GetUserCommentTalkReplyListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReqMultiError) AllErrors ¶
func (m GetUserCommentTalkReplyListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserCommentTalkReplyListReqMultiError) Error ¶
func (m GetUserCommentTalkReplyListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserCommentTalkReplyListReqValidationError ¶
type GetUserCommentTalkReplyListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserCommentTalkReplyListReqValidationError is the validation error returned by GetUserCommentTalkReplyListReq.Validate if the designated constraints aren't met.
func (GetUserCommentTalkReplyListReqValidationError) Cause ¶
func (e GetUserCommentTalkReplyListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserCommentTalkReplyListReqValidationError) Error ¶
func (e GetUserCommentTalkReplyListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserCommentTalkReplyListReqValidationError) ErrorName ¶
func (e GetUserCommentTalkReplyListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserCommentTalkReplyListReqValidationError) Field ¶
func (e GetUserCommentTalkReplyListReqValidationError) Field() string
Field function returns field value.
func (GetUserCommentTalkReplyListReqValidationError) Key ¶
func (e GetUserCommentTalkReplyListReqValidationError) Key() bool
Key function returns key value.
func (GetUserCommentTalkReplyListReqValidationError) Reason ¶
func (e GetUserCommentTalkReplyListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleRepliedListReply ¶
type GetUserSubCommentArticleRepliedListReply struct { List []*GetUserSubCommentArticleRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleRepliedListReply) Descriptor
deprecated
func (*GetUserSubCommentArticleRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleRepliedListReply) GetList ¶
func (x *GetUserSubCommentArticleRepliedListReply) GetList() []*GetUserSubCommentArticleRepliedListReply_List
func (*GetUserSubCommentArticleRepliedListReply) ProtoMessage ¶
func (*GetUserSubCommentArticleRepliedListReply) ProtoMessage()
func (*GetUserSubCommentArticleRepliedListReply) ProtoReflect ¶
func (x *GetUserSubCommentArticleRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleRepliedListReply) Reset ¶
func (x *GetUserSubCommentArticleRepliedListReply) Reset()
func (*GetUserSubCommentArticleRepliedListReply) String ¶
func (x *GetUserSubCommentArticleRepliedListReply) String() string
func (*GetUserSubCommentArticleRepliedListReply) Validate ¶
func (m *GetUserSubCommentArticleRepliedListReply) Validate() error
Validate checks the field values on GetUserSubCommentArticleRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleRepliedListReply) ValidateAll ¶
func (m *GetUserSubCommentArticleRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleRepliedListReplyMultiError, or nil if none found.
type GetUserSubCommentArticleRepliedListReplyMultiError ¶
type GetUserSubCommentArticleRepliedListReplyMultiError []error
GetUserSubCommentArticleRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentArticleRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleRepliedListReplyMultiError) Error ¶
func (m GetUserSubCommentArticleRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleRepliedListReplyValidationError ¶
type GetUserSubCommentArticleRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleRepliedListReplyValidationError is the validation error returned by GetUserSubCommentArticleRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Cause ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Error ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleRepliedListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Field ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Key ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleRepliedListReplyValidationError) Reason ¶
func (e GetUserSubCommentArticleRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleRepliedListReply_List ¶
type GetUserSubCommentArticleRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,4,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,5,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,6,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,7,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,8,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,9,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,10,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,11,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleRepliedListReply_List) Descriptor
deprecated
func (*GetUserSubCommentArticleRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleRepliedListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetCreationId ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetCreationId() int32
func (*GetUserSubCommentArticleRepliedListReply_List) GetId ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetId() int32
func (*GetUserSubCommentArticleRepliedListReply_List) GetParentId ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetParentId() int32
func (*GetUserSubCommentArticleRepliedListReply_List) GetReply ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetReply() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetReplyName ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetReplyName() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetRootId ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootId() int32
func (*GetUserSubCommentArticleRepliedListReply_List) GetRootName ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootName() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetRootUser ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetRootUser() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetUserName ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetUserName() string
func (*GetUserSubCommentArticleRepliedListReply_List) GetUuid ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) GetUuid() string
func (*GetUserSubCommentArticleRepliedListReply_List) ProtoMessage ¶
func (*GetUserSubCommentArticleRepliedListReply_List) ProtoMessage()
func (*GetUserSubCommentArticleRepliedListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleRepliedListReply_List) Reset ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) Reset()
func (*GetUserSubCommentArticleRepliedListReply_List) String ¶
func (x *GetUserSubCommentArticleRepliedListReply_List) String() string
func (*GetUserSubCommentArticleRepliedListReply_List) Validate ¶
func (m *GetUserSubCommentArticleRepliedListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentArticleRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleRepliedListReply_List) ValidateAll ¶
func (m *GetUserSubCommentArticleRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleRepliedListReply_ListMultiError, or nil if none found.
type GetUserSubCommentArticleRepliedListReply_ListMultiError ¶
type GetUserSubCommentArticleRepliedListReply_ListMultiError []error
GetUserSubCommentArticleRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentArticleRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleRepliedListReply_ListMultiError) Error ¶
func (m GetUserSubCommentArticleRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleRepliedListReply_ListValidationError ¶
type GetUserSubCommentArticleRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleRepliedListReply_ListValidationError is the validation error returned by GetUserSubCommentArticleRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Error ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Field ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Key ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleRepliedListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentArticleRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleRepliedListReq ¶
type GetUserSubCommentArticleRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserSubCommentArticleRepliedListReq) GetPage() int32
func (*GetUserSubCommentArticleRepliedListReq) GetUuid ¶
func (x *GetUserSubCommentArticleRepliedListReq) GetUuid() string
func (*GetUserSubCommentArticleRepliedListReq) ProtoMessage ¶
func (*GetUserSubCommentArticleRepliedListReq) ProtoMessage()
func (*GetUserSubCommentArticleRepliedListReq) ProtoReflect ¶
func (x *GetUserSubCommentArticleRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleRepliedListReq) Reset ¶
func (x *GetUserSubCommentArticleRepliedListReq) Reset()
func (*GetUserSubCommentArticleRepliedListReq) String ¶
func (x *GetUserSubCommentArticleRepliedListReq) String() string
func (*GetUserSubCommentArticleRepliedListReq) Validate ¶
func (m *GetUserSubCommentArticleRepliedListReq) Validate() error
Validate checks the field values on GetUserSubCommentArticleRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleRepliedListReq) ValidateAll ¶
func (m *GetUserSubCommentArticleRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleRepliedListReqMultiError, or nil if none found.
type GetUserSubCommentArticleRepliedListReqMultiError ¶
type GetUserSubCommentArticleRepliedListReqMultiError []error
GetUserSubCommentArticleRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReqMultiError) AllErrors ¶
func (m GetUserSubCommentArticleRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleRepliedListReqMultiError) Error ¶
func (m GetUserSubCommentArticleRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleRepliedListReqValidationError ¶
type GetUserSubCommentArticleRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleRepliedListReqValidationError is the validation error returned by GetUserSubCommentArticleRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleRepliedListReqValidationError) Cause ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleRepliedListReqValidationError) Error ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleRepliedListReqValidationError) ErrorName ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleRepliedListReqValidationError) Field ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleRepliedListReqValidationError) Key ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleRepliedListReqValidationError) Reason ¶
func (e GetUserSubCommentArticleRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleReplyListReply ¶
type GetUserSubCommentArticleReplyListReply struct { List []*GetUserSubCommentArticleReplyListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleReplyListReply) Descriptor
deprecated
func (*GetUserSubCommentArticleReplyListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleReplyListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleReplyListReply) GetList ¶
func (x *GetUserSubCommentArticleReplyListReply) GetList() []*GetUserSubCommentArticleReplyListReply_List
func (*GetUserSubCommentArticleReplyListReply) ProtoMessage ¶
func (*GetUserSubCommentArticleReplyListReply) ProtoMessage()
func (*GetUserSubCommentArticleReplyListReply) ProtoReflect ¶
func (x *GetUserSubCommentArticleReplyListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleReplyListReply) Reset ¶
func (x *GetUserSubCommentArticleReplyListReply) Reset()
func (*GetUserSubCommentArticleReplyListReply) String ¶
func (x *GetUserSubCommentArticleReplyListReply) String() string
func (*GetUserSubCommentArticleReplyListReply) Validate ¶
func (m *GetUserSubCommentArticleReplyListReply) Validate() error
Validate checks the field values on GetUserSubCommentArticleReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleReplyListReply) ValidateAll ¶
func (m *GetUserSubCommentArticleReplyListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleReplyListReplyMultiError, or nil if none found.
type GetUserSubCommentArticleReplyListReplyMultiError ¶
type GetUserSubCommentArticleReplyListReplyMultiError []error
GetUserSubCommentArticleReplyListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleReplyListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentArticleReplyListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleReplyListReplyMultiError) Error ¶
func (m GetUserSubCommentArticleReplyListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleReplyListReplyValidationError ¶
type GetUserSubCommentArticleReplyListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleReplyListReplyValidationError is the validation error returned by GetUserSubCommentArticleReplyListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReplyValidationError) Cause ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleReplyListReplyValidationError) Error ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleReplyListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleReplyListReplyValidationError) Field ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleReplyListReplyValidationError) Key ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleReplyListReplyValidationError) Reason ¶
func (e GetUserSubCommentArticleReplyListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleReplyListReply_List ¶
type GetUserSubCommentArticleReplyListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,3,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,4,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,5,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,6,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,7,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,8,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,9,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,10,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentArticleReplyListReply_List) Descriptor
deprecated
func (*GetUserSubCommentArticleReplyListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentArticleReplyListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentArticleReplyListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentArticleReplyListReply_List) GetCreationId ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetCreationId() int32
func (*GetUserSubCommentArticleReplyListReply_List) GetId ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetId() int32
func (*GetUserSubCommentArticleReplyListReply_List) GetParentId ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetParentId() int32
func (*GetUserSubCommentArticleReplyListReply_List) GetReply ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetReply() string
func (*GetUserSubCommentArticleReplyListReply_List) GetReplyName ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetReplyName() string
func (*GetUserSubCommentArticleReplyListReply_List) GetRootId ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetRootId() int32
func (*GetUserSubCommentArticleReplyListReply_List) GetRootName ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetRootName() string
func (*GetUserSubCommentArticleReplyListReply_List) GetRootUser ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetRootUser() string
func (*GetUserSubCommentArticleReplyListReply_List) GetUserName ¶
func (x *GetUserSubCommentArticleReplyListReply_List) GetUserName() string
func (*GetUserSubCommentArticleReplyListReply_List) ProtoMessage ¶
func (*GetUserSubCommentArticleReplyListReply_List) ProtoMessage()
func (*GetUserSubCommentArticleReplyListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentArticleReplyListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleReplyListReply_List) Reset ¶
func (x *GetUserSubCommentArticleReplyListReply_List) Reset()
func (*GetUserSubCommentArticleReplyListReply_List) String ¶
func (x *GetUserSubCommentArticleReplyListReply_List) String() string
func (*GetUserSubCommentArticleReplyListReply_List) Validate ¶
func (m *GetUserSubCommentArticleReplyListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentArticleReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleReplyListReply_List) ValidateAll ¶
func (m *GetUserSubCommentArticleReplyListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleReplyListReply_ListMultiError, or nil if none found.
type GetUserSubCommentArticleReplyListReply_ListMultiError ¶
type GetUserSubCommentArticleReplyListReply_ListMultiError []error
GetUserSubCommentArticleReplyListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleReplyListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentArticleReplyListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleReplyListReply_ListMultiError) Error ¶
func (m GetUserSubCommentArticleReplyListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleReplyListReply_ListValidationError ¶
type GetUserSubCommentArticleReplyListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleReplyListReply_ListValidationError is the validation error returned by GetUserSubCommentArticleReplyListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Error ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleReplyListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Field ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Key ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleReplyListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentArticleReplyListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentArticleReplyListReq ¶
type GetUserSubCommentArticleReplyListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserSubCommentArticleReplyListReq) GetPage() int32
func (*GetUserSubCommentArticleReplyListReq) GetUuid ¶
func (x *GetUserSubCommentArticleReplyListReq) GetUuid() string
func (*GetUserSubCommentArticleReplyListReq) ProtoMessage ¶
func (*GetUserSubCommentArticleReplyListReq) ProtoMessage()
func (*GetUserSubCommentArticleReplyListReq) ProtoReflect ¶
func (x *GetUserSubCommentArticleReplyListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentArticleReplyListReq) Reset ¶
func (x *GetUserSubCommentArticleReplyListReq) Reset()
func (*GetUserSubCommentArticleReplyListReq) String ¶
func (x *GetUserSubCommentArticleReplyListReq) String() string
func (*GetUserSubCommentArticleReplyListReq) Validate ¶
func (m *GetUserSubCommentArticleReplyListReq) Validate() error
Validate checks the field values on GetUserSubCommentArticleReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentArticleReplyListReq) ValidateAll ¶
func (m *GetUserSubCommentArticleReplyListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentArticleReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentArticleReplyListReqMultiError, or nil if none found.
type GetUserSubCommentArticleReplyListReqMultiError ¶
type GetUserSubCommentArticleReplyListReqMultiError []error
GetUserSubCommentArticleReplyListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentArticleReplyListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReqMultiError) AllErrors ¶
func (m GetUserSubCommentArticleReplyListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentArticleReplyListReqMultiError) Error ¶
func (m GetUserSubCommentArticleReplyListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentArticleReplyListReqValidationError ¶
type GetUserSubCommentArticleReplyListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentArticleReplyListReqValidationError is the validation error returned by GetUserSubCommentArticleReplyListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentArticleReplyListReqValidationError) Cause ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentArticleReplyListReqValidationError) Error ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentArticleReplyListReqValidationError) ErrorName ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentArticleReplyListReqValidationError) Field ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentArticleReplyListReqValidationError) Key ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentArticleReplyListReqValidationError) Reason ¶
func (e GetUserSubCommentArticleReplyListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentRepliedListReply ¶
type GetUserSubCommentRepliedListReply struct { List []*GetUserSubCommentRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentRepliedListReply) Descriptor
deprecated
func (*GetUserSubCommentRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentRepliedListReply) GetList ¶
func (x *GetUserSubCommentRepliedListReply) GetList() []*GetUserSubCommentRepliedListReply_List
func (*GetUserSubCommentRepliedListReply) ProtoMessage ¶
func (*GetUserSubCommentRepliedListReply) ProtoMessage()
func (*GetUserSubCommentRepliedListReply) ProtoReflect ¶
func (x *GetUserSubCommentRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentRepliedListReply) Reset ¶
func (x *GetUserSubCommentRepliedListReply) Reset()
func (*GetUserSubCommentRepliedListReply) String ¶
func (x *GetUserSubCommentRepliedListReply) String() string
func (*GetUserSubCommentRepliedListReply) Validate ¶
func (m *GetUserSubCommentRepliedListReply) Validate() error
Validate checks the field values on GetUserSubCommentRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentRepliedListReply) ValidateAll ¶
func (m *GetUserSubCommentRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentRepliedListReplyMultiError, or nil if none found.
type GetUserSubCommentRepliedListReplyMultiError ¶
type GetUserSubCommentRepliedListReplyMultiError []error
GetUserSubCommentRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentRepliedListReplyMultiError) Error ¶
func (m GetUserSubCommentRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentRepliedListReplyValidationError ¶
type GetUserSubCommentRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentRepliedListReplyValidationError is the validation error returned by GetUserSubCommentRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReplyValidationError) Cause ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentRepliedListReplyValidationError) Error ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentRepliedListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentRepliedListReplyValidationError) Field ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentRepliedListReplyValidationError) Key ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentRepliedListReplyValidationError) Reason ¶
func (e GetUserSubCommentRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentRepliedListReply_List ¶
type GetUserSubCommentRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationType int32 `protobuf:"varint,4,opt,name=creation_type,json=creationType,proto3" json:"creation_type,omitempty"` CreationAuthor string `protobuf:"bytes,5,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,6,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,7,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,8,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,9,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,11,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,12,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentRepliedListReply_List) Descriptor
deprecated
func (*GetUserSubCommentRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentRepliedListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentRepliedListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentRepliedListReply_List) GetCreationId ¶
func (x *GetUserSubCommentRepliedListReply_List) GetCreationId() int32
func (*GetUserSubCommentRepliedListReply_List) GetCreationType ¶
func (x *GetUserSubCommentRepliedListReply_List) GetCreationType() int32
func (*GetUserSubCommentRepliedListReply_List) GetId ¶
func (x *GetUserSubCommentRepliedListReply_List) GetId() int32
func (*GetUserSubCommentRepliedListReply_List) GetParentId ¶
func (x *GetUserSubCommentRepliedListReply_List) GetParentId() int32
func (*GetUserSubCommentRepliedListReply_List) GetReply ¶
func (x *GetUserSubCommentRepliedListReply_List) GetReply() string
func (*GetUserSubCommentRepliedListReply_List) GetReplyName ¶
func (x *GetUserSubCommentRepliedListReply_List) GetReplyName() string
func (*GetUserSubCommentRepliedListReply_List) GetRootId ¶
func (x *GetUserSubCommentRepliedListReply_List) GetRootId() int32
func (*GetUserSubCommentRepliedListReply_List) GetRootName ¶
func (x *GetUserSubCommentRepliedListReply_List) GetRootName() string
func (*GetUserSubCommentRepliedListReply_List) GetRootUser ¶
func (x *GetUserSubCommentRepliedListReply_List) GetRootUser() string
func (*GetUserSubCommentRepliedListReply_List) GetUserName ¶
func (x *GetUserSubCommentRepliedListReply_List) GetUserName() string
func (*GetUserSubCommentRepliedListReply_List) GetUuid ¶
func (x *GetUserSubCommentRepliedListReply_List) GetUuid() string
func (*GetUserSubCommentRepliedListReply_List) ProtoMessage ¶
func (*GetUserSubCommentRepliedListReply_List) ProtoMessage()
func (*GetUserSubCommentRepliedListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentRepliedListReply_List) Reset ¶
func (x *GetUserSubCommentRepliedListReply_List) Reset()
func (*GetUserSubCommentRepliedListReply_List) String ¶
func (x *GetUserSubCommentRepliedListReply_List) String() string
func (*GetUserSubCommentRepliedListReply_List) Validate ¶
func (m *GetUserSubCommentRepliedListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentRepliedListReply_List) ValidateAll ¶
func (m *GetUserSubCommentRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentRepliedListReply_ListMultiError, or nil if none found.
type GetUserSubCommentRepliedListReply_ListMultiError ¶
type GetUserSubCommentRepliedListReply_ListMultiError []error
GetUserSubCommentRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentRepliedListReply_ListMultiError) Error ¶
func (m GetUserSubCommentRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentRepliedListReply_ListValidationError ¶
type GetUserSubCommentRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentRepliedListReply_ListValidationError is the validation error returned by GetUserSubCommentRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentRepliedListReply_ListValidationError) Error ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentRepliedListReply_ListValidationError) Field ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentRepliedListReply_ListValidationError) Key ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentRepliedListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentRepliedListReq ¶
type GetUserSubCommentRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserSubCommentRepliedListReq) GetPage() int32
func (*GetUserSubCommentRepliedListReq) GetUuid ¶
func (x *GetUserSubCommentRepliedListReq) GetUuid() string
func (*GetUserSubCommentRepliedListReq) ProtoMessage ¶
func (*GetUserSubCommentRepliedListReq) ProtoMessage()
func (*GetUserSubCommentRepliedListReq) ProtoReflect ¶
func (x *GetUserSubCommentRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentRepliedListReq) Reset ¶
func (x *GetUserSubCommentRepliedListReq) Reset()
func (*GetUserSubCommentRepliedListReq) String ¶
func (x *GetUserSubCommentRepliedListReq) String() string
func (*GetUserSubCommentRepliedListReq) Validate ¶
func (m *GetUserSubCommentRepliedListReq) Validate() error
Validate checks the field values on GetUserSubCommentRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentRepliedListReq) ValidateAll ¶
func (m *GetUserSubCommentRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentRepliedListReqMultiError, or nil if none found.
type GetUserSubCommentRepliedListReqMultiError ¶
type GetUserSubCommentRepliedListReqMultiError []error
GetUserSubCommentRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReqMultiError) AllErrors ¶
func (m GetUserSubCommentRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentRepliedListReqMultiError) Error ¶
func (m GetUserSubCommentRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentRepliedListReqValidationError ¶
type GetUserSubCommentRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentRepliedListReqValidationError is the validation error returned by GetUserSubCommentRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentRepliedListReqValidationError) Cause ¶
func (e GetUserSubCommentRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentRepliedListReqValidationError) Error ¶
func (e GetUserSubCommentRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentRepliedListReqValidationError) ErrorName ¶
func (e GetUserSubCommentRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentRepliedListReqValidationError) Field ¶
func (e GetUserSubCommentRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentRepliedListReqValidationError) Key ¶
func (e GetUserSubCommentRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentRepliedListReqValidationError) Reason ¶
func (e GetUserSubCommentRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkRepliedListReply ¶
type GetUserSubCommentTalkRepliedListReply struct { List []*GetUserSubCommentTalkRepliedListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkRepliedListReply) Descriptor
deprecated
func (*GetUserSubCommentTalkRepliedListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkRepliedListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkRepliedListReply) GetList ¶
func (x *GetUserSubCommentTalkRepliedListReply) GetList() []*GetUserSubCommentTalkRepliedListReply_List
func (*GetUserSubCommentTalkRepliedListReply) ProtoMessage ¶
func (*GetUserSubCommentTalkRepliedListReply) ProtoMessage()
func (*GetUserSubCommentTalkRepliedListReply) ProtoReflect ¶
func (x *GetUserSubCommentTalkRepliedListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkRepliedListReply) Reset ¶
func (x *GetUserSubCommentTalkRepliedListReply) Reset()
func (*GetUserSubCommentTalkRepliedListReply) String ¶
func (x *GetUserSubCommentTalkRepliedListReply) String() string
func (*GetUserSubCommentTalkRepliedListReply) Validate ¶
func (m *GetUserSubCommentTalkRepliedListReply) Validate() error
Validate checks the field values on GetUserSubCommentTalkRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkRepliedListReply) ValidateAll ¶
func (m *GetUserSubCommentTalkRepliedListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkRepliedListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkRepliedListReplyMultiError, or nil if none found.
type GetUserSubCommentTalkRepliedListReplyMultiError ¶
type GetUserSubCommentTalkRepliedListReplyMultiError []error
GetUserSubCommentTalkRepliedListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkRepliedListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentTalkRepliedListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkRepliedListReplyMultiError) Error ¶
func (m GetUserSubCommentTalkRepliedListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkRepliedListReplyValidationError ¶
type GetUserSubCommentTalkRepliedListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkRepliedListReplyValidationError is the validation error returned by GetUserSubCommentTalkRepliedListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Cause ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Error ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkRepliedListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Field ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Key ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkRepliedListReplyValidationError) Reason ¶
func (e GetUserSubCommentTalkRepliedListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkRepliedListReply_List ¶
type GetUserSubCommentTalkRepliedListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` CreationId int32 `protobuf:"varint,3,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,4,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,5,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,6,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,7,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,8,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,9,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,10,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,11,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkRepliedListReply_List) Descriptor
deprecated
func (*GetUserSubCommentTalkRepliedListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkRepliedListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkRepliedListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetCreationId ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetCreationId() int32
func (*GetUserSubCommentTalkRepliedListReply_List) GetId ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetId() int32
func (*GetUserSubCommentTalkRepliedListReply_List) GetParentId ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetParentId() int32
func (*GetUserSubCommentTalkRepliedListReply_List) GetReply ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetReply() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetReplyName ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetReplyName() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetRootId ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootId() int32
func (*GetUserSubCommentTalkRepliedListReply_List) GetRootName ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootName() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetRootUser ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetRootUser() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetUserName ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetUserName() string
func (*GetUserSubCommentTalkRepliedListReply_List) GetUuid ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) GetUuid() string
func (*GetUserSubCommentTalkRepliedListReply_List) ProtoMessage ¶
func (*GetUserSubCommentTalkRepliedListReply_List) ProtoMessage()
func (*GetUserSubCommentTalkRepliedListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkRepliedListReply_List) Reset ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) Reset()
func (*GetUserSubCommentTalkRepliedListReply_List) String ¶
func (x *GetUserSubCommentTalkRepliedListReply_List) String() string
func (*GetUserSubCommentTalkRepliedListReply_List) Validate ¶
func (m *GetUserSubCommentTalkRepliedListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentTalkRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkRepliedListReply_List) ValidateAll ¶
func (m *GetUserSubCommentTalkRepliedListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkRepliedListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkRepliedListReply_ListMultiError, or nil if none found.
type GetUserSubCommentTalkRepliedListReply_ListMultiError ¶
type GetUserSubCommentTalkRepliedListReply_ListMultiError []error
GetUserSubCommentTalkRepliedListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkRepliedListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentTalkRepliedListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkRepliedListReply_ListMultiError) Error ¶
func (m GetUserSubCommentTalkRepliedListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkRepliedListReply_ListValidationError ¶
type GetUserSubCommentTalkRepliedListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkRepliedListReply_ListValidationError is the validation error returned by GetUserSubCommentTalkRepliedListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Error ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Field ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Key ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkRepliedListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentTalkRepliedListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkRepliedListReq ¶
type GetUserSubCommentTalkRepliedListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserSubCommentTalkRepliedListReq) GetPage() int32
func (*GetUserSubCommentTalkRepliedListReq) GetUuid ¶
func (x *GetUserSubCommentTalkRepliedListReq) GetUuid() string
func (*GetUserSubCommentTalkRepliedListReq) ProtoMessage ¶
func (*GetUserSubCommentTalkRepliedListReq) ProtoMessage()
func (*GetUserSubCommentTalkRepliedListReq) ProtoReflect ¶
func (x *GetUserSubCommentTalkRepliedListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkRepliedListReq) Reset ¶
func (x *GetUserSubCommentTalkRepliedListReq) Reset()
func (*GetUserSubCommentTalkRepliedListReq) String ¶
func (x *GetUserSubCommentTalkRepliedListReq) String() string
func (*GetUserSubCommentTalkRepliedListReq) Validate ¶
func (m *GetUserSubCommentTalkRepliedListReq) Validate() error
Validate checks the field values on GetUserSubCommentTalkRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkRepliedListReq) ValidateAll ¶
func (m *GetUserSubCommentTalkRepliedListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkRepliedListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkRepliedListReqMultiError, or nil if none found.
type GetUserSubCommentTalkRepliedListReqMultiError ¶
type GetUserSubCommentTalkRepliedListReqMultiError []error
GetUserSubCommentTalkRepliedListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkRepliedListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReqMultiError) AllErrors ¶
func (m GetUserSubCommentTalkRepliedListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkRepliedListReqMultiError) Error ¶
func (m GetUserSubCommentTalkRepliedListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkRepliedListReqValidationError ¶
type GetUserSubCommentTalkRepliedListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkRepliedListReqValidationError is the validation error returned by GetUserSubCommentTalkRepliedListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkRepliedListReqValidationError) Cause ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkRepliedListReqValidationError) Error ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkRepliedListReqValidationError) ErrorName ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkRepliedListReqValidationError) Field ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkRepliedListReqValidationError) Key ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkRepliedListReqValidationError) Reason ¶
func (e GetUserSubCommentTalkRepliedListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkReplyListReply ¶
type GetUserSubCommentTalkReplyListReply struct { List []*GetUserSubCommentTalkReplyListReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkReplyListReply) Descriptor
deprecated
func (*GetUserSubCommentTalkReplyListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkReplyListReply.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkReplyListReply) GetList ¶
func (x *GetUserSubCommentTalkReplyListReply) GetList() []*GetUserSubCommentTalkReplyListReply_List
func (*GetUserSubCommentTalkReplyListReply) ProtoMessage ¶
func (*GetUserSubCommentTalkReplyListReply) ProtoMessage()
func (*GetUserSubCommentTalkReplyListReply) ProtoReflect ¶
func (x *GetUserSubCommentTalkReplyListReply) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkReplyListReply) Reset ¶
func (x *GetUserSubCommentTalkReplyListReply) Reset()
func (*GetUserSubCommentTalkReplyListReply) String ¶
func (x *GetUserSubCommentTalkReplyListReply) String() string
func (*GetUserSubCommentTalkReplyListReply) Validate ¶
func (m *GetUserSubCommentTalkReplyListReply) Validate() error
Validate checks the field values on GetUserSubCommentTalkReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkReplyListReply) ValidateAll ¶
func (m *GetUserSubCommentTalkReplyListReply) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkReplyListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkReplyListReplyMultiError, or nil if none found.
type GetUserSubCommentTalkReplyListReplyMultiError ¶
type GetUserSubCommentTalkReplyListReplyMultiError []error
GetUserSubCommentTalkReplyListReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkReplyListReply.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReplyMultiError) AllErrors ¶
func (m GetUserSubCommentTalkReplyListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkReplyListReplyMultiError) Error ¶
func (m GetUserSubCommentTalkReplyListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkReplyListReplyValidationError ¶
type GetUserSubCommentTalkReplyListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkReplyListReplyValidationError is the validation error returned by GetUserSubCommentTalkReplyListReply.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReplyValidationError) Cause ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkReplyListReplyValidationError) Error ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkReplyListReplyValidationError) ErrorName ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkReplyListReplyValidationError) Field ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkReplyListReplyValidationError) Key ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkReplyListReplyValidationError) Reason ¶
func (e GetUserSubCommentTalkReplyListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkReplyListReply_List ¶
type GetUserSubCommentTalkReplyListReply_List struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreationId int32 `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"` CreationAuthor string `protobuf:"bytes,3,opt,name=creation_author,json=creationAuthor,proto3" json:"creation_author,omitempty"` RootId int32 `protobuf:"varint,4,opt,name=root_id,json=rootId,proto3" json:"root_id,omitempty"` RootUser string `protobuf:"bytes,5,opt,name=root_user,json=rootUser,proto3" json:"root_user,omitempty"` ParentId int32 `protobuf:"varint,6,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Reply string `protobuf:"bytes,7,opt,name=reply,proto3" json:"reply,omitempty"` UserName string `protobuf:"bytes,8,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` ReplyName string `protobuf:"bytes,9,opt,name=reply_name,json=replyName,proto3" json:"reply_name,omitempty"` RootName string `protobuf:"bytes,10,opt,name=root_name,json=rootName,proto3" json:"root_name,omitempty"` // contains filtered or unexported fields }
func (*GetUserSubCommentTalkReplyListReply_List) Descriptor
deprecated
func (*GetUserSubCommentTalkReplyListReply_List) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSubCommentTalkReplyListReply_List.ProtoReflect.Descriptor instead.
func (*GetUserSubCommentTalkReplyListReply_List) GetCreationAuthor ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetCreationAuthor() string
func (*GetUserSubCommentTalkReplyListReply_List) GetCreationId ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetCreationId() int32
func (*GetUserSubCommentTalkReplyListReply_List) GetId ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetId() int32
func (*GetUserSubCommentTalkReplyListReply_List) GetParentId ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetParentId() int32
func (*GetUserSubCommentTalkReplyListReply_List) GetReply ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetReply() string
func (*GetUserSubCommentTalkReplyListReply_List) GetReplyName ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetReplyName() string
func (*GetUserSubCommentTalkReplyListReply_List) GetRootId ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetRootId() int32
func (*GetUserSubCommentTalkReplyListReply_List) GetRootName ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetRootName() string
func (*GetUserSubCommentTalkReplyListReply_List) GetRootUser ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetRootUser() string
func (*GetUserSubCommentTalkReplyListReply_List) GetUserName ¶
func (x *GetUserSubCommentTalkReplyListReply_List) GetUserName() string
func (*GetUserSubCommentTalkReplyListReply_List) ProtoMessage ¶
func (*GetUserSubCommentTalkReplyListReply_List) ProtoMessage()
func (*GetUserSubCommentTalkReplyListReply_List) ProtoReflect ¶
func (x *GetUserSubCommentTalkReplyListReply_List) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkReplyListReply_List) Reset ¶
func (x *GetUserSubCommentTalkReplyListReply_List) Reset()
func (*GetUserSubCommentTalkReplyListReply_List) String ¶
func (x *GetUserSubCommentTalkReplyListReply_List) String() string
func (*GetUserSubCommentTalkReplyListReply_List) Validate ¶
func (m *GetUserSubCommentTalkReplyListReply_List) Validate() error
Validate checks the field values on GetUserSubCommentTalkReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkReplyListReply_List) ValidateAll ¶
func (m *GetUserSubCommentTalkReplyListReply_List) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkReplyListReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkReplyListReply_ListMultiError, or nil if none found.
type GetUserSubCommentTalkReplyListReply_ListMultiError ¶
type GetUserSubCommentTalkReplyListReply_ListMultiError []error
GetUserSubCommentTalkReplyListReply_ListMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkReplyListReply_List.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReply_ListMultiError) AllErrors ¶
func (m GetUserSubCommentTalkReplyListReply_ListMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkReplyListReply_ListMultiError) Error ¶
func (m GetUserSubCommentTalkReplyListReply_ListMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkReplyListReply_ListValidationError ¶
type GetUserSubCommentTalkReplyListReply_ListValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkReplyListReply_ListValidationError is the validation error returned by GetUserSubCommentTalkReplyListReply_List.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Cause ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Error ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkReplyListReply_ListValidationError) ErrorName ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Field ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Key ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkReplyListReply_ListValidationError) Reason ¶
func (e GetUserSubCommentTalkReplyListReply_ListValidationError) Reason() string
Reason function returns reason value.
type GetUserSubCommentTalkReplyListReq ¶
type GetUserSubCommentTalkReplyListReq struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` 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 (x *GetUserSubCommentTalkReplyListReq) GetPage() int32
func (*GetUserSubCommentTalkReplyListReq) GetUuid ¶
func (x *GetUserSubCommentTalkReplyListReq) GetUuid() string
func (*GetUserSubCommentTalkReplyListReq) ProtoMessage ¶
func (*GetUserSubCommentTalkReplyListReq) ProtoMessage()
func (*GetUserSubCommentTalkReplyListReq) ProtoReflect ¶
func (x *GetUserSubCommentTalkReplyListReq) ProtoReflect() protoreflect.Message
func (*GetUserSubCommentTalkReplyListReq) Reset ¶
func (x *GetUserSubCommentTalkReplyListReq) Reset()
func (*GetUserSubCommentTalkReplyListReq) String ¶
func (x *GetUserSubCommentTalkReplyListReq) String() string
func (*GetUserSubCommentTalkReplyListReq) Validate ¶
func (m *GetUserSubCommentTalkReplyListReq) Validate() error
Validate checks the field values on GetUserSubCommentTalkReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserSubCommentTalkReplyListReq) ValidateAll ¶
func (m *GetUserSubCommentTalkReplyListReq) ValidateAll() error
ValidateAll checks the field values on GetUserSubCommentTalkReplyListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubCommentTalkReplyListReqMultiError, or nil if none found.
type GetUserSubCommentTalkReplyListReqMultiError ¶
type GetUserSubCommentTalkReplyListReqMultiError []error
GetUserSubCommentTalkReplyListReqMultiError is an error wrapping multiple validation errors returned by GetUserSubCommentTalkReplyListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReqMultiError) AllErrors ¶
func (m GetUserSubCommentTalkReplyListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserSubCommentTalkReplyListReqMultiError) Error ¶
func (m GetUserSubCommentTalkReplyListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserSubCommentTalkReplyListReqValidationError ¶
type GetUserSubCommentTalkReplyListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserSubCommentTalkReplyListReqValidationError is the validation error returned by GetUserSubCommentTalkReplyListReq.Validate if the designated constraints aren't met.
func (GetUserSubCommentTalkReplyListReqValidationError) Cause ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserSubCommentTalkReplyListReqValidationError) Error ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserSubCommentTalkReplyListReqValidationError) ErrorName ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserSubCommentTalkReplyListReqValidationError) Field ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Field() string
Field function returns field value.
func (GetUserSubCommentTalkReplyListReqValidationError) Key ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Key() bool
Key function returns key value.
func (GetUserSubCommentTalkReplyListReqValidationError) Reason ¶
func (e GetUserSubCommentTalkReplyListReqValidationError) Reason() string
Reason function returns reason value.
type 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 (x *RemoveCommentDbAndCacheReq) ProtoReflect() protoreflect.Message
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 ¶
func (m RemoveCommentDbAndCacheReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RemoveCommentDbAndCacheReqMultiError) Error ¶
func (m RemoveCommentDbAndCacheReqMultiError) Error() string
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 ¶
func (e RemoveCommentDbAndCacheReqValidationError) Cause() error
Cause function returns cause value.
func (RemoveCommentDbAndCacheReqValidationError) Error ¶
func (e RemoveCommentDbAndCacheReqValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveCommentDbAndCacheReqValidationError) ErrorName ¶
func (e RemoveCommentDbAndCacheReqValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveCommentDbAndCacheReqValidationError) Field ¶
func (e RemoveCommentDbAndCacheReqValidationError) Field() string
Field function returns field value.
func (RemoveCommentDbAndCacheReqValidationError) Key ¶
func (e RemoveCommentDbAndCacheReqValidationError) Key() bool
Key function returns key value.
func (RemoveCommentDbAndCacheReqValidationError) Reason ¶
func (e RemoveCommentDbAndCacheReqValidationError) Reason() string
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 ¶
func (m RemoveCommentReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RemoveCommentReqValidationError ¶
type RemoveCommentReqValidationError struct {
// contains filtered or unexported fields
}
RemoveCommentReqValidationError is the validation error returned by RemoveCommentReq.Validate if the designated constraints aren't met.
func (RemoveCommentReqValidationError) Cause ¶
func (e RemoveCommentReqValidationError) Cause() error
Cause function returns cause value.
func (RemoveCommentReqValidationError) Error ¶
func (e RemoveCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveCommentReqValidationError) ErrorName ¶
func (e RemoveCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveCommentReqValidationError) Field ¶
func (e RemoveCommentReqValidationError) Field() string
Field function returns field value.
func (RemoveCommentReqValidationError) Key ¶
func (e RemoveCommentReqValidationError) Key() bool
Key function returns key value.
func (RemoveCommentReqValidationError) Reason ¶
func (e RemoveCommentReqValidationError) Reason() string
Reason function returns reason value.
type 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 (x *RemoveSubCommentDbAndCacheReq) GetId() int32
func (*RemoveSubCommentDbAndCacheReq) GetUuid ¶
func (x *RemoveSubCommentDbAndCacheReq) GetUuid() string
func (*RemoveSubCommentDbAndCacheReq) ProtoMessage ¶
func (*RemoveSubCommentDbAndCacheReq) ProtoMessage()
func (*RemoveSubCommentDbAndCacheReq) ProtoReflect ¶
func (x *RemoveSubCommentDbAndCacheReq) ProtoReflect() protoreflect.Message
func (*RemoveSubCommentDbAndCacheReq) Reset ¶
func (x *RemoveSubCommentDbAndCacheReq) Reset()
func (*RemoveSubCommentDbAndCacheReq) String ¶
func (x *RemoveSubCommentDbAndCacheReq) String() 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 ¶
func (m RemoveSubCommentDbAndCacheReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RemoveSubCommentDbAndCacheReqMultiError) Error ¶
func (m RemoveSubCommentDbAndCacheReqMultiError) Error() string
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 ¶
func (e RemoveSubCommentDbAndCacheReqValidationError) Cause() error
Cause function returns cause value.
func (RemoveSubCommentDbAndCacheReqValidationError) Error ¶
func (e RemoveSubCommentDbAndCacheReqValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveSubCommentDbAndCacheReqValidationError) ErrorName ¶
func (e RemoveSubCommentDbAndCacheReqValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveSubCommentDbAndCacheReqValidationError) Field ¶
func (e RemoveSubCommentDbAndCacheReqValidationError) Field() string
Field function returns field value.
func (RemoveSubCommentDbAndCacheReqValidationError) Key ¶
func (e RemoveSubCommentDbAndCacheReqValidationError) Key() bool
Key function returns key value.
func (RemoveSubCommentDbAndCacheReqValidationError) Reason ¶
func (e RemoveSubCommentDbAndCacheReqValidationError) Reason() string
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 ¶
func (m RemoveSubCommentReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RemoveSubCommentReqValidationError ¶
type RemoveSubCommentReqValidationError struct {
// contains filtered or unexported fields
}
RemoveSubCommentReqValidationError is the validation error returned by RemoveSubCommentReq.Validate if the designated constraints aren't met.
func (RemoveSubCommentReqValidationError) Cause ¶
func (e RemoveSubCommentReqValidationError) Cause() error
Cause function returns cause value.
func (RemoveSubCommentReqValidationError) Error ¶
func (e RemoveSubCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveSubCommentReqValidationError) ErrorName ¶
func (e RemoveSubCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveSubCommentReqValidationError) Field ¶
func (e RemoveSubCommentReqValidationError) Field() string
Field function returns field value.
func (RemoveSubCommentReqValidationError) Key ¶
func (e RemoveSubCommentReqValidationError) Key() bool
Key function returns key value.
func (RemoveSubCommentReqValidationError) Reason ¶
func (e RemoveSubCommentReqValidationError) Reason() string
Reason function returns reason value.
type 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 ¶
func (e SendCommentReqValidationError) Cause() error
Cause function returns cause value.
func (SendCommentReqValidationError) Error ¶
func (e SendCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendCommentReqValidationError) ErrorName ¶
func (e SendCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendCommentReqValidationError) Field ¶
func (e SendCommentReqValidationError) Field() string
Field function returns field value.
func (SendCommentReqValidationError) Key ¶
func (e SendCommentReqValidationError) Key() bool
Key function returns key value.
func (SendCommentReqValidationError) Reason ¶
func (e SendCommentReqValidationError) Reason() string
Reason function returns reason value.
type 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 ¶
func (m SendSubCommentReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SendSubCommentReqValidationError ¶
type SendSubCommentReqValidationError struct {
// contains filtered or unexported fields
}
SendSubCommentReqValidationError is the validation error returned by SendSubCommentReq.Validate if the designated constraints aren't met.
func (SendSubCommentReqValidationError) Cause ¶
func (e SendSubCommentReqValidationError) Cause() error
Cause function returns cause value.
func (SendSubCommentReqValidationError) Error ¶
func (e SendSubCommentReqValidationError) Error() string
Error satisfies the builtin error interface
func (SendSubCommentReqValidationError) ErrorName ¶
func (e SendSubCommentReqValidationError) ErrorName() string
ErrorName returns error name.
func (SendSubCommentReqValidationError) Field ¶
func (e SendSubCommentReqValidationError) Field() string
Field function returns field value.
func (SendSubCommentReqValidationError) Key ¶
func (e SendSubCommentReqValidationError) Key() bool
Key function returns key value.
func (SendSubCommentReqValidationError) Reason ¶
func (e SendSubCommentReqValidationError) Reason() string
Reason function returns reason value.
type 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 ¶
func (m SetCommentAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetCommentAgreeReqValidationError ¶
type SetCommentAgreeReqValidationError struct {
// contains filtered or unexported fields
}
SetCommentAgreeReqValidationError is the validation error returned by SetCommentAgreeReq.Validate if the designated constraints aren't met.
func (SetCommentAgreeReqValidationError) Cause ¶
func (e SetCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (SetCommentAgreeReqValidationError) Error ¶
func (e SetCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetCommentAgreeReqValidationError) ErrorName ¶
func (e SetCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetCommentAgreeReqValidationError) Field ¶
func (e SetCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (SetCommentAgreeReqValidationError) Key ¶
func (e SetCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (SetCommentAgreeReqValidationError) Reason ¶
func (e SetCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type 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 ¶
func (m SetSubCommentAgreeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetSubCommentAgreeReqValidationError ¶
type SetSubCommentAgreeReqValidationError struct {
// contains filtered or unexported fields
}
SetSubCommentAgreeReqValidationError is the validation error returned by SetSubCommentAgreeReq.Validate if the designated constraints aren't met.
func (SetSubCommentAgreeReqValidationError) Cause ¶
func (e SetSubCommentAgreeReqValidationError) Cause() error
Cause function returns cause value.
func (SetSubCommentAgreeReqValidationError) Error ¶
func (e SetSubCommentAgreeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetSubCommentAgreeReqValidationError) ErrorName ¶
func (e SetSubCommentAgreeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetSubCommentAgreeReqValidationError) Field ¶
func (e SetSubCommentAgreeReqValidationError) Field() string
Field function returns field value.
func (SetSubCommentAgreeReqValidationError) Key ¶
func (e SetSubCommentAgreeReqValidationError) Key() bool
Key function returns key value.
func (SetSubCommentAgreeReqValidationError) Reason ¶
func (e SetSubCommentAgreeReqValidationError) Reason() string
Reason function returns reason value.
type UnimplementedCommentServer ¶
type UnimplementedCommentServer struct { }
UnimplementedCommentServer must be embedded to have forward compatible implementations.
func (UnimplementedCommentServer) AddCommentContentReviewDbAndCache ¶
func (UnimplementedCommentServer) AddCommentContentReviewDbAndCache(context.Context, *AddCommentContentReviewDbAndCacheReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) CancelCommentAgree ¶
func (UnimplementedCommentServer) CancelCommentAgree(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) CancelCommentAgreeDbAndCache ¶
func (UnimplementedCommentServer) CancelCommentAgreeDbAndCache(context.Context, *CancelCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) CancelSubCommentAgree ¶
func (UnimplementedCommentServer) CancelSubCommentAgree(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) CancelSubCommentAgreeDbAndCache ¶
func (UnimplementedCommentServer) CancelSubCommentAgreeDbAndCache(context.Context, *CancelSubCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) CommentContentIrregular ¶
func (UnimplementedCommentServer) CommentContentIrregular(context.Context, *CommentContentIrregularReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) CreateComment ¶
func (UnimplementedCommentServer) CreateComment(context.Context, *CreateCommentReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) CreateCommentDbAndCache ¶
func (UnimplementedCommentServer) CreateCommentDbAndCache(context.Context, *CreateCommentDbAndCacheReq) (*CreateCommentDbAndCacheReply, error)
func (UnimplementedCommentServer) CreateCommentDraft ¶
func (UnimplementedCommentServer) CreateCommentDraft(context.Context, *CreateCommentDraftReq) (*CreateCommentDraftReply, error)
func (UnimplementedCommentServer) CreateSubComment ¶
func (UnimplementedCommentServer) CreateSubComment(context.Context, *CreateSubCommentReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) CreateSubCommentDbAndCache ¶
func (UnimplementedCommentServer) CreateSubCommentDbAndCache(context.Context, *CreateSubCommentDbAndCacheReq) (*CreateSubCommentDbAndCacheReply, error)
func (UnimplementedCommentServer) GetCommentContentReview ¶
func (UnimplementedCommentServer) GetCommentContentReview(context.Context, *GetCommentContentReviewReq) (*GetCommentContentReviewReply, error)
func (UnimplementedCommentServer) GetCommentList ¶
func (UnimplementedCommentServer) GetCommentList(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
func (UnimplementedCommentServer) GetCommentListHot ¶
func (UnimplementedCommentServer) GetCommentListHot(context.Context, *GetCommentListReq) (*GetCommentListReply, error)
func (UnimplementedCommentServer) GetCommentListStatistic ¶
func (UnimplementedCommentServer) GetCommentListStatistic(context.Context, *GetCommentListStatisticReq) (*GetCommentListStatisticReply, error)
func (UnimplementedCommentServer) GetCommentUser ¶
func (UnimplementedCommentServer) GetCommentUser(context.Context, *GetCommentUserReq) (*GetCommentUserReply, error)
func (UnimplementedCommentServer) GetLastCommentDraft ¶
func (UnimplementedCommentServer) GetLastCommentDraft(context.Context, *GetLastCommentDraftReq) (*GetLastCommentDraftReply, error)
func (UnimplementedCommentServer) GetSubCommentList ¶
func (UnimplementedCommentServer) GetSubCommentList(context.Context, *GetSubCommentListReq) (*GetSubCommentListReply, error)
func (UnimplementedCommentServer) GetSubCommentListStatistic ¶
func (UnimplementedCommentServer) GetSubCommentListStatistic(context.Context, *GetCommentListStatisticReq) (*GetCommentListStatisticReply, error)
func (UnimplementedCommentServer) GetUserCommentAgree ¶
func (UnimplementedCommentServer) GetUserCommentAgree(context.Context, *GetUserCommentAgreeReq) (*GetUserCommentAgreeReply, error)
func (UnimplementedCommentServer) GetUserCommentArticleRepliedList ¶
func (UnimplementedCommentServer) GetUserCommentArticleRepliedList(context.Context, *GetUserCommentArticleRepliedListReq) (*GetUserCommentArticleRepliedListReply, error)
func (UnimplementedCommentServer) GetUserCommentArticleReplyList ¶
func (UnimplementedCommentServer) GetUserCommentArticleReplyList(context.Context, *GetUserCommentArticleReplyListReq) (*GetUserCommentArticleReplyListReply, error)
func (UnimplementedCommentServer) GetUserCommentRepliedList ¶
func (UnimplementedCommentServer) GetUserCommentRepliedList(context.Context, *GetUserCommentRepliedListReq) (*GetUserCommentRepliedListReply, error)
func (UnimplementedCommentServer) GetUserCommentTalkRepliedList ¶
func (UnimplementedCommentServer) GetUserCommentTalkRepliedList(context.Context, *GetUserCommentTalkRepliedListReq) (*GetUserCommentTalkRepliedListReply, error)
func (UnimplementedCommentServer) GetUserCommentTalkReplyList ¶
func (UnimplementedCommentServer) GetUserCommentTalkReplyList(context.Context, *GetUserCommentTalkReplyListReq) (*GetUserCommentTalkReplyListReply, error)
func (UnimplementedCommentServer) GetUserSubCommentArticleRepliedList ¶
func (UnimplementedCommentServer) GetUserSubCommentArticleRepliedList(context.Context, *GetUserSubCommentArticleRepliedListReq) (*GetUserSubCommentArticleRepliedListReply, error)
func (UnimplementedCommentServer) GetUserSubCommentArticleReplyList ¶
func (UnimplementedCommentServer) GetUserSubCommentArticleReplyList(context.Context, *GetUserSubCommentArticleReplyListReq) (*GetUserSubCommentArticleReplyListReply, error)
func (UnimplementedCommentServer) GetUserSubCommentRepliedList ¶
func (UnimplementedCommentServer) GetUserSubCommentRepliedList(context.Context, *GetUserSubCommentRepliedListReq) (*GetUserSubCommentRepliedListReply, error)
func (UnimplementedCommentServer) GetUserSubCommentTalkRepliedList ¶
func (UnimplementedCommentServer) GetUserSubCommentTalkRepliedList(context.Context, *GetUserSubCommentTalkRepliedListReq) (*GetUserSubCommentTalkRepliedListReply, error)
func (UnimplementedCommentServer) GetUserSubCommentTalkReplyList ¶
func (UnimplementedCommentServer) GetUserSubCommentTalkReplyList(context.Context, *GetUserSubCommentTalkReplyListReq) (*GetUserSubCommentTalkReplyListReply, error)
func (UnimplementedCommentServer) RemoveComment ¶
func (UnimplementedCommentServer) RemoveComment(context.Context, *RemoveCommentReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) RemoveCommentDbAndCache ¶
func (UnimplementedCommentServer) RemoveCommentDbAndCache(context.Context, *RemoveCommentDbAndCacheReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) RemoveSubComment ¶
func (UnimplementedCommentServer) RemoveSubComment(context.Context, *RemoveSubCommentReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) RemoveSubCommentDbAndCache ¶
func (UnimplementedCommentServer) RemoveSubCommentDbAndCache(context.Context, *RemoveSubCommentDbAndCacheReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) SendComment ¶
func (UnimplementedCommentServer) SendComment(context.Context, *SendCommentReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) SendSubComment ¶
func (UnimplementedCommentServer) SendSubComment(context.Context, *SendSubCommentReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) SetCommentAgree ¶
func (UnimplementedCommentServer) SetCommentAgree(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) SetCommentAgreeDbAndCache ¶
func (UnimplementedCommentServer) SetCommentAgreeDbAndCache(context.Context, *SetCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) SetSubCommentAgree ¶
func (UnimplementedCommentServer) SetSubCommentAgree(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error)
func (UnimplementedCommentServer) SetSubCommentAgreeDbAndCache ¶
func (UnimplementedCommentServer) SetSubCommentAgreeDbAndCache(context.Context, *SetSubCommentAgreeReq) (*emptypb.Empty, error)
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.