v1

package
v1.7.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const OperationCreationGetHealth = "/creation.v1.Creation/GetHealth"

Variables

View Source
var (
	CreationErrorReason_name = map[int32]string{
		0:  "UNKNOWN_ERROR",
		1:  "RECORD_NOT_FOUND",
		2:  "GET_LEADER_BOARD_FAILED",
		3:  "GET_COLLECT_ARTICLE_FAILED",
		4:  "GET_COLLECTION_FAILED",
		5:  "GET_COLLECTIONS_LIST_FAILED",
		6:  "GET_TIMELINE_LIST_FAILED",
		7:  "CREATE_COLLECTIONS_FAILED",
		8:  "CREATE_TIMELINE_FAILED",
		9:  "EDIT_COLLECTIONS_FAILED",
		10: "DELETE_COLLECTIONS_FAILED",
		11: "GET_ARTICLE_FAILED",
		12: "GET_ARTICLE_DRAFT_FAILED",
		13: "GET_ARTICLE_LIST_FAILED",
		14: "GET_ARTICLE_SEARCH_FAILED",
		15: "GET_ARTICLE_AGREE_FAILED",
		16: "GET_ARTICLE_COLLECT_FAILED",
		17: "CREATE_ARTICLE_FAILED",
		18: "EDIT_ARTICLE_FAILED",
		19: "DELETE_ARTICLE_FAILED",
		20: "GET_TALK_FAILED",
		21: "GET_TALK_AGREE_FAILED",
		22: "GET_TALK_COLLECT_FAILED",
		23: "GET_TALK_DRAFT_FAILED",
		24: "GET_TALK_LIST_FAILED",
		25: "GET_TALK_SEARCH_FAILED",
		26: "CREATE_TALK_FAILED",
		27: "EDIT_TALK_FAILED",
		28: "DELETE_TALK_FAILED",
		29: "GET_DRAFT_LIST_FAILED",
		30: "CREATE_DRAFT_FAILED",
		31: "DRAFT_MARK_FAILED",
		32: "GET_COLUMN_FAILED",
		33: "GET_COLUMN_AGREE_FAILED",
		34: "GET_COLUMN_COLLECT_FAILED",
		35: "GET_COLUMN_DRAFT_FAILED",
		36: "GET_COLUMN_SEARCH_FAILED",
		37: "CREATE_COLUMN_FAILED",
		38: "EDIT_COLUMN_FAILED",
		39: "DELETE_COLUMN_FAILED",
		40: "GET_COLUMN_LIST_FAILED",
		41: "GET_SUBSCRIBE_COLUMN_LIST_FAILED",
		42: "GET_COLUMN_SUBSCRIBES_FAILED",
		43: "GET_SUBSCRIBE_COLUMN_FAILED",
		44: "ADD_COLUMN_INCLUDES_FAILED",
		45: "DELETE_COLUMN_INCLUDES_FAILED",
		46: "SUBSCRIBE_COLUMN_FAILED",
		47: "SUBSCRIBE_COLUMN_JUDGE_FAILED",
		48: "CANCEL_SUBSCRIBE_COLUMN_FAILED",
		49: "GET_NEWS_FAILED",
		50: "GET_NEWS_SEARCH_FAILED",
		51: "SET_AGREE_FAILED",
		52: "SET_VIEW_FAILED",
		53: "SET_COLLECT_FAILED",
		54: "SET_IMAGE_IRREGULAR_FAILED",
		55: "SET_CONTENT_IRREGULAR_FAILED",
		56: "CANCEL_AGREE_FAILED",
		57: "CANCEL_VIEW_FAILED",
		58: "CANCEL_COLLECT_FAILED",
		59: "GET_STATISTIC_FAILED",
		60: "GET_STATISTIC_JUDGE_FAILED",
		61: "GET_COUNT_FAILED",
		62: "GET_CREATION_USER_FAILED",
		63: "GET_IMAGE_REVIEW_FAILED",
		64: "GET_CONTENT_REVIEW_FAILED",
		65: "SET_RECORD_FAILED",
		66: "NOT_EMPTY",
		67: "ADD_COMMENT_FAILED",
		68: "REDUCE_COMMENT_FAILED",
	}
	CreationErrorReason_value = map[string]int32{
		"UNKNOWN_ERROR":                    0,
		"RECORD_NOT_FOUND":                 1,
		"GET_LEADER_BOARD_FAILED":          2,
		"GET_COLLECT_ARTICLE_FAILED":       3,
		"GET_COLLECTION_FAILED":            4,
		"GET_COLLECTIONS_LIST_FAILED":      5,
		"GET_TIMELINE_LIST_FAILED":         6,
		"CREATE_COLLECTIONS_FAILED":        7,
		"CREATE_TIMELINE_FAILED":           8,
		"EDIT_COLLECTIONS_FAILED":          9,
		"DELETE_COLLECTIONS_FAILED":        10,
		"GET_ARTICLE_FAILED":               11,
		"GET_ARTICLE_DRAFT_FAILED":         12,
		"GET_ARTICLE_LIST_FAILED":          13,
		"GET_ARTICLE_SEARCH_FAILED":        14,
		"GET_ARTICLE_AGREE_FAILED":         15,
		"GET_ARTICLE_COLLECT_FAILED":       16,
		"CREATE_ARTICLE_FAILED":            17,
		"EDIT_ARTICLE_FAILED":              18,
		"DELETE_ARTICLE_FAILED":            19,
		"GET_TALK_FAILED":                  20,
		"GET_TALK_AGREE_FAILED":            21,
		"GET_TALK_COLLECT_FAILED":          22,
		"GET_TALK_DRAFT_FAILED":            23,
		"GET_TALK_LIST_FAILED":             24,
		"GET_TALK_SEARCH_FAILED":           25,
		"CREATE_TALK_FAILED":               26,
		"EDIT_TALK_FAILED":                 27,
		"DELETE_TALK_FAILED":               28,
		"GET_DRAFT_LIST_FAILED":            29,
		"CREATE_DRAFT_FAILED":              30,
		"DRAFT_MARK_FAILED":                31,
		"GET_COLUMN_FAILED":                32,
		"GET_COLUMN_AGREE_FAILED":          33,
		"GET_COLUMN_COLLECT_FAILED":        34,
		"GET_COLUMN_DRAFT_FAILED":          35,
		"GET_COLUMN_SEARCH_FAILED":         36,
		"CREATE_COLUMN_FAILED":             37,
		"EDIT_COLUMN_FAILED":               38,
		"DELETE_COLUMN_FAILED":             39,
		"GET_COLUMN_LIST_FAILED":           40,
		"GET_SUBSCRIBE_COLUMN_LIST_FAILED": 41,
		"GET_COLUMN_SUBSCRIBES_FAILED":     42,
		"GET_SUBSCRIBE_COLUMN_FAILED":      43,
		"ADD_COLUMN_INCLUDES_FAILED":       44,
		"DELETE_COLUMN_INCLUDES_FAILED":    45,
		"SUBSCRIBE_COLUMN_FAILED":          46,
		"SUBSCRIBE_COLUMN_JUDGE_FAILED":    47,
		"CANCEL_SUBSCRIBE_COLUMN_FAILED":   48,
		"GET_NEWS_FAILED":                  49,
		"GET_NEWS_SEARCH_FAILED":           50,
		"SET_AGREE_FAILED":                 51,
		"SET_VIEW_FAILED":                  52,
		"SET_COLLECT_FAILED":               53,
		"SET_IMAGE_IRREGULAR_FAILED":       54,
		"SET_CONTENT_IRREGULAR_FAILED":     55,
		"CANCEL_AGREE_FAILED":              56,
		"CANCEL_VIEW_FAILED":               57,
		"CANCEL_COLLECT_FAILED":            58,
		"GET_STATISTIC_FAILED":             59,
		"GET_STATISTIC_JUDGE_FAILED":       60,
		"GET_COUNT_FAILED":                 61,
		"GET_CREATION_USER_FAILED":         62,
		"GET_IMAGE_REVIEW_FAILED":          63,
		"GET_CONTENT_REVIEW_FAILED":        64,
		"SET_RECORD_FAILED":                65,
		"NOT_EMPTY":                        66,
		"ADD_COMMENT_FAILED":               67,
		"REDUCE_COMMENT_FAILED":            68,
	}
)

Enum value maps for CreationErrorReason.

View Source
var Creation_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "creation.v1.Creation",
	HandlerType: (*CreationServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetLeaderBoard",
			Handler:    _Creation_GetLeaderBoard_Handler,
		},
		{
			MethodName: "GetLastCollectionsDraft",
			Handler:    _Creation_GetLastCollectionsDraft_Handler,
		},
		{
			MethodName: "GetCollectionsContentReview",
			Handler:    _Creation_GetCollectionsContentReview_Handler,
		},
		{
			MethodName: "GetCollectArticleList",
			Handler:    _Creation_GetCollectArticleList_Handler,
		},
		{
			MethodName: "GetCollectArticleCount",
			Handler:    _Creation_GetCollectArticleCount_Handler,
		},
		{
			MethodName: "GetCollectTalkList",
			Handler:    _Creation_GetCollectTalkList_Handler,
		},
		{
			MethodName: "GetCollectTalkCount",
			Handler:    _Creation_GetCollectTalkCount_Handler,
		},
		{
			MethodName: "GetCollectColumnList",
			Handler:    _Creation_GetCollectColumnList_Handler,
		},
		{
			MethodName: "GetCollectColumnCount",
			Handler:    _Creation_GetCollectColumnCount_Handler,
		},
		{
			MethodName: "GetCollections",
			Handler:    _Creation_GetCollections_Handler,
		},
		{
			MethodName: "GetCollectionListInfo",
			Handler:    _Creation_GetCollectionListInfo_Handler,
		},
		{
			MethodName: "GetCollectionsList",
			Handler:    _Creation_GetCollectionsList_Handler,
		},
		{
			MethodName: "GetCollectionsListAll",
			Handler:    _Creation_GetCollectionsListAll_Handler,
		},
		{
			MethodName: "GetCollectionsCount",
			Handler:    _Creation_GetCollectionsCount_Handler,
		},
		{
			MethodName: "GetCollectionsListByVisitor",
			Handler:    _Creation_GetCollectionsListByVisitor_Handler,
		},
		{
			MethodName: "GetCollectionsVisitorCount",
			Handler:    _Creation_GetCollectionsVisitorCount_Handler,
		},
		{
			MethodName: "GetCreationUser",
			Handler:    _Creation_GetCreationUser_Handler,
		},
		{
			MethodName: "GetCreationUserVisitor",
			Handler:    _Creation_GetCreationUserVisitor_Handler,
		},
		{
			MethodName: "GetUserTimeLineList",
			Handler:    _Creation_GetUserTimeLineList_Handler,
		},
		{
			MethodName: "SendCollections",
			Handler:    _Creation_SendCollections_Handler,
		},
		{
			MethodName: "CreateCollectionsDraft",
			Handler:    _Creation_CreateCollectionsDraft_Handler,
		},
		{
			MethodName: "CreateCollections",
			Handler:    _Creation_CreateCollections_Handler,
		},
		{
			MethodName: "CreateCollectionsDbAndCache",
			Handler:    _Creation_CreateCollectionsDbAndCache_Handler,
		},
		{
			MethodName: "CollectionsContentIrregular",
			Handler:    _Creation_CollectionsContentIrregular_Handler,
		},
		{
			MethodName: "AddCollectionsContentReviewDbAndCache",
			Handler:    _Creation_AddCollectionsContentReviewDbAndCache_Handler,
		},
		{
			MethodName: "SendCollectionsEdit",
			Handler:    _Creation_SendCollectionsEdit_Handler,
		},
		{
			MethodName: "EditCollections",
			Handler:    _Creation_EditCollections_Handler,
		},
		{
			MethodName: "EditCollectionsCos",
			Handler:    _Creation_EditCollectionsCos_Handler,
		},
		{
			MethodName: "DeleteCollections",
			Handler:    _Creation_DeleteCollections_Handler,
		},
		{
			MethodName: "DeleteCollectionsCache",
			Handler:    _Creation_DeleteCollectionsCache_Handler,
		},
		{
			MethodName: "ArticleImageIrregular",
			Handler:    _Creation_ArticleImageIrregular_Handler,
		},
		{
			MethodName: "ArticleContentIrregular",
			Handler:    _Creation_ArticleContentIrregular_Handler,
		},
		{
			MethodName: "AddArticleImageReviewDbAndCache",
			Handler:    _Creation_AddArticleImageReviewDbAndCache_Handler,
		},
		{
			MethodName: "AddArticleContentReviewDbAndCache",
			Handler:    _Creation_AddArticleContentReviewDbAndCache_Handler,
		},
		{
			MethodName: "GetArticleList",
			Handler:    _Creation_GetArticleList_Handler,
		},
		{
			MethodName: "GetArticleListHot",
			Handler:    _Creation_GetArticleListHot_Handler,
		},
		{
			MethodName: "GetColumnArticleList",
			Handler:    _Creation_GetColumnArticleList_Handler,
		},
		{
			MethodName: "GetArticleCount",
			Handler:    _Creation_GetArticleCount_Handler,
		},
		{
			MethodName: "GetArticleCountVisitor",
			Handler:    _Creation_GetArticleCountVisitor_Handler,
		},
		{
			MethodName: "GetUserArticleList",
			Handler:    _Creation_GetUserArticleList_Handler,
		},
		{
			MethodName: "GetUserArticleListVisitor",
			Handler:    _Creation_GetUserArticleListVisitor_Handler,
		},
		{
			MethodName: "GetUserArticleListAll",
			Handler:    _Creation_GetUserArticleListAll_Handler,
		},
		{
			MethodName: "GetArticleStatistic",
			Handler:    _Creation_GetArticleStatistic_Handler,
		},
		{
			MethodName: "GetUserArticleAgree",
			Handler:    _Creation_GetUserArticleAgree_Handler,
		},
		{
			MethodName: "GetUserArticleCollect",
			Handler:    _Creation_GetUserArticleCollect_Handler,
		},
		{
			MethodName: "GetArticleListStatistic",
			Handler:    _Creation_GetArticleListStatistic_Handler,
		},
		{
			MethodName: "GetLastArticleDraft",
			Handler:    _Creation_GetLastArticleDraft_Handler,
		},
		{
			MethodName: "GetArticleSearch",
			Handler:    _Creation_GetArticleSearch_Handler,
		},
		{
			MethodName: "GetArticleImageReview",
			Handler:    _Creation_GetArticleImageReview_Handler,
		},
		{
			MethodName: "GetArticleContentReview",
			Handler:    _Creation_GetArticleContentReview_Handler,
		},
		{
			MethodName: "CreateArticle",
			Handler:    _Creation_CreateArticle_Handler,
		},
		{
			MethodName: "EditArticle",
			Handler:    _Creation_EditArticle_Handler,
		},
		{
			MethodName: "CreateArticleDbCacheAndSearch",
			Handler:    _Creation_CreateArticleDbCacheAndSearch_Handler,
		},
		{
			MethodName: "EditArticleCosAndSearch",
			Handler:    _Creation_EditArticleCosAndSearch_Handler,
		},
		{
			MethodName: "DeleteArticleCacheAndSearch",
			Handler:    _Creation_DeleteArticleCacheAndSearch_Handler,
		},
		{
			MethodName: "SetArticleViewDbAndCache",
			Handler:    _Creation_SetArticleViewDbAndCache_Handler,
		},
		{
			MethodName: "SetArticleAgreeDbAndCache",
			Handler:    _Creation_SetArticleAgreeDbAndCache_Handler,
		},
		{
			MethodName: "SetArticleCollectDbAndCache",
			Handler:    _Creation_SetArticleCollectDbAndCache_Handler,
		},
		{
			MethodName: "CreateArticleDraft",
			Handler:    _Creation_CreateArticleDraft_Handler,
		},
		{
			MethodName: "ArticleDraftMark",
			Handler:    _Creation_ArticleDraftMark_Handler,
		},
		{
			MethodName: "GetArticleDraftList",
			Handler:    _Creation_GetArticleDraftList_Handler,
		},
		{
			MethodName: "SendArticle",
			Handler:    _Creation_SendArticle_Handler,
		},
		{
			MethodName: "SendArticleEdit",
			Handler:    _Creation_SendArticleEdit_Handler,
		},
		{
			MethodName: "DeleteArticle",
			Handler:    _Creation_DeleteArticle_Handler,
		},
		{
			MethodName: "DeleteArticleDraft",
			Handler:    _Creation_DeleteArticleDraft_Handler,
		},
		{
			MethodName: "SetArticleAgree",
			Handler:    _Creation_SetArticleAgree_Handler,
		},
		{
			MethodName: "SetArticleView",
			Handler:    _Creation_SetArticleView_Handler,
		},
		{
			MethodName: "SetArticleCollect",
			Handler:    _Creation_SetArticleCollect_Handler,
		},
		{
			MethodName: "CancelArticleAgree",
			Handler:    _Creation_CancelArticleAgree_Handler,
		},
		{
			MethodName: "CancelArticleAgreeDbAndCache",
			Handler:    _Creation_CancelArticleAgreeDbAndCache_Handler,
		},
		{
			MethodName: "CancelArticleCollect",
			Handler:    _Creation_CancelArticleCollect_Handler,
		},
		{
			MethodName: "CancelArticleCollectDbAndCache",
			Handler:    _Creation_CancelArticleCollectDbAndCache_Handler,
		},
		{
			MethodName: "ArticleStatisticJudge",
			Handler:    _Creation_ArticleStatisticJudge_Handler,
		},
		{
			MethodName: "GetTalkList",
			Handler:    _Creation_GetTalkList_Handler,
		},
		{
			MethodName: "GetTalkListHot",
			Handler:    _Creation_GetTalkListHot_Handler,
		},
		{
			MethodName: "GetUserTalkList",
			Handler:    _Creation_GetUserTalkList_Handler,
		},
		{
			MethodName: "GetUserTalkListVisitor",
			Handler:    _Creation_GetUserTalkListVisitor_Handler,
		},
		{
			MethodName: "GetTalkCount",
			Handler:    _Creation_GetTalkCount_Handler,
		},
		{
			MethodName: "GetTalkCountVisitor",
			Handler:    _Creation_GetTalkCountVisitor_Handler,
		},
		{
			MethodName: "GetTalkListStatistic",
			Handler:    _Creation_GetTalkListStatistic_Handler,
		},
		{
			MethodName: "GetTalkStatistic",
			Handler:    _Creation_GetTalkStatistic_Handler,
		},
		{
			MethodName: "GetLastTalkDraft",
			Handler:    _Creation_GetLastTalkDraft_Handler,
		},
		{
			MethodName: "GetTalkSearch",
			Handler:    _Creation_GetTalkSearch_Handler,
		},
		{
			MethodName: "GetUserTalkAgree",
			Handler:    _Creation_GetUserTalkAgree_Handler,
		},
		{
			MethodName: "GetUserTalkCollect",
			Handler:    _Creation_GetUserTalkCollect_Handler,
		},
		{
			MethodName: "GetTalkImageReview",
			Handler:    _Creation_GetTalkImageReview_Handler,
		},
		{
			MethodName: "GetTalkContentReview",
			Handler:    _Creation_GetTalkContentReview_Handler,
		},
		{
			MethodName: "AddTalkImageReviewDbAndCache",
			Handler:    _Creation_AddTalkImageReviewDbAndCache_Handler,
		},
		{
			MethodName: "AddTalkContentReviewDbAndCache",
			Handler:    _Creation_AddTalkContentReviewDbAndCache_Handler,
		},
		{
			MethodName: "CreateTalkDraft",
			Handler:    _Creation_CreateTalkDraft_Handler,
		},
		{
			MethodName: "SendTalk",
			Handler:    _Creation_SendTalk_Handler,
		},
		{
			MethodName: "SendTalkEdit",
			Handler:    _Creation_SendTalkEdit_Handler,
		},
		{
			MethodName: "TalkImageIrregular",
			Handler:    _Creation_TalkImageIrregular_Handler,
		},
		{
			MethodName: "TalkContentIrregular",
			Handler:    _Creation_TalkContentIrregular_Handler,
		},
		{
			MethodName: "CreateTalk",
			Handler:    _Creation_CreateTalk_Handler,
		},
		{
			MethodName: "EditTalk",
			Handler:    _Creation_EditTalk_Handler,
		},
		{
			MethodName: "DeleteTalk",
			Handler:    _Creation_DeleteTalk_Handler,
		},
		{
			MethodName: "CreateTalkDbCacheAndSearch",
			Handler:    _Creation_CreateTalkDbCacheAndSearch_Handler,
		},
		{
			MethodName: "EditTalkCosAndSearch",
			Handler:    _Creation_EditTalkCosAndSearch_Handler,
		},
		{
			MethodName: "DeleteTalkCacheAndSearch",
			Handler:    _Creation_DeleteTalkCacheAndSearch_Handler,
		},
		{
			MethodName: "SetTalkView",
			Handler:    _Creation_SetTalkView_Handler,
		},
		{
			MethodName: "SetTalkViewDbAndCache",
			Handler:    _Creation_SetTalkViewDbAndCache_Handler,
		},
		{
			MethodName: "TalkStatisticJudge",
			Handler:    _Creation_TalkStatisticJudge_Handler,
		},
		{
			MethodName: "SetTalkAgree",
			Handler:    _Creation_SetTalkAgree_Handler,
		},
		{
			MethodName: "SetTalkAgreeDbAndCache",
			Handler:    _Creation_SetTalkAgreeDbAndCache_Handler,
		},
		{
			MethodName: "SetTalkCollect",
			Handler:    _Creation_SetTalkCollect_Handler,
		},
		{
			MethodName: "SetTalkCollectDbAndCache",
			Handler:    _Creation_SetTalkCollectDbAndCache_Handler,
		},
		{
			MethodName: "CancelTalkAgree",
			Handler:    _Creation_CancelTalkAgree_Handler,
		},
		{
			MethodName: "CancelTalkAgreeDbAndCache",
			Handler:    _Creation_CancelTalkAgreeDbAndCache_Handler,
		},
		{
			MethodName: "CancelTalkCollect",
			Handler:    _Creation_CancelTalkCollect_Handler,
		},
		{
			MethodName: "CancelTalkCollectDbAndCache",
			Handler:    _Creation_CancelTalkCollectDbAndCache_Handler,
		},
		{
			MethodName: "GetLastColumnDraft",
			Handler:    _Creation_GetLastColumnDraft_Handler,
		},
		{
			MethodName: "GetColumnSearch",
			Handler:    _Creation_GetColumnSearch_Handler,
		},
		{
			MethodName: "GetColumnImageReview",
			Handler:    _Creation_GetColumnImageReview_Handler,
		},
		{
			MethodName: "GetColumnContentReview",
			Handler:    _Creation_GetColumnContentReview_Handler,
		},
		{
			MethodName: "ColumnImageIrregular",
			Handler:    _Creation_ColumnImageIrregular_Handler,
		},
		{
			MethodName: "ColumnContentIrregular",
			Handler:    _Creation_ColumnContentIrregular_Handler,
		},
		{
			MethodName: "AddColumnImageReviewDbAndCache",
			Handler:    _Creation_AddColumnImageReviewDbAndCache_Handler,
		},
		{
			MethodName: "AddColumnContentReviewDbAndCache",
			Handler:    _Creation_AddColumnContentReviewDbAndCache_Handler,
		},
		{
			MethodName: "CreateColumnDraft",
			Handler:    _Creation_CreateColumnDraft_Handler,
		},
		{
			MethodName: "SendColumn",
			Handler:    _Creation_SendColumn_Handler,
		},
		{
			MethodName: "CreateColumn",
			Handler:    _Creation_CreateColumn_Handler,
		},
		{
			MethodName: "CreateColumnDbCacheAndSearch",
			Handler:    _Creation_CreateColumnDbCacheAndSearch_Handler,
		},
		{
			MethodName: "SubscribeColumn",
			Handler:    _Creation_SubscribeColumn_Handler,
		},
		{
			MethodName: "CancelSubscribeColumn",
			Handler:    _Creation_CancelSubscribeColumn_Handler,
		},
		{
			MethodName: "SubscribeJudge",
			Handler:    _Creation_SubscribeJudge_Handler,
		},
		{
			MethodName: "EditColumnCosAndSearch",
			Handler:    _Creation_EditColumnCosAndSearch_Handler,
		},
		{
			MethodName: "GetColumnList",
			Handler:    _Creation_GetColumnList_Handler,
		},
		{
			MethodName: "GetColumnListHot",
			Handler:    _Creation_GetColumnListHot_Handler,
		},
		{
			MethodName: "GetColumnListStatistic",
			Handler:    _Creation_GetColumnListStatistic_Handler,
		},
		{
			MethodName: "GetColumnStatistic",
			Handler:    _Creation_GetColumnStatistic_Handler,
		},
		{
			MethodName: "GetUserColumnList",
			Handler:    _Creation_GetUserColumnList_Handler,
		},
		{
			MethodName: "GetUserColumnListVisitor",
			Handler:    _Creation_GetUserColumnListVisitor_Handler,
		},
		{
			MethodName: "GetColumnCount",
			Handler:    _Creation_GetColumnCount_Handler,
		},
		{
			MethodName: "GetColumnCountVisitor",
			Handler:    _Creation_GetColumnCountVisitor_Handler,
		},
		{
			MethodName: "GetSubscribeList",
			Handler:    _Creation_GetSubscribeList_Handler,
		},
		{
			MethodName: "GetSubscribeListCount",
			Handler:    _Creation_GetSubscribeListCount_Handler,
		},
		{
			MethodName: "GetColumnSubscribes",
			Handler:    _Creation_GetColumnSubscribes_Handler,
		},
		{
			MethodName: "GetUserColumnAgree",
			Handler:    _Creation_GetUserColumnAgree_Handler,
		},
		{
			MethodName: "GetUserColumnCollect",
			Handler:    _Creation_GetUserColumnCollect_Handler,
		},
		{
			MethodName: "GetUserSubscribeColumn",
			Handler:    _Creation_GetUserSubscribeColumn_Handler,
		},
		{
			MethodName: "SendColumnEdit",
			Handler:    _Creation_SendColumnEdit_Handler,
		},
		{
			MethodName: "EditColumn",
			Handler:    _Creation_EditColumn_Handler,
		},
		{
			MethodName: "DeleteColumn",
			Handler:    _Creation_DeleteColumn_Handler,
		},
		{
			MethodName: "DeleteColumnCacheAndSearch",
			Handler:    _Creation_DeleteColumnCacheAndSearch_Handler,
		},
		{
			MethodName: "ColumnStatisticJudge",
			Handler:    _Creation_ColumnStatisticJudge_Handler,
		},
		{
			MethodName: "SetColumnAgree",
			Handler:    _Creation_SetColumnAgree_Handler,
		},
		{
			MethodName: "SetColumnAgreeDbAndCache",
			Handler:    _Creation_SetColumnAgreeDbAndCache_Handler,
		},
		{
			MethodName: "CancelColumnAgree",
			Handler:    _Creation_CancelColumnAgree_Handler,
		},
		{
			MethodName: "CancelColumnAgreeDbAndCache",
			Handler:    _Creation_CancelColumnAgreeDbAndCache_Handler,
		},
		{
			MethodName: "SetColumnCollect",
			Handler:    _Creation_SetColumnCollect_Handler,
		},
		{
			MethodName: "SetColumnCollectDbAndCache",
			Handler:    _Creation_SetColumnCollectDbAndCache_Handler,
		},
		{
			MethodName: "CancelColumnCollect",
			Handler:    _Creation_CancelColumnCollect_Handler,
		},
		{
			MethodName: "CancelColumnCollectDbAndCache",
			Handler:    _Creation_CancelColumnCollectDbAndCache_Handler,
		},
		{
			MethodName: "SetColumnView",
			Handler:    _Creation_SetColumnView_Handler,
		},
		{
			MethodName: "SetColumnViewDbAndCache",
			Handler:    _Creation_SetColumnViewDbAndCache_Handler,
		},
		{
			MethodName: "AddColumnIncludes",
			Handler:    _Creation_AddColumnIncludes_Handler,
		},
		{
			MethodName: "AddColumnIncludesDbAndCache",
			Handler:    _Creation_AddColumnIncludesDbAndCache_Handler,
		},
		{
			MethodName: "DeleteColumnIncludes",
			Handler:    _Creation_DeleteColumnIncludes_Handler,
		},
		{
			MethodName: "DeleteColumnIncludesDbAndCache",
			Handler:    _Creation_DeleteColumnIncludesDbAndCache_Handler,
		},
		{
			MethodName: "SetColumnSubscribeDbAndCache",
			Handler:    _Creation_SetColumnSubscribeDbAndCache_Handler,
		},
		{
			MethodName: "CancelColumnSubscribeDbAndCache",
			Handler:    _Creation_CancelColumnSubscribeDbAndCache_Handler,
		},
		{
			MethodName: "GetNews",
			Handler:    _Creation_GetNews_Handler,
		},
		{
			MethodName: "GetNewsSearch",
			Handler:    _Creation_GetNewsSearch_Handler,
		},
		{
			MethodName: "AddCreationComment",
			Handler:    _Creation_AddCreationComment_Handler,
		},
		{
			MethodName: "ReduceCreationComment",
			Handler:    _Creation_ReduceCreationComment_Handler,
		},
		{
			MethodName: "GetHealth",
			Handler:    _Creation_GetHealth_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "creation/service/v1/creation.proto",
}

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

View Source
var File_creation_service_v1_creation_error_proto protoreflect.FileDescriptor
View Source
var File_creation_service_v1_creation_proto protoreflect.FileDescriptor

Functions

func ErrorAddColumnIncludesFailed

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

func ErrorAddCommentFailed

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

func ErrorCancelAgreeFailed

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

func ErrorCancelCollectFailed

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

func ErrorCancelSubscribeColumnFailed

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

func ErrorCancelViewFailed

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

func ErrorCreateArticleFailed

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

func ErrorCreateCollectionsFailed

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

func ErrorCreateColumnFailed

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

func ErrorCreateDraftFailed

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

func ErrorCreateTalkFailed

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

func ErrorCreateTimelineFailed

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

func ErrorDeleteArticleFailed

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

func ErrorDeleteCollectionsFailed

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

func ErrorDeleteColumnFailed

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

func ErrorDeleteColumnIncludesFailed

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

func ErrorDeleteTalkFailed

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

func ErrorDraftMarkFailed

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

func ErrorEditArticleFailed

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

func ErrorEditCollectionsFailed

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

func ErrorEditColumnFailed

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

func ErrorEditTalkFailed

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

func ErrorGetArticleAgreeFailed

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

func ErrorGetArticleCollectFailed

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

func ErrorGetArticleDraftFailed

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

func ErrorGetArticleFailed

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

func ErrorGetArticleListFailed

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

func ErrorGetArticleSearchFailed

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

func ErrorGetCollectArticleFailed

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

func ErrorGetCollectionFailed

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

func ErrorGetCollectionsListFailed

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

func ErrorGetColumnAgreeFailed

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

func ErrorGetColumnCollectFailed

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

func ErrorGetColumnDraftFailed

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

func ErrorGetColumnFailed

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

func ErrorGetColumnListFailed

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

func ErrorGetColumnSearchFailed

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

func ErrorGetColumnSubscribesFailed

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

func ErrorGetContentReviewFailed

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

func ErrorGetCountFailed

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

func ErrorGetCreationUserFailed

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

func ErrorGetDraftListFailed

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

func ErrorGetImageReviewFailed

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

func ErrorGetLeaderBoardFailed

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

func ErrorGetNewsFailed

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

func ErrorGetNewsSearchFailed added in v1.4.0

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

func ErrorGetStatisticFailed

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

func ErrorGetStatisticJudgeFailed

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

func ErrorGetSubscribeColumnFailed

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

func ErrorGetSubscribeColumnListFailed

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

func ErrorGetTalkAgreeFailed

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

func ErrorGetTalkCollectFailed

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

func ErrorGetTalkDraftFailed

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

func ErrorGetTalkFailed

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

func ErrorGetTalkListFailed

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

func ErrorGetTalkSearchFailed

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

func ErrorGetTimelineListFailed

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

func ErrorNotEmpty

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

func ErrorRecordNotFound

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

func ErrorReduceCommentFailed

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

func ErrorSetAgreeFailed

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

func ErrorSetCollectFailed

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

func ErrorSetContentIrregularFailed

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

func ErrorSetImageIrregularFailed

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

func ErrorSetRecordFailed

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

func ErrorSetViewFailed

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

func ErrorSubscribeColumnFailed

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

func ErrorSubscribeColumnJudgeFailed

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

func ErrorUnknownError

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

func IsAddColumnIncludesFailed

func IsAddColumnIncludesFailed(err error) bool

func IsAddCommentFailed

func IsAddCommentFailed(err error) bool

func IsCancelAgreeFailed

func IsCancelAgreeFailed(err error) bool

func IsCancelCollectFailed

func IsCancelCollectFailed(err error) bool

func IsCancelSubscribeColumnFailed

func IsCancelSubscribeColumnFailed(err error) bool

func IsCancelViewFailed

func IsCancelViewFailed(err error) bool

func IsCreateArticleFailed

func IsCreateArticleFailed(err error) bool

func IsCreateCollectionsFailed

func IsCreateCollectionsFailed(err error) bool

func IsCreateColumnFailed

func IsCreateColumnFailed(err error) bool

func IsCreateDraftFailed

func IsCreateDraftFailed(err error) bool

func IsCreateTalkFailed

func IsCreateTalkFailed(err error) bool

func IsCreateTimelineFailed

func IsCreateTimelineFailed(err error) bool

func IsDeleteArticleFailed

func IsDeleteArticleFailed(err error) bool

func IsDeleteCollectionsFailed

func IsDeleteCollectionsFailed(err error) bool

func IsDeleteColumnFailed

func IsDeleteColumnFailed(err error) bool

func IsDeleteColumnIncludesFailed

func IsDeleteColumnIncludesFailed(err error) bool

func IsDeleteTalkFailed

func IsDeleteTalkFailed(err error) bool

func IsDraftMarkFailed

func IsDraftMarkFailed(err error) bool

func IsEditArticleFailed

func IsEditArticleFailed(err error) bool

func IsEditCollectionsFailed

func IsEditCollectionsFailed(err error) bool

func IsEditColumnFailed

func IsEditColumnFailed(err error) bool

func IsEditTalkFailed

func IsEditTalkFailed(err error) bool

func IsGetArticleAgreeFailed

func IsGetArticleAgreeFailed(err error) bool

func IsGetArticleCollectFailed

func IsGetArticleCollectFailed(err error) bool

func IsGetArticleDraftFailed

func IsGetArticleDraftFailed(err error) bool

func IsGetArticleFailed

func IsGetArticleFailed(err error) bool

func IsGetArticleListFailed

func IsGetArticleListFailed(err error) bool

func IsGetArticleSearchFailed

func IsGetArticleSearchFailed(err error) bool

func IsGetCollectArticleFailed

func IsGetCollectArticleFailed(err error) bool

func IsGetCollectionFailed

func IsGetCollectionFailed(err error) bool

func IsGetCollectionsListFailed

func IsGetCollectionsListFailed(err error) bool

func IsGetColumnAgreeFailed

func IsGetColumnAgreeFailed(err error) bool

func IsGetColumnCollectFailed

func IsGetColumnCollectFailed(err error) bool

func IsGetColumnDraftFailed

func IsGetColumnDraftFailed(err error) bool

func IsGetColumnFailed

func IsGetColumnFailed(err error) bool

func IsGetColumnListFailed

func IsGetColumnListFailed(err error) bool

func IsGetColumnSearchFailed

func IsGetColumnSearchFailed(err error) bool

func IsGetColumnSubscribesFailed

func IsGetColumnSubscribesFailed(err error) bool

func IsGetContentReviewFailed

func IsGetContentReviewFailed(err error) bool

func IsGetCountFailed

func IsGetCountFailed(err error) bool

func IsGetCreationUserFailed

func IsGetCreationUserFailed(err error) bool

func IsGetDraftListFailed

func IsGetDraftListFailed(err error) bool

func IsGetImageReviewFailed

func IsGetImageReviewFailed(err error) bool

func IsGetLeaderBoardFailed

func IsGetLeaderBoardFailed(err error) bool

func IsGetNewsFailed

func IsGetNewsFailed(err error) bool

func IsGetNewsSearchFailed added in v1.4.0

func IsGetNewsSearchFailed(err error) bool

func IsGetStatisticFailed

func IsGetStatisticFailed(err error) bool

func IsGetStatisticJudgeFailed

func IsGetStatisticJudgeFailed(err error) bool

func IsGetSubscribeColumnFailed

func IsGetSubscribeColumnFailed(err error) bool

func IsGetSubscribeColumnListFailed

func IsGetSubscribeColumnListFailed(err error) bool

func IsGetTalkAgreeFailed

func IsGetTalkAgreeFailed(err error) bool

func IsGetTalkCollectFailed

func IsGetTalkCollectFailed(err error) bool

func IsGetTalkDraftFailed

func IsGetTalkDraftFailed(err error) bool

func IsGetTalkFailed

func IsGetTalkFailed(err error) bool

func IsGetTalkListFailed

func IsGetTalkListFailed(err error) bool

func IsGetTalkSearchFailed

func IsGetTalkSearchFailed(err error) bool

func IsGetTimelineListFailed

func IsGetTimelineListFailed(err error) bool

func IsNotEmpty

func IsNotEmpty(err error) bool

func IsRecordNotFound

func IsRecordNotFound(err error) bool

func IsReduceCommentFailed

func IsReduceCommentFailed(err error) bool

func IsSetAgreeFailed

func IsSetAgreeFailed(err error) bool

func IsSetCollectFailed

func IsSetCollectFailed(err error) bool

func IsSetContentIrregularFailed

func IsSetContentIrregularFailed(err error) bool

func IsSetImageIrregularFailed

func IsSetImageIrregularFailed(err error) bool

func IsSetRecordFailed

func IsSetRecordFailed(err error) bool

func IsSetViewFailed

func IsSetViewFailed(err error) bool

func IsSubscribeColumnFailed

func IsSubscribeColumnFailed(err error) bool

func IsSubscribeColumnJudgeFailed

func IsSubscribeColumnJudgeFailed(err error) bool

func IsUnknownError

func IsUnknownError(err error) bool

func RegisterCreationHTTPServer

func RegisterCreationHTTPServer(s *http.Server, srv CreationHTTPServer)

func RegisterCreationServer

func RegisterCreationServer(s grpc.ServiceRegistrar, srv CreationServer)

Types

type AddColumnIncludesDbAndCacheReq

type AddColumnIncludesDbAndCacheReq struct {
	Id        int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ArticleId int32  `protobuf:"varint,2,opt,name=articleId,proto3" json:"articleId,omitempty"`
	Uuid      string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*AddColumnIncludesDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use AddColumnIncludesDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*AddColumnIncludesDbAndCacheReq) GetArticleId

func (x *AddColumnIncludesDbAndCacheReq) GetArticleId() int32

func (*AddColumnIncludesDbAndCacheReq) GetId

func (*AddColumnIncludesDbAndCacheReq) GetUuid

func (*AddColumnIncludesDbAndCacheReq) ProtoMessage

func (*AddColumnIncludesDbAndCacheReq) ProtoMessage()

func (*AddColumnIncludesDbAndCacheReq) ProtoReflect

func (*AddColumnIncludesDbAndCacheReq) Reset

func (x *AddColumnIncludesDbAndCacheReq) Reset()

func (*AddColumnIncludesDbAndCacheReq) String

func (*AddColumnIncludesDbAndCacheReq) Validate

func (m *AddColumnIncludesDbAndCacheReq) Validate() error

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

func (*AddColumnIncludesDbAndCacheReq) ValidateAll

func (m *AddColumnIncludesDbAndCacheReq) ValidateAll() error

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

type AddColumnIncludesDbAndCacheReqMultiError

type AddColumnIncludesDbAndCacheReqMultiError []error

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

func (AddColumnIncludesDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddColumnIncludesDbAndCacheReqMultiError) Error

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

type AddColumnIncludesDbAndCacheReqValidationError

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

AddColumnIncludesDbAndCacheReqValidationError is the validation error returned by AddColumnIncludesDbAndCacheReq.Validate if the designated constraints aren't met.

func (AddColumnIncludesDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (AddColumnIncludesDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (AddColumnIncludesDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (AddColumnIncludesDbAndCacheReqValidationError) Field

Field function returns field value.

func (AddColumnIncludesDbAndCacheReqValidationError) Key

Key function returns key value.

func (AddColumnIncludesDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type AddColumnIncludesReq

type AddColumnIncludesReq struct {
	Id        int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ArticleId int32  `protobuf:"varint,2,opt,name=article_id,json=articleId,proto3" json:"article_id,omitempty"`
	Uuid      string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*AddColumnIncludesReq) Descriptor deprecated

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

Deprecated: Use AddColumnIncludesReq.ProtoReflect.Descriptor instead.

func (*AddColumnIncludesReq) GetArticleId

func (x *AddColumnIncludesReq) GetArticleId() int32

func (*AddColumnIncludesReq) GetId

func (x *AddColumnIncludesReq) GetId() int32

func (*AddColumnIncludesReq) GetUuid

func (x *AddColumnIncludesReq) GetUuid() string

func (*AddColumnIncludesReq) ProtoMessage

func (*AddColumnIncludesReq) ProtoMessage()

func (*AddColumnIncludesReq) ProtoReflect

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

func (*AddColumnIncludesReq) Reset

func (x *AddColumnIncludesReq) Reset()

func (*AddColumnIncludesReq) String

func (x *AddColumnIncludesReq) String() string

func (*AddColumnIncludesReq) Validate

func (m *AddColumnIncludesReq) Validate() error

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

func (*AddColumnIncludesReq) ValidateAll

func (m *AddColumnIncludesReq) ValidateAll() error

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

type AddColumnIncludesReqMultiError

type AddColumnIncludesReqMultiError []error

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

func (AddColumnIncludesReqMultiError) AllErrors

func (m AddColumnIncludesReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddColumnIncludesReqMultiError) Error

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

type AddColumnIncludesReqValidationError

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

AddColumnIncludesReqValidationError is the validation error returned by AddColumnIncludesReq.Validate if the designated constraints aren't met.

func (AddColumnIncludesReqValidationError) Cause

Cause function returns cause value.

func (AddColumnIncludesReqValidationError) Error

Error satisfies the builtin error interface

func (AddColumnIncludesReqValidationError) ErrorName

ErrorName returns error name.

func (AddColumnIncludesReqValidationError) Field

Field function returns field value.

func (AddColumnIncludesReqValidationError) Key

Key function returns key value.

func (AddColumnIncludesReqValidationError) Reason

Reason function returns reason value.

type AddCreationCommentReq

type AddCreationCommentReq struct {
	CreationId   int32  `protobuf:"varint,1,opt,name=creationId,proto3" json:"creationId,omitempty"`
	CreationType int32  `protobuf:"varint,2,opt,name=creationType,proto3" json:"creationType,omitempty"`
	Uuid         string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCreationCommentReq) Descriptor deprecated

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

Deprecated: Use AddCreationCommentReq.ProtoReflect.Descriptor instead.

func (*AddCreationCommentReq) GetCreationId

func (x *AddCreationCommentReq) GetCreationId() int32

func (*AddCreationCommentReq) GetCreationType

func (x *AddCreationCommentReq) GetCreationType() int32

func (*AddCreationCommentReq) GetUuid

func (x *AddCreationCommentReq) GetUuid() string

func (*AddCreationCommentReq) ProtoMessage

func (*AddCreationCommentReq) ProtoMessage()

func (*AddCreationCommentReq) ProtoReflect

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

func (*AddCreationCommentReq) Reset

func (x *AddCreationCommentReq) Reset()

func (*AddCreationCommentReq) String

func (x *AddCreationCommentReq) String() string

func (*AddCreationCommentReq) Validate

func (m *AddCreationCommentReq) Validate() error

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

func (*AddCreationCommentReq) ValidateAll

func (m *AddCreationCommentReq) ValidateAll() error

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

type AddCreationCommentReqMultiError

type AddCreationCommentReqMultiError []error

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

func (AddCreationCommentReqMultiError) AllErrors

func (m AddCreationCommentReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddCreationCommentReqMultiError) Error

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

type AddCreationCommentReqValidationError

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

AddCreationCommentReqValidationError is the validation error returned by AddCreationCommentReq.Validate if the designated constraints aren't met.

func (AddCreationCommentReqValidationError) Cause

Cause function returns cause value.

func (AddCreationCommentReqValidationError) Error

Error satisfies the builtin error interface

func (AddCreationCommentReqValidationError) ErrorName

ErrorName returns error name.

func (AddCreationCommentReqValidationError) Field

Field function returns field value.

func (AddCreationCommentReqValidationError) Key

Key function returns key value.

func (AddCreationCommentReqValidationError) Reason

Reason function returns reason value.

type AddCreationContentReviewDbAndCacheReq

type AddCreationContentReviewDbAndCacheReq 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"`
	Title      string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Result     int32  `protobuf:"varint,6,opt,name=result,proto3" json:"result,omitempty"`
	CreationId int32  `protobuf:"varint,7,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Section    string `protobuf:"bytes,8,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCreationContentReviewDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use AddCreationContentReviewDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*AddCreationContentReviewDbAndCacheReq) GetCreationId

func (x *AddCreationContentReviewDbAndCacheReq) GetCreationId() int32

func (*AddCreationContentReviewDbAndCacheReq) GetJobId

func (*AddCreationContentReviewDbAndCacheReq) GetKind

func (*AddCreationContentReviewDbAndCacheReq) GetLabel

func (*AddCreationContentReviewDbAndCacheReq) GetResult

func (*AddCreationContentReviewDbAndCacheReq) GetSection

func (*AddCreationContentReviewDbAndCacheReq) GetTitle

func (*AddCreationContentReviewDbAndCacheReq) GetUuid

func (*AddCreationContentReviewDbAndCacheReq) ProtoMessage

func (*AddCreationContentReviewDbAndCacheReq) ProtoMessage()

func (*AddCreationContentReviewDbAndCacheReq) ProtoReflect

func (*AddCreationContentReviewDbAndCacheReq) Reset

func (*AddCreationContentReviewDbAndCacheReq) String

func (*AddCreationContentReviewDbAndCacheReq) Validate

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

func (*AddCreationContentReviewDbAndCacheReq) ValidateAll

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

type AddCreationContentReviewDbAndCacheReqMultiError

type AddCreationContentReviewDbAndCacheReqMultiError []error

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

func (AddCreationContentReviewDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddCreationContentReviewDbAndCacheReqMultiError) Error

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

type AddCreationContentReviewDbAndCacheReqValidationError

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

AddCreationContentReviewDbAndCacheReqValidationError is the validation error returned by AddCreationContentReviewDbAndCacheReq.Validate if the designated constraints aren't met.

func (AddCreationContentReviewDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (AddCreationContentReviewDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (AddCreationContentReviewDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (AddCreationContentReviewDbAndCacheReqValidationError) Field

Field function returns field value.

func (AddCreationContentReviewDbAndCacheReqValidationError) Key

Key function returns key value.

func (AddCreationContentReviewDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type AddCreationImageReviewDbAndCacheReq

type AddCreationImageReviewDbAndCacheReq 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"`
	Url        string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Label      string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	Result     int32  `protobuf:"varint,5,opt,name=result,proto3" json:"result,omitempty"`
	Score      int32  `protobuf:"varint,6,opt,name=score,proto3" json:"score,omitempty"`
	Category   string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel   string `protobuf:"bytes,8,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	CreationId int32  `protobuf:"varint,9,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Kind       string `protobuf:"bytes,10,opt,name=kind,proto3" json:"kind,omitempty"`
	Uid        string `protobuf:"bytes,11,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*AddCreationImageReviewDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use AddCreationImageReviewDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*AddCreationImageReviewDbAndCacheReq) GetCategory

func (*AddCreationImageReviewDbAndCacheReq) GetCreationId

func (x *AddCreationImageReviewDbAndCacheReq) GetCreationId() int32

func (*AddCreationImageReviewDbAndCacheReq) GetJobId

func (*AddCreationImageReviewDbAndCacheReq) GetKind

func (*AddCreationImageReviewDbAndCacheReq) GetLabel

func (*AddCreationImageReviewDbAndCacheReq) GetResult

func (*AddCreationImageReviewDbAndCacheReq) GetScore

func (*AddCreationImageReviewDbAndCacheReq) GetSubLabel

func (*AddCreationImageReviewDbAndCacheReq) GetUid

func (*AddCreationImageReviewDbAndCacheReq) GetUrl

func (*AddCreationImageReviewDbAndCacheReq) GetUuid

func (*AddCreationImageReviewDbAndCacheReq) ProtoMessage

func (*AddCreationImageReviewDbAndCacheReq) ProtoMessage()

func (*AddCreationImageReviewDbAndCacheReq) ProtoReflect

func (*AddCreationImageReviewDbAndCacheReq) Reset

func (*AddCreationImageReviewDbAndCacheReq) String

func (*AddCreationImageReviewDbAndCacheReq) Validate

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

func (*AddCreationImageReviewDbAndCacheReq) ValidateAll

func (m *AddCreationImageReviewDbAndCacheReq) ValidateAll() error

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

type AddCreationImageReviewDbAndCacheReqMultiError

type AddCreationImageReviewDbAndCacheReqMultiError []error

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

func (AddCreationImageReviewDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddCreationImageReviewDbAndCacheReqMultiError) Error

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

type AddCreationImageReviewDbAndCacheReqValidationError

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

AddCreationImageReviewDbAndCacheReqValidationError is the validation error returned by AddCreationImageReviewDbAndCacheReq.Validate if the designated constraints aren't met.

func (AddCreationImageReviewDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (AddCreationImageReviewDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (AddCreationImageReviewDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (AddCreationImageReviewDbAndCacheReqValidationError) Field

Field function returns field value.

func (AddCreationImageReviewDbAndCacheReqValidationError) Key

Key function returns key value.

func (AddCreationImageReviewDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type ArticleDraftMarkReq

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

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

Deprecated: Use ArticleDraftMarkReq.ProtoReflect.Descriptor instead.

func (*ArticleDraftMarkReq) GetId

func (x *ArticleDraftMarkReq) GetId() int32

func (*ArticleDraftMarkReq) GetUuid

func (x *ArticleDraftMarkReq) GetUuid() string

func (*ArticleDraftMarkReq) ProtoMessage

func (*ArticleDraftMarkReq) ProtoMessage()

func (*ArticleDraftMarkReq) ProtoReflect

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

func (*ArticleDraftMarkReq) Reset

func (x *ArticleDraftMarkReq) Reset()

func (*ArticleDraftMarkReq) String

func (x *ArticleDraftMarkReq) String() string

func (*ArticleDraftMarkReq) Validate

func (m *ArticleDraftMarkReq) Validate() error

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

func (*ArticleDraftMarkReq) ValidateAll

func (m *ArticleDraftMarkReq) ValidateAll() error

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

type ArticleDraftMarkReqMultiError

type ArticleDraftMarkReqMultiError []error

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

func (ArticleDraftMarkReqMultiError) AllErrors

func (m ArticleDraftMarkReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArticleDraftMarkReqMultiError) Error

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

type ArticleDraftMarkReqValidationError

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

ArticleDraftMarkReqValidationError is the validation error returned by ArticleDraftMarkReq.Validate if the designated constraints aren't met.

func (ArticleDraftMarkReqValidationError) Cause

Cause function returns cause value.

func (ArticleDraftMarkReqValidationError) Error

Error satisfies the builtin error interface

func (ArticleDraftMarkReqValidationError) ErrorName

ErrorName returns error name.

func (ArticleDraftMarkReqValidationError) Field

Field function returns field value.

func (ArticleDraftMarkReqValidationError) Key

Key function returns key value.

func (ArticleDraftMarkReqValidationError) Reason

Reason function returns reason value.

type ArticleStatisticJudgeReply

type ArticleStatisticJudgeReply struct {
	Agree   bool `protobuf:"varint,1,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect bool `protobuf:"varint,2,opt,name=collect,proto3" json:"collect,omitempty"`
	// contains filtered or unexported fields
}

func (*ArticleStatisticJudgeReply) Descriptor deprecated

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

Deprecated: Use ArticleStatisticJudgeReply.ProtoReflect.Descriptor instead.

func (*ArticleStatisticJudgeReply) GetAgree

func (x *ArticleStatisticJudgeReply) GetAgree() bool

func (*ArticleStatisticJudgeReply) GetCollect

func (x *ArticleStatisticJudgeReply) GetCollect() bool

func (*ArticleStatisticJudgeReply) ProtoMessage

func (*ArticleStatisticJudgeReply) ProtoMessage()

func (*ArticleStatisticJudgeReply) ProtoReflect

func (*ArticleStatisticJudgeReply) Reset

func (x *ArticleStatisticJudgeReply) Reset()

func (*ArticleStatisticJudgeReply) String

func (x *ArticleStatisticJudgeReply) String() string

func (*ArticleStatisticJudgeReply) Validate

func (m *ArticleStatisticJudgeReply) Validate() error

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

func (*ArticleStatisticJudgeReply) ValidateAll

func (m *ArticleStatisticJudgeReply) ValidateAll() error

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

type ArticleStatisticJudgeReplyMultiError

type ArticleStatisticJudgeReplyMultiError []error

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

func (ArticleStatisticJudgeReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ArticleStatisticJudgeReplyMultiError) Error

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

type ArticleStatisticJudgeReplyValidationError

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

ArticleStatisticJudgeReplyValidationError is the validation error returned by ArticleStatisticJudgeReply.Validate if the designated constraints aren't met.

func (ArticleStatisticJudgeReplyValidationError) Cause

Cause function returns cause value.

func (ArticleStatisticJudgeReplyValidationError) Error

Error satisfies the builtin error interface

func (ArticleStatisticJudgeReplyValidationError) ErrorName

ErrorName returns error name.

func (ArticleStatisticJudgeReplyValidationError) Field

Field function returns field value.

func (ArticleStatisticJudgeReplyValidationError) Key

Key function returns key value.

func (ArticleStatisticJudgeReplyValidationError) Reason

Reason function returns reason value.

type ArticleStatisticJudgeReq

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

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

Deprecated: Use ArticleStatisticJudgeReq.ProtoReflect.Descriptor instead.

func (*ArticleStatisticJudgeReq) GetId

func (x *ArticleStatisticJudgeReq) GetId() int32

func (*ArticleStatisticJudgeReq) GetUuid

func (x *ArticleStatisticJudgeReq) GetUuid() string

func (*ArticleStatisticJudgeReq) ProtoMessage

func (*ArticleStatisticJudgeReq) ProtoMessage()

func (*ArticleStatisticJudgeReq) ProtoReflect

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

func (*ArticleStatisticJudgeReq) Reset

func (x *ArticleStatisticJudgeReq) Reset()

func (*ArticleStatisticJudgeReq) String

func (x *ArticleStatisticJudgeReq) String() string

func (*ArticleStatisticJudgeReq) Validate

func (m *ArticleStatisticJudgeReq) Validate() error

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

func (*ArticleStatisticJudgeReq) ValidateAll

func (m *ArticleStatisticJudgeReq) ValidateAll() error

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

type ArticleStatisticJudgeReqMultiError

type ArticleStatisticJudgeReqMultiError []error

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

func (ArticleStatisticJudgeReqMultiError) AllErrors

func (m ArticleStatisticJudgeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArticleStatisticJudgeReqMultiError) Error

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

type ArticleStatisticJudgeReqValidationError

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

ArticleStatisticJudgeReqValidationError is the validation error returned by ArticleStatisticJudgeReq.Validate if the designated constraints aren't met.

func (ArticleStatisticJudgeReqValidationError) Cause

Cause function returns cause value.

func (ArticleStatisticJudgeReqValidationError) Error

Error satisfies the builtin error interface

func (ArticleStatisticJudgeReqValidationError) ErrorName

ErrorName returns error name.

func (ArticleStatisticJudgeReqValidationError) Field

Field function returns field value.

func (ArticleStatisticJudgeReqValidationError) Key

Key function returns key value.

func (ArticleStatisticJudgeReqValidationError) Reason

Reason function returns reason value.

type CancelArticleAgreeDbAndCacheReq

type CancelArticleAgreeDbAndCacheReq 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=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelArticleAgreeDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use CancelArticleAgreeDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CancelArticleAgreeDbAndCacheReq) GetId

func (*CancelArticleAgreeDbAndCacheReq) GetUserUuid

func (x *CancelArticleAgreeDbAndCacheReq) GetUserUuid() string

func (*CancelArticleAgreeDbAndCacheReq) GetUuid

func (*CancelArticleAgreeDbAndCacheReq) ProtoMessage

func (*CancelArticleAgreeDbAndCacheReq) ProtoMessage()

func (*CancelArticleAgreeDbAndCacheReq) ProtoReflect

func (*CancelArticleAgreeDbAndCacheReq) Reset

func (*CancelArticleAgreeDbAndCacheReq) String

func (*CancelArticleAgreeDbAndCacheReq) Validate

func (m *CancelArticleAgreeDbAndCacheReq) Validate() error

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

func (*CancelArticleAgreeDbAndCacheReq) ValidateAll

func (m *CancelArticleAgreeDbAndCacheReq) ValidateAll() error

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

type CancelArticleAgreeDbAndCacheReqMultiError

type CancelArticleAgreeDbAndCacheReqMultiError []error

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

func (CancelArticleAgreeDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelArticleAgreeDbAndCacheReqMultiError) Error

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

type CancelArticleAgreeDbAndCacheReqValidationError

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

CancelArticleAgreeDbAndCacheReqValidationError is the validation error returned by CancelArticleAgreeDbAndCacheReq.Validate if the designated constraints aren't met.

func (CancelArticleAgreeDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CancelArticleAgreeDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CancelArticleAgreeDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CancelArticleAgreeDbAndCacheReqValidationError) Field

Field function returns field value.

func (CancelArticleAgreeDbAndCacheReqValidationError) Key

Key function returns key value.

func (CancelArticleAgreeDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CancelArticleAgreeReq

type CancelArticleAgreeReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelArticleAgreeReq) Descriptor deprecated

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

Deprecated: Use CancelArticleAgreeReq.ProtoReflect.Descriptor instead.

func (*CancelArticleAgreeReq) GetId

func (x *CancelArticleAgreeReq) GetId() int32

func (*CancelArticleAgreeReq) GetUserUuid

func (x *CancelArticleAgreeReq) GetUserUuid() string

func (*CancelArticleAgreeReq) GetUuid

func (x *CancelArticleAgreeReq) GetUuid() string

func (*CancelArticleAgreeReq) ProtoMessage

func (*CancelArticleAgreeReq) ProtoMessage()

func (*CancelArticleAgreeReq) ProtoReflect

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

func (*CancelArticleAgreeReq) Reset

func (x *CancelArticleAgreeReq) Reset()

func (*CancelArticleAgreeReq) String

func (x *CancelArticleAgreeReq) String() string

func (*CancelArticleAgreeReq) Validate

func (m *CancelArticleAgreeReq) Validate() error

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

func (*CancelArticleAgreeReq) ValidateAll

func (m *CancelArticleAgreeReq) ValidateAll() error

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

type CancelArticleAgreeReqMultiError

type CancelArticleAgreeReqMultiError []error

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

func (CancelArticleAgreeReqMultiError) AllErrors

func (m CancelArticleAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelArticleAgreeReqMultiError) Error

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

type CancelArticleAgreeReqValidationError

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

CancelArticleAgreeReqValidationError is the validation error returned by CancelArticleAgreeReq.Validate if the designated constraints aren't met.

func (CancelArticleAgreeReqValidationError) Cause

Cause function returns cause value.

func (CancelArticleAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (CancelArticleAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (CancelArticleAgreeReqValidationError) Field

Field function returns field value.

func (CancelArticleAgreeReqValidationError) Key

Key function returns key value.

func (CancelArticleAgreeReqValidationError) Reason

Reason function returns reason value.

type CancelArticleCollectDbAndCacheReq

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

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

Deprecated: Use CancelArticleCollectDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CancelArticleCollectDbAndCacheReq) GetId

func (*CancelArticleCollectDbAndCacheReq) GetUserUuid

func (x *CancelArticleCollectDbAndCacheReq) GetUserUuid() string

func (*CancelArticleCollectDbAndCacheReq) GetUuid

func (*CancelArticleCollectDbAndCacheReq) ProtoMessage

func (*CancelArticleCollectDbAndCacheReq) ProtoMessage()

func (*CancelArticleCollectDbAndCacheReq) ProtoReflect

func (*CancelArticleCollectDbAndCacheReq) Reset

func (*CancelArticleCollectDbAndCacheReq) String

func (*CancelArticleCollectDbAndCacheReq) Validate

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

func (*CancelArticleCollectDbAndCacheReq) ValidateAll

func (m *CancelArticleCollectDbAndCacheReq) ValidateAll() error

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

type CancelArticleCollectDbAndCacheReqMultiError

type CancelArticleCollectDbAndCacheReqMultiError []error

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

func (CancelArticleCollectDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelArticleCollectDbAndCacheReqMultiError) Error

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

type CancelArticleCollectDbAndCacheReqValidationError

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

CancelArticleCollectDbAndCacheReqValidationError is the validation error returned by CancelArticleCollectDbAndCacheReq.Validate if the designated constraints aren't met.

func (CancelArticleCollectDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CancelArticleCollectDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CancelArticleCollectDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CancelArticleCollectDbAndCacheReqValidationError) Field

Field function returns field value.

func (CancelArticleCollectDbAndCacheReqValidationError) Key

Key function returns key value.

func (CancelArticleCollectDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CancelArticleCollectReq

type CancelArticleCollectReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelArticleCollectReq) Descriptor deprecated

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

Deprecated: Use CancelArticleCollectReq.ProtoReflect.Descriptor instead.

func (*CancelArticleCollectReq) GetId

func (x *CancelArticleCollectReq) GetId() int32

func (*CancelArticleCollectReq) GetUserUuid

func (x *CancelArticleCollectReq) GetUserUuid() string

func (*CancelArticleCollectReq) GetUuid

func (x *CancelArticleCollectReq) GetUuid() string

func (*CancelArticleCollectReq) ProtoMessage

func (*CancelArticleCollectReq) ProtoMessage()

func (*CancelArticleCollectReq) ProtoReflect

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

func (*CancelArticleCollectReq) Reset

func (x *CancelArticleCollectReq) Reset()

func (*CancelArticleCollectReq) String

func (x *CancelArticleCollectReq) String() string

func (*CancelArticleCollectReq) Validate

func (m *CancelArticleCollectReq) Validate() error

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

func (*CancelArticleCollectReq) ValidateAll

func (m *CancelArticleCollectReq) ValidateAll() error

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

type CancelArticleCollectReqMultiError

type CancelArticleCollectReqMultiError []error

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

func (CancelArticleCollectReqMultiError) AllErrors

func (m CancelArticleCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelArticleCollectReqMultiError) Error

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

type CancelArticleCollectReqValidationError

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

CancelArticleCollectReqValidationError is the validation error returned by CancelArticleCollectReq.Validate if the designated constraints aren't met.

func (CancelArticleCollectReqValidationError) Cause

Cause function returns cause value.

func (CancelArticleCollectReqValidationError) Error

Error satisfies the builtin error interface

func (CancelArticleCollectReqValidationError) ErrorName

ErrorName returns error name.

func (CancelArticleCollectReqValidationError) Field

Field function returns field value.

func (CancelArticleCollectReqValidationError) Key

Key function returns key value.

func (CancelArticleCollectReqValidationError) Reason

Reason function returns reason value.

type CancelColumnAgreeDbAndCacheReq

type CancelColumnAgreeDbAndCacheReq 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=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelColumnAgreeDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use CancelColumnAgreeDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CancelColumnAgreeDbAndCacheReq) GetId

func (*CancelColumnAgreeDbAndCacheReq) GetUserUuid

func (x *CancelColumnAgreeDbAndCacheReq) GetUserUuid() string

func (*CancelColumnAgreeDbAndCacheReq) GetUuid

func (*CancelColumnAgreeDbAndCacheReq) ProtoMessage

func (*CancelColumnAgreeDbAndCacheReq) ProtoMessage()

func (*CancelColumnAgreeDbAndCacheReq) ProtoReflect

func (*CancelColumnAgreeDbAndCacheReq) Reset

func (x *CancelColumnAgreeDbAndCacheReq) Reset()

func (*CancelColumnAgreeDbAndCacheReq) String

func (*CancelColumnAgreeDbAndCacheReq) Validate

func (m *CancelColumnAgreeDbAndCacheReq) Validate() error

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

func (*CancelColumnAgreeDbAndCacheReq) ValidateAll

func (m *CancelColumnAgreeDbAndCacheReq) ValidateAll() error

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

type CancelColumnAgreeDbAndCacheReqMultiError

type CancelColumnAgreeDbAndCacheReqMultiError []error

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

func (CancelColumnAgreeDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelColumnAgreeDbAndCacheReqMultiError) Error

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

type CancelColumnAgreeDbAndCacheReqValidationError

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

CancelColumnAgreeDbAndCacheReqValidationError is the validation error returned by CancelColumnAgreeDbAndCacheReq.Validate if the designated constraints aren't met.

func (CancelColumnAgreeDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CancelColumnAgreeDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CancelColumnAgreeDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CancelColumnAgreeDbAndCacheReqValidationError) Field

Field function returns field value.

func (CancelColumnAgreeDbAndCacheReqValidationError) Key

Key function returns key value.

func (CancelColumnAgreeDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CancelColumnAgreeReq

type CancelColumnAgreeReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelColumnAgreeReq) Descriptor deprecated

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

Deprecated: Use CancelColumnAgreeReq.ProtoReflect.Descriptor instead.

func (*CancelColumnAgreeReq) GetId

func (x *CancelColumnAgreeReq) GetId() int32

func (*CancelColumnAgreeReq) GetUserUuid

func (x *CancelColumnAgreeReq) GetUserUuid() string

func (*CancelColumnAgreeReq) GetUuid

func (x *CancelColumnAgreeReq) GetUuid() string

func (*CancelColumnAgreeReq) ProtoMessage

func (*CancelColumnAgreeReq) ProtoMessage()

func (*CancelColumnAgreeReq) ProtoReflect

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

func (*CancelColumnAgreeReq) Reset

func (x *CancelColumnAgreeReq) Reset()

func (*CancelColumnAgreeReq) String

func (x *CancelColumnAgreeReq) String() string

func (*CancelColumnAgreeReq) Validate

func (m *CancelColumnAgreeReq) Validate() error

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

func (*CancelColumnAgreeReq) ValidateAll

func (m *CancelColumnAgreeReq) ValidateAll() error

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

type CancelColumnAgreeReqMultiError

type CancelColumnAgreeReqMultiError []error

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

func (CancelColumnAgreeReqMultiError) AllErrors

func (m CancelColumnAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelColumnAgreeReqMultiError) Error

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

type CancelColumnAgreeReqValidationError

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

CancelColumnAgreeReqValidationError is the validation error returned by CancelColumnAgreeReq.Validate if the designated constraints aren't met.

func (CancelColumnAgreeReqValidationError) Cause

Cause function returns cause value.

func (CancelColumnAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (CancelColumnAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (CancelColumnAgreeReqValidationError) Field

Field function returns field value.

func (CancelColumnAgreeReqValidationError) Key

Key function returns key value.

func (CancelColumnAgreeReqValidationError) Reason

Reason function returns reason value.

type CancelColumnCollectDbAndCacheReq

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

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

Deprecated: Use CancelColumnCollectDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CancelColumnCollectDbAndCacheReq) GetId

func (*CancelColumnCollectDbAndCacheReq) GetUserUuid

func (x *CancelColumnCollectDbAndCacheReq) GetUserUuid() string

func (*CancelColumnCollectDbAndCacheReq) GetUuid

func (*CancelColumnCollectDbAndCacheReq) ProtoMessage

func (*CancelColumnCollectDbAndCacheReq) ProtoMessage()

func (*CancelColumnCollectDbAndCacheReq) ProtoReflect

func (*CancelColumnCollectDbAndCacheReq) Reset

func (*CancelColumnCollectDbAndCacheReq) String

func (*CancelColumnCollectDbAndCacheReq) Validate

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

func (*CancelColumnCollectDbAndCacheReq) ValidateAll

func (m *CancelColumnCollectDbAndCacheReq) ValidateAll() error

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

type CancelColumnCollectDbAndCacheReqMultiError

type CancelColumnCollectDbAndCacheReqMultiError []error

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

func (CancelColumnCollectDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelColumnCollectDbAndCacheReqMultiError) Error

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

type CancelColumnCollectDbAndCacheReqValidationError

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

CancelColumnCollectDbAndCacheReqValidationError is the validation error returned by CancelColumnCollectDbAndCacheReq.Validate if the designated constraints aren't met.

func (CancelColumnCollectDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CancelColumnCollectDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CancelColumnCollectDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CancelColumnCollectDbAndCacheReqValidationError) Field

Field function returns field value.

func (CancelColumnCollectDbAndCacheReqValidationError) Key

Key function returns key value.

func (CancelColumnCollectDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CancelColumnCollectReq

type CancelColumnCollectReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelColumnCollectReq) Descriptor deprecated

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

Deprecated: Use CancelColumnCollectReq.ProtoReflect.Descriptor instead.

func (*CancelColumnCollectReq) GetId

func (x *CancelColumnCollectReq) GetId() int32

func (*CancelColumnCollectReq) GetUserUuid

func (x *CancelColumnCollectReq) GetUserUuid() string

func (*CancelColumnCollectReq) GetUuid

func (x *CancelColumnCollectReq) GetUuid() string

func (*CancelColumnCollectReq) ProtoMessage

func (*CancelColumnCollectReq) ProtoMessage()

func (*CancelColumnCollectReq) ProtoReflect

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

func (*CancelColumnCollectReq) Reset

func (x *CancelColumnCollectReq) Reset()

func (*CancelColumnCollectReq) String

func (x *CancelColumnCollectReq) String() string

func (*CancelColumnCollectReq) Validate

func (m *CancelColumnCollectReq) Validate() error

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

func (*CancelColumnCollectReq) ValidateAll

func (m *CancelColumnCollectReq) ValidateAll() error

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

type CancelColumnCollectReqMultiError

type CancelColumnCollectReqMultiError []error

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

func (CancelColumnCollectReqMultiError) AllErrors

func (m CancelColumnCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelColumnCollectReqMultiError) Error

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

type CancelColumnCollectReqValidationError

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

CancelColumnCollectReqValidationError is the validation error returned by CancelColumnCollectReq.Validate if the designated constraints aren't met.

func (CancelColumnCollectReqValidationError) Cause

Cause function returns cause value.

func (CancelColumnCollectReqValidationError) Error

Error satisfies the builtin error interface

func (CancelColumnCollectReqValidationError) ErrorName

ErrorName returns error name.

func (CancelColumnCollectReqValidationError) Field

Field function returns field value.

func (CancelColumnCollectReqValidationError) Key

Key function returns key value.

func (CancelColumnCollectReqValidationError) Reason

Reason function returns reason value.

type CancelColumnSubscribeDbAndCacheReq

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

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

Deprecated: Use CancelColumnSubscribeDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CancelColumnSubscribeDbAndCacheReq) GetId

func (*CancelColumnSubscribeDbAndCacheReq) GetUuid

func (*CancelColumnSubscribeDbAndCacheReq) ProtoMessage

func (*CancelColumnSubscribeDbAndCacheReq) ProtoMessage()

func (*CancelColumnSubscribeDbAndCacheReq) ProtoReflect

func (*CancelColumnSubscribeDbAndCacheReq) Reset

func (*CancelColumnSubscribeDbAndCacheReq) String

func (*CancelColumnSubscribeDbAndCacheReq) Validate

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

func (*CancelColumnSubscribeDbAndCacheReq) ValidateAll

func (m *CancelColumnSubscribeDbAndCacheReq) ValidateAll() error

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

type CancelColumnSubscribeDbAndCacheReqMultiError

type CancelColumnSubscribeDbAndCacheReqMultiError []error

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

func (CancelColumnSubscribeDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelColumnSubscribeDbAndCacheReqMultiError) Error

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

type CancelColumnSubscribeDbAndCacheReqValidationError

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

CancelColumnSubscribeDbAndCacheReqValidationError is the validation error returned by CancelColumnSubscribeDbAndCacheReq.Validate if the designated constraints aren't met.

func (CancelColumnSubscribeDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CancelColumnSubscribeDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CancelColumnSubscribeDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CancelColumnSubscribeDbAndCacheReqValidationError) Field

Field function returns field value.

func (CancelColumnSubscribeDbAndCacheReqValidationError) Key

Key function returns key value.

func (CancelColumnSubscribeDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CancelSubscribeColumnReq

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

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

Deprecated: Use CancelSubscribeColumnReq.ProtoReflect.Descriptor instead.

func (*CancelSubscribeColumnReq) GetId

func (x *CancelSubscribeColumnReq) GetId() int32

func (*CancelSubscribeColumnReq) GetUuid

func (x *CancelSubscribeColumnReq) GetUuid() string

func (*CancelSubscribeColumnReq) ProtoMessage

func (*CancelSubscribeColumnReq) ProtoMessage()

func (*CancelSubscribeColumnReq) ProtoReflect

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

func (*CancelSubscribeColumnReq) Reset

func (x *CancelSubscribeColumnReq) Reset()

func (*CancelSubscribeColumnReq) String

func (x *CancelSubscribeColumnReq) String() string

func (*CancelSubscribeColumnReq) Validate

func (m *CancelSubscribeColumnReq) Validate() error

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

func (*CancelSubscribeColumnReq) ValidateAll

func (m *CancelSubscribeColumnReq) ValidateAll() error

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

type CancelSubscribeColumnReqMultiError

type CancelSubscribeColumnReqMultiError []error

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

func (CancelSubscribeColumnReqMultiError) AllErrors

func (m CancelSubscribeColumnReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelSubscribeColumnReqMultiError) Error

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

type CancelSubscribeColumnReqValidationError

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

CancelSubscribeColumnReqValidationError is the validation error returned by CancelSubscribeColumnReq.Validate if the designated constraints aren't met.

func (CancelSubscribeColumnReqValidationError) Cause

Cause function returns cause value.

func (CancelSubscribeColumnReqValidationError) Error

Error satisfies the builtin error interface

func (CancelSubscribeColumnReqValidationError) ErrorName

ErrorName returns error name.

func (CancelSubscribeColumnReqValidationError) Field

Field function returns field value.

func (CancelSubscribeColumnReqValidationError) Key

Key function returns key value.

func (CancelSubscribeColumnReqValidationError) Reason

Reason function returns reason value.

type CancelTalkAgreeDbAndCacheReq

type CancelTalkAgreeDbAndCacheReq 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=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelTalkAgreeDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use CancelTalkAgreeDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CancelTalkAgreeDbAndCacheReq) GetId

func (*CancelTalkAgreeDbAndCacheReq) GetUserUuid

func (x *CancelTalkAgreeDbAndCacheReq) GetUserUuid() string

func (*CancelTalkAgreeDbAndCacheReq) GetUuid

func (x *CancelTalkAgreeDbAndCacheReq) GetUuid() string

func (*CancelTalkAgreeDbAndCacheReq) ProtoMessage

func (*CancelTalkAgreeDbAndCacheReq) ProtoMessage()

func (*CancelTalkAgreeDbAndCacheReq) ProtoReflect

func (*CancelTalkAgreeDbAndCacheReq) Reset

func (x *CancelTalkAgreeDbAndCacheReq) Reset()

func (*CancelTalkAgreeDbAndCacheReq) String

func (*CancelTalkAgreeDbAndCacheReq) Validate

func (m *CancelTalkAgreeDbAndCacheReq) Validate() error

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

func (*CancelTalkAgreeDbAndCacheReq) ValidateAll

func (m *CancelTalkAgreeDbAndCacheReq) ValidateAll() error

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

type CancelTalkAgreeDbAndCacheReqMultiError

type CancelTalkAgreeDbAndCacheReqMultiError []error

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

func (CancelTalkAgreeDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelTalkAgreeDbAndCacheReqMultiError) Error

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

type CancelTalkAgreeDbAndCacheReqValidationError

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

CancelTalkAgreeDbAndCacheReqValidationError is the validation error returned by CancelTalkAgreeDbAndCacheReq.Validate if the designated constraints aren't met.

func (CancelTalkAgreeDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CancelTalkAgreeDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CancelTalkAgreeDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CancelTalkAgreeDbAndCacheReqValidationError) Field

Field function returns field value.

func (CancelTalkAgreeDbAndCacheReqValidationError) Key

Key function returns key value.

func (CancelTalkAgreeDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CancelTalkAgreeReq

type CancelTalkAgreeReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelTalkAgreeReq) Descriptor deprecated

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

Deprecated: Use CancelTalkAgreeReq.ProtoReflect.Descriptor instead.

func (*CancelTalkAgreeReq) GetId

func (x *CancelTalkAgreeReq) GetId() int32

func (*CancelTalkAgreeReq) GetUserUuid

func (x *CancelTalkAgreeReq) GetUserUuid() string

func (*CancelTalkAgreeReq) GetUuid

func (x *CancelTalkAgreeReq) GetUuid() string

func (*CancelTalkAgreeReq) ProtoMessage

func (*CancelTalkAgreeReq) ProtoMessage()

func (*CancelTalkAgreeReq) ProtoReflect

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

func (*CancelTalkAgreeReq) Reset

func (x *CancelTalkAgreeReq) Reset()

func (*CancelTalkAgreeReq) String

func (x *CancelTalkAgreeReq) String() string

func (*CancelTalkAgreeReq) Validate

func (m *CancelTalkAgreeReq) Validate() error

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

func (*CancelTalkAgreeReq) ValidateAll

func (m *CancelTalkAgreeReq) ValidateAll() error

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

type CancelTalkAgreeReqMultiError

type CancelTalkAgreeReqMultiError []error

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

func (CancelTalkAgreeReqMultiError) AllErrors

func (m CancelTalkAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelTalkAgreeReqMultiError) Error

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

type CancelTalkAgreeReqValidationError

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

CancelTalkAgreeReqValidationError is the validation error returned by CancelTalkAgreeReq.Validate if the designated constraints aren't met.

func (CancelTalkAgreeReqValidationError) Cause

Cause function returns cause value.

func (CancelTalkAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (CancelTalkAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (CancelTalkAgreeReqValidationError) Field

Field function returns field value.

func (CancelTalkAgreeReqValidationError) Key

Key function returns key value.

func (CancelTalkAgreeReqValidationError) Reason

Reason function returns reason value.

type CancelTalkCollectDbAndCacheReq

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

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

Deprecated: Use CancelTalkCollectDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CancelTalkCollectDbAndCacheReq) GetId

func (*CancelTalkCollectDbAndCacheReq) GetUserUuid

func (x *CancelTalkCollectDbAndCacheReq) GetUserUuid() string

func (*CancelTalkCollectDbAndCacheReq) GetUuid

func (*CancelTalkCollectDbAndCacheReq) ProtoMessage

func (*CancelTalkCollectDbAndCacheReq) ProtoMessage()

func (*CancelTalkCollectDbAndCacheReq) ProtoReflect

func (*CancelTalkCollectDbAndCacheReq) Reset

func (x *CancelTalkCollectDbAndCacheReq) Reset()

func (*CancelTalkCollectDbAndCacheReq) String

func (*CancelTalkCollectDbAndCacheReq) Validate

func (m *CancelTalkCollectDbAndCacheReq) Validate() error

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

func (*CancelTalkCollectDbAndCacheReq) ValidateAll

func (m *CancelTalkCollectDbAndCacheReq) ValidateAll() error

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

type CancelTalkCollectDbAndCacheReqMultiError

type CancelTalkCollectDbAndCacheReqMultiError []error

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

func (CancelTalkCollectDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelTalkCollectDbAndCacheReqMultiError) Error

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

type CancelTalkCollectDbAndCacheReqValidationError

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

CancelTalkCollectDbAndCacheReqValidationError is the validation error returned by CancelTalkCollectDbAndCacheReq.Validate if the designated constraints aren't met.

func (CancelTalkCollectDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CancelTalkCollectDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CancelTalkCollectDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CancelTalkCollectDbAndCacheReqValidationError) Field

Field function returns field value.

func (CancelTalkCollectDbAndCacheReqValidationError) Key

Key function returns key value.

func (CancelTalkCollectDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CancelTalkCollectReq

type CancelTalkCollectReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelTalkCollectReq) Descriptor deprecated

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

Deprecated: Use CancelTalkCollectReq.ProtoReflect.Descriptor instead.

func (*CancelTalkCollectReq) GetId

func (x *CancelTalkCollectReq) GetId() int32

func (*CancelTalkCollectReq) GetUserUuid

func (x *CancelTalkCollectReq) GetUserUuid() string

func (*CancelTalkCollectReq) GetUuid

func (x *CancelTalkCollectReq) GetUuid() string

func (*CancelTalkCollectReq) ProtoMessage

func (*CancelTalkCollectReq) ProtoMessage()

func (*CancelTalkCollectReq) ProtoReflect

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

func (*CancelTalkCollectReq) Reset

func (x *CancelTalkCollectReq) Reset()

func (*CancelTalkCollectReq) String

func (x *CancelTalkCollectReq) String() string

func (*CancelTalkCollectReq) Validate

func (m *CancelTalkCollectReq) Validate() error

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

func (*CancelTalkCollectReq) ValidateAll

func (m *CancelTalkCollectReq) ValidateAll() error

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

type CancelTalkCollectReqMultiError

type CancelTalkCollectReqMultiError []error

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

func (CancelTalkCollectReqMultiError) AllErrors

func (m CancelTalkCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CancelTalkCollectReqMultiError) Error

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

type CancelTalkCollectReqValidationError

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

CancelTalkCollectReqValidationError is the validation error returned by CancelTalkCollectReq.Validate if the designated constraints aren't met.

func (CancelTalkCollectReqValidationError) Cause

Cause function returns cause value.

func (CancelTalkCollectReqValidationError) Error

Error satisfies the builtin error interface

func (CancelTalkCollectReqValidationError) ErrorName

ErrorName returns error name.

func (CancelTalkCollectReqValidationError) Field

Field function returns field value.

func (CancelTalkCollectReqValidationError) Key

Key function returns key value.

func (CancelTalkCollectReqValidationError) Reason

Reason function returns reason value.

type ColumnStatisticJudgeReply

type ColumnStatisticJudgeReply struct {
	Agree   bool `protobuf:"varint,1,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect bool `protobuf:"varint,2,opt,name=collect,proto3" json:"collect,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnStatisticJudgeReply) Descriptor deprecated

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

Deprecated: Use ColumnStatisticJudgeReply.ProtoReflect.Descriptor instead.

func (*ColumnStatisticJudgeReply) GetAgree

func (x *ColumnStatisticJudgeReply) GetAgree() bool

func (*ColumnStatisticJudgeReply) GetCollect

func (x *ColumnStatisticJudgeReply) GetCollect() bool

func (*ColumnStatisticJudgeReply) ProtoMessage

func (*ColumnStatisticJudgeReply) ProtoMessage()

func (*ColumnStatisticJudgeReply) ProtoReflect

func (*ColumnStatisticJudgeReply) Reset

func (x *ColumnStatisticJudgeReply) Reset()

func (*ColumnStatisticJudgeReply) String

func (x *ColumnStatisticJudgeReply) String() string

func (*ColumnStatisticJudgeReply) Validate

func (m *ColumnStatisticJudgeReply) Validate() error

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

func (*ColumnStatisticJudgeReply) ValidateAll

func (m *ColumnStatisticJudgeReply) ValidateAll() error

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

type ColumnStatisticJudgeReplyMultiError

type ColumnStatisticJudgeReplyMultiError []error

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

func (ColumnStatisticJudgeReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ColumnStatisticJudgeReplyMultiError) Error

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

type ColumnStatisticJudgeReplyValidationError

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

ColumnStatisticJudgeReplyValidationError is the validation error returned by ColumnStatisticJudgeReply.Validate if the designated constraints aren't met.

func (ColumnStatisticJudgeReplyValidationError) Cause

Cause function returns cause value.

func (ColumnStatisticJudgeReplyValidationError) Error

Error satisfies the builtin error interface

func (ColumnStatisticJudgeReplyValidationError) ErrorName

ErrorName returns error name.

func (ColumnStatisticJudgeReplyValidationError) Field

Field function returns field value.

func (ColumnStatisticJudgeReplyValidationError) Key

Key function returns key value.

func (ColumnStatisticJudgeReplyValidationError) Reason

Reason function returns reason value.

type ColumnStatisticJudgeReq

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

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

Deprecated: Use ColumnStatisticJudgeReq.ProtoReflect.Descriptor instead.

func (*ColumnStatisticJudgeReq) GetId

func (x *ColumnStatisticJudgeReq) GetId() int32

func (*ColumnStatisticJudgeReq) GetUuid

func (x *ColumnStatisticJudgeReq) GetUuid() string

func (*ColumnStatisticJudgeReq) ProtoMessage

func (*ColumnStatisticJudgeReq) ProtoMessage()

func (*ColumnStatisticJudgeReq) ProtoReflect

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

func (*ColumnStatisticJudgeReq) Reset

func (x *ColumnStatisticJudgeReq) Reset()

func (*ColumnStatisticJudgeReq) String

func (x *ColumnStatisticJudgeReq) String() string

func (*ColumnStatisticJudgeReq) Validate

func (m *ColumnStatisticJudgeReq) Validate() error

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

func (*ColumnStatisticJudgeReq) ValidateAll

func (m *ColumnStatisticJudgeReq) ValidateAll() error

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

type ColumnStatisticJudgeReqMultiError

type ColumnStatisticJudgeReqMultiError []error

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

func (ColumnStatisticJudgeReqMultiError) AllErrors

func (m ColumnStatisticJudgeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnStatisticJudgeReqMultiError) Error

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

type ColumnStatisticJudgeReqValidationError

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

ColumnStatisticJudgeReqValidationError is the validation error returned by ColumnStatisticJudgeReq.Validate if the designated constraints aren't met.

func (ColumnStatisticJudgeReqValidationError) Cause

Cause function returns cause value.

func (ColumnStatisticJudgeReqValidationError) Error

Error satisfies the builtin error interface

func (ColumnStatisticJudgeReqValidationError) ErrorName

ErrorName returns error name.

func (ColumnStatisticJudgeReqValidationError) Field

Field function returns field value.

func (ColumnStatisticJudgeReqValidationError) Key

Key function returns key value.

func (ColumnStatisticJudgeReqValidationError) Reason

Reason function returns reason value.

type CreateArticleDbCacheAndSearchReq

type CreateArticleDbCacheAndSearchReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateArticleDbCacheAndSearchReq) Descriptor deprecated

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

Deprecated: Use CreateArticleDbCacheAndSearchReq.ProtoReflect.Descriptor instead.

func (*CreateArticleDbCacheAndSearchReq) GetAuth

func (*CreateArticleDbCacheAndSearchReq) GetId

func (*CreateArticleDbCacheAndSearchReq) GetUuid

func (*CreateArticleDbCacheAndSearchReq) ProtoMessage

func (*CreateArticleDbCacheAndSearchReq) ProtoMessage()

func (*CreateArticleDbCacheAndSearchReq) ProtoReflect

func (*CreateArticleDbCacheAndSearchReq) Reset

func (*CreateArticleDbCacheAndSearchReq) String

func (*CreateArticleDbCacheAndSearchReq) Validate

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

func (*CreateArticleDbCacheAndSearchReq) ValidateAll

func (m *CreateArticleDbCacheAndSearchReq) ValidateAll() error

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

type CreateArticleDbCacheAndSearchReqMultiError

type CreateArticleDbCacheAndSearchReqMultiError []error

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

func (CreateArticleDbCacheAndSearchReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateArticleDbCacheAndSearchReqMultiError) Error

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

type CreateArticleDbCacheAndSearchReqValidationError

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

CreateArticleDbCacheAndSearchReqValidationError is the validation error returned by CreateArticleDbCacheAndSearchReq.Validate if the designated constraints aren't met.

func (CreateArticleDbCacheAndSearchReqValidationError) Cause

Cause function returns cause value.

func (CreateArticleDbCacheAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (CreateArticleDbCacheAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (CreateArticleDbCacheAndSearchReqValidationError) Field

Field function returns field value.

func (CreateArticleDbCacheAndSearchReqValidationError) Key

Key function returns key value.

func (CreateArticleDbCacheAndSearchReqValidationError) Reason

Reason function returns reason value.

type CreateArticleDraftReply

type CreateArticleDraftReply struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateArticleDraftReply) Descriptor deprecated

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

Deprecated: Use CreateArticleDraftReply.ProtoReflect.Descriptor instead.

func (*CreateArticleDraftReply) GetId

func (x *CreateArticleDraftReply) GetId() int32

func (*CreateArticleDraftReply) ProtoMessage

func (*CreateArticleDraftReply) ProtoMessage()

func (*CreateArticleDraftReply) ProtoReflect

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

func (*CreateArticleDraftReply) Reset

func (x *CreateArticleDraftReply) Reset()

func (*CreateArticleDraftReply) String

func (x *CreateArticleDraftReply) String() string

func (*CreateArticleDraftReply) Validate

func (m *CreateArticleDraftReply) Validate() error

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

func (*CreateArticleDraftReply) ValidateAll

func (m *CreateArticleDraftReply) ValidateAll() error

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

type CreateArticleDraftReplyMultiError

type CreateArticleDraftReplyMultiError []error

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

func (CreateArticleDraftReplyMultiError) AllErrors

func (m CreateArticleDraftReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateArticleDraftReplyMultiError) Error

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

type CreateArticleDraftReplyValidationError

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

CreateArticleDraftReplyValidationError is the validation error returned by CreateArticleDraftReply.Validate if the designated constraints aren't met.

func (CreateArticleDraftReplyValidationError) Cause

Cause function returns cause value.

func (CreateArticleDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateArticleDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateArticleDraftReplyValidationError) Field

Field function returns field value.

func (CreateArticleDraftReplyValidationError) Key

Key function returns key value.

func (CreateArticleDraftReplyValidationError) Reason

Reason function returns reason value.

type CreateArticleDraftReq

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

func (*CreateArticleDraftReq) Descriptor deprecated

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

Deprecated: Use CreateArticleDraftReq.ProtoReflect.Descriptor instead.

func (*CreateArticleDraftReq) GetUuid

func (x *CreateArticleDraftReq) GetUuid() string

func (*CreateArticleDraftReq) ProtoMessage

func (*CreateArticleDraftReq) ProtoMessage()

func (*CreateArticleDraftReq) ProtoReflect

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

func (*CreateArticleDraftReq) Reset

func (x *CreateArticleDraftReq) Reset()

func (*CreateArticleDraftReq) String

func (x *CreateArticleDraftReq) String() string

func (*CreateArticleDraftReq) Validate

func (m *CreateArticleDraftReq) Validate() error

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

func (*CreateArticleDraftReq) ValidateAll

func (m *CreateArticleDraftReq) ValidateAll() error

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

type CreateArticleDraftReqMultiError

type CreateArticleDraftReqMultiError []error

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

func (CreateArticleDraftReqMultiError) AllErrors

func (m CreateArticleDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateArticleDraftReqMultiError) Error

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

type CreateArticleDraftReqValidationError

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

CreateArticleDraftReqValidationError is the validation error returned by CreateArticleDraftReq.Validate if the designated constraints aren't met.

func (CreateArticleDraftReqValidationError) Cause

Cause function returns cause value.

func (CreateArticleDraftReqValidationError) Error

Error satisfies the builtin error interface

func (CreateArticleDraftReqValidationError) ErrorName

ErrorName returns error name.

func (CreateArticleDraftReqValidationError) Field

Field function returns field value.

func (CreateArticleDraftReqValidationError) Key

Key function returns key value.

func (CreateArticleDraftReqValidationError) Reason

Reason function returns reason value.

type CreateArticleReq

type CreateArticleReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateArticleReq) Descriptor deprecated

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

Deprecated: Use CreateArticleReq.ProtoReflect.Descriptor instead.

func (*CreateArticleReq) GetAuth

func (x *CreateArticleReq) GetAuth() int32

func (*CreateArticleReq) GetId

func (x *CreateArticleReq) GetId() int32

func (*CreateArticleReq) GetUuid

func (x *CreateArticleReq) GetUuid() string

func (*CreateArticleReq) ProtoMessage

func (*CreateArticleReq) ProtoMessage()

func (*CreateArticleReq) ProtoReflect

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

func (*CreateArticleReq) Reset

func (x *CreateArticleReq) Reset()

func (*CreateArticleReq) String

func (x *CreateArticleReq) String() string

func (*CreateArticleReq) Validate

func (m *CreateArticleReq) Validate() error

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

func (*CreateArticleReq) ValidateAll

func (m *CreateArticleReq) ValidateAll() error

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

type CreateArticleReqMultiError

type CreateArticleReqMultiError []error

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

func (CreateArticleReqMultiError) AllErrors

func (m CreateArticleReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateArticleReqMultiError) Error

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

type CreateArticleReqValidationError

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

CreateArticleReqValidationError is the validation error returned by CreateArticleReq.Validate if the designated constraints aren't met.

func (CreateArticleReqValidationError) Cause

Cause function returns cause value.

func (CreateArticleReqValidationError) Error

Error satisfies the builtin error interface

func (CreateArticleReqValidationError) ErrorName

ErrorName returns error name.

func (CreateArticleReqValidationError) Field

Field function returns field value.

func (CreateArticleReqValidationError) Key

Key function returns key value.

func (CreateArticleReqValidationError) Reason

Reason function returns reason value.

type CreateCollectionsDbAndCacheReq

type CreateCollectionsDbAndCacheReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCollectionsDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use CreateCollectionsDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*CreateCollectionsDbAndCacheReq) GetAuth

func (*CreateCollectionsDbAndCacheReq) GetId

func (*CreateCollectionsDbAndCacheReq) GetUuid

func (*CreateCollectionsDbAndCacheReq) ProtoMessage

func (*CreateCollectionsDbAndCacheReq) ProtoMessage()

func (*CreateCollectionsDbAndCacheReq) ProtoReflect

func (*CreateCollectionsDbAndCacheReq) Reset

func (x *CreateCollectionsDbAndCacheReq) Reset()

func (*CreateCollectionsDbAndCacheReq) String

func (*CreateCollectionsDbAndCacheReq) Validate

func (m *CreateCollectionsDbAndCacheReq) Validate() error

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

func (*CreateCollectionsDbAndCacheReq) ValidateAll

func (m *CreateCollectionsDbAndCacheReq) ValidateAll() error

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

type CreateCollectionsDbAndCacheReqMultiError

type CreateCollectionsDbAndCacheReqMultiError []error

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

func (CreateCollectionsDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateCollectionsDbAndCacheReqMultiError) Error

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

type CreateCollectionsDbAndCacheReqValidationError

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

CreateCollectionsDbAndCacheReqValidationError is the validation error returned by CreateCollectionsDbAndCacheReq.Validate if the designated constraints aren't met.

func (CreateCollectionsDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (CreateCollectionsDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (CreateCollectionsDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (CreateCollectionsDbAndCacheReqValidationError) Field

Field function returns field value.

func (CreateCollectionsDbAndCacheReqValidationError) Key

Key function returns key value.

func (CreateCollectionsDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type CreateCollectionsDraftReply

type CreateCollectionsDraftReply struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCollectionsDraftReply) Descriptor deprecated

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

Deprecated: Use CreateCollectionsDraftReply.ProtoReflect.Descriptor instead.

func (*CreateCollectionsDraftReply) GetId

func (*CreateCollectionsDraftReply) ProtoMessage

func (*CreateCollectionsDraftReply) ProtoMessage()

func (*CreateCollectionsDraftReply) ProtoReflect

func (*CreateCollectionsDraftReply) Reset

func (x *CreateCollectionsDraftReply) Reset()

func (*CreateCollectionsDraftReply) String

func (x *CreateCollectionsDraftReply) String() string

func (*CreateCollectionsDraftReply) Validate

func (m *CreateCollectionsDraftReply) Validate() error

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

func (*CreateCollectionsDraftReply) ValidateAll

func (m *CreateCollectionsDraftReply) ValidateAll() error

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

type CreateCollectionsDraftReplyMultiError

type CreateCollectionsDraftReplyMultiError []error

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

func (CreateCollectionsDraftReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateCollectionsDraftReplyMultiError) Error

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

type CreateCollectionsDraftReplyValidationError

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

CreateCollectionsDraftReplyValidationError is the validation error returned by CreateCollectionsDraftReply.Validate if the designated constraints aren't met.

func (CreateCollectionsDraftReplyValidationError) Cause

Cause function returns cause value.

func (CreateCollectionsDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateCollectionsDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateCollectionsDraftReplyValidationError) Field

Field function returns field value.

func (CreateCollectionsDraftReplyValidationError) Key

Key function returns key value.

func (CreateCollectionsDraftReplyValidationError) Reason

Reason function returns reason value.

type CreateCollectionsDraftReq

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

func (*CreateCollectionsDraftReq) Descriptor deprecated

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

Deprecated: Use CreateCollectionsDraftReq.ProtoReflect.Descriptor instead.

func (*CreateCollectionsDraftReq) GetUuid

func (x *CreateCollectionsDraftReq) GetUuid() string

func (*CreateCollectionsDraftReq) ProtoMessage

func (*CreateCollectionsDraftReq) ProtoMessage()

func (*CreateCollectionsDraftReq) ProtoReflect

func (*CreateCollectionsDraftReq) Reset

func (x *CreateCollectionsDraftReq) Reset()

func (*CreateCollectionsDraftReq) String

func (x *CreateCollectionsDraftReq) String() string

func (*CreateCollectionsDraftReq) Validate

func (m *CreateCollectionsDraftReq) Validate() error

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

func (*CreateCollectionsDraftReq) ValidateAll

func (m *CreateCollectionsDraftReq) ValidateAll() error

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

type CreateCollectionsDraftReqMultiError

type CreateCollectionsDraftReqMultiError []error

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

func (CreateCollectionsDraftReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateCollectionsDraftReqMultiError) Error

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

type CreateCollectionsDraftReqValidationError

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

CreateCollectionsDraftReqValidationError is the validation error returned by CreateCollectionsDraftReq.Validate if the designated constraints aren't met.

func (CreateCollectionsDraftReqValidationError) Cause

Cause function returns cause value.

func (CreateCollectionsDraftReqValidationError) Error

Error satisfies the builtin error interface

func (CreateCollectionsDraftReqValidationError) ErrorName

ErrorName returns error name.

func (CreateCollectionsDraftReqValidationError) Field

Field function returns field value.

func (CreateCollectionsDraftReqValidationError) Key

Key function returns key value.

func (CreateCollectionsDraftReqValidationError) Reason

Reason function returns reason value.

type CreateCollectionsReq

type CreateCollectionsReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCollectionsReq) Descriptor deprecated

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

Deprecated: Use CreateCollectionsReq.ProtoReflect.Descriptor instead.

func (*CreateCollectionsReq) GetAuth

func (x *CreateCollectionsReq) GetAuth() int32

func (*CreateCollectionsReq) GetId

func (x *CreateCollectionsReq) GetId() int32

func (*CreateCollectionsReq) GetUuid

func (x *CreateCollectionsReq) GetUuid() string

func (*CreateCollectionsReq) ProtoMessage

func (*CreateCollectionsReq) ProtoMessage()

func (*CreateCollectionsReq) ProtoReflect

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

func (*CreateCollectionsReq) Reset

func (x *CreateCollectionsReq) Reset()

func (*CreateCollectionsReq) String

func (x *CreateCollectionsReq) String() string

func (*CreateCollectionsReq) Validate

func (m *CreateCollectionsReq) Validate() error

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

func (*CreateCollectionsReq) ValidateAll

func (m *CreateCollectionsReq) ValidateAll() error

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

type CreateCollectionsReqMultiError

type CreateCollectionsReqMultiError []error

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

func (CreateCollectionsReqMultiError) AllErrors

func (m CreateCollectionsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCollectionsReqMultiError) Error

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

type CreateCollectionsReqValidationError

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

CreateCollectionsReqValidationError is the validation error returned by CreateCollectionsReq.Validate if the designated constraints aren't met.

func (CreateCollectionsReqValidationError) Cause

Cause function returns cause value.

func (CreateCollectionsReqValidationError) Error

Error satisfies the builtin error interface

func (CreateCollectionsReqValidationError) ErrorName

ErrorName returns error name.

func (CreateCollectionsReqValidationError) Field

Field function returns field value.

func (CreateCollectionsReqValidationError) Key

Key function returns key value.

func (CreateCollectionsReqValidationError) Reason

Reason function returns reason value.

type CreateColumnDbCacheAndSearchReq

type CreateColumnDbCacheAndSearchReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateColumnDbCacheAndSearchReq) Descriptor deprecated

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

Deprecated: Use CreateColumnDbCacheAndSearchReq.ProtoReflect.Descriptor instead.

func (*CreateColumnDbCacheAndSearchReq) GetAuth

func (*CreateColumnDbCacheAndSearchReq) GetId

func (*CreateColumnDbCacheAndSearchReq) GetUuid

func (*CreateColumnDbCacheAndSearchReq) ProtoMessage

func (*CreateColumnDbCacheAndSearchReq) ProtoMessage()

func (*CreateColumnDbCacheAndSearchReq) ProtoReflect

func (*CreateColumnDbCacheAndSearchReq) Reset

func (*CreateColumnDbCacheAndSearchReq) String

func (*CreateColumnDbCacheAndSearchReq) Validate

func (m *CreateColumnDbCacheAndSearchReq) Validate() error

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

func (*CreateColumnDbCacheAndSearchReq) ValidateAll

func (m *CreateColumnDbCacheAndSearchReq) ValidateAll() error

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

type CreateColumnDbCacheAndSearchReqMultiError

type CreateColumnDbCacheAndSearchReqMultiError []error

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

func (CreateColumnDbCacheAndSearchReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateColumnDbCacheAndSearchReqMultiError) Error

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

type CreateColumnDbCacheAndSearchReqValidationError

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

CreateColumnDbCacheAndSearchReqValidationError is the validation error returned by CreateColumnDbCacheAndSearchReq.Validate if the designated constraints aren't met.

func (CreateColumnDbCacheAndSearchReqValidationError) Cause

Cause function returns cause value.

func (CreateColumnDbCacheAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (CreateColumnDbCacheAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (CreateColumnDbCacheAndSearchReqValidationError) Field

Field function returns field value.

func (CreateColumnDbCacheAndSearchReqValidationError) Key

Key function returns key value.

func (CreateColumnDbCacheAndSearchReqValidationError) Reason

Reason function returns reason value.

type CreateColumnDraftReply

type CreateColumnDraftReply struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateColumnDraftReply) Descriptor deprecated

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

Deprecated: Use CreateColumnDraftReply.ProtoReflect.Descriptor instead.

func (*CreateColumnDraftReply) GetId

func (x *CreateColumnDraftReply) GetId() int32

func (*CreateColumnDraftReply) ProtoMessage

func (*CreateColumnDraftReply) ProtoMessage()

func (*CreateColumnDraftReply) ProtoReflect

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

func (*CreateColumnDraftReply) Reset

func (x *CreateColumnDraftReply) Reset()

func (*CreateColumnDraftReply) String

func (x *CreateColumnDraftReply) String() string

func (*CreateColumnDraftReply) Validate

func (m *CreateColumnDraftReply) Validate() error

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

func (*CreateColumnDraftReply) ValidateAll

func (m *CreateColumnDraftReply) ValidateAll() error

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

type CreateColumnDraftReplyMultiError

type CreateColumnDraftReplyMultiError []error

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

func (CreateColumnDraftReplyMultiError) AllErrors

func (m CreateColumnDraftReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateColumnDraftReplyMultiError) Error

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

type CreateColumnDraftReplyValidationError

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

CreateColumnDraftReplyValidationError is the validation error returned by CreateColumnDraftReply.Validate if the designated constraints aren't met.

func (CreateColumnDraftReplyValidationError) Cause

Cause function returns cause value.

func (CreateColumnDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateColumnDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateColumnDraftReplyValidationError) Field

Field function returns field value.

func (CreateColumnDraftReplyValidationError) Key

Key function returns key value.

func (CreateColumnDraftReplyValidationError) Reason

Reason function returns reason value.

type CreateColumnDraftReq

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

func (*CreateColumnDraftReq) Descriptor deprecated

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

Deprecated: Use CreateColumnDraftReq.ProtoReflect.Descriptor instead.

func (*CreateColumnDraftReq) GetUuid

func (x *CreateColumnDraftReq) GetUuid() string

func (*CreateColumnDraftReq) ProtoMessage

func (*CreateColumnDraftReq) ProtoMessage()

func (*CreateColumnDraftReq) ProtoReflect

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

func (*CreateColumnDraftReq) Reset

func (x *CreateColumnDraftReq) Reset()

func (*CreateColumnDraftReq) String

func (x *CreateColumnDraftReq) String() string

func (*CreateColumnDraftReq) Validate

func (m *CreateColumnDraftReq) Validate() error

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

func (*CreateColumnDraftReq) ValidateAll

func (m *CreateColumnDraftReq) ValidateAll() error

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

type CreateColumnDraftReqMultiError

type CreateColumnDraftReqMultiError []error

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

func (CreateColumnDraftReqMultiError) AllErrors

func (m CreateColumnDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateColumnDraftReqMultiError) Error

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

type CreateColumnDraftReqValidationError

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

CreateColumnDraftReqValidationError is the validation error returned by CreateColumnDraftReq.Validate if the designated constraints aren't met.

func (CreateColumnDraftReqValidationError) Cause

Cause function returns cause value.

func (CreateColumnDraftReqValidationError) Error

Error satisfies the builtin error interface

func (CreateColumnDraftReqValidationError) ErrorName

ErrorName returns error name.

func (CreateColumnDraftReqValidationError) Field

Field function returns field value.

func (CreateColumnDraftReqValidationError) Key

Key function returns key value.

func (CreateColumnDraftReqValidationError) Reason

Reason function returns reason value.

type CreateColumnReq

type CreateColumnReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateColumnReq) Descriptor deprecated

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

Deprecated: Use CreateColumnReq.ProtoReflect.Descriptor instead.

func (*CreateColumnReq) GetAuth

func (x *CreateColumnReq) GetAuth() int32

func (*CreateColumnReq) GetId

func (x *CreateColumnReq) GetId() int32

func (*CreateColumnReq) GetUuid

func (x *CreateColumnReq) GetUuid() string

func (*CreateColumnReq) ProtoMessage

func (*CreateColumnReq) ProtoMessage()

func (*CreateColumnReq) ProtoReflect

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

func (*CreateColumnReq) Reset

func (x *CreateColumnReq) Reset()

func (*CreateColumnReq) String

func (x *CreateColumnReq) String() string

func (*CreateColumnReq) Validate

func (m *CreateColumnReq) Validate() error

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

func (*CreateColumnReq) ValidateAll

func (m *CreateColumnReq) ValidateAll() error

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

type CreateColumnReqMultiError

type CreateColumnReqMultiError []error

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

func (CreateColumnReqMultiError) AllErrors

func (m CreateColumnReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateColumnReqMultiError) Error

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

type CreateColumnReqValidationError

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

CreateColumnReqValidationError is the validation error returned by CreateColumnReq.Validate if the designated constraints aren't met.

func (CreateColumnReqValidationError) Cause

Cause function returns cause value.

func (CreateColumnReqValidationError) Error

Error satisfies the builtin error interface

func (CreateColumnReqValidationError) ErrorName

func (e CreateColumnReqValidationError) ErrorName() string

ErrorName returns error name.

func (CreateColumnReqValidationError) Field

Field function returns field value.

func (CreateColumnReqValidationError) Key

Key function returns key value.

func (CreateColumnReqValidationError) Reason

Reason function returns reason value.

type CreateTalkDbCacheAndSearchReq

type CreateTalkDbCacheAndSearchReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTalkDbCacheAndSearchReq) Descriptor deprecated

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

Deprecated: Use CreateTalkDbCacheAndSearchReq.ProtoReflect.Descriptor instead.

func (*CreateTalkDbCacheAndSearchReq) GetAuth

func (x *CreateTalkDbCacheAndSearchReq) GetAuth() int32

func (*CreateTalkDbCacheAndSearchReq) GetId

func (*CreateTalkDbCacheAndSearchReq) GetUuid

func (*CreateTalkDbCacheAndSearchReq) ProtoMessage

func (*CreateTalkDbCacheAndSearchReq) ProtoMessage()

func (*CreateTalkDbCacheAndSearchReq) ProtoReflect

func (*CreateTalkDbCacheAndSearchReq) Reset

func (x *CreateTalkDbCacheAndSearchReq) Reset()

func (*CreateTalkDbCacheAndSearchReq) String

func (*CreateTalkDbCacheAndSearchReq) Validate

func (m *CreateTalkDbCacheAndSearchReq) Validate() error

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

func (*CreateTalkDbCacheAndSearchReq) ValidateAll

func (m *CreateTalkDbCacheAndSearchReq) ValidateAll() error

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

type CreateTalkDbCacheAndSearchReqMultiError

type CreateTalkDbCacheAndSearchReqMultiError []error

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

func (CreateTalkDbCacheAndSearchReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTalkDbCacheAndSearchReqMultiError) Error

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

type CreateTalkDbCacheAndSearchReqValidationError

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

CreateTalkDbCacheAndSearchReqValidationError is the validation error returned by CreateTalkDbCacheAndSearchReq.Validate if the designated constraints aren't met.

func (CreateTalkDbCacheAndSearchReqValidationError) Cause

Cause function returns cause value.

func (CreateTalkDbCacheAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (CreateTalkDbCacheAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (CreateTalkDbCacheAndSearchReqValidationError) Field

Field function returns field value.

func (CreateTalkDbCacheAndSearchReqValidationError) Key

Key function returns key value.

func (CreateTalkDbCacheAndSearchReqValidationError) Reason

Reason function returns reason value.

type CreateTalkDraftReply

type CreateTalkDraftReply struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTalkDraftReply) Descriptor deprecated

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

Deprecated: Use CreateTalkDraftReply.ProtoReflect.Descriptor instead.

func (*CreateTalkDraftReply) GetId

func (x *CreateTalkDraftReply) GetId() int32

func (*CreateTalkDraftReply) ProtoMessage

func (*CreateTalkDraftReply) ProtoMessage()

func (*CreateTalkDraftReply) ProtoReflect

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

func (*CreateTalkDraftReply) Reset

func (x *CreateTalkDraftReply) Reset()

func (*CreateTalkDraftReply) String

func (x *CreateTalkDraftReply) String() string

func (*CreateTalkDraftReply) Validate

func (m *CreateTalkDraftReply) Validate() error

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

func (*CreateTalkDraftReply) ValidateAll

func (m *CreateTalkDraftReply) ValidateAll() error

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

type CreateTalkDraftReplyMultiError

type CreateTalkDraftReplyMultiError []error

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

func (CreateTalkDraftReplyMultiError) AllErrors

func (m CreateTalkDraftReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTalkDraftReplyMultiError) Error

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

type CreateTalkDraftReplyValidationError

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

CreateTalkDraftReplyValidationError is the validation error returned by CreateTalkDraftReply.Validate if the designated constraints aren't met.

func (CreateTalkDraftReplyValidationError) Cause

Cause function returns cause value.

func (CreateTalkDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateTalkDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateTalkDraftReplyValidationError) Field

Field function returns field value.

func (CreateTalkDraftReplyValidationError) Key

Key function returns key value.

func (CreateTalkDraftReplyValidationError) Reason

Reason function returns reason value.

type CreateTalkDraftReq

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

func (*CreateTalkDraftReq) Descriptor deprecated

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

Deprecated: Use CreateTalkDraftReq.ProtoReflect.Descriptor instead.

func (*CreateTalkDraftReq) GetUuid

func (x *CreateTalkDraftReq) GetUuid() string

func (*CreateTalkDraftReq) ProtoMessage

func (*CreateTalkDraftReq) ProtoMessage()

func (*CreateTalkDraftReq) ProtoReflect

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

func (*CreateTalkDraftReq) Reset

func (x *CreateTalkDraftReq) Reset()

func (*CreateTalkDraftReq) String

func (x *CreateTalkDraftReq) String() string

func (*CreateTalkDraftReq) Validate

func (m *CreateTalkDraftReq) Validate() error

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

func (*CreateTalkDraftReq) ValidateAll

func (m *CreateTalkDraftReq) ValidateAll() error

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

type CreateTalkDraftReqMultiError

type CreateTalkDraftReqMultiError []error

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

func (CreateTalkDraftReqMultiError) AllErrors

func (m CreateTalkDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTalkDraftReqMultiError) Error

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

type CreateTalkDraftReqValidationError

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

CreateTalkDraftReqValidationError is the validation error returned by CreateTalkDraftReq.Validate if the designated constraints aren't met.

func (CreateTalkDraftReqValidationError) Cause

Cause function returns cause value.

func (CreateTalkDraftReqValidationError) Error

Error satisfies the builtin error interface

func (CreateTalkDraftReqValidationError) ErrorName

ErrorName returns error name.

func (CreateTalkDraftReqValidationError) Field

Field function returns field value.

func (CreateTalkDraftReqValidationError) Key

Key function returns key value.

func (CreateTalkDraftReqValidationError) Reason

Reason function returns reason value.

type CreateTalkReq

type CreateTalkReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTalkReq) Descriptor deprecated

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

Deprecated: Use CreateTalkReq.ProtoReflect.Descriptor instead.

func (*CreateTalkReq) GetAuth

func (x *CreateTalkReq) GetAuth() int32

func (*CreateTalkReq) GetId

func (x *CreateTalkReq) GetId() int32

func (*CreateTalkReq) GetUuid

func (x *CreateTalkReq) GetUuid() string

func (*CreateTalkReq) ProtoMessage

func (*CreateTalkReq) ProtoMessage()

func (*CreateTalkReq) ProtoReflect

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

func (*CreateTalkReq) Reset

func (x *CreateTalkReq) Reset()

func (*CreateTalkReq) String

func (x *CreateTalkReq) String() string

func (*CreateTalkReq) Validate

func (m *CreateTalkReq) Validate() error

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

func (*CreateTalkReq) ValidateAll

func (m *CreateTalkReq) ValidateAll() error

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

type CreateTalkReqMultiError

type CreateTalkReqMultiError []error

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

func (CreateTalkReqMultiError) AllErrors

func (m CreateTalkReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTalkReqMultiError) Error

func (m CreateTalkReqMultiError) Error() string

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

type CreateTalkReqValidationError

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

CreateTalkReqValidationError is the validation error returned by CreateTalkReq.Validate if the designated constraints aren't met.

func (CreateTalkReqValidationError) Cause

Cause function returns cause value.

func (CreateTalkReqValidationError) Error

Error satisfies the builtin error interface

func (CreateTalkReqValidationError) ErrorName

func (e CreateTalkReqValidationError) ErrorName() string

ErrorName returns error name.

func (CreateTalkReqValidationError) Field

Field function returns field value.

func (CreateTalkReqValidationError) Key

Key function returns key value.

func (CreateTalkReqValidationError) Reason

Reason function returns reason value.

type CreationClient

type CreationClient interface {
	GetLeaderBoard(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetLeaderBoardReply, error)
	GetLastCollectionsDraft(ctx context.Context, in *GetLastCollectionsDraftReq, opts ...grpc.CallOption) (*GetLastCollectionsDraftReply, error)
	GetCollectionsContentReview(ctx context.Context, in *GetCollectionsContentReviewReq, opts ...grpc.CallOption) (*GetCollectionsContentReviewReply, error)
	GetCollectArticleList(ctx context.Context, in *GetCollectArticleListReq, opts ...grpc.CallOption) (*GetArticleListReply, error)
	GetCollectArticleCount(ctx context.Context, in *GetCollectArticleCountReq, opts ...grpc.CallOption) (*GetCollectArticleCountReply, error)
	GetCollectTalkList(ctx context.Context, in *GetCollectTalkListReq, opts ...grpc.CallOption) (*GetTalkListReply, error)
	GetCollectTalkCount(ctx context.Context, in *GetCollectTalkCountReq, opts ...grpc.CallOption) (*GetCollectTalkCountReply, error)
	GetCollectColumnList(ctx context.Context, in *GetCollectColumnListReq, opts ...grpc.CallOption) (*GetColumnListReply, error)
	GetCollectColumnCount(ctx context.Context, in *GetCollectColumnCountReq, opts ...grpc.CallOption) (*GetCollectColumnCountReply, error)
	GetCollections(ctx context.Context, in *GetCollectionsReq, opts ...grpc.CallOption) (*GetCollectionsReply, error)
	GetCollectionListInfo(ctx context.Context, in *GetCollectionListInfoReq, opts ...grpc.CallOption) (*GetCollectionsListReply, error)
	GetCollectionsList(ctx context.Context, in *GetCollectionsListReq, opts ...grpc.CallOption) (*GetCollectionsListReply, error)
	GetCollectionsListAll(ctx context.Context, in *GetCollectionsListAllReq, opts ...grpc.CallOption) (*GetCollectionsListReply, error)
	GetCollectionsCount(ctx context.Context, in *GetCollectionsCountReq, opts ...grpc.CallOption) (*GetCollectionsCountReply, error)
	GetCollectionsListByVisitor(ctx context.Context, in *GetCollectionsListReq, opts ...grpc.CallOption) (*GetCollectionsListReply, error)
	GetCollectionsVisitorCount(ctx context.Context, in *GetCollectionsCountReq, opts ...grpc.CallOption) (*GetCollectionsCountReply, error)
	GetCreationUser(ctx context.Context, in *GetCreationUserReq, opts ...grpc.CallOption) (*GetCreationUserReply, error)
	GetCreationUserVisitor(ctx context.Context, in *GetCreationUserReq, opts ...grpc.CallOption) (*GetCreationUserReply, error)
	GetUserTimeLineList(ctx context.Context, in *GetUserTimeLineListReq, opts ...grpc.CallOption) (*GetUserTimeLineListReply, error)
	SendCollections(ctx context.Context, in *SendCollectionsReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateCollectionsDraft(ctx context.Context, in *CreateCollectionsDraftReq, opts ...grpc.CallOption) (*CreateCollectionsDraftReply, error)
	CreateCollections(ctx context.Context, in *CreateCollectionsReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateCollectionsDbAndCache(ctx context.Context, in *CreateCollectionsDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CollectionsContentIrregular(ctx context.Context, in *CreationContentIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddCollectionsContentReviewDbAndCache(ctx context.Context, in *AddCreationContentReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SendCollectionsEdit(ctx context.Context, in *SendCollectionsEditReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	EditCollections(ctx context.Context, in *EditCollectionsReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	EditCollectionsCos(ctx context.Context, in *EditCollectionsCosReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteCollections(ctx context.Context, in *DeleteCollectionsReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteCollectionsCache(ctx context.Context, in *DeleteCollectionsCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ArticleImageIrregular(ctx context.Context, in *CreationImageIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ArticleContentIrregular(ctx context.Context, in *CreationContentIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddArticleImageReviewDbAndCache(ctx context.Context, in *AddCreationImageReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddArticleContentReviewDbAndCache(ctx context.Context, in *AddCreationContentReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetArticleList(ctx context.Context, in *GetArticleListReq, opts ...grpc.CallOption) (*GetArticleListReply, error)
	GetArticleListHot(ctx context.Context, in *GetArticleListHotReq, opts ...grpc.CallOption) (*GetArticleListHotReply, error)
	GetColumnArticleList(ctx context.Context, in *GetColumnArticleListReq, opts ...grpc.CallOption) (*GetArticleListReply, error)
	GetArticleCount(ctx context.Context, in *GetArticleCountReq, opts ...grpc.CallOption) (*GetArticleCountReply, error)
	GetArticleCountVisitor(ctx context.Context, in *GetArticleCountVisitorReq, opts ...grpc.CallOption) (*GetArticleCountReply, error)
	GetUserArticleList(ctx context.Context, in *GetUserArticleListReq, opts ...grpc.CallOption) (*GetArticleListReply, error)
	GetUserArticleListVisitor(ctx context.Context, in *GetUserArticleListVisitorReq, opts ...grpc.CallOption) (*GetArticleListReply, error)
	GetUserArticleListAll(ctx context.Context, in *GetUserArticleListAllReq, opts ...grpc.CallOption) (*GetArticleListReply, error)
	GetArticleStatistic(ctx context.Context, in *GetArticleStatisticReq, opts ...grpc.CallOption) (*GetArticleStatisticReply, error)
	GetUserArticleAgree(ctx context.Context, in *GetUserArticleAgreeReq, opts ...grpc.CallOption) (*GetUserArticleAgreeReply, error)
	GetUserArticleCollect(ctx context.Context, in *GetUserArticleCollectReq, opts ...grpc.CallOption) (*GetUserArticleCollectReply, error)
	GetArticleListStatistic(ctx context.Context, in *GetArticleListStatisticReq, opts ...grpc.CallOption) (*GetArticleListStatisticReply, error)
	GetLastArticleDraft(ctx context.Context, in *GetLastArticleDraftReq, opts ...grpc.CallOption) (*GetLastArticleDraftReply, error)
	GetArticleSearch(ctx context.Context, in *GetArticleSearchReq, opts ...grpc.CallOption) (*GetArticleSearchReply, error)
	GetArticleImageReview(ctx context.Context, in *GetArticleImageReviewReq, opts ...grpc.CallOption) (*GetArticleImageReviewReply, error)
	GetArticleContentReview(ctx context.Context, in *GetArticleContentReviewReq, opts ...grpc.CallOption) (*GetArticleContentReviewReply, error)
	CreateArticle(ctx context.Context, in *CreateArticleReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	EditArticle(ctx context.Context, in *EditArticleReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateArticleDbCacheAndSearch(ctx context.Context, in *CreateArticleDbCacheAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	EditArticleCosAndSearch(ctx context.Context, in *EditArticleCosAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteArticleCacheAndSearch(ctx context.Context, in *DeleteArticleCacheAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetArticleViewDbAndCache(ctx context.Context, in *SetArticleViewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetArticleAgreeDbAndCache(ctx context.Context, in *SetArticleAgreeDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetArticleCollectDbAndCache(ctx context.Context, in *SetArticleCollectDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateArticleDraft(ctx context.Context, in *CreateArticleDraftReq, opts ...grpc.CallOption) (*CreateArticleDraftReply, error)
	ArticleDraftMark(ctx context.Context, in *ArticleDraftMarkReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetArticleDraftList(ctx context.Context, in *GetArticleDraftListReq, opts ...grpc.CallOption) (*GetArticleDraftListReply, error)
	SendArticle(ctx context.Context, in *SendArticleReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SendArticleEdit(ctx context.Context, in *SendArticleEditReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteArticle(ctx context.Context, in *DeleteArticleReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteArticleDraft(ctx context.Context, in *DeleteArticleDraftReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetArticleAgree(ctx context.Context, in *SetArticleAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetArticleView(ctx context.Context, in *SetArticleViewReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetArticleCollect(ctx context.Context, in *SetArticleCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelArticleAgree(ctx context.Context, in *CancelArticleAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelArticleAgreeDbAndCache(ctx context.Context, in *CancelArticleAgreeDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelArticleCollect(ctx context.Context, in *CancelArticleCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelArticleCollectDbAndCache(ctx context.Context, in *CancelArticleCollectDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ArticleStatisticJudge(ctx context.Context, in *ArticleStatisticJudgeReq, opts ...grpc.CallOption) (*ArticleStatisticJudgeReply, error)
	GetTalkList(ctx context.Context, in *GetTalkListReq, opts ...grpc.CallOption) (*GetTalkListReply, error)
	GetTalkListHot(ctx context.Context, in *GetTalkListHotReq, opts ...grpc.CallOption) (*GetTalkListHotReply, error)
	GetUserTalkList(ctx context.Context, in *GetUserTalkListReq, opts ...grpc.CallOption) (*GetTalkListReply, error)
	GetUserTalkListVisitor(ctx context.Context, in *GetUserTalkListVisitorReq, opts ...grpc.CallOption) (*GetTalkListReply, error)
	GetTalkCount(ctx context.Context, in *GetTalkCountReq, opts ...grpc.CallOption) (*GetTalkCountReply, error)
	GetTalkCountVisitor(ctx context.Context, in *GetTalkCountVisitorReq, opts ...grpc.CallOption) (*GetTalkCountReply, error)
	GetTalkListStatistic(ctx context.Context, in *GetTalkListStatisticReq, opts ...grpc.CallOption) (*GetTalkListStatisticReply, error)
	GetTalkStatistic(ctx context.Context, in *GetTalkStatisticReq, opts ...grpc.CallOption) (*GetTalkStatisticReply, error)
	GetLastTalkDraft(ctx context.Context, in *GetLastTalkDraftReq, opts ...grpc.CallOption) (*GetLastTalkDraftReply, error)
	GetTalkSearch(ctx context.Context, in *GetTalkSearchReq, opts ...grpc.CallOption) (*GetTalkSearchReply, error)
	GetUserTalkAgree(ctx context.Context, in *GetUserTalkAgreeReq, opts ...grpc.CallOption) (*GetUserTalkAgreeReply, error)
	GetUserTalkCollect(ctx context.Context, in *GetUserTalkCollectReq, opts ...grpc.CallOption) (*GetUserTalkCollectReply, error)
	GetTalkImageReview(ctx context.Context, in *GetTalkImageReviewReq, opts ...grpc.CallOption) (*GetTalkImageReviewReply, error)
	GetTalkContentReview(ctx context.Context, in *GetTalkContentReviewReq, opts ...grpc.CallOption) (*GetTalkContentReviewReply, error)
	AddTalkImageReviewDbAndCache(ctx context.Context, in *AddCreationImageReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddTalkContentReviewDbAndCache(ctx context.Context, in *AddCreationContentReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateTalkDraft(ctx context.Context, in *CreateTalkDraftReq, opts ...grpc.CallOption) (*CreateTalkDraftReply, error)
	SendTalk(ctx context.Context, in *SendTalkReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SendTalkEdit(ctx context.Context, in *SendTalkEditReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	TalkImageIrregular(ctx context.Context, in *CreationImageIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	TalkContentIrregular(ctx context.Context, in *CreationContentIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateTalk(ctx context.Context, in *CreateTalkReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	EditTalk(ctx context.Context, in *EditTalkReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteTalk(ctx context.Context, in *DeleteTalkReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateTalkDbCacheAndSearch(ctx context.Context, in *CreateTalkDbCacheAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	EditTalkCosAndSearch(ctx context.Context, in *EditTalkCosAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteTalkCacheAndSearch(ctx context.Context, in *DeleteTalkCacheAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetTalkView(ctx context.Context, in *SetTalkViewReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetTalkViewDbAndCache(ctx context.Context, in *SetTalkViewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	TalkStatisticJudge(ctx context.Context, in *TalkStatisticJudgeReq, opts ...grpc.CallOption) (*TalkStatisticJudgeReply, error)
	SetTalkAgree(ctx context.Context, in *SetTalkAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetTalkAgreeDbAndCache(ctx context.Context, in *SetTalkAgreeDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetTalkCollect(ctx context.Context, in *SetTalkCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetTalkCollectDbAndCache(ctx context.Context, in *SetTalkCollectDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelTalkAgree(ctx context.Context, in *CancelTalkAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelTalkAgreeDbAndCache(ctx context.Context, in *CancelTalkAgreeDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelTalkCollect(ctx context.Context, in *CancelTalkCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelTalkCollectDbAndCache(ctx context.Context, in *CancelTalkCollectDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetLastColumnDraft(ctx context.Context, in *GetLastColumnDraftReq, opts ...grpc.CallOption) (*GetLastColumnDraftReply, error)
	GetColumnSearch(ctx context.Context, in *GetColumnSearchReq, opts ...grpc.CallOption) (*GetColumnSearchReply, error)
	GetColumnImageReview(ctx context.Context, in *GetColumnImageReviewReq, opts ...grpc.CallOption) (*GetColumnImageReviewReply, error)
	GetColumnContentReview(ctx context.Context, in *GetColumnContentReviewReq, opts ...grpc.CallOption) (*GetColumnContentReviewReply, error)
	ColumnImageIrregular(ctx context.Context, in *CreationImageIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ColumnContentIrregular(ctx context.Context, in *CreationContentIrregularReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddColumnImageReviewDbAndCache(ctx context.Context, in *AddCreationImageReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddColumnContentReviewDbAndCache(ctx context.Context, in *AddCreationContentReviewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateColumnDraft(ctx context.Context, in *CreateColumnDraftReq, opts ...grpc.CallOption) (*CreateColumnDraftReply, error)
	SendColumn(ctx context.Context, in *SendColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateColumn(ctx context.Context, in *CreateColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CreateColumnDbCacheAndSearch(ctx context.Context, in *CreateColumnDbCacheAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SubscribeColumn(ctx context.Context, in *SubscribeColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelSubscribeColumn(ctx context.Context, in *CancelSubscribeColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SubscribeJudge(ctx context.Context, in *SubscribeJudgeReq, opts ...grpc.CallOption) (*SubscribeJudgeReply, error)
	EditColumnCosAndSearch(ctx context.Context, in *EditColumnCosAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetColumnList(ctx context.Context, in *GetColumnListReq, opts ...grpc.CallOption) (*GetColumnListReply, error)
	GetColumnListHot(ctx context.Context, in *GetColumnListHotReq, opts ...grpc.CallOption) (*GetColumnListHotReply, error)
	GetColumnListStatistic(ctx context.Context, in *GetColumnListStatisticReq, opts ...grpc.CallOption) (*GetColumnListStatisticReply, error)
	GetColumnStatistic(ctx context.Context, in *GetColumnStatisticReq, opts ...grpc.CallOption) (*GetColumnStatisticReply, error)
	GetUserColumnList(ctx context.Context, in *GetUserColumnListReq, opts ...grpc.CallOption) (*GetColumnListReply, error)
	GetUserColumnListVisitor(ctx context.Context, in *GetUserColumnListVisitorReq, opts ...grpc.CallOption) (*GetColumnListReply, error)
	GetColumnCount(ctx context.Context, in *GetColumnCountReq, opts ...grpc.CallOption) (*GetColumnCountReply, error)
	GetColumnCountVisitor(ctx context.Context, in *GetColumnCountVisitorReq, opts ...grpc.CallOption) (*GetColumnCountReply, error)
	GetSubscribeList(ctx context.Context, in *GetSubscribeListReq, opts ...grpc.CallOption) (*GetSubscribeListReply, error)
	GetSubscribeListCount(ctx context.Context, in *GetSubscribeListCountReq, opts ...grpc.CallOption) (*GetSubscribeListCountReply, error)
	GetColumnSubscribes(ctx context.Context, in *GetColumnSubscribesReq, opts ...grpc.CallOption) (*GetColumnSubscribesReply, error)
	GetUserColumnAgree(ctx context.Context, in *GetUserColumnAgreeReq, opts ...grpc.CallOption) (*GetUserColumnAgreeReply, error)
	GetUserColumnCollect(ctx context.Context, in *GetUserColumnCollectReq, opts ...grpc.CallOption) (*GetUserColumnCollectReply, error)
	GetUserSubscribeColumn(ctx context.Context, in *GetUserSubscribeColumnReq, opts ...grpc.CallOption) (*GetUserSubscribeColumnReply, error)
	SendColumnEdit(ctx context.Context, in *SendColumnEditReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	EditColumn(ctx context.Context, in *EditColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteColumn(ctx context.Context, in *DeleteColumnReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteColumnCacheAndSearch(ctx context.Context, in *DeleteColumnCacheAndSearchReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ColumnStatisticJudge(ctx context.Context, in *ColumnStatisticJudgeReq, opts ...grpc.CallOption) (*ColumnStatisticJudgeReply, error)
	SetColumnAgree(ctx context.Context, in *SetColumnAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetColumnAgreeDbAndCache(ctx context.Context, in *SetColumnAgreeDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelColumnAgree(ctx context.Context, in *CancelColumnAgreeReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelColumnAgreeDbAndCache(ctx context.Context, in *CancelColumnAgreeDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetColumnCollect(ctx context.Context, in *SetColumnCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetColumnCollectDbAndCache(ctx context.Context, in *SetColumnCollectDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelColumnCollect(ctx context.Context, in *CancelColumnCollectReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelColumnCollectDbAndCache(ctx context.Context, in *CancelColumnCollectDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetColumnView(ctx context.Context, in *SetColumnViewReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetColumnViewDbAndCache(ctx context.Context, in *SetColumnViewDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddColumnIncludes(ctx context.Context, in *AddColumnIncludesReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	AddColumnIncludesDbAndCache(ctx context.Context, in *AddColumnIncludesDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteColumnIncludes(ctx context.Context, in *DeleteColumnIncludesReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteColumnIncludesDbAndCache(ctx context.Context, in *DeleteColumnIncludesDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	SetColumnSubscribeDbAndCache(ctx context.Context, in *SetColumnSubscribeDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	CancelColumnSubscribeDbAndCache(ctx context.Context, in *CancelColumnSubscribeDbAndCacheReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetNews(ctx context.Context, in *GetNewsReq, opts ...grpc.CallOption) (*GetNewsReply, error)
	GetNewsSearch(ctx context.Context, in *GetNewsSearchReq, opts ...grpc.CallOption) (*GetNewsSearchReply, error)
	AddCreationComment(ctx context.Context, in *AddCreationCommentReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ReduceCreationComment(ctx context.Context, in *ReduceCreationCommentReq, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetHealth(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

CreationClient is the client API for Creation 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 NewCreationClient

func NewCreationClient(cc grpc.ClientConnInterface) CreationClient

type CreationContentIrregularReq

type CreationContentIrregularReq 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"`
	Title   string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,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 (*CreationContentIrregularReq) Descriptor deprecated

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

Deprecated: Use CreationContentIrregularReq.ProtoReflect.Descriptor instead.

func (*CreationContentIrregularReq) GetId

func (*CreationContentIrregularReq) GetJobId

func (x *CreationContentIrregularReq) GetJobId() string

func (*CreationContentIrregularReq) GetKind

func (x *CreationContentIrregularReq) GetKind() string

func (*CreationContentIrregularReq) GetLabel

func (x *CreationContentIrregularReq) GetLabel() string

func (*CreationContentIrregularReq) GetResult

func (x *CreationContentIrregularReq) GetResult() int32

func (*CreationContentIrregularReq) GetSection

func (x *CreationContentIrregularReq) GetSection() string

func (*CreationContentIrregularReq) GetTitle

func (x *CreationContentIrregularReq) GetTitle() string

func (*CreationContentIrregularReq) GetUuid

func (x *CreationContentIrregularReq) GetUuid() string

func (*CreationContentIrregularReq) ProtoMessage

func (*CreationContentIrregularReq) ProtoMessage()

func (*CreationContentIrregularReq) ProtoReflect

func (*CreationContentIrregularReq) Reset

func (x *CreationContentIrregularReq) Reset()

func (*CreationContentIrregularReq) String

func (x *CreationContentIrregularReq) String() string

func (*CreationContentIrregularReq) Validate

func (m *CreationContentIrregularReq) Validate() error

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

func (*CreationContentIrregularReq) ValidateAll

func (m *CreationContentIrregularReq) ValidateAll() error

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

type CreationContentIrregularReqMultiError

type CreationContentIrregularReqMultiError []error

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

func (CreationContentIrregularReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreationContentIrregularReqMultiError) Error

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

type CreationContentIrregularReqValidationError

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

CreationContentIrregularReqValidationError is the validation error returned by CreationContentIrregularReq.Validate if the designated constraints aren't met.

func (CreationContentIrregularReqValidationError) Cause

Cause function returns cause value.

func (CreationContentIrregularReqValidationError) Error

Error satisfies the builtin error interface

func (CreationContentIrregularReqValidationError) ErrorName

ErrorName returns error name.

func (CreationContentIrregularReqValidationError) Field

Field function returns field value.

func (CreationContentIrregularReqValidationError) Key

Key function returns key value.

func (CreationContentIrregularReqValidationError) Reason

Reason function returns reason value.

type CreationErrorReason

type CreationErrorReason int32
const (
	CreationErrorReason_UNKNOWN_ERROR                    CreationErrorReason = 0
	CreationErrorReason_RECORD_NOT_FOUND                 CreationErrorReason = 1
	CreationErrorReason_GET_LEADER_BOARD_FAILED          CreationErrorReason = 2
	CreationErrorReason_GET_COLLECT_ARTICLE_FAILED       CreationErrorReason = 3
	CreationErrorReason_GET_COLLECTION_FAILED            CreationErrorReason = 4
	CreationErrorReason_GET_COLLECTIONS_LIST_FAILED      CreationErrorReason = 5
	CreationErrorReason_GET_TIMELINE_LIST_FAILED         CreationErrorReason = 6
	CreationErrorReason_CREATE_COLLECTIONS_FAILED        CreationErrorReason = 7
	CreationErrorReason_CREATE_TIMELINE_FAILED           CreationErrorReason = 8
	CreationErrorReason_EDIT_COLLECTIONS_FAILED          CreationErrorReason = 9
	CreationErrorReason_DELETE_COLLECTIONS_FAILED        CreationErrorReason = 10
	CreationErrorReason_GET_ARTICLE_FAILED               CreationErrorReason = 11
	CreationErrorReason_GET_ARTICLE_DRAFT_FAILED         CreationErrorReason = 12
	CreationErrorReason_GET_ARTICLE_LIST_FAILED          CreationErrorReason = 13
	CreationErrorReason_GET_ARTICLE_SEARCH_FAILED        CreationErrorReason = 14
	CreationErrorReason_GET_ARTICLE_AGREE_FAILED         CreationErrorReason = 15
	CreationErrorReason_GET_ARTICLE_COLLECT_FAILED       CreationErrorReason = 16
	CreationErrorReason_CREATE_ARTICLE_FAILED            CreationErrorReason = 17
	CreationErrorReason_EDIT_ARTICLE_FAILED              CreationErrorReason = 18
	CreationErrorReason_DELETE_ARTICLE_FAILED            CreationErrorReason = 19
	CreationErrorReason_GET_TALK_FAILED                  CreationErrorReason = 20
	CreationErrorReason_GET_TALK_AGREE_FAILED            CreationErrorReason = 21
	CreationErrorReason_GET_TALK_COLLECT_FAILED          CreationErrorReason = 22
	CreationErrorReason_GET_TALK_DRAFT_FAILED            CreationErrorReason = 23
	CreationErrorReason_GET_TALK_LIST_FAILED             CreationErrorReason = 24
	CreationErrorReason_GET_TALK_SEARCH_FAILED           CreationErrorReason = 25
	CreationErrorReason_CREATE_TALK_FAILED               CreationErrorReason = 26
	CreationErrorReason_EDIT_TALK_FAILED                 CreationErrorReason = 27
	CreationErrorReason_DELETE_TALK_FAILED               CreationErrorReason = 28
	CreationErrorReason_GET_DRAFT_LIST_FAILED            CreationErrorReason = 29
	CreationErrorReason_CREATE_DRAFT_FAILED              CreationErrorReason = 30
	CreationErrorReason_DRAFT_MARK_FAILED                CreationErrorReason = 31
	CreationErrorReason_GET_COLUMN_FAILED                CreationErrorReason = 32
	CreationErrorReason_GET_COLUMN_AGREE_FAILED          CreationErrorReason = 33
	CreationErrorReason_GET_COLUMN_COLLECT_FAILED        CreationErrorReason = 34
	CreationErrorReason_GET_COLUMN_DRAFT_FAILED          CreationErrorReason = 35
	CreationErrorReason_GET_COLUMN_SEARCH_FAILED         CreationErrorReason = 36
	CreationErrorReason_CREATE_COLUMN_FAILED             CreationErrorReason = 37
	CreationErrorReason_EDIT_COLUMN_FAILED               CreationErrorReason = 38
	CreationErrorReason_DELETE_COLUMN_FAILED             CreationErrorReason = 39
	CreationErrorReason_GET_COLUMN_LIST_FAILED           CreationErrorReason = 40
	CreationErrorReason_GET_SUBSCRIBE_COLUMN_LIST_FAILED CreationErrorReason = 41
	CreationErrorReason_GET_COLUMN_SUBSCRIBES_FAILED     CreationErrorReason = 42
	CreationErrorReason_GET_SUBSCRIBE_COLUMN_FAILED      CreationErrorReason = 43
	CreationErrorReason_ADD_COLUMN_INCLUDES_FAILED       CreationErrorReason = 44
	CreationErrorReason_DELETE_COLUMN_INCLUDES_FAILED    CreationErrorReason = 45
	CreationErrorReason_SUBSCRIBE_COLUMN_FAILED          CreationErrorReason = 46
	CreationErrorReason_SUBSCRIBE_COLUMN_JUDGE_FAILED    CreationErrorReason = 47
	CreationErrorReason_CANCEL_SUBSCRIBE_COLUMN_FAILED   CreationErrorReason = 48
	CreationErrorReason_GET_NEWS_FAILED                  CreationErrorReason = 49
	CreationErrorReason_GET_NEWS_SEARCH_FAILED           CreationErrorReason = 50
	CreationErrorReason_SET_AGREE_FAILED                 CreationErrorReason = 51
	CreationErrorReason_SET_VIEW_FAILED                  CreationErrorReason = 52
	CreationErrorReason_SET_COLLECT_FAILED               CreationErrorReason = 53
	CreationErrorReason_SET_IMAGE_IRREGULAR_FAILED       CreationErrorReason = 54
	CreationErrorReason_SET_CONTENT_IRREGULAR_FAILED     CreationErrorReason = 55
	CreationErrorReason_CANCEL_AGREE_FAILED              CreationErrorReason = 56
	CreationErrorReason_CANCEL_VIEW_FAILED               CreationErrorReason = 57
	CreationErrorReason_CANCEL_COLLECT_FAILED            CreationErrorReason = 58
	CreationErrorReason_GET_STATISTIC_FAILED             CreationErrorReason = 59
	CreationErrorReason_GET_STATISTIC_JUDGE_FAILED       CreationErrorReason = 60
	CreationErrorReason_GET_COUNT_FAILED                 CreationErrorReason = 61
	CreationErrorReason_GET_CREATION_USER_FAILED         CreationErrorReason = 62
	CreationErrorReason_GET_IMAGE_REVIEW_FAILED          CreationErrorReason = 63
	CreationErrorReason_GET_CONTENT_REVIEW_FAILED        CreationErrorReason = 64
	CreationErrorReason_SET_RECORD_FAILED                CreationErrorReason = 65
	CreationErrorReason_NOT_EMPTY                        CreationErrorReason = 66
	CreationErrorReason_ADD_COMMENT_FAILED               CreationErrorReason = 67
	CreationErrorReason_REDUCE_COMMENT_FAILED            CreationErrorReason = 68
)

func (CreationErrorReason) Descriptor

func (CreationErrorReason) Enum

func (CreationErrorReason) EnumDescriptor deprecated

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

Deprecated: Use CreationErrorReason.Descriptor instead.

func (CreationErrorReason) Number

func (CreationErrorReason) String

func (x CreationErrorReason) String() string

func (CreationErrorReason) Type

type CreationHTTPClient

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

func NewCreationHTTPClient

func NewCreationHTTPClient(client *http.Client) CreationHTTPClient

type CreationHTTPClientImpl

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

func (*CreationHTTPClientImpl) GetHealth added in v1.2.3

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

type CreationHTTPServer

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

type CreationImageIrregularReq

type CreationImageIrregularReq 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"`
	Url      string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Label    string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
	Result   int32  `protobuf:"varint,5,opt,name=result,proto3" json:"result,omitempty"`
	Score    int32  `protobuf:"varint,6,opt,name=score,proto3" json:"score,omitempty"`
	Category string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel string `protobuf:"bytes,8,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	Id       int32  `protobuf:"varint,9,opt,name=id,proto3" json:"id,omitempty"`
	Kind     string `protobuf:"bytes,10,opt,name=kind,proto3" json:"kind,omitempty"`
	Uid      string `protobuf:"bytes,11,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*CreationImageIrregularReq) Descriptor deprecated

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

Deprecated: Use CreationImageIrregularReq.ProtoReflect.Descriptor instead.

func (*CreationImageIrregularReq) GetCategory

func (x *CreationImageIrregularReq) GetCategory() string

func (*CreationImageIrregularReq) GetId

func (x *CreationImageIrregularReq) GetId() int32

func (*CreationImageIrregularReq) GetJobId

func (x *CreationImageIrregularReq) GetJobId() string

func (*CreationImageIrregularReq) GetKind

func (x *CreationImageIrregularReq) GetKind() string

func (*CreationImageIrregularReq) GetLabel

func (x *CreationImageIrregularReq) GetLabel() string

func (*CreationImageIrregularReq) GetResult

func (x *CreationImageIrregularReq) GetResult() int32

func (*CreationImageIrregularReq) GetScore

func (x *CreationImageIrregularReq) GetScore() int32

func (*CreationImageIrregularReq) GetSubLabel

func (x *CreationImageIrregularReq) GetSubLabel() string

func (*CreationImageIrregularReq) GetUid

func (x *CreationImageIrregularReq) GetUid() string

func (*CreationImageIrregularReq) GetUrl

func (x *CreationImageIrregularReq) GetUrl() string

func (*CreationImageIrregularReq) GetUuid

func (x *CreationImageIrregularReq) GetUuid() string

func (*CreationImageIrregularReq) ProtoMessage

func (*CreationImageIrregularReq) ProtoMessage()

func (*CreationImageIrregularReq) ProtoReflect

func (*CreationImageIrregularReq) Reset

func (x *CreationImageIrregularReq) Reset()

func (*CreationImageIrregularReq) String

func (x *CreationImageIrregularReq) String() string

func (*CreationImageIrregularReq) Validate

func (m *CreationImageIrregularReq) Validate() error

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

func (*CreationImageIrregularReq) ValidateAll

func (m *CreationImageIrregularReq) ValidateAll() error

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

type CreationImageIrregularReqMultiError

type CreationImageIrregularReqMultiError []error

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

func (CreationImageIrregularReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreationImageIrregularReqMultiError) Error

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

type CreationImageIrregularReqValidationError

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

CreationImageIrregularReqValidationError is the validation error returned by CreationImageIrregularReq.Validate if the designated constraints aren't met.

func (CreationImageIrregularReqValidationError) Cause

Cause function returns cause value.

func (CreationImageIrregularReqValidationError) Error

Error satisfies the builtin error interface

func (CreationImageIrregularReqValidationError) ErrorName

ErrorName returns error name.

func (CreationImageIrregularReqValidationError) Field

Field function returns field value.

func (CreationImageIrregularReqValidationError) Key

Key function returns key value.

func (CreationImageIrregularReqValidationError) Reason

Reason function returns reason value.

type CreationServer

type CreationServer interface {
	GetLeaderBoard(context.Context, *emptypb.Empty) (*GetLeaderBoardReply, error)
	GetLastCollectionsDraft(context.Context, *GetLastCollectionsDraftReq) (*GetLastCollectionsDraftReply, error)
	GetCollectionsContentReview(context.Context, *GetCollectionsContentReviewReq) (*GetCollectionsContentReviewReply, error)
	GetCollectArticleList(context.Context, *GetCollectArticleListReq) (*GetArticleListReply, error)
	GetCollectArticleCount(context.Context, *GetCollectArticleCountReq) (*GetCollectArticleCountReply, error)
	GetCollectTalkList(context.Context, *GetCollectTalkListReq) (*GetTalkListReply, error)
	GetCollectTalkCount(context.Context, *GetCollectTalkCountReq) (*GetCollectTalkCountReply, error)
	GetCollectColumnList(context.Context, *GetCollectColumnListReq) (*GetColumnListReply, error)
	GetCollectColumnCount(context.Context, *GetCollectColumnCountReq) (*GetCollectColumnCountReply, error)
	GetCollections(context.Context, *GetCollectionsReq) (*GetCollectionsReply, error)
	GetCollectionListInfo(context.Context, *GetCollectionListInfoReq) (*GetCollectionsListReply, error)
	GetCollectionsList(context.Context, *GetCollectionsListReq) (*GetCollectionsListReply, error)
	GetCollectionsListAll(context.Context, *GetCollectionsListAllReq) (*GetCollectionsListReply, error)
	GetCollectionsCount(context.Context, *GetCollectionsCountReq) (*GetCollectionsCountReply, error)
	GetCollectionsListByVisitor(context.Context, *GetCollectionsListReq) (*GetCollectionsListReply, error)
	GetCollectionsVisitorCount(context.Context, *GetCollectionsCountReq) (*GetCollectionsCountReply, error)
	GetCreationUser(context.Context, *GetCreationUserReq) (*GetCreationUserReply, error)
	GetCreationUserVisitor(context.Context, *GetCreationUserReq) (*GetCreationUserReply, error)
	GetUserTimeLineList(context.Context, *GetUserTimeLineListReq) (*GetUserTimeLineListReply, error)
	SendCollections(context.Context, *SendCollectionsReq) (*emptypb.Empty, error)
	CreateCollectionsDraft(context.Context, *CreateCollectionsDraftReq) (*CreateCollectionsDraftReply, error)
	CreateCollections(context.Context, *CreateCollectionsReq) (*emptypb.Empty, error)
	CreateCollectionsDbAndCache(context.Context, *CreateCollectionsDbAndCacheReq) (*emptypb.Empty, error)
	CollectionsContentIrregular(context.Context, *CreationContentIrregularReq) (*emptypb.Empty, error)
	AddCollectionsContentReviewDbAndCache(context.Context, *AddCreationContentReviewDbAndCacheReq) (*emptypb.Empty, error)
	SendCollectionsEdit(context.Context, *SendCollectionsEditReq) (*emptypb.Empty, error)
	EditCollections(context.Context, *EditCollectionsReq) (*emptypb.Empty, error)
	EditCollectionsCos(context.Context, *EditCollectionsCosReq) (*emptypb.Empty, error)
	DeleteCollections(context.Context, *DeleteCollectionsReq) (*emptypb.Empty, error)
	DeleteCollectionsCache(context.Context, *DeleteCollectionsCacheReq) (*emptypb.Empty, error)
	ArticleImageIrregular(context.Context, *CreationImageIrregularReq) (*emptypb.Empty, error)
	ArticleContentIrregular(context.Context, *CreationContentIrregularReq) (*emptypb.Empty, error)
	AddArticleImageReviewDbAndCache(context.Context, *AddCreationImageReviewDbAndCacheReq) (*emptypb.Empty, error)
	AddArticleContentReviewDbAndCache(context.Context, *AddCreationContentReviewDbAndCacheReq) (*emptypb.Empty, error)
	GetArticleList(context.Context, *GetArticleListReq) (*GetArticleListReply, error)
	GetArticleListHot(context.Context, *GetArticleListHotReq) (*GetArticleListHotReply, error)
	GetColumnArticleList(context.Context, *GetColumnArticleListReq) (*GetArticleListReply, error)
	GetArticleCount(context.Context, *GetArticleCountReq) (*GetArticleCountReply, error)
	GetArticleCountVisitor(context.Context, *GetArticleCountVisitorReq) (*GetArticleCountReply, error)
	GetUserArticleList(context.Context, *GetUserArticleListReq) (*GetArticleListReply, error)
	GetUserArticleListVisitor(context.Context, *GetUserArticleListVisitorReq) (*GetArticleListReply, error)
	GetUserArticleListAll(context.Context, *GetUserArticleListAllReq) (*GetArticleListReply, error)
	GetArticleStatistic(context.Context, *GetArticleStatisticReq) (*GetArticleStatisticReply, error)
	GetUserArticleAgree(context.Context, *GetUserArticleAgreeReq) (*GetUserArticleAgreeReply, error)
	GetUserArticleCollect(context.Context, *GetUserArticleCollectReq) (*GetUserArticleCollectReply, error)
	GetArticleListStatistic(context.Context, *GetArticleListStatisticReq) (*GetArticleListStatisticReply, error)
	GetLastArticleDraft(context.Context, *GetLastArticleDraftReq) (*GetLastArticleDraftReply, error)
	GetArticleSearch(context.Context, *GetArticleSearchReq) (*GetArticleSearchReply, error)
	GetArticleImageReview(context.Context, *GetArticleImageReviewReq) (*GetArticleImageReviewReply, error)
	GetArticleContentReview(context.Context, *GetArticleContentReviewReq) (*GetArticleContentReviewReply, error)
	CreateArticle(context.Context, *CreateArticleReq) (*emptypb.Empty, error)
	EditArticle(context.Context, *EditArticleReq) (*emptypb.Empty, error)
	CreateArticleDbCacheAndSearch(context.Context, *CreateArticleDbCacheAndSearchReq) (*emptypb.Empty, error)
	EditArticleCosAndSearch(context.Context, *EditArticleCosAndSearchReq) (*emptypb.Empty, error)
	DeleteArticleCacheAndSearch(context.Context, *DeleteArticleCacheAndSearchReq) (*emptypb.Empty, error)
	SetArticleViewDbAndCache(context.Context, *SetArticleViewDbAndCacheReq) (*emptypb.Empty, error)
	SetArticleAgreeDbAndCache(context.Context, *SetArticleAgreeDbAndCacheReq) (*emptypb.Empty, error)
	SetArticleCollectDbAndCache(context.Context, *SetArticleCollectDbAndCacheReq) (*emptypb.Empty, error)
	CreateArticleDraft(context.Context, *CreateArticleDraftReq) (*CreateArticleDraftReply, error)
	ArticleDraftMark(context.Context, *ArticleDraftMarkReq) (*emptypb.Empty, error)
	GetArticleDraftList(context.Context, *GetArticleDraftListReq) (*GetArticleDraftListReply, error)
	SendArticle(context.Context, *SendArticleReq) (*emptypb.Empty, error)
	SendArticleEdit(context.Context, *SendArticleEditReq) (*emptypb.Empty, error)
	DeleteArticle(context.Context, *DeleteArticleReq) (*emptypb.Empty, error)
	DeleteArticleDraft(context.Context, *DeleteArticleDraftReq) (*emptypb.Empty, error)
	SetArticleAgree(context.Context, *SetArticleAgreeReq) (*emptypb.Empty, error)
	SetArticleView(context.Context, *SetArticleViewReq) (*emptypb.Empty, error)
	SetArticleCollect(context.Context, *SetArticleCollectReq) (*emptypb.Empty, error)
	CancelArticleAgree(context.Context, *CancelArticleAgreeReq) (*emptypb.Empty, error)
	CancelArticleAgreeDbAndCache(context.Context, *CancelArticleAgreeDbAndCacheReq) (*emptypb.Empty, error)
	CancelArticleCollect(context.Context, *CancelArticleCollectReq) (*emptypb.Empty, error)
	CancelArticleCollectDbAndCache(context.Context, *CancelArticleCollectDbAndCacheReq) (*emptypb.Empty, error)
	ArticleStatisticJudge(context.Context, *ArticleStatisticJudgeReq) (*ArticleStatisticJudgeReply, error)
	GetTalkList(context.Context, *GetTalkListReq) (*GetTalkListReply, error)
	GetTalkListHot(context.Context, *GetTalkListHotReq) (*GetTalkListHotReply, error)
	GetUserTalkList(context.Context, *GetUserTalkListReq) (*GetTalkListReply, error)
	GetUserTalkListVisitor(context.Context, *GetUserTalkListVisitorReq) (*GetTalkListReply, error)
	GetTalkCount(context.Context, *GetTalkCountReq) (*GetTalkCountReply, error)
	GetTalkCountVisitor(context.Context, *GetTalkCountVisitorReq) (*GetTalkCountReply, error)
	GetTalkListStatistic(context.Context, *GetTalkListStatisticReq) (*GetTalkListStatisticReply, error)
	GetTalkStatistic(context.Context, *GetTalkStatisticReq) (*GetTalkStatisticReply, error)
	GetLastTalkDraft(context.Context, *GetLastTalkDraftReq) (*GetLastTalkDraftReply, error)
	GetTalkSearch(context.Context, *GetTalkSearchReq) (*GetTalkSearchReply, error)
	GetUserTalkAgree(context.Context, *GetUserTalkAgreeReq) (*GetUserTalkAgreeReply, error)
	GetUserTalkCollect(context.Context, *GetUserTalkCollectReq) (*GetUserTalkCollectReply, error)
	GetTalkImageReview(context.Context, *GetTalkImageReviewReq) (*GetTalkImageReviewReply, error)
	GetTalkContentReview(context.Context, *GetTalkContentReviewReq) (*GetTalkContentReviewReply, error)
	AddTalkImageReviewDbAndCache(context.Context, *AddCreationImageReviewDbAndCacheReq) (*emptypb.Empty, error)
	AddTalkContentReviewDbAndCache(context.Context, *AddCreationContentReviewDbAndCacheReq) (*emptypb.Empty, error)
	CreateTalkDraft(context.Context, *CreateTalkDraftReq) (*CreateTalkDraftReply, error)
	SendTalk(context.Context, *SendTalkReq) (*emptypb.Empty, error)
	SendTalkEdit(context.Context, *SendTalkEditReq) (*emptypb.Empty, error)
	TalkImageIrregular(context.Context, *CreationImageIrregularReq) (*emptypb.Empty, error)
	TalkContentIrregular(context.Context, *CreationContentIrregularReq) (*emptypb.Empty, error)
	CreateTalk(context.Context, *CreateTalkReq) (*emptypb.Empty, error)
	EditTalk(context.Context, *EditTalkReq) (*emptypb.Empty, error)
	DeleteTalk(context.Context, *DeleteTalkReq) (*emptypb.Empty, error)
	CreateTalkDbCacheAndSearch(context.Context, *CreateTalkDbCacheAndSearchReq) (*emptypb.Empty, error)
	EditTalkCosAndSearch(context.Context, *EditTalkCosAndSearchReq) (*emptypb.Empty, error)
	DeleteTalkCacheAndSearch(context.Context, *DeleteTalkCacheAndSearchReq) (*emptypb.Empty, error)
	SetTalkView(context.Context, *SetTalkViewReq) (*emptypb.Empty, error)
	SetTalkViewDbAndCache(context.Context, *SetTalkViewDbAndCacheReq) (*emptypb.Empty, error)
	TalkStatisticJudge(context.Context, *TalkStatisticJudgeReq) (*TalkStatisticJudgeReply, error)
	SetTalkAgree(context.Context, *SetTalkAgreeReq) (*emptypb.Empty, error)
	SetTalkAgreeDbAndCache(context.Context, *SetTalkAgreeDbAndCacheReq) (*emptypb.Empty, error)
	SetTalkCollect(context.Context, *SetTalkCollectReq) (*emptypb.Empty, error)
	SetTalkCollectDbAndCache(context.Context, *SetTalkCollectDbAndCacheReq) (*emptypb.Empty, error)
	CancelTalkAgree(context.Context, *CancelTalkAgreeReq) (*emptypb.Empty, error)
	CancelTalkAgreeDbAndCache(context.Context, *CancelTalkAgreeDbAndCacheReq) (*emptypb.Empty, error)
	CancelTalkCollect(context.Context, *CancelTalkCollectReq) (*emptypb.Empty, error)
	CancelTalkCollectDbAndCache(context.Context, *CancelTalkCollectDbAndCacheReq) (*emptypb.Empty, error)
	GetLastColumnDraft(context.Context, *GetLastColumnDraftReq) (*GetLastColumnDraftReply, error)
	GetColumnSearch(context.Context, *GetColumnSearchReq) (*GetColumnSearchReply, error)
	GetColumnImageReview(context.Context, *GetColumnImageReviewReq) (*GetColumnImageReviewReply, error)
	GetColumnContentReview(context.Context, *GetColumnContentReviewReq) (*GetColumnContentReviewReply, error)
	ColumnImageIrregular(context.Context, *CreationImageIrregularReq) (*emptypb.Empty, error)
	ColumnContentIrregular(context.Context, *CreationContentIrregularReq) (*emptypb.Empty, error)
	AddColumnImageReviewDbAndCache(context.Context, *AddCreationImageReviewDbAndCacheReq) (*emptypb.Empty, error)
	AddColumnContentReviewDbAndCache(context.Context, *AddCreationContentReviewDbAndCacheReq) (*emptypb.Empty, error)
	CreateColumnDraft(context.Context, *CreateColumnDraftReq) (*CreateColumnDraftReply, error)
	SendColumn(context.Context, *SendColumnReq) (*emptypb.Empty, error)
	CreateColumn(context.Context, *CreateColumnReq) (*emptypb.Empty, error)
	CreateColumnDbCacheAndSearch(context.Context, *CreateColumnDbCacheAndSearchReq) (*emptypb.Empty, error)
	SubscribeColumn(context.Context, *SubscribeColumnReq) (*emptypb.Empty, error)
	CancelSubscribeColumn(context.Context, *CancelSubscribeColumnReq) (*emptypb.Empty, error)
	SubscribeJudge(context.Context, *SubscribeJudgeReq) (*SubscribeJudgeReply, error)
	EditColumnCosAndSearch(context.Context, *EditColumnCosAndSearchReq) (*emptypb.Empty, error)
	GetColumnList(context.Context, *GetColumnListReq) (*GetColumnListReply, error)
	GetColumnListHot(context.Context, *GetColumnListHotReq) (*GetColumnListHotReply, error)
	GetColumnListStatistic(context.Context, *GetColumnListStatisticReq) (*GetColumnListStatisticReply, error)
	GetColumnStatistic(context.Context, *GetColumnStatisticReq) (*GetColumnStatisticReply, error)
	GetUserColumnList(context.Context, *GetUserColumnListReq) (*GetColumnListReply, error)
	GetUserColumnListVisitor(context.Context, *GetUserColumnListVisitorReq) (*GetColumnListReply, error)
	GetColumnCount(context.Context, *GetColumnCountReq) (*GetColumnCountReply, error)
	GetColumnCountVisitor(context.Context, *GetColumnCountVisitorReq) (*GetColumnCountReply, error)
	GetSubscribeList(context.Context, *GetSubscribeListReq) (*GetSubscribeListReply, error)
	GetSubscribeListCount(context.Context, *GetSubscribeListCountReq) (*GetSubscribeListCountReply, error)
	GetColumnSubscribes(context.Context, *GetColumnSubscribesReq) (*GetColumnSubscribesReply, error)
	GetUserColumnAgree(context.Context, *GetUserColumnAgreeReq) (*GetUserColumnAgreeReply, error)
	GetUserColumnCollect(context.Context, *GetUserColumnCollectReq) (*GetUserColumnCollectReply, error)
	GetUserSubscribeColumn(context.Context, *GetUserSubscribeColumnReq) (*GetUserSubscribeColumnReply, error)
	SendColumnEdit(context.Context, *SendColumnEditReq) (*emptypb.Empty, error)
	EditColumn(context.Context, *EditColumnReq) (*emptypb.Empty, error)
	DeleteColumn(context.Context, *DeleteColumnReq) (*emptypb.Empty, error)
	DeleteColumnCacheAndSearch(context.Context, *DeleteColumnCacheAndSearchReq) (*emptypb.Empty, error)
	ColumnStatisticJudge(context.Context, *ColumnStatisticJudgeReq) (*ColumnStatisticJudgeReply, error)
	SetColumnAgree(context.Context, *SetColumnAgreeReq) (*emptypb.Empty, error)
	SetColumnAgreeDbAndCache(context.Context, *SetColumnAgreeDbAndCacheReq) (*emptypb.Empty, error)
	CancelColumnAgree(context.Context, *CancelColumnAgreeReq) (*emptypb.Empty, error)
	CancelColumnAgreeDbAndCache(context.Context, *CancelColumnAgreeDbAndCacheReq) (*emptypb.Empty, error)
	SetColumnCollect(context.Context, *SetColumnCollectReq) (*emptypb.Empty, error)
	SetColumnCollectDbAndCache(context.Context, *SetColumnCollectDbAndCacheReq) (*emptypb.Empty, error)
	CancelColumnCollect(context.Context, *CancelColumnCollectReq) (*emptypb.Empty, error)
	CancelColumnCollectDbAndCache(context.Context, *CancelColumnCollectDbAndCacheReq) (*emptypb.Empty, error)
	SetColumnView(context.Context, *SetColumnViewReq) (*emptypb.Empty, error)
	SetColumnViewDbAndCache(context.Context, *SetColumnViewDbAndCacheReq) (*emptypb.Empty, error)
	AddColumnIncludes(context.Context, *AddColumnIncludesReq) (*emptypb.Empty, error)
	AddColumnIncludesDbAndCache(context.Context, *AddColumnIncludesDbAndCacheReq) (*emptypb.Empty, error)
	DeleteColumnIncludes(context.Context, *DeleteColumnIncludesReq) (*emptypb.Empty, error)
	DeleteColumnIncludesDbAndCache(context.Context, *DeleteColumnIncludesDbAndCacheReq) (*emptypb.Empty, error)
	SetColumnSubscribeDbAndCache(context.Context, *SetColumnSubscribeDbAndCacheReq) (*emptypb.Empty, error)
	CancelColumnSubscribeDbAndCache(context.Context, *CancelColumnSubscribeDbAndCacheReq) (*emptypb.Empty, error)
	GetNews(context.Context, *GetNewsReq) (*GetNewsReply, error)
	GetNewsSearch(context.Context, *GetNewsSearchReq) (*GetNewsSearchReply, error)
	AddCreationComment(context.Context, *AddCreationCommentReq) (*emptypb.Empty, error)
	ReduceCreationComment(context.Context, *ReduceCreationCommentReq) (*emptypb.Empty, error)
	GetHealth(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
	// contains filtered or unexported methods
}

CreationServer is the server API for Creation service. All implementations must embed UnimplementedCreationServer for forward compatibility

type DeleteArticleCacheAndSearchReq

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

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

Deprecated: Use DeleteArticleCacheAndSearchReq.ProtoReflect.Descriptor instead.

func (*DeleteArticleCacheAndSearchReq) GetId

func (*DeleteArticleCacheAndSearchReq) GetUuid

func (*DeleteArticleCacheAndSearchReq) ProtoMessage

func (*DeleteArticleCacheAndSearchReq) ProtoMessage()

func (*DeleteArticleCacheAndSearchReq) ProtoReflect

func (*DeleteArticleCacheAndSearchReq) Reset

func (x *DeleteArticleCacheAndSearchReq) Reset()

func (*DeleteArticleCacheAndSearchReq) String

func (*DeleteArticleCacheAndSearchReq) Validate

func (m *DeleteArticleCacheAndSearchReq) Validate() error

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

func (*DeleteArticleCacheAndSearchReq) ValidateAll

func (m *DeleteArticleCacheAndSearchReq) ValidateAll() error

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

type DeleteArticleCacheAndSearchReqMultiError

type DeleteArticleCacheAndSearchReqMultiError []error

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

func (DeleteArticleCacheAndSearchReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteArticleCacheAndSearchReqMultiError) Error

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

type DeleteArticleCacheAndSearchReqValidationError

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

DeleteArticleCacheAndSearchReqValidationError is the validation error returned by DeleteArticleCacheAndSearchReq.Validate if the designated constraints aren't met.

func (DeleteArticleCacheAndSearchReqValidationError) Cause

Cause function returns cause value.

func (DeleteArticleCacheAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteArticleCacheAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteArticleCacheAndSearchReqValidationError) Field

Field function returns field value.

func (DeleteArticleCacheAndSearchReqValidationError) Key

Key function returns key value.

func (DeleteArticleCacheAndSearchReqValidationError) Reason

Reason function returns reason value.

type DeleteArticleDraftReq added in v1.3.0

type DeleteArticleDraftReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteArticleDraftReq) Descriptor deprecated added in v1.3.0

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

Deprecated: Use DeleteArticleDraftReq.ProtoReflect.Descriptor instead.

func (*DeleteArticleDraftReq) GetId added in v1.3.0

func (x *DeleteArticleDraftReq) GetId() int32

func (*DeleteArticleDraftReq) GetUuid added in v1.3.0

func (x *DeleteArticleDraftReq) GetUuid() string

func (*DeleteArticleDraftReq) ProtoMessage added in v1.3.0

func (*DeleteArticleDraftReq) ProtoMessage()

func (*DeleteArticleDraftReq) ProtoReflect added in v1.3.0

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

func (*DeleteArticleDraftReq) Reset added in v1.3.0

func (x *DeleteArticleDraftReq) Reset()

func (*DeleteArticleDraftReq) String added in v1.3.0

func (x *DeleteArticleDraftReq) String() string

func (*DeleteArticleDraftReq) Validate added in v1.3.0

func (m *DeleteArticleDraftReq) Validate() error

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

func (*DeleteArticleDraftReq) ValidateAll added in v1.3.0

func (m *DeleteArticleDraftReq) ValidateAll() error

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

type DeleteArticleDraftReqMultiError added in v1.3.0

type DeleteArticleDraftReqMultiError []error

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

func (DeleteArticleDraftReqMultiError) AllErrors added in v1.3.0

func (m DeleteArticleDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteArticleDraftReqMultiError) Error added in v1.3.0

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

type DeleteArticleDraftReqValidationError added in v1.3.0

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

DeleteArticleDraftReqValidationError is the validation error returned by DeleteArticleDraftReq.Validate if the designated constraints aren't met.

func (DeleteArticleDraftReqValidationError) Cause added in v1.3.0

Cause function returns cause value.

func (DeleteArticleDraftReqValidationError) Error added in v1.3.0

Error satisfies the builtin error interface

func (DeleteArticleDraftReqValidationError) ErrorName added in v1.3.0

ErrorName returns error name.

func (DeleteArticleDraftReqValidationError) Field added in v1.3.0

Field function returns field value.

func (DeleteArticleDraftReqValidationError) Key added in v1.3.0

Key function returns key value.

func (DeleteArticleDraftReqValidationError) Reason added in v1.3.0

Reason function returns reason value.

type DeleteArticleReq

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

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

Deprecated: Use DeleteArticleReq.ProtoReflect.Descriptor instead.

func (*DeleteArticleReq) GetId

func (x *DeleteArticleReq) GetId() int32

func (*DeleteArticleReq) GetUuid

func (x *DeleteArticleReq) GetUuid() string

func (*DeleteArticleReq) ProtoMessage

func (*DeleteArticleReq) ProtoMessage()

func (*DeleteArticleReq) ProtoReflect

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

func (*DeleteArticleReq) Reset

func (x *DeleteArticleReq) Reset()

func (*DeleteArticleReq) String

func (x *DeleteArticleReq) String() string

func (*DeleteArticleReq) Validate

func (m *DeleteArticleReq) Validate() error

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

func (*DeleteArticleReq) ValidateAll

func (m *DeleteArticleReq) ValidateAll() error

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

type DeleteArticleReqMultiError

type DeleteArticleReqMultiError []error

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

func (DeleteArticleReqMultiError) AllErrors

func (m DeleteArticleReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteArticleReqMultiError) Error

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

type DeleteArticleReqValidationError

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

DeleteArticleReqValidationError is the validation error returned by DeleteArticleReq.Validate if the designated constraints aren't met.

func (DeleteArticleReqValidationError) Cause

Cause function returns cause value.

func (DeleteArticleReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteArticleReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteArticleReqValidationError) Field

Field function returns field value.

func (DeleteArticleReqValidationError) Key

Key function returns key value.

func (DeleteArticleReqValidationError) Reason

Reason function returns reason value.

type DeleteCollectionsCacheReq

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

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

Deprecated: Use DeleteCollectionsCacheReq.ProtoReflect.Descriptor instead.

func (*DeleteCollectionsCacheReq) GetId

func (x *DeleteCollectionsCacheReq) GetId() int32

func (*DeleteCollectionsCacheReq) GetUuid

func (x *DeleteCollectionsCacheReq) GetUuid() string

func (*DeleteCollectionsCacheReq) ProtoMessage

func (*DeleteCollectionsCacheReq) ProtoMessage()

func (*DeleteCollectionsCacheReq) ProtoReflect

func (*DeleteCollectionsCacheReq) Reset

func (x *DeleteCollectionsCacheReq) Reset()

func (*DeleteCollectionsCacheReq) String

func (x *DeleteCollectionsCacheReq) String() string

func (*DeleteCollectionsCacheReq) Validate

func (m *DeleteCollectionsCacheReq) Validate() error

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

func (*DeleteCollectionsCacheReq) ValidateAll

func (m *DeleteCollectionsCacheReq) ValidateAll() error

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

type DeleteCollectionsCacheReqMultiError

type DeleteCollectionsCacheReqMultiError []error

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

func (DeleteCollectionsCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteCollectionsCacheReqMultiError) Error

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

type DeleteCollectionsCacheReqValidationError

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

DeleteCollectionsCacheReqValidationError is the validation error returned by DeleteCollectionsCacheReq.Validate if the designated constraints aren't met.

func (DeleteCollectionsCacheReqValidationError) Cause

Cause function returns cause value.

func (DeleteCollectionsCacheReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteCollectionsCacheReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteCollectionsCacheReqValidationError) Field

Field function returns field value.

func (DeleteCollectionsCacheReqValidationError) Key

Key function returns key value.

func (DeleteCollectionsCacheReqValidationError) Reason

Reason function returns reason value.

type DeleteCollectionsReq

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

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

Deprecated: Use DeleteCollectionsReq.ProtoReflect.Descriptor instead.

func (*DeleteCollectionsReq) GetId

func (x *DeleteCollectionsReq) GetId() int32

func (*DeleteCollectionsReq) GetUuid

func (x *DeleteCollectionsReq) GetUuid() string

func (*DeleteCollectionsReq) ProtoMessage

func (*DeleteCollectionsReq) ProtoMessage()

func (*DeleteCollectionsReq) ProtoReflect

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

func (*DeleteCollectionsReq) Reset

func (x *DeleteCollectionsReq) Reset()

func (*DeleteCollectionsReq) String

func (x *DeleteCollectionsReq) String() string

func (*DeleteCollectionsReq) Validate

func (m *DeleteCollectionsReq) Validate() error

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

func (*DeleteCollectionsReq) ValidateAll

func (m *DeleteCollectionsReq) ValidateAll() error

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

type DeleteCollectionsReqMultiError

type DeleteCollectionsReqMultiError []error

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

func (DeleteCollectionsReqMultiError) AllErrors

func (m DeleteCollectionsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteCollectionsReqMultiError) Error

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

type DeleteCollectionsReqValidationError

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

DeleteCollectionsReqValidationError is the validation error returned by DeleteCollectionsReq.Validate if the designated constraints aren't met.

func (DeleteCollectionsReqValidationError) Cause

Cause function returns cause value.

func (DeleteCollectionsReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteCollectionsReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteCollectionsReqValidationError) Field

Field function returns field value.

func (DeleteCollectionsReqValidationError) Key

Key function returns key value.

func (DeleteCollectionsReqValidationError) Reason

Reason function returns reason value.

type DeleteColumnCacheAndSearchReq

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

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

Deprecated: Use DeleteColumnCacheAndSearchReq.ProtoReflect.Descriptor instead.

func (*DeleteColumnCacheAndSearchReq) GetId

func (*DeleteColumnCacheAndSearchReq) GetUuid

func (*DeleteColumnCacheAndSearchReq) ProtoMessage

func (*DeleteColumnCacheAndSearchReq) ProtoMessage()

func (*DeleteColumnCacheAndSearchReq) ProtoReflect

func (*DeleteColumnCacheAndSearchReq) Reset

func (x *DeleteColumnCacheAndSearchReq) Reset()

func (*DeleteColumnCacheAndSearchReq) String

func (*DeleteColumnCacheAndSearchReq) Validate

func (m *DeleteColumnCacheAndSearchReq) Validate() error

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

func (*DeleteColumnCacheAndSearchReq) ValidateAll

func (m *DeleteColumnCacheAndSearchReq) ValidateAll() error

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

type DeleteColumnCacheAndSearchReqMultiError

type DeleteColumnCacheAndSearchReqMultiError []error

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

func (DeleteColumnCacheAndSearchReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteColumnCacheAndSearchReqMultiError) Error

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

type DeleteColumnCacheAndSearchReqValidationError

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

DeleteColumnCacheAndSearchReqValidationError is the validation error returned by DeleteColumnCacheAndSearchReq.Validate if the designated constraints aren't met.

func (DeleteColumnCacheAndSearchReqValidationError) Cause

Cause function returns cause value.

func (DeleteColumnCacheAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteColumnCacheAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteColumnCacheAndSearchReqValidationError) Field

Field function returns field value.

func (DeleteColumnCacheAndSearchReqValidationError) Key

Key function returns key value.

func (DeleteColumnCacheAndSearchReqValidationError) Reason

Reason function returns reason value.

type DeleteColumnIncludesDbAndCacheReq

type DeleteColumnIncludesDbAndCacheReq struct {
	Id        int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ArticleId int32  `protobuf:"varint,2,opt,name=articleId,proto3" json:"articleId,omitempty"`
	Uuid      string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteColumnIncludesDbAndCacheReq) Descriptor deprecated

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

Deprecated: Use DeleteColumnIncludesDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*DeleteColumnIncludesDbAndCacheReq) GetArticleId

func (x *DeleteColumnIncludesDbAndCacheReq) GetArticleId() int32

func (*DeleteColumnIncludesDbAndCacheReq) GetId

func (*DeleteColumnIncludesDbAndCacheReq) GetUuid

func (*DeleteColumnIncludesDbAndCacheReq) ProtoMessage

func (*DeleteColumnIncludesDbAndCacheReq) ProtoMessage()

func (*DeleteColumnIncludesDbAndCacheReq) ProtoReflect

func (*DeleteColumnIncludesDbAndCacheReq) Reset

func (*DeleteColumnIncludesDbAndCacheReq) String

func (*DeleteColumnIncludesDbAndCacheReq) Validate

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

func (*DeleteColumnIncludesDbAndCacheReq) ValidateAll

func (m *DeleteColumnIncludesDbAndCacheReq) ValidateAll() error

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

type DeleteColumnIncludesDbAndCacheReqMultiError

type DeleteColumnIncludesDbAndCacheReqMultiError []error

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

func (DeleteColumnIncludesDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteColumnIncludesDbAndCacheReqMultiError) Error

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

type DeleteColumnIncludesDbAndCacheReqValidationError

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

DeleteColumnIncludesDbAndCacheReqValidationError is the validation error returned by DeleteColumnIncludesDbAndCacheReq.Validate if the designated constraints aren't met.

func (DeleteColumnIncludesDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (DeleteColumnIncludesDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteColumnIncludesDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteColumnIncludesDbAndCacheReqValidationError) Field

Field function returns field value.

func (DeleteColumnIncludesDbAndCacheReqValidationError) Key

Key function returns key value.

func (DeleteColumnIncludesDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type DeleteColumnIncludesReq

type DeleteColumnIncludesReq struct {
	Id        int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ArticleId int32  `protobuf:"varint,2,opt,name=article_id,json=articleId,proto3" json:"article_id,omitempty"`
	Uuid      string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteColumnIncludesReq) Descriptor deprecated

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

Deprecated: Use DeleteColumnIncludesReq.ProtoReflect.Descriptor instead.

func (*DeleteColumnIncludesReq) GetArticleId

func (x *DeleteColumnIncludesReq) GetArticleId() int32

func (*DeleteColumnIncludesReq) GetId

func (x *DeleteColumnIncludesReq) GetId() int32

func (*DeleteColumnIncludesReq) GetUuid

func (x *DeleteColumnIncludesReq) GetUuid() string

func (*DeleteColumnIncludesReq) ProtoMessage

func (*DeleteColumnIncludesReq) ProtoMessage()

func (*DeleteColumnIncludesReq) ProtoReflect

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

func (*DeleteColumnIncludesReq) Reset

func (x *DeleteColumnIncludesReq) Reset()

func (*DeleteColumnIncludesReq) String

func (x *DeleteColumnIncludesReq) String() string

func (*DeleteColumnIncludesReq) Validate

func (m *DeleteColumnIncludesReq) Validate() error

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

func (*DeleteColumnIncludesReq) ValidateAll

func (m *DeleteColumnIncludesReq) ValidateAll() error

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

type DeleteColumnIncludesReqMultiError

type DeleteColumnIncludesReqMultiError []error

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

func (DeleteColumnIncludesReqMultiError) AllErrors

func (m DeleteColumnIncludesReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteColumnIncludesReqMultiError) Error

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

type DeleteColumnIncludesReqValidationError

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

DeleteColumnIncludesReqValidationError is the validation error returned by DeleteColumnIncludesReq.Validate if the designated constraints aren't met.

func (DeleteColumnIncludesReqValidationError) Cause

Cause function returns cause value.

func (DeleteColumnIncludesReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteColumnIncludesReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteColumnIncludesReqValidationError) Field

Field function returns field value.

func (DeleteColumnIncludesReqValidationError) Key

Key function returns key value.

func (DeleteColumnIncludesReqValidationError) Reason

Reason function returns reason value.

type DeleteColumnReq

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

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

Deprecated: Use DeleteColumnReq.ProtoReflect.Descriptor instead.

func (*DeleteColumnReq) GetId

func (x *DeleteColumnReq) GetId() int32

func (*DeleteColumnReq) GetUuid

func (x *DeleteColumnReq) GetUuid() string

func (*DeleteColumnReq) ProtoMessage

func (*DeleteColumnReq) ProtoMessage()

func (*DeleteColumnReq) ProtoReflect

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

func (*DeleteColumnReq) Reset

func (x *DeleteColumnReq) Reset()

func (*DeleteColumnReq) String

func (x *DeleteColumnReq) String() string

func (*DeleteColumnReq) Validate

func (m *DeleteColumnReq) Validate() error

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

func (*DeleteColumnReq) ValidateAll

func (m *DeleteColumnReq) ValidateAll() error

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

type DeleteColumnReqMultiError

type DeleteColumnReqMultiError []error

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

func (DeleteColumnReqMultiError) AllErrors

func (m DeleteColumnReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteColumnReqMultiError) Error

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

type DeleteColumnReqValidationError

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

DeleteColumnReqValidationError is the validation error returned by DeleteColumnReq.Validate if the designated constraints aren't met.

func (DeleteColumnReqValidationError) Cause

Cause function returns cause value.

func (DeleteColumnReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteColumnReqValidationError) ErrorName

func (e DeleteColumnReqValidationError) ErrorName() string

ErrorName returns error name.

func (DeleteColumnReqValidationError) Field

Field function returns field value.

func (DeleteColumnReqValidationError) Key

Key function returns key value.

func (DeleteColumnReqValidationError) Reason

Reason function returns reason value.

type DeleteTalkCacheAndSearchReq

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

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

Deprecated: Use DeleteTalkCacheAndSearchReq.ProtoReflect.Descriptor instead.

func (*DeleteTalkCacheAndSearchReq) GetId

func (*DeleteTalkCacheAndSearchReq) GetUuid

func (x *DeleteTalkCacheAndSearchReq) GetUuid() string

func (*DeleteTalkCacheAndSearchReq) ProtoMessage

func (*DeleteTalkCacheAndSearchReq) ProtoMessage()

func (*DeleteTalkCacheAndSearchReq) ProtoReflect

func (*DeleteTalkCacheAndSearchReq) Reset

func (x *DeleteTalkCacheAndSearchReq) Reset()

func (*DeleteTalkCacheAndSearchReq) String

func (x *DeleteTalkCacheAndSearchReq) String() string

func (*DeleteTalkCacheAndSearchReq) Validate

func (m *DeleteTalkCacheAndSearchReq) Validate() error

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

func (*DeleteTalkCacheAndSearchReq) ValidateAll

func (m *DeleteTalkCacheAndSearchReq) ValidateAll() error

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

type DeleteTalkCacheAndSearchReqMultiError

type DeleteTalkCacheAndSearchReqMultiError []error

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

func (DeleteTalkCacheAndSearchReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteTalkCacheAndSearchReqMultiError) Error

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

type DeleteTalkCacheAndSearchReqValidationError

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

DeleteTalkCacheAndSearchReqValidationError is the validation error returned by DeleteTalkCacheAndSearchReq.Validate if the designated constraints aren't met.

func (DeleteTalkCacheAndSearchReqValidationError) Cause

Cause function returns cause value.

func (DeleteTalkCacheAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteTalkCacheAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteTalkCacheAndSearchReqValidationError) Field

Field function returns field value.

func (DeleteTalkCacheAndSearchReqValidationError) Key

Key function returns key value.

func (DeleteTalkCacheAndSearchReqValidationError) Reason

Reason function returns reason value.

type DeleteTalkReq

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

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

Deprecated: Use DeleteTalkReq.ProtoReflect.Descriptor instead.

func (*DeleteTalkReq) GetId

func (x *DeleteTalkReq) GetId() int32

func (*DeleteTalkReq) GetUuid

func (x *DeleteTalkReq) GetUuid() string

func (*DeleteTalkReq) ProtoMessage

func (*DeleteTalkReq) ProtoMessage()

func (*DeleteTalkReq) ProtoReflect

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

func (*DeleteTalkReq) Reset

func (x *DeleteTalkReq) Reset()

func (*DeleteTalkReq) String

func (x *DeleteTalkReq) String() string

func (*DeleteTalkReq) Validate

func (m *DeleteTalkReq) Validate() error

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

func (*DeleteTalkReq) ValidateAll

func (m *DeleteTalkReq) ValidateAll() error

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

type DeleteTalkReqMultiError

type DeleteTalkReqMultiError []error

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

func (DeleteTalkReqMultiError) AllErrors

func (m DeleteTalkReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteTalkReqMultiError) Error

func (m DeleteTalkReqMultiError) Error() string

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

type DeleteTalkReqValidationError

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

DeleteTalkReqValidationError is the validation error returned by DeleteTalkReq.Validate if the designated constraints aren't met.

func (DeleteTalkReqValidationError) Cause

Cause function returns cause value.

func (DeleteTalkReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteTalkReqValidationError) ErrorName

func (e DeleteTalkReqValidationError) ErrorName() string

ErrorName returns error name.

func (DeleteTalkReqValidationError) Field

Field function returns field value.

func (DeleteTalkReqValidationError) Key

Key function returns key value.

func (DeleteTalkReqValidationError) Reason

Reason function returns reason value.

type EditArticleCosAndSearchReq

type EditArticleCosAndSearchReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EditArticleCosAndSearchReq) Descriptor deprecated

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

Deprecated: Use EditArticleCosAndSearchReq.ProtoReflect.Descriptor instead.

func (*EditArticleCosAndSearchReq) GetAuth

func (x *EditArticleCosAndSearchReq) GetAuth() int32

func (*EditArticleCosAndSearchReq) GetId

func (x *EditArticleCosAndSearchReq) GetId() int32

func (*EditArticleCosAndSearchReq) GetUuid

func (x *EditArticleCosAndSearchReq) GetUuid() string

func (*EditArticleCosAndSearchReq) ProtoMessage

func (*EditArticleCosAndSearchReq) ProtoMessage()

func (*EditArticleCosAndSearchReq) ProtoReflect

func (*EditArticleCosAndSearchReq) Reset

func (x *EditArticleCosAndSearchReq) Reset()

func (*EditArticleCosAndSearchReq) String

func (x *EditArticleCosAndSearchReq) String() string

func (*EditArticleCosAndSearchReq) Validate

func (m *EditArticleCosAndSearchReq) Validate() error

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

func (*EditArticleCosAndSearchReq) ValidateAll

func (m *EditArticleCosAndSearchReq) ValidateAll() error

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

type EditArticleCosAndSearchReqMultiError

type EditArticleCosAndSearchReqMultiError []error

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

func (EditArticleCosAndSearchReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EditArticleCosAndSearchReqMultiError) Error

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

type EditArticleCosAndSearchReqValidationError

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

EditArticleCosAndSearchReqValidationError is the validation error returned by EditArticleCosAndSearchReq.Validate if the designated constraints aren't met.

func (EditArticleCosAndSearchReqValidationError) Cause

Cause function returns cause value.

func (EditArticleCosAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (EditArticleCosAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (EditArticleCosAndSearchReqValidationError) Field

Field function returns field value.

func (EditArticleCosAndSearchReqValidationError) Key

Key function returns key value.

func (EditArticleCosAndSearchReqValidationError) Reason

Reason function returns reason value.

type EditArticleReq

type EditArticleReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EditArticleReq) Descriptor deprecated

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

Deprecated: Use EditArticleReq.ProtoReflect.Descriptor instead.

func (*EditArticleReq) GetAuth

func (x *EditArticleReq) GetAuth() int32

func (*EditArticleReq) GetId

func (x *EditArticleReq) GetId() int32

func (*EditArticleReq) GetUuid

func (x *EditArticleReq) GetUuid() string

func (*EditArticleReq) ProtoMessage

func (*EditArticleReq) ProtoMessage()

func (*EditArticleReq) ProtoReflect

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

func (*EditArticleReq) Reset

func (x *EditArticleReq) Reset()

func (*EditArticleReq) String

func (x *EditArticleReq) String() string

func (*EditArticleReq) Validate

func (m *EditArticleReq) Validate() error

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

func (*EditArticleReq) ValidateAll

func (m *EditArticleReq) ValidateAll() error

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

type EditArticleReqMultiError

type EditArticleReqMultiError []error

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

func (EditArticleReqMultiError) AllErrors

func (m EditArticleReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditArticleReqMultiError) Error

func (m EditArticleReqMultiError) Error() string

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

type EditArticleReqValidationError

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

EditArticleReqValidationError is the validation error returned by EditArticleReq.Validate if the designated constraints aren't met.

func (EditArticleReqValidationError) Cause

Cause function returns cause value.

func (EditArticleReqValidationError) Error

Error satisfies the builtin error interface

func (EditArticleReqValidationError) ErrorName

func (e EditArticleReqValidationError) ErrorName() string

ErrorName returns error name.

func (EditArticleReqValidationError) Field

Field function returns field value.

func (EditArticleReqValidationError) Key

Key function returns key value.

func (EditArticleReqValidationError) Reason

Reason function returns reason value.

type EditCollectionsCosReq

type EditCollectionsCosReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EditCollectionsCosReq) Descriptor deprecated

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

Deprecated: Use EditCollectionsCosReq.ProtoReflect.Descriptor instead.

func (*EditCollectionsCosReq) GetAuth

func (x *EditCollectionsCosReq) GetAuth() int32

func (*EditCollectionsCosReq) GetId

func (x *EditCollectionsCosReq) GetId() int32

func (*EditCollectionsCosReq) GetUuid

func (x *EditCollectionsCosReq) GetUuid() string

func (*EditCollectionsCosReq) ProtoMessage

func (*EditCollectionsCosReq) ProtoMessage()

func (*EditCollectionsCosReq) ProtoReflect

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

func (*EditCollectionsCosReq) Reset

func (x *EditCollectionsCosReq) Reset()

func (*EditCollectionsCosReq) String

func (x *EditCollectionsCosReq) String() string

func (*EditCollectionsCosReq) Validate

func (m *EditCollectionsCosReq) Validate() error

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

func (*EditCollectionsCosReq) ValidateAll

func (m *EditCollectionsCosReq) ValidateAll() error

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

type EditCollectionsCosReqMultiError

type EditCollectionsCosReqMultiError []error

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

func (EditCollectionsCosReqMultiError) AllErrors

func (m EditCollectionsCosReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditCollectionsCosReqMultiError) Error

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

type EditCollectionsCosReqValidationError

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

EditCollectionsCosReqValidationError is the validation error returned by EditCollectionsCosReq.Validate if the designated constraints aren't met.

func (EditCollectionsCosReqValidationError) Cause

Cause function returns cause value.

func (EditCollectionsCosReqValidationError) Error

Error satisfies the builtin error interface

func (EditCollectionsCosReqValidationError) ErrorName

ErrorName returns error name.

func (EditCollectionsCosReqValidationError) Field

Field function returns field value.

func (EditCollectionsCosReqValidationError) Key

Key function returns key value.

func (EditCollectionsCosReqValidationError) Reason

Reason function returns reason value.

type EditCollectionsReq

type EditCollectionsReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EditCollectionsReq) Descriptor deprecated

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

Deprecated: Use EditCollectionsReq.ProtoReflect.Descriptor instead.

func (*EditCollectionsReq) GetAuth

func (x *EditCollectionsReq) GetAuth() int32

func (*EditCollectionsReq) GetId

func (x *EditCollectionsReq) GetId() int32

func (*EditCollectionsReq) GetUuid

func (x *EditCollectionsReq) GetUuid() string

func (*EditCollectionsReq) ProtoMessage

func (*EditCollectionsReq) ProtoMessage()

func (*EditCollectionsReq) ProtoReflect

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

func (*EditCollectionsReq) Reset

func (x *EditCollectionsReq) Reset()

func (*EditCollectionsReq) String

func (x *EditCollectionsReq) String() string

func (*EditCollectionsReq) Validate

func (m *EditCollectionsReq) Validate() error

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

func (*EditCollectionsReq) ValidateAll

func (m *EditCollectionsReq) ValidateAll() error

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

type EditCollectionsReqMultiError

type EditCollectionsReqMultiError []error

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

func (EditCollectionsReqMultiError) AllErrors

func (m EditCollectionsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditCollectionsReqMultiError) Error

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

type EditCollectionsReqValidationError

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

EditCollectionsReqValidationError is the validation error returned by EditCollectionsReq.Validate if the designated constraints aren't met.

func (EditCollectionsReqValidationError) Cause

Cause function returns cause value.

func (EditCollectionsReqValidationError) Error

Error satisfies the builtin error interface

func (EditCollectionsReqValidationError) ErrorName

ErrorName returns error name.

func (EditCollectionsReqValidationError) Field

Field function returns field value.

func (EditCollectionsReqValidationError) Key

Key function returns key value.

func (EditCollectionsReqValidationError) Reason

Reason function returns reason value.

type EditColumnCosAndSearchReq

type EditColumnCosAndSearchReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EditColumnCosAndSearchReq) Descriptor deprecated

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

Deprecated: Use EditColumnCosAndSearchReq.ProtoReflect.Descriptor instead.

func (*EditColumnCosAndSearchReq) GetAuth

func (x *EditColumnCosAndSearchReq) GetAuth() int32

func (*EditColumnCosAndSearchReq) GetId

func (x *EditColumnCosAndSearchReq) GetId() int32

func (*EditColumnCosAndSearchReq) GetUuid

func (x *EditColumnCosAndSearchReq) GetUuid() string

func (*EditColumnCosAndSearchReq) ProtoMessage

func (*EditColumnCosAndSearchReq) ProtoMessage()

func (*EditColumnCosAndSearchReq) ProtoReflect

func (*EditColumnCosAndSearchReq) Reset

func (x *EditColumnCosAndSearchReq) Reset()

func (*EditColumnCosAndSearchReq) String

func (x *EditColumnCosAndSearchReq) String() string

func (*EditColumnCosAndSearchReq) Validate

func (m *EditColumnCosAndSearchReq) Validate() error

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

func (*EditColumnCosAndSearchReq) ValidateAll

func (m *EditColumnCosAndSearchReq) ValidateAll() error

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

type EditColumnCosAndSearchReqMultiError

type EditColumnCosAndSearchReqMultiError []error

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

func (EditColumnCosAndSearchReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EditColumnCosAndSearchReqMultiError) Error

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

type EditColumnCosAndSearchReqValidationError

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

EditColumnCosAndSearchReqValidationError is the validation error returned by EditColumnCosAndSearchReq.Validate if the designated constraints aren't met.

func (EditColumnCosAndSearchReqValidationError) Cause

Cause function returns cause value.

func (EditColumnCosAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (EditColumnCosAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (EditColumnCosAndSearchReqValidationError) Field

Field function returns field value.

func (EditColumnCosAndSearchReqValidationError) Key

Key function returns key value.

func (EditColumnCosAndSearchReqValidationError) Reason

Reason function returns reason value.

type EditColumnReq

type EditColumnReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EditColumnReq) Descriptor deprecated

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

Deprecated: Use EditColumnReq.ProtoReflect.Descriptor instead.

func (*EditColumnReq) GetAuth

func (x *EditColumnReq) GetAuth() int32

func (*EditColumnReq) GetId

func (x *EditColumnReq) GetId() int32

func (*EditColumnReq) GetUuid

func (x *EditColumnReq) GetUuid() string

func (*EditColumnReq) ProtoMessage

func (*EditColumnReq) ProtoMessage()

func (*EditColumnReq) ProtoReflect

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

func (*EditColumnReq) Reset

func (x *EditColumnReq) Reset()

func (*EditColumnReq) String

func (x *EditColumnReq) String() string

func (*EditColumnReq) Validate

func (m *EditColumnReq) Validate() error

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

func (*EditColumnReq) ValidateAll

func (m *EditColumnReq) ValidateAll() error

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

type EditColumnReqMultiError

type EditColumnReqMultiError []error

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

func (EditColumnReqMultiError) AllErrors

func (m EditColumnReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditColumnReqMultiError) Error

func (m EditColumnReqMultiError) Error() string

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

type EditColumnReqValidationError

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

EditColumnReqValidationError is the validation error returned by EditColumnReq.Validate if the designated constraints aren't met.

func (EditColumnReqValidationError) Cause

Cause function returns cause value.

func (EditColumnReqValidationError) Error

Error satisfies the builtin error interface

func (EditColumnReqValidationError) ErrorName

func (e EditColumnReqValidationError) ErrorName() string

ErrorName returns error name.

func (EditColumnReqValidationError) Field

Field function returns field value.

func (EditColumnReqValidationError) Key

Key function returns key value.

func (EditColumnReqValidationError) Reason

Reason function returns reason value.

type EditTalkCosAndSearchReq

type EditTalkCosAndSearchReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EditTalkCosAndSearchReq) Descriptor deprecated

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

Deprecated: Use EditTalkCosAndSearchReq.ProtoReflect.Descriptor instead.

func (*EditTalkCosAndSearchReq) GetAuth

func (x *EditTalkCosAndSearchReq) GetAuth() int32

func (*EditTalkCosAndSearchReq) GetId

func (x *EditTalkCosAndSearchReq) GetId() int32

func (*EditTalkCosAndSearchReq) GetUuid

func (x *EditTalkCosAndSearchReq) GetUuid() string

func (*EditTalkCosAndSearchReq) ProtoMessage

func (*EditTalkCosAndSearchReq) ProtoMessage()

func (*EditTalkCosAndSearchReq) ProtoReflect

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

func (*EditTalkCosAndSearchReq) Reset

func (x *EditTalkCosAndSearchReq) Reset()

func (*EditTalkCosAndSearchReq) String

func (x *EditTalkCosAndSearchReq) String() string

func (*EditTalkCosAndSearchReq) Validate

func (m *EditTalkCosAndSearchReq) Validate() error

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

func (*EditTalkCosAndSearchReq) ValidateAll

func (m *EditTalkCosAndSearchReq) ValidateAll() error

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

type EditTalkCosAndSearchReqMultiError

type EditTalkCosAndSearchReqMultiError []error

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

func (EditTalkCosAndSearchReqMultiError) AllErrors

func (m EditTalkCosAndSearchReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditTalkCosAndSearchReqMultiError) Error

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

type EditTalkCosAndSearchReqValidationError

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

EditTalkCosAndSearchReqValidationError is the validation error returned by EditTalkCosAndSearchReq.Validate if the designated constraints aren't met.

func (EditTalkCosAndSearchReqValidationError) Cause

Cause function returns cause value.

func (EditTalkCosAndSearchReqValidationError) Error

Error satisfies the builtin error interface

func (EditTalkCosAndSearchReqValidationError) ErrorName

ErrorName returns error name.

func (EditTalkCosAndSearchReqValidationError) Field

Field function returns field value.

func (EditTalkCosAndSearchReqValidationError) Key

Key function returns key value.

func (EditTalkCosAndSearchReqValidationError) Reason

Reason function returns reason value.

type EditTalkReq

type EditTalkReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Auth int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*EditTalkReq) Descriptor deprecated

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

Deprecated: Use EditTalkReq.ProtoReflect.Descriptor instead.

func (*EditTalkReq) GetAuth

func (x *EditTalkReq) GetAuth() int32

func (*EditTalkReq) GetId

func (x *EditTalkReq) GetId() int32

func (*EditTalkReq) GetUuid

func (x *EditTalkReq) GetUuid() string

func (*EditTalkReq) ProtoMessage

func (*EditTalkReq) ProtoMessage()

func (*EditTalkReq) ProtoReflect

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

func (*EditTalkReq) Reset

func (x *EditTalkReq) Reset()

func (*EditTalkReq) String

func (x *EditTalkReq) String() string

func (*EditTalkReq) Validate

func (m *EditTalkReq) Validate() error

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

func (*EditTalkReq) ValidateAll

func (m *EditTalkReq) ValidateAll() error

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

type EditTalkReqMultiError

type EditTalkReqMultiError []error

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

func (EditTalkReqMultiError) AllErrors

func (m EditTalkReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditTalkReqMultiError) Error

func (m EditTalkReqMultiError) Error() string

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

type EditTalkReqValidationError

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

EditTalkReqValidationError is the validation error returned by EditTalkReq.Validate if the designated constraints aren't met.

func (EditTalkReqValidationError) Cause

Cause function returns cause value.

func (EditTalkReqValidationError) Error

Error satisfies the builtin error interface

func (EditTalkReqValidationError) ErrorName

func (e EditTalkReqValidationError) ErrorName() string

ErrorName returns error name.

func (EditTalkReqValidationError) Field

Field function returns field value.

func (EditTalkReqValidationError) Key

Key function returns key value.

func (EditTalkReqValidationError) Reason

Reason function returns reason value.

type GetArticleContentReviewReply

type GetArticleContentReviewReply struct {
	Review []*GetArticleContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleContentReviewReply) Descriptor deprecated

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

Deprecated: Use GetArticleContentReviewReply.ProtoReflect.Descriptor instead.

func (*GetArticleContentReviewReply) GetReview

func (*GetArticleContentReviewReply) ProtoMessage

func (*GetArticleContentReviewReply) ProtoMessage()

func (*GetArticleContentReviewReply) ProtoReflect

func (*GetArticleContentReviewReply) Reset

func (x *GetArticleContentReviewReply) Reset()

func (*GetArticleContentReviewReply) String

func (*GetArticleContentReviewReply) Validate

func (m *GetArticleContentReviewReply) Validate() error

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

func (*GetArticleContentReviewReply) ValidateAll

func (m *GetArticleContentReviewReply) ValidateAll() error

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

type GetArticleContentReviewReplyMultiError

type GetArticleContentReviewReplyMultiError []error

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

func (GetArticleContentReviewReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleContentReviewReplyMultiError) Error

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

type GetArticleContentReviewReplyValidationError

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

GetArticleContentReviewReplyValidationError is the validation error returned by GetArticleContentReviewReply.Validate if the designated constraints aren't met.

func (GetArticleContentReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleContentReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleContentReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleContentReviewReplyValidationError) Field

Field function returns field value.

func (GetArticleContentReviewReplyValidationError) Key

Key function returns key value.

func (GetArticleContentReviewReplyValidationError) Reason

Reason function returns reason value.

type GetArticleContentReviewReply_Review

type GetArticleContentReviewReply_Review struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreationId int32  `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Title      string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Kind       string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	Uuid       string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt   string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId      string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Label      string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"`
	Result     int32  `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"`
	Section    string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleContentReviewReply_Review) Descriptor deprecated

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

Deprecated: Use GetArticleContentReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetArticleContentReviewReply_Review) GetCreateAt

func (*GetArticleContentReviewReply_Review) GetCreationId

func (x *GetArticleContentReviewReply_Review) GetCreationId() int32

func (*GetArticleContentReviewReply_Review) GetId

func (*GetArticleContentReviewReply_Review) GetJobId

func (*GetArticleContentReviewReply_Review) GetKind

func (*GetArticleContentReviewReply_Review) GetLabel

func (*GetArticleContentReviewReply_Review) GetResult

func (*GetArticleContentReviewReply_Review) GetSection

func (*GetArticleContentReviewReply_Review) GetTitle

func (*GetArticleContentReviewReply_Review) GetUuid

func (*GetArticleContentReviewReply_Review) ProtoMessage

func (*GetArticleContentReviewReply_Review) ProtoMessage()

func (*GetArticleContentReviewReply_Review) ProtoReflect

func (*GetArticleContentReviewReply_Review) Reset

func (*GetArticleContentReviewReply_Review) String

func (*GetArticleContentReviewReply_Review) Validate

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

func (*GetArticleContentReviewReply_Review) ValidateAll

func (m *GetArticleContentReviewReply_Review) ValidateAll() error

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

type GetArticleContentReviewReply_ReviewMultiError

type GetArticleContentReviewReply_ReviewMultiError []error

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

func (GetArticleContentReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleContentReviewReply_ReviewMultiError) Error

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

type GetArticleContentReviewReply_ReviewValidationError

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

GetArticleContentReviewReply_ReviewValidationError is the validation error returned by GetArticleContentReviewReply_Review.Validate if the designated constraints aren't met.

func (GetArticleContentReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetArticleContentReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetArticleContentReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetArticleContentReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetArticleContentReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetArticleContentReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetArticleContentReviewReq

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

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

Deprecated: Use GetArticleContentReviewReq.ProtoReflect.Descriptor instead.

func (*GetArticleContentReviewReq) GetPage

func (x *GetArticleContentReviewReq) GetPage() int32

func (*GetArticleContentReviewReq) GetUuid

func (x *GetArticleContentReviewReq) GetUuid() string

func (*GetArticleContentReviewReq) ProtoMessage

func (*GetArticleContentReviewReq) ProtoMessage()

func (*GetArticleContentReviewReq) ProtoReflect

func (*GetArticleContentReviewReq) Reset

func (x *GetArticleContentReviewReq) Reset()

func (*GetArticleContentReviewReq) String

func (x *GetArticleContentReviewReq) String() string

func (*GetArticleContentReviewReq) Validate

func (m *GetArticleContentReviewReq) Validate() error

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

func (*GetArticleContentReviewReq) ValidateAll

func (m *GetArticleContentReviewReq) ValidateAll() error

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

type GetArticleContentReviewReqMultiError

type GetArticleContentReviewReqMultiError []error

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

func (GetArticleContentReviewReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleContentReviewReqMultiError) Error

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

type GetArticleContentReviewReqValidationError

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

GetArticleContentReviewReqValidationError is the validation error returned by GetArticleContentReviewReq.Validate if the designated constraints aren't met.

func (GetArticleContentReviewReqValidationError) Cause

Cause function returns cause value.

func (GetArticleContentReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleContentReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleContentReviewReqValidationError) Field

Field function returns field value.

func (GetArticleContentReviewReqValidationError) Key

Key function returns key value.

func (GetArticleContentReviewReqValidationError) Reason

Reason function returns reason value.

type GetArticleCountReply

type GetArticleCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleCountReply) Descriptor deprecated

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

Deprecated: Use GetArticleCountReply.ProtoReflect.Descriptor instead.

func (*GetArticleCountReply) GetCount

func (x *GetArticleCountReply) GetCount() int32

func (*GetArticleCountReply) ProtoMessage

func (*GetArticleCountReply) ProtoMessage()

func (*GetArticleCountReply) ProtoReflect

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

func (*GetArticleCountReply) Reset

func (x *GetArticleCountReply) Reset()

func (*GetArticleCountReply) String

func (x *GetArticleCountReply) String() string

func (*GetArticleCountReply) Validate

func (m *GetArticleCountReply) Validate() error

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

func (*GetArticleCountReply) ValidateAll

func (m *GetArticleCountReply) ValidateAll() error

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

type GetArticleCountReplyMultiError

type GetArticleCountReplyMultiError []error

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

func (GetArticleCountReplyMultiError) AllErrors

func (m GetArticleCountReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleCountReplyMultiError) Error

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

type GetArticleCountReplyValidationError

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

GetArticleCountReplyValidationError is the validation error returned by GetArticleCountReply.Validate if the designated constraints aren't met.

func (GetArticleCountReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleCountReplyValidationError) Field

Field function returns field value.

func (GetArticleCountReplyValidationError) Key

Key function returns key value.

func (GetArticleCountReplyValidationError) Reason

Reason function returns reason value.

type GetArticleCountReq

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

func (*GetArticleCountReq) Descriptor deprecated

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

Deprecated: Use GetArticleCountReq.ProtoReflect.Descriptor instead.

func (*GetArticleCountReq) GetUuid

func (x *GetArticleCountReq) GetUuid() string

func (*GetArticleCountReq) ProtoMessage

func (*GetArticleCountReq) ProtoMessage()

func (*GetArticleCountReq) ProtoReflect

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

func (*GetArticleCountReq) Reset

func (x *GetArticleCountReq) Reset()

func (*GetArticleCountReq) String

func (x *GetArticleCountReq) String() string

func (*GetArticleCountReq) Validate

func (m *GetArticleCountReq) Validate() error

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

func (*GetArticleCountReq) ValidateAll

func (m *GetArticleCountReq) ValidateAll() error

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

type GetArticleCountReqMultiError

type GetArticleCountReqMultiError []error

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

func (GetArticleCountReqMultiError) AllErrors

func (m GetArticleCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleCountReqMultiError) Error

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

type GetArticleCountReqValidationError

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

GetArticleCountReqValidationError is the validation error returned by GetArticleCountReq.Validate if the designated constraints aren't met.

func (GetArticleCountReqValidationError) Cause

Cause function returns cause value.

func (GetArticleCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleCountReqValidationError) Field

Field function returns field value.

func (GetArticleCountReqValidationError) Key

Key function returns key value.

func (GetArticleCountReqValidationError) Reason

Reason function returns reason value.

type GetArticleCountVisitorReq

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

func (*GetArticleCountVisitorReq) Descriptor deprecated

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

Deprecated: Use GetArticleCountVisitorReq.ProtoReflect.Descriptor instead.

func (*GetArticleCountVisitorReq) GetUuid

func (x *GetArticleCountVisitorReq) GetUuid() string

func (*GetArticleCountVisitorReq) ProtoMessage

func (*GetArticleCountVisitorReq) ProtoMessage()

func (*GetArticleCountVisitorReq) ProtoReflect

func (*GetArticleCountVisitorReq) Reset

func (x *GetArticleCountVisitorReq) Reset()

func (*GetArticleCountVisitorReq) String

func (x *GetArticleCountVisitorReq) String() string

func (*GetArticleCountVisitorReq) Validate

func (m *GetArticleCountVisitorReq) Validate() error

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

func (*GetArticleCountVisitorReq) ValidateAll

func (m *GetArticleCountVisitorReq) ValidateAll() error

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

type GetArticleCountVisitorReqMultiError

type GetArticleCountVisitorReqMultiError []error

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

func (GetArticleCountVisitorReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleCountVisitorReqMultiError) Error

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

type GetArticleCountVisitorReqValidationError

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

GetArticleCountVisitorReqValidationError is the validation error returned by GetArticleCountVisitorReq.Validate if the designated constraints aren't met.

func (GetArticleCountVisitorReqValidationError) Cause

Cause function returns cause value.

func (GetArticleCountVisitorReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleCountVisitorReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleCountVisitorReqValidationError) Field

Field function returns field value.

func (GetArticleCountVisitorReqValidationError) Key

Key function returns key value.

func (GetArticleCountVisitorReqValidationError) Reason

Reason function returns reason value.

type GetArticleDraftListReply

type GetArticleDraftListReply struct {
	Draft []*GetArticleDraftListReply_Draft `protobuf:"bytes,1,rep,name=draft,proto3" json:"draft,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleDraftListReply) Descriptor deprecated

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

Deprecated: Use GetArticleDraftListReply.ProtoReflect.Descriptor instead.

func (*GetArticleDraftListReply) GetDraft

func (*GetArticleDraftListReply) ProtoMessage

func (*GetArticleDraftListReply) ProtoMessage()

func (*GetArticleDraftListReply) ProtoReflect

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

func (*GetArticleDraftListReply) Reset

func (x *GetArticleDraftListReply) Reset()

func (*GetArticleDraftListReply) String

func (x *GetArticleDraftListReply) String() string

func (*GetArticleDraftListReply) Validate

func (m *GetArticleDraftListReply) Validate() error

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

func (*GetArticleDraftListReply) ValidateAll

func (m *GetArticleDraftListReply) ValidateAll() error

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

type GetArticleDraftListReplyMultiError

type GetArticleDraftListReplyMultiError []error

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

func (GetArticleDraftListReplyMultiError) AllErrors

func (m GetArticleDraftListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleDraftListReplyMultiError) Error

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

type GetArticleDraftListReplyValidationError

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

GetArticleDraftListReplyValidationError is the validation error returned by GetArticleDraftListReply.Validate if the designated constraints aren't met.

func (GetArticleDraftListReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleDraftListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleDraftListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleDraftListReplyValidationError) Field

Field function returns field value.

func (GetArticleDraftListReplyValidationError) Key

Key function returns key value.

func (GetArticleDraftListReplyValidationError) Reason

Reason function returns reason value.

type GetArticleDraftListReply_Draft

type GetArticleDraftListReply_Draft struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleDraftListReply_Draft) Descriptor deprecated

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

Deprecated: Use GetArticleDraftListReply_Draft.ProtoReflect.Descriptor instead.

func (*GetArticleDraftListReply_Draft) GetId

func (*GetArticleDraftListReply_Draft) ProtoMessage

func (*GetArticleDraftListReply_Draft) ProtoMessage()

func (*GetArticleDraftListReply_Draft) ProtoReflect

func (*GetArticleDraftListReply_Draft) Reset

func (x *GetArticleDraftListReply_Draft) Reset()

func (*GetArticleDraftListReply_Draft) String

func (*GetArticleDraftListReply_Draft) Validate

func (m *GetArticleDraftListReply_Draft) Validate() error

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

func (*GetArticleDraftListReply_Draft) ValidateAll

func (m *GetArticleDraftListReply_Draft) ValidateAll() error

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

type GetArticleDraftListReply_DraftMultiError

type GetArticleDraftListReply_DraftMultiError []error

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

func (GetArticleDraftListReply_DraftMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleDraftListReply_DraftMultiError) Error

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

type GetArticleDraftListReply_DraftValidationError

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

GetArticleDraftListReply_DraftValidationError is the validation error returned by GetArticleDraftListReply_Draft.Validate if the designated constraints aren't met.

func (GetArticleDraftListReply_DraftValidationError) Cause

Cause function returns cause value.

func (GetArticleDraftListReply_DraftValidationError) Error

Error satisfies the builtin error interface

func (GetArticleDraftListReply_DraftValidationError) ErrorName

ErrorName returns error name.

func (GetArticleDraftListReply_DraftValidationError) Field

Field function returns field value.

func (GetArticleDraftListReply_DraftValidationError) Key

Key function returns key value.

func (GetArticleDraftListReply_DraftValidationError) Reason

Reason function returns reason value.

type GetArticleDraftListReq

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

func (*GetArticleDraftListReq) Descriptor deprecated

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

Deprecated: Use GetArticleDraftListReq.ProtoReflect.Descriptor instead.

func (*GetArticleDraftListReq) GetUuid

func (x *GetArticleDraftListReq) GetUuid() string

func (*GetArticleDraftListReq) ProtoMessage

func (*GetArticleDraftListReq) ProtoMessage()

func (*GetArticleDraftListReq) ProtoReflect

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

func (*GetArticleDraftListReq) Reset

func (x *GetArticleDraftListReq) Reset()

func (*GetArticleDraftListReq) String

func (x *GetArticleDraftListReq) String() string

func (*GetArticleDraftListReq) Validate

func (m *GetArticleDraftListReq) Validate() error

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

func (*GetArticleDraftListReq) ValidateAll

func (m *GetArticleDraftListReq) ValidateAll() error

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

type GetArticleDraftListReqMultiError

type GetArticleDraftListReqMultiError []error

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

func (GetArticleDraftListReqMultiError) AllErrors

func (m GetArticleDraftListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleDraftListReqMultiError) Error

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

type GetArticleDraftListReqValidationError

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

GetArticleDraftListReqValidationError is the validation error returned by GetArticleDraftListReq.Validate if the designated constraints aren't met.

func (GetArticleDraftListReqValidationError) Cause

Cause function returns cause value.

func (GetArticleDraftListReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleDraftListReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleDraftListReqValidationError) Field

Field function returns field value.

func (GetArticleDraftListReqValidationError) Key

Key function returns key value.

func (GetArticleDraftListReqValidationError) Reason

Reason function returns reason value.

type GetArticleImageReviewReply

type GetArticleImageReviewReply struct {
	Review []*GetArticleImageReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleImageReviewReply) Descriptor deprecated

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

Deprecated: Use GetArticleImageReviewReply.ProtoReflect.Descriptor instead.

func (*GetArticleImageReviewReply) GetReview

func (*GetArticleImageReviewReply) ProtoMessage

func (*GetArticleImageReviewReply) ProtoMessage()

func (*GetArticleImageReviewReply) ProtoReflect

func (*GetArticleImageReviewReply) Reset

func (x *GetArticleImageReviewReply) Reset()

func (*GetArticleImageReviewReply) String

func (x *GetArticleImageReviewReply) String() string

func (*GetArticleImageReviewReply) Validate

func (m *GetArticleImageReviewReply) Validate() error

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

func (*GetArticleImageReviewReply) ValidateAll

func (m *GetArticleImageReviewReply) ValidateAll() error

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

type GetArticleImageReviewReplyMultiError

type GetArticleImageReviewReplyMultiError []error

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

func (GetArticleImageReviewReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleImageReviewReplyMultiError) Error

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

type GetArticleImageReviewReplyValidationError

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

GetArticleImageReviewReplyValidationError is the validation error returned by GetArticleImageReviewReply.Validate if the designated constraints aren't met.

func (GetArticleImageReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleImageReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleImageReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleImageReviewReplyValidationError) Field

Field function returns field value.

func (GetArticleImageReviewReplyValidationError) Key

Key function returns key value.

func (GetArticleImageReviewReplyValidationError) Reason

Reason function returns reason value.

type GetArticleImageReviewReply_Review

type GetArticleImageReviewReply_Review struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreationId int32  `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Kind       string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"`
	Uid        string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"`
	Uuid       string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt   string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId      string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url        string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"`
	Label      string `protobuf:"bytes,9,opt,name=label,proto3" json:"label,omitempty"`
	Result     int32  `protobuf:"varint,10,opt,name=result,proto3" json:"result,omitempty"`
	Score      int32  `protobuf:"varint,11,opt,name=score,proto3" json:"score,omitempty"`
	Category   string `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel   string `protobuf:"bytes,13,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleImageReviewReply_Review) Descriptor deprecated

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

Deprecated: Use GetArticleImageReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetArticleImageReviewReply_Review) GetCategory

func (x *GetArticleImageReviewReply_Review) GetCategory() string

func (*GetArticleImageReviewReply_Review) GetCreateAt

func (x *GetArticleImageReviewReply_Review) GetCreateAt() string

func (*GetArticleImageReviewReply_Review) GetCreationId

func (x *GetArticleImageReviewReply_Review) GetCreationId() int32

func (*GetArticleImageReviewReply_Review) GetId

func (*GetArticleImageReviewReply_Review) GetJobId

func (*GetArticleImageReviewReply_Review) GetKind

func (*GetArticleImageReviewReply_Review) GetLabel

func (*GetArticleImageReviewReply_Review) GetResult

func (*GetArticleImageReviewReply_Review) GetScore

func (*GetArticleImageReviewReply_Review) GetSubLabel

func (x *GetArticleImageReviewReply_Review) GetSubLabel() string

func (*GetArticleImageReviewReply_Review) GetUid

func (*GetArticleImageReviewReply_Review) GetUrl

func (*GetArticleImageReviewReply_Review) GetUuid

func (*GetArticleImageReviewReply_Review) ProtoMessage

func (*GetArticleImageReviewReply_Review) ProtoMessage()

func (*GetArticleImageReviewReply_Review) ProtoReflect

func (*GetArticleImageReviewReply_Review) Reset

func (*GetArticleImageReviewReply_Review) String

func (*GetArticleImageReviewReply_Review) Validate

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

func (*GetArticleImageReviewReply_Review) ValidateAll

func (m *GetArticleImageReviewReply_Review) ValidateAll() error

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

type GetArticleImageReviewReply_ReviewMultiError

type GetArticleImageReviewReply_ReviewMultiError []error

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

func (GetArticleImageReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleImageReviewReply_ReviewMultiError) Error

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

type GetArticleImageReviewReply_ReviewValidationError

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

GetArticleImageReviewReply_ReviewValidationError is the validation error returned by GetArticleImageReviewReply_Review.Validate if the designated constraints aren't met.

func (GetArticleImageReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetArticleImageReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetArticleImageReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetArticleImageReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetArticleImageReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetArticleImageReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetArticleImageReviewReq

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

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

Deprecated: Use GetArticleImageReviewReq.ProtoReflect.Descriptor instead.

func (*GetArticleImageReviewReq) GetPage

func (x *GetArticleImageReviewReq) GetPage() int32

func (*GetArticleImageReviewReq) GetUuid

func (x *GetArticleImageReviewReq) GetUuid() string

func (*GetArticleImageReviewReq) ProtoMessage

func (*GetArticleImageReviewReq) ProtoMessage()

func (*GetArticleImageReviewReq) ProtoReflect

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

func (*GetArticleImageReviewReq) Reset

func (x *GetArticleImageReviewReq) Reset()

func (*GetArticleImageReviewReq) String

func (x *GetArticleImageReviewReq) String() string

func (*GetArticleImageReviewReq) Validate

func (m *GetArticleImageReviewReq) Validate() error

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

func (*GetArticleImageReviewReq) ValidateAll

func (m *GetArticleImageReviewReq) ValidateAll() error

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

type GetArticleImageReviewReqMultiError

type GetArticleImageReviewReqMultiError []error

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

func (GetArticleImageReviewReqMultiError) AllErrors

func (m GetArticleImageReviewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleImageReviewReqMultiError) Error

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

type GetArticleImageReviewReqValidationError

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

GetArticleImageReviewReqValidationError is the validation error returned by GetArticleImageReviewReq.Validate if the designated constraints aren't met.

func (GetArticleImageReviewReqValidationError) Cause

Cause function returns cause value.

func (GetArticleImageReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleImageReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleImageReviewReqValidationError) Field

Field function returns field value.

func (GetArticleImageReviewReqValidationError) Key

Key function returns key value.

func (GetArticleImageReviewReqValidationError) Reason

Reason function returns reason value.

type GetArticleListHotReply

type GetArticleListHotReply struct {
	Article []*GetArticleListHotReply_Article `protobuf:"bytes,1,rep,name=article,proto3" json:"article,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleListHotReply) Descriptor deprecated

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

Deprecated: Use GetArticleListHotReply.ProtoReflect.Descriptor instead.

func (*GetArticleListHotReply) GetArticle

func (*GetArticleListHotReply) ProtoMessage

func (*GetArticleListHotReply) ProtoMessage()

func (*GetArticleListHotReply) ProtoReflect

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

func (*GetArticleListHotReply) Reset

func (x *GetArticleListHotReply) Reset()

func (*GetArticleListHotReply) String

func (x *GetArticleListHotReply) String() string

func (*GetArticleListHotReply) Validate

func (m *GetArticleListHotReply) Validate() error

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

func (*GetArticleListHotReply) ValidateAll

func (m *GetArticleListHotReply) ValidateAll() error

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

type GetArticleListHotReplyMultiError

type GetArticleListHotReplyMultiError []error

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

func (GetArticleListHotReplyMultiError) AllErrors

func (m GetArticleListHotReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleListHotReplyMultiError) Error

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

type GetArticleListHotReplyValidationError

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

GetArticleListHotReplyValidationError is the validation error returned by GetArticleListHotReply.Validate if the designated constraints aren't met.

func (GetArticleListHotReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleListHotReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListHotReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListHotReplyValidationError) Field

Field function returns field value.

func (GetArticleListHotReplyValidationError) Key

Key function returns key value.

func (GetArticleListHotReplyValidationError) Reason

Reason function returns reason value.

type GetArticleListHotReply_Article

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

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

Deprecated: Use GetArticleListHotReply_Article.ProtoReflect.Descriptor instead.

func (*GetArticleListHotReply_Article) GetId

func (*GetArticleListHotReply_Article) GetUuid

func (*GetArticleListHotReply_Article) ProtoMessage

func (*GetArticleListHotReply_Article) ProtoMessage()

func (*GetArticleListHotReply_Article) ProtoReflect

func (*GetArticleListHotReply_Article) Reset

func (x *GetArticleListHotReply_Article) Reset()

func (*GetArticleListHotReply_Article) String

func (*GetArticleListHotReply_Article) Validate

func (m *GetArticleListHotReply_Article) Validate() error

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

func (*GetArticleListHotReply_Article) ValidateAll

func (m *GetArticleListHotReply_Article) ValidateAll() error

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

type GetArticleListHotReply_ArticleMultiError

type GetArticleListHotReply_ArticleMultiError []error

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

func (GetArticleListHotReply_ArticleMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleListHotReply_ArticleMultiError) Error

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

type GetArticleListHotReply_ArticleValidationError

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

GetArticleListHotReply_ArticleValidationError is the validation error returned by GetArticleListHotReply_Article.Validate if the designated constraints aren't met.

func (GetArticleListHotReply_ArticleValidationError) Cause

Cause function returns cause value.

func (GetArticleListHotReply_ArticleValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListHotReply_ArticleValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListHotReply_ArticleValidationError) Field

Field function returns field value.

func (GetArticleListHotReply_ArticleValidationError) Key

Key function returns key value.

func (GetArticleListHotReply_ArticleValidationError) Reason

Reason function returns reason value.

type GetArticleListHotReq

type GetArticleListHotReq struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleListHotReq) Descriptor deprecated

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

Deprecated: Use GetArticleListHotReq.ProtoReflect.Descriptor instead.

func (*GetArticleListHotReq) GetPage

func (x *GetArticleListHotReq) GetPage() int32

func (*GetArticleListHotReq) ProtoMessage

func (*GetArticleListHotReq) ProtoMessage()

func (*GetArticleListHotReq) ProtoReflect

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

func (*GetArticleListHotReq) Reset

func (x *GetArticleListHotReq) Reset()

func (*GetArticleListHotReq) String

func (x *GetArticleListHotReq) String() string

func (*GetArticleListHotReq) Validate

func (m *GetArticleListHotReq) Validate() error

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

func (*GetArticleListHotReq) ValidateAll

func (m *GetArticleListHotReq) ValidateAll() error

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

type GetArticleListHotReqMultiError

type GetArticleListHotReqMultiError []error

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

func (GetArticleListHotReqMultiError) AllErrors

func (m GetArticleListHotReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleListHotReqMultiError) Error

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

type GetArticleListHotReqValidationError

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

GetArticleListHotReqValidationError is the validation error returned by GetArticleListHotReq.Validate if the designated constraints aren't met.

func (GetArticleListHotReqValidationError) Cause

Cause function returns cause value.

func (GetArticleListHotReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListHotReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListHotReqValidationError) Field

Field function returns field value.

func (GetArticleListHotReqValidationError) Key

Key function returns key value.

func (GetArticleListHotReqValidationError) Reason

Reason function returns reason value.

type GetArticleListReply

type GetArticleListReply struct {
	Article []*GetArticleListReply_Article `protobuf:"bytes,1,rep,name=article,proto3" json:"article,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleListReply) Descriptor deprecated

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

Deprecated: Use GetArticleListReply.ProtoReflect.Descriptor instead.

func (*GetArticleListReply) GetArticle

func (*GetArticleListReply) ProtoMessage

func (*GetArticleListReply) ProtoMessage()

func (*GetArticleListReply) ProtoReflect

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

func (*GetArticleListReply) Reset

func (x *GetArticleListReply) Reset()

func (*GetArticleListReply) String

func (x *GetArticleListReply) String() string

func (*GetArticleListReply) Validate

func (m *GetArticleListReply) Validate() error

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

func (*GetArticleListReply) ValidateAll

func (m *GetArticleListReply) ValidateAll() error

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

type GetArticleListReplyMultiError

type GetArticleListReplyMultiError []error

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

func (GetArticleListReplyMultiError) AllErrors

func (m GetArticleListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleListReplyMultiError) Error

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

type GetArticleListReplyValidationError

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

GetArticleListReplyValidationError is the validation error returned by GetArticleListReply.Validate if the designated constraints aren't met.

func (GetArticleListReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListReplyValidationError) Field

Field function returns field value.

func (GetArticleListReplyValidationError) Key

Key function returns key value.

func (GetArticleListReplyValidationError) Reason

Reason function returns reason value.

type GetArticleListReply_Article

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

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

Deprecated: Use GetArticleListReply_Article.ProtoReflect.Descriptor instead.

func (*GetArticleListReply_Article) GetId

func (*GetArticleListReply_Article) GetUuid

func (x *GetArticleListReply_Article) GetUuid() string

func (*GetArticleListReply_Article) ProtoMessage

func (*GetArticleListReply_Article) ProtoMessage()

func (*GetArticleListReply_Article) ProtoReflect

func (*GetArticleListReply_Article) Reset

func (x *GetArticleListReply_Article) Reset()

func (*GetArticleListReply_Article) String

func (x *GetArticleListReply_Article) String() string

func (*GetArticleListReply_Article) Validate

func (m *GetArticleListReply_Article) Validate() error

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

func (*GetArticleListReply_Article) ValidateAll

func (m *GetArticleListReply_Article) ValidateAll() error

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

type GetArticleListReply_ArticleMultiError

type GetArticleListReply_ArticleMultiError []error

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

func (GetArticleListReply_ArticleMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleListReply_ArticleMultiError) Error

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

type GetArticleListReply_ArticleValidationError

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

GetArticleListReply_ArticleValidationError is the validation error returned by GetArticleListReply_Article.Validate if the designated constraints aren't met.

func (GetArticleListReply_ArticleValidationError) Cause

Cause function returns cause value.

func (GetArticleListReply_ArticleValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListReply_ArticleValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListReply_ArticleValidationError) Field

Field function returns field value.

func (GetArticleListReply_ArticleValidationError) Key

Key function returns key value.

func (GetArticleListReply_ArticleValidationError) Reason

Reason function returns reason value.

type GetArticleListReq

type GetArticleListReq struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleListReq) Descriptor deprecated

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

Deprecated: Use GetArticleListReq.ProtoReflect.Descriptor instead.

func (*GetArticleListReq) GetPage

func (x *GetArticleListReq) GetPage() int32

func (*GetArticleListReq) ProtoMessage

func (*GetArticleListReq) ProtoMessage()

func (*GetArticleListReq) ProtoReflect

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

func (*GetArticleListReq) Reset

func (x *GetArticleListReq) Reset()

func (*GetArticleListReq) String

func (x *GetArticleListReq) String() string

func (*GetArticleListReq) Validate

func (m *GetArticleListReq) Validate() error

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

func (*GetArticleListReq) ValidateAll

func (m *GetArticleListReq) ValidateAll() error

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

type GetArticleListReqMultiError

type GetArticleListReqMultiError []error

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

func (GetArticleListReqMultiError) AllErrors

func (m GetArticleListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleListReqMultiError) Error

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

type GetArticleListReqValidationError

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

GetArticleListReqValidationError is the validation error returned by GetArticleListReq.Validate if the designated constraints aren't met.

func (GetArticleListReqValidationError) Cause

Cause function returns cause value.

func (GetArticleListReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListReqValidationError) Field

Field function returns field value.

func (GetArticleListReqValidationError) Key

Key function returns key value.

func (GetArticleListReqValidationError) Reason

Reason function returns reason value.

type GetArticleListStatisticReply

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

func (*GetArticleListStatisticReply) Descriptor deprecated

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

Deprecated: Use GetArticleListStatisticReply.ProtoReflect.Descriptor instead.

func (*GetArticleListStatisticReply) GetCount

func (*GetArticleListStatisticReply) ProtoMessage

func (*GetArticleListStatisticReply) ProtoMessage()

func (*GetArticleListStatisticReply) ProtoReflect

func (*GetArticleListStatisticReply) Reset

func (x *GetArticleListStatisticReply) Reset()

func (*GetArticleListStatisticReply) String

func (*GetArticleListStatisticReply) Validate

func (m *GetArticleListStatisticReply) Validate() error

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

func (*GetArticleListStatisticReply) ValidateAll

func (m *GetArticleListStatisticReply) ValidateAll() error

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

type GetArticleListStatisticReplyMultiError

type GetArticleListStatisticReplyMultiError []error

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

func (GetArticleListStatisticReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleListStatisticReplyMultiError) Error

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

type GetArticleListStatisticReplyValidationError

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

GetArticleListStatisticReplyValidationError is the validation error returned by GetArticleListStatisticReply.Validate if the designated constraints aren't met.

func (GetArticleListStatisticReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleListStatisticReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListStatisticReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListStatisticReplyValidationError) Field

Field function returns field value.

func (GetArticleListStatisticReplyValidationError) Key

Key function returns key value.

func (GetArticleListStatisticReplyValidationError) Reason

Reason function returns reason value.

type GetArticleListStatisticReply_Count

type GetArticleListStatisticReply_Count struct {
	Id      int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Agree   int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"`
	View    int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"`
	Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleListStatisticReply_Count) Descriptor deprecated

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

Deprecated: Use GetArticleListStatisticReply_Count.ProtoReflect.Descriptor instead.

func (*GetArticleListStatisticReply_Count) GetAgree

func (*GetArticleListStatisticReply_Count) GetCollect

func (x *GetArticleListStatisticReply_Count) GetCollect() int32

func (*GetArticleListStatisticReply_Count) GetComment

func (x *GetArticleListStatisticReply_Count) GetComment() int32

func (*GetArticleListStatisticReply_Count) GetId

func (*GetArticleListStatisticReply_Count) GetView

func (*GetArticleListStatisticReply_Count) ProtoMessage

func (*GetArticleListStatisticReply_Count) ProtoMessage()

func (*GetArticleListStatisticReply_Count) ProtoReflect

func (*GetArticleListStatisticReply_Count) Reset

func (*GetArticleListStatisticReply_Count) String

func (*GetArticleListStatisticReply_Count) Validate

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

func (*GetArticleListStatisticReply_Count) ValidateAll

func (m *GetArticleListStatisticReply_Count) ValidateAll() error

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

type GetArticleListStatisticReply_CountMultiError

type GetArticleListStatisticReply_CountMultiError []error

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

func (GetArticleListStatisticReply_CountMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleListStatisticReply_CountMultiError) Error

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

type GetArticleListStatisticReply_CountValidationError

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

GetArticleListStatisticReply_CountValidationError is the validation error returned by GetArticleListStatisticReply_Count.Validate if the designated constraints aren't met.

func (GetArticleListStatisticReply_CountValidationError) Cause

Cause function returns cause value.

func (GetArticleListStatisticReply_CountValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListStatisticReply_CountValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListStatisticReply_CountValidationError) Field

Field function returns field value.

func (GetArticleListStatisticReply_CountValidationError) Key

Key function returns key value.

func (GetArticleListStatisticReply_CountValidationError) Reason

Reason function returns reason value.

type GetArticleListStatisticReq

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

func (*GetArticleListStatisticReq) Descriptor deprecated

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

Deprecated: Use GetArticleListStatisticReq.ProtoReflect.Descriptor instead.

func (*GetArticleListStatisticReq) GetIds

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

func (*GetArticleListStatisticReq) ProtoMessage

func (*GetArticleListStatisticReq) ProtoMessage()

func (*GetArticleListStatisticReq) ProtoReflect

func (*GetArticleListStatisticReq) Reset

func (x *GetArticleListStatisticReq) Reset()

func (*GetArticleListStatisticReq) String

func (x *GetArticleListStatisticReq) String() string

func (*GetArticleListStatisticReq) Validate

func (m *GetArticleListStatisticReq) Validate() error

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

func (*GetArticleListStatisticReq) ValidateAll

func (m *GetArticleListStatisticReq) ValidateAll() error

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

type GetArticleListStatisticReqMultiError

type GetArticleListStatisticReqMultiError []error

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

func (GetArticleListStatisticReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleListStatisticReqMultiError) Error

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

type GetArticleListStatisticReqValidationError

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

GetArticleListStatisticReqValidationError is the validation error returned by GetArticleListStatisticReq.Validate if the designated constraints aren't met.

func (GetArticleListStatisticReqValidationError) Cause

Cause function returns cause value.

func (GetArticleListStatisticReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleListStatisticReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleListStatisticReqValidationError) Field

Field function returns field value.

func (GetArticleListStatisticReqValidationError) Key

Key function returns key value.

func (GetArticleListStatisticReqValidationError) Reason

Reason function returns reason value.

type GetArticleSearchReply

type GetArticleSearchReply struct {
	List  []*GetArticleSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	Total int32                         `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleSearchReply) Descriptor deprecated

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

Deprecated: Use GetArticleSearchReply.ProtoReflect.Descriptor instead.

func (*GetArticleSearchReply) GetList

func (*GetArticleSearchReply) GetTotal

func (x *GetArticleSearchReply) GetTotal() int32

func (*GetArticleSearchReply) ProtoMessage

func (*GetArticleSearchReply) ProtoMessage()

func (*GetArticleSearchReply) ProtoReflect

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

func (*GetArticleSearchReply) Reset

func (x *GetArticleSearchReply) Reset()

func (*GetArticleSearchReply) String

func (x *GetArticleSearchReply) String() string

func (*GetArticleSearchReply) Validate

func (m *GetArticleSearchReply) Validate() error

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

func (*GetArticleSearchReply) ValidateAll

func (m *GetArticleSearchReply) ValidateAll() error

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

type GetArticleSearchReplyMultiError

type GetArticleSearchReplyMultiError []error

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

func (GetArticleSearchReplyMultiError) AllErrors

func (m GetArticleSearchReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleSearchReplyMultiError) Error

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

type GetArticleSearchReplyValidationError

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

GetArticleSearchReplyValidationError is the validation error returned by GetArticleSearchReply.Validate if the designated constraints aren't met.

func (GetArticleSearchReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleSearchReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleSearchReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleSearchReplyValidationError) Field

Field function returns field value.

func (GetArticleSearchReplyValidationError) Key

Key function returns key value.

func (GetArticleSearchReplyValidationError) Reason

Reason function returns reason value.

type GetArticleSearchReply_List

type GetArticleSearchReply_List struct {
	Id     int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Title  string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Tags   string `protobuf:"bytes,3,opt,name=tags,proto3" json:"tags,omitempty"`
	Text   string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	Cover  string `protobuf:"bytes,5,opt,name=cover,proto3" json:"cover,omitempty"`
	Update string `protobuf:"bytes,6,opt,name=update,proto3" json:"update,omitempty"`
	Uuid   string `protobuf:"bytes,7,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleSearchReply_List) Descriptor deprecated

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

Deprecated: Use GetArticleSearchReply_List.ProtoReflect.Descriptor instead.

func (*GetArticleSearchReply_List) GetCover

func (x *GetArticleSearchReply_List) GetCover() string

func (*GetArticleSearchReply_List) GetId

func (x *GetArticleSearchReply_List) GetId() int32

func (*GetArticleSearchReply_List) GetTags

func (x *GetArticleSearchReply_List) GetTags() string

func (*GetArticleSearchReply_List) GetText

func (x *GetArticleSearchReply_List) GetText() string

func (*GetArticleSearchReply_List) GetTitle

func (x *GetArticleSearchReply_List) GetTitle() string

func (*GetArticleSearchReply_List) GetUpdate

func (x *GetArticleSearchReply_List) GetUpdate() string

func (*GetArticleSearchReply_List) GetUuid

func (x *GetArticleSearchReply_List) GetUuid() string

func (*GetArticleSearchReply_List) ProtoMessage

func (*GetArticleSearchReply_List) ProtoMessage()

func (*GetArticleSearchReply_List) ProtoReflect

func (*GetArticleSearchReply_List) Reset

func (x *GetArticleSearchReply_List) Reset()

func (*GetArticleSearchReply_List) String

func (x *GetArticleSearchReply_List) String() string

func (*GetArticleSearchReply_List) Validate

func (m *GetArticleSearchReply_List) Validate() error

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

func (*GetArticleSearchReply_List) ValidateAll

func (m *GetArticleSearchReply_List) ValidateAll() error

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

type GetArticleSearchReply_ListMultiError

type GetArticleSearchReply_ListMultiError []error

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

func (GetArticleSearchReply_ListMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetArticleSearchReply_ListMultiError) Error

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

type GetArticleSearchReply_ListValidationError

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

GetArticleSearchReply_ListValidationError is the validation error returned by GetArticleSearchReply_List.Validate if the designated constraints aren't met.

func (GetArticleSearchReply_ListValidationError) Cause

Cause function returns cause value.

func (GetArticleSearchReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetArticleSearchReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetArticleSearchReply_ListValidationError) Field

Field function returns field value.

func (GetArticleSearchReply_ListValidationError) Key

Key function returns key value.

func (GetArticleSearchReply_ListValidationError) Reason

Reason function returns reason value.

type GetArticleSearchReq

type GetArticleSearchReq struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"`
	Time   string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleSearchReq) Descriptor deprecated

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

Deprecated: Use GetArticleSearchReq.ProtoReflect.Descriptor instead.

func (*GetArticleSearchReq) GetPage

func (x *GetArticleSearchReq) GetPage() int32

func (*GetArticleSearchReq) GetSearch

func (x *GetArticleSearchReq) GetSearch() string

func (*GetArticleSearchReq) GetTime

func (x *GetArticleSearchReq) GetTime() string

func (*GetArticleSearchReq) ProtoMessage

func (*GetArticleSearchReq) ProtoMessage()

func (*GetArticleSearchReq) ProtoReflect

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

func (*GetArticleSearchReq) Reset

func (x *GetArticleSearchReq) Reset()

func (*GetArticleSearchReq) String

func (x *GetArticleSearchReq) String() string

func (*GetArticleSearchReq) Validate

func (m *GetArticleSearchReq) Validate() error

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

func (*GetArticleSearchReq) ValidateAll

func (m *GetArticleSearchReq) ValidateAll() error

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

type GetArticleSearchReqMultiError

type GetArticleSearchReqMultiError []error

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

func (GetArticleSearchReqMultiError) AllErrors

func (m GetArticleSearchReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleSearchReqMultiError) Error

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

type GetArticleSearchReqValidationError

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

GetArticleSearchReqValidationError is the validation error returned by GetArticleSearchReq.Validate if the designated constraints aren't met.

func (GetArticleSearchReqValidationError) Cause

Cause function returns cause value.

func (GetArticleSearchReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleSearchReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleSearchReqValidationError) Field

Field function returns field value.

func (GetArticleSearchReqValidationError) Key

Key function returns key value.

func (GetArticleSearchReqValidationError) Reason

Reason function returns reason value.

type GetArticleStatisticReply

type GetArticleStatisticReply struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Agree   int32  `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect int32  `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"`
	View    int32  `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"`
	Comment int32  `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleStatisticReply) Descriptor deprecated

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

Deprecated: Use GetArticleStatisticReply.ProtoReflect.Descriptor instead.

func (*GetArticleStatisticReply) GetAgree

func (x *GetArticleStatisticReply) GetAgree() int32

func (*GetArticleStatisticReply) GetCollect

func (x *GetArticleStatisticReply) GetCollect() int32

func (*GetArticleStatisticReply) GetComment

func (x *GetArticleStatisticReply) GetComment() int32

func (*GetArticleStatisticReply) GetUuid

func (x *GetArticleStatisticReply) GetUuid() string

func (*GetArticleStatisticReply) GetView

func (x *GetArticleStatisticReply) GetView() int32

func (*GetArticleStatisticReply) ProtoMessage

func (*GetArticleStatisticReply) ProtoMessage()

func (*GetArticleStatisticReply) ProtoReflect

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

func (*GetArticleStatisticReply) Reset

func (x *GetArticleStatisticReply) Reset()

func (*GetArticleStatisticReply) String

func (x *GetArticleStatisticReply) String() string

func (*GetArticleStatisticReply) Validate

func (m *GetArticleStatisticReply) Validate() error

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

func (*GetArticleStatisticReply) ValidateAll

func (m *GetArticleStatisticReply) ValidateAll() error

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

type GetArticleStatisticReplyMultiError

type GetArticleStatisticReplyMultiError []error

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

func (GetArticleStatisticReplyMultiError) AllErrors

func (m GetArticleStatisticReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleStatisticReplyMultiError) Error

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

type GetArticleStatisticReplyValidationError

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

GetArticleStatisticReplyValidationError is the validation error returned by GetArticleStatisticReply.Validate if the designated constraints aren't met.

func (GetArticleStatisticReplyValidationError) Cause

Cause function returns cause value.

func (GetArticleStatisticReplyValidationError) Error

Error satisfies the builtin error interface

func (GetArticleStatisticReplyValidationError) ErrorName

ErrorName returns error name.

func (GetArticleStatisticReplyValidationError) Field

Field function returns field value.

func (GetArticleStatisticReplyValidationError) Key

Key function returns key value.

func (GetArticleStatisticReplyValidationError) Reason

Reason function returns reason value.

type GetArticleStatisticReq

type GetArticleStatisticReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArticleStatisticReq) Descriptor deprecated

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

Deprecated: Use GetArticleStatisticReq.ProtoReflect.Descriptor instead.

func (*GetArticleStatisticReq) GetId

func (x *GetArticleStatisticReq) GetId() int32

func (*GetArticleStatisticReq) GetUuid

func (x *GetArticleStatisticReq) GetUuid() string

func (*GetArticleStatisticReq) ProtoMessage

func (*GetArticleStatisticReq) ProtoMessage()

func (*GetArticleStatisticReq) ProtoReflect

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

func (*GetArticleStatisticReq) Reset

func (x *GetArticleStatisticReq) Reset()

func (*GetArticleStatisticReq) String

func (x *GetArticleStatisticReq) String() string

func (*GetArticleStatisticReq) Validate

func (m *GetArticleStatisticReq) Validate() error

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

func (*GetArticleStatisticReq) ValidateAll

func (m *GetArticleStatisticReq) ValidateAll() error

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

type GetArticleStatisticReqMultiError

type GetArticleStatisticReqMultiError []error

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

func (GetArticleStatisticReqMultiError) AllErrors

func (m GetArticleStatisticReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetArticleStatisticReqMultiError) Error

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

type GetArticleStatisticReqValidationError

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

GetArticleStatisticReqValidationError is the validation error returned by GetArticleStatisticReq.Validate if the designated constraints aren't met.

func (GetArticleStatisticReqValidationError) Cause

Cause function returns cause value.

func (GetArticleStatisticReqValidationError) Error

Error satisfies the builtin error interface

func (GetArticleStatisticReqValidationError) ErrorName

ErrorName returns error name.

func (GetArticleStatisticReqValidationError) Field

Field function returns field value.

func (GetArticleStatisticReqValidationError) Key

Key function returns key value.

func (GetArticleStatisticReqValidationError) Reason

Reason function returns reason value.

type GetCollectArticleCountReply

type GetCollectArticleCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectArticleCountReply) Descriptor deprecated

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

Deprecated: Use GetCollectArticleCountReply.ProtoReflect.Descriptor instead.

func (*GetCollectArticleCountReply) GetCount

func (x *GetCollectArticleCountReply) GetCount() int32

func (*GetCollectArticleCountReply) ProtoMessage

func (*GetCollectArticleCountReply) ProtoMessage()

func (*GetCollectArticleCountReply) ProtoReflect

func (*GetCollectArticleCountReply) Reset

func (x *GetCollectArticleCountReply) Reset()

func (*GetCollectArticleCountReply) String

func (x *GetCollectArticleCountReply) String() string

func (*GetCollectArticleCountReply) Validate

func (m *GetCollectArticleCountReply) Validate() error

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

func (*GetCollectArticleCountReply) ValidateAll

func (m *GetCollectArticleCountReply) ValidateAll() error

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

type GetCollectArticleCountReplyMultiError

type GetCollectArticleCountReplyMultiError []error

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

func (GetCollectArticleCountReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCollectArticleCountReplyMultiError) Error

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

type GetCollectArticleCountReplyValidationError

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

GetCollectArticleCountReplyValidationError is the validation error returned by GetCollectArticleCountReply.Validate if the designated constraints aren't met.

func (GetCollectArticleCountReplyValidationError) Cause

Cause function returns cause value.

func (GetCollectArticleCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCollectArticleCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCollectArticleCountReplyValidationError) Field

Field function returns field value.

func (GetCollectArticleCountReplyValidationError) Key

Key function returns key value.

func (GetCollectArticleCountReplyValidationError) Reason

Reason function returns reason value.

type GetCollectArticleCountReq

type GetCollectArticleCountReq struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectArticleCountReq) Descriptor deprecated

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

Deprecated: Use GetCollectArticleCountReq.ProtoReflect.Descriptor instead.

func (*GetCollectArticleCountReq) GetId

func (x *GetCollectArticleCountReq) GetId() int32

func (*GetCollectArticleCountReq) ProtoMessage

func (*GetCollectArticleCountReq) ProtoMessage()

func (*GetCollectArticleCountReq) ProtoReflect

func (*GetCollectArticleCountReq) Reset

func (x *GetCollectArticleCountReq) Reset()

func (*GetCollectArticleCountReq) String

func (x *GetCollectArticleCountReq) String() string

func (*GetCollectArticleCountReq) Validate

func (m *GetCollectArticleCountReq) Validate() error

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

func (*GetCollectArticleCountReq) ValidateAll

func (m *GetCollectArticleCountReq) ValidateAll() error

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

type GetCollectArticleCountReqMultiError

type GetCollectArticleCountReqMultiError []error

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

func (GetCollectArticleCountReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCollectArticleCountReqMultiError) Error

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

type GetCollectArticleCountReqValidationError

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

GetCollectArticleCountReqValidationError is the validation error returned by GetCollectArticleCountReq.Validate if the designated constraints aren't met.

func (GetCollectArticleCountReqValidationError) Cause

Cause function returns cause value.

func (GetCollectArticleCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectArticleCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectArticleCountReqValidationError) Field

Field function returns field value.

func (GetCollectArticleCountReqValidationError) Key

Key function returns key value.

func (GetCollectArticleCountReqValidationError) Reason

Reason function returns reason value.

type GetCollectArticleListReq

type GetCollectArticleListReq struct {
	Id   int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectArticleListReq) Descriptor deprecated

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

Deprecated: Use GetCollectArticleListReq.ProtoReflect.Descriptor instead.

func (*GetCollectArticleListReq) GetId

func (x *GetCollectArticleListReq) GetId() int32

func (*GetCollectArticleListReq) GetPage

func (x *GetCollectArticleListReq) GetPage() int32

func (*GetCollectArticleListReq) ProtoMessage

func (*GetCollectArticleListReq) ProtoMessage()

func (*GetCollectArticleListReq) ProtoReflect

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

func (*GetCollectArticleListReq) Reset

func (x *GetCollectArticleListReq) Reset()

func (*GetCollectArticleListReq) String

func (x *GetCollectArticleListReq) String() string

func (*GetCollectArticleListReq) Validate

func (m *GetCollectArticleListReq) Validate() error

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

func (*GetCollectArticleListReq) ValidateAll

func (m *GetCollectArticleListReq) ValidateAll() error

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

type GetCollectArticleListReqMultiError

type GetCollectArticleListReqMultiError []error

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

func (GetCollectArticleListReqMultiError) AllErrors

func (m GetCollectArticleListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectArticleListReqMultiError) Error

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

type GetCollectArticleListReqValidationError

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

GetCollectArticleListReqValidationError is the validation error returned by GetCollectArticleListReq.Validate if the designated constraints aren't met.

func (GetCollectArticleListReqValidationError) Cause

Cause function returns cause value.

func (GetCollectArticleListReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectArticleListReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectArticleListReqValidationError) Field

Field function returns field value.

func (GetCollectArticleListReqValidationError) Key

Key function returns key value.

func (GetCollectArticleListReqValidationError) Reason

Reason function returns reason value.

type GetCollectColumnCountReply

type GetCollectColumnCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectColumnCountReply) Descriptor deprecated

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

Deprecated: Use GetCollectColumnCountReply.ProtoReflect.Descriptor instead.

func (*GetCollectColumnCountReply) GetCount

func (x *GetCollectColumnCountReply) GetCount() int32

func (*GetCollectColumnCountReply) ProtoMessage

func (*GetCollectColumnCountReply) ProtoMessage()

func (*GetCollectColumnCountReply) ProtoReflect

func (*GetCollectColumnCountReply) Reset

func (x *GetCollectColumnCountReply) Reset()

func (*GetCollectColumnCountReply) String

func (x *GetCollectColumnCountReply) String() string

func (*GetCollectColumnCountReply) Validate

func (m *GetCollectColumnCountReply) Validate() error

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

func (*GetCollectColumnCountReply) ValidateAll

func (m *GetCollectColumnCountReply) ValidateAll() error

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

type GetCollectColumnCountReplyMultiError

type GetCollectColumnCountReplyMultiError []error

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

func (GetCollectColumnCountReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCollectColumnCountReplyMultiError) Error

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

type GetCollectColumnCountReplyValidationError

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

GetCollectColumnCountReplyValidationError is the validation error returned by GetCollectColumnCountReply.Validate if the designated constraints aren't met.

func (GetCollectColumnCountReplyValidationError) Cause

Cause function returns cause value.

func (GetCollectColumnCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCollectColumnCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCollectColumnCountReplyValidationError) Field

Field function returns field value.

func (GetCollectColumnCountReplyValidationError) Key

Key function returns key value.

func (GetCollectColumnCountReplyValidationError) Reason

Reason function returns reason value.

type GetCollectColumnCountReq

type GetCollectColumnCountReq struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectColumnCountReq) Descriptor deprecated

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

Deprecated: Use GetCollectColumnCountReq.ProtoReflect.Descriptor instead.

func (*GetCollectColumnCountReq) GetId

func (x *GetCollectColumnCountReq) GetId() int32

func (*GetCollectColumnCountReq) ProtoMessage

func (*GetCollectColumnCountReq) ProtoMessage()

func (*GetCollectColumnCountReq) ProtoReflect

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

func (*GetCollectColumnCountReq) Reset

func (x *GetCollectColumnCountReq) Reset()

func (*GetCollectColumnCountReq) String

func (x *GetCollectColumnCountReq) String() string

func (*GetCollectColumnCountReq) Validate

func (m *GetCollectColumnCountReq) Validate() error

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

func (*GetCollectColumnCountReq) ValidateAll

func (m *GetCollectColumnCountReq) ValidateAll() error

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

type GetCollectColumnCountReqMultiError

type GetCollectColumnCountReqMultiError []error

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

func (GetCollectColumnCountReqMultiError) AllErrors

func (m GetCollectColumnCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectColumnCountReqMultiError) Error

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

type GetCollectColumnCountReqValidationError

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

GetCollectColumnCountReqValidationError is the validation error returned by GetCollectColumnCountReq.Validate if the designated constraints aren't met.

func (GetCollectColumnCountReqValidationError) Cause

Cause function returns cause value.

func (GetCollectColumnCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectColumnCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectColumnCountReqValidationError) Field

Field function returns field value.

func (GetCollectColumnCountReqValidationError) Key

Key function returns key value.

func (GetCollectColumnCountReqValidationError) Reason

Reason function returns reason value.

type GetCollectColumnListReq

type GetCollectColumnListReq struct {
	Id   int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectColumnListReq) Descriptor deprecated

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

Deprecated: Use GetCollectColumnListReq.ProtoReflect.Descriptor instead.

func (*GetCollectColumnListReq) GetId

func (x *GetCollectColumnListReq) GetId() int32

func (*GetCollectColumnListReq) GetPage

func (x *GetCollectColumnListReq) GetPage() int32

func (*GetCollectColumnListReq) ProtoMessage

func (*GetCollectColumnListReq) ProtoMessage()

func (*GetCollectColumnListReq) ProtoReflect

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

func (*GetCollectColumnListReq) Reset

func (x *GetCollectColumnListReq) Reset()

func (*GetCollectColumnListReq) String

func (x *GetCollectColumnListReq) String() string

func (*GetCollectColumnListReq) Validate

func (m *GetCollectColumnListReq) Validate() error

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

func (*GetCollectColumnListReq) ValidateAll

func (m *GetCollectColumnListReq) ValidateAll() error

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

type GetCollectColumnListReqMultiError

type GetCollectColumnListReqMultiError []error

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

func (GetCollectColumnListReqMultiError) AllErrors

func (m GetCollectColumnListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectColumnListReqMultiError) Error

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

type GetCollectColumnListReqValidationError

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

GetCollectColumnListReqValidationError is the validation error returned by GetCollectColumnListReq.Validate if the designated constraints aren't met.

func (GetCollectColumnListReqValidationError) Cause

Cause function returns cause value.

func (GetCollectColumnListReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectColumnListReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectColumnListReqValidationError) Field

Field function returns field value.

func (GetCollectColumnListReqValidationError) Key

Key function returns key value.

func (GetCollectColumnListReqValidationError) Reason

Reason function returns reason value.

type GetCollectTalkCountReply

type GetCollectTalkCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectTalkCountReply) Descriptor deprecated

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

Deprecated: Use GetCollectTalkCountReply.ProtoReflect.Descriptor instead.

func (*GetCollectTalkCountReply) GetCount

func (x *GetCollectTalkCountReply) GetCount() int32

func (*GetCollectTalkCountReply) ProtoMessage

func (*GetCollectTalkCountReply) ProtoMessage()

func (*GetCollectTalkCountReply) ProtoReflect

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

func (*GetCollectTalkCountReply) Reset

func (x *GetCollectTalkCountReply) Reset()

func (*GetCollectTalkCountReply) String

func (x *GetCollectTalkCountReply) String() string

func (*GetCollectTalkCountReply) Validate

func (m *GetCollectTalkCountReply) Validate() error

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

func (*GetCollectTalkCountReply) ValidateAll

func (m *GetCollectTalkCountReply) ValidateAll() error

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

type GetCollectTalkCountReplyMultiError

type GetCollectTalkCountReplyMultiError []error

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

func (GetCollectTalkCountReplyMultiError) AllErrors

func (m GetCollectTalkCountReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectTalkCountReplyMultiError) Error

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

type GetCollectTalkCountReplyValidationError

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

GetCollectTalkCountReplyValidationError is the validation error returned by GetCollectTalkCountReply.Validate if the designated constraints aren't met.

func (GetCollectTalkCountReplyValidationError) Cause

Cause function returns cause value.

func (GetCollectTalkCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCollectTalkCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCollectTalkCountReplyValidationError) Field

Field function returns field value.

func (GetCollectTalkCountReplyValidationError) Key

Key function returns key value.

func (GetCollectTalkCountReplyValidationError) Reason

Reason function returns reason value.

type GetCollectTalkCountReq

type GetCollectTalkCountReq struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectTalkCountReq) Descriptor deprecated

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

Deprecated: Use GetCollectTalkCountReq.ProtoReflect.Descriptor instead.

func (*GetCollectTalkCountReq) GetId

func (x *GetCollectTalkCountReq) GetId() int32

func (*GetCollectTalkCountReq) ProtoMessage

func (*GetCollectTalkCountReq) ProtoMessage()

func (*GetCollectTalkCountReq) ProtoReflect

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

func (*GetCollectTalkCountReq) Reset

func (x *GetCollectTalkCountReq) Reset()

func (*GetCollectTalkCountReq) String

func (x *GetCollectTalkCountReq) String() string

func (*GetCollectTalkCountReq) Validate

func (m *GetCollectTalkCountReq) Validate() error

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

func (*GetCollectTalkCountReq) ValidateAll

func (m *GetCollectTalkCountReq) ValidateAll() error

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

type GetCollectTalkCountReqMultiError

type GetCollectTalkCountReqMultiError []error

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

func (GetCollectTalkCountReqMultiError) AllErrors

func (m GetCollectTalkCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectTalkCountReqMultiError) Error

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

type GetCollectTalkCountReqValidationError

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

GetCollectTalkCountReqValidationError is the validation error returned by GetCollectTalkCountReq.Validate if the designated constraints aren't met.

func (GetCollectTalkCountReqValidationError) Cause

Cause function returns cause value.

func (GetCollectTalkCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectTalkCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectTalkCountReqValidationError) Field

Field function returns field value.

func (GetCollectTalkCountReqValidationError) Key

Key function returns key value.

func (GetCollectTalkCountReqValidationError) Reason

Reason function returns reason value.

type GetCollectTalkListReq

type GetCollectTalkListReq struct {
	Id   int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectTalkListReq) Descriptor deprecated

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

Deprecated: Use GetCollectTalkListReq.ProtoReflect.Descriptor instead.

func (*GetCollectTalkListReq) GetId

func (x *GetCollectTalkListReq) GetId() int32

func (*GetCollectTalkListReq) GetPage

func (x *GetCollectTalkListReq) GetPage() int32

func (*GetCollectTalkListReq) ProtoMessage

func (*GetCollectTalkListReq) ProtoMessage()

func (*GetCollectTalkListReq) ProtoReflect

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

func (*GetCollectTalkListReq) Reset

func (x *GetCollectTalkListReq) Reset()

func (*GetCollectTalkListReq) String

func (x *GetCollectTalkListReq) String() string

func (*GetCollectTalkListReq) Validate

func (m *GetCollectTalkListReq) Validate() error

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

func (*GetCollectTalkListReq) ValidateAll

func (m *GetCollectTalkListReq) ValidateAll() error

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

type GetCollectTalkListReqMultiError

type GetCollectTalkListReqMultiError []error

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

func (GetCollectTalkListReqMultiError) AllErrors

func (m GetCollectTalkListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectTalkListReqMultiError) Error

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

type GetCollectTalkListReqValidationError

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

GetCollectTalkListReqValidationError is the validation error returned by GetCollectTalkListReq.Validate if the designated constraints aren't met.

func (GetCollectTalkListReqValidationError) Cause

Cause function returns cause value.

func (GetCollectTalkListReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectTalkListReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectTalkListReqValidationError) Field

Field function returns field value.

func (GetCollectTalkListReqValidationError) Key

Key function returns key value.

func (GetCollectTalkListReqValidationError) Reason

Reason function returns reason value.

type GetCollectionListInfoReq

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

func (*GetCollectionListInfoReq) Descriptor deprecated

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

Deprecated: Use GetCollectionListInfoReq.ProtoReflect.Descriptor instead.

func (*GetCollectionListInfoReq) GetIds

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

func (*GetCollectionListInfoReq) ProtoMessage

func (*GetCollectionListInfoReq) ProtoMessage()

func (*GetCollectionListInfoReq) ProtoReflect

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

func (*GetCollectionListInfoReq) Reset

func (x *GetCollectionListInfoReq) Reset()

func (*GetCollectionListInfoReq) String

func (x *GetCollectionListInfoReq) String() string

func (*GetCollectionListInfoReq) Validate

func (m *GetCollectionListInfoReq) Validate() error

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

func (*GetCollectionListInfoReq) ValidateAll

func (m *GetCollectionListInfoReq) ValidateAll() error

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

type GetCollectionListInfoReqMultiError

type GetCollectionListInfoReqMultiError []error

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

func (GetCollectionListInfoReqMultiError) AllErrors

func (m GetCollectionListInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectionListInfoReqMultiError) Error

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

type GetCollectionListInfoReqValidationError

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

GetCollectionListInfoReqValidationError is the validation error returned by GetCollectionListInfoReq.Validate if the designated constraints aren't met.

func (GetCollectionListInfoReqValidationError) Cause

Cause function returns cause value.

func (GetCollectionListInfoReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionListInfoReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionListInfoReqValidationError) Field

Field function returns field value.

func (GetCollectionListInfoReqValidationError) Key

Key function returns key value.

func (GetCollectionListInfoReqValidationError) Reason

Reason function returns reason value.

type GetCollectionsContentReviewReply

type GetCollectionsContentReviewReply struct {
	Review []*GetCollectionsContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionsContentReviewReply) Descriptor deprecated

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

Deprecated: Use GetCollectionsContentReviewReply.ProtoReflect.Descriptor instead.

func (*GetCollectionsContentReviewReply) GetReview

func (*GetCollectionsContentReviewReply) ProtoMessage

func (*GetCollectionsContentReviewReply) ProtoMessage()

func (*GetCollectionsContentReviewReply) ProtoReflect

func (*GetCollectionsContentReviewReply) Reset

func (*GetCollectionsContentReviewReply) String

func (*GetCollectionsContentReviewReply) Validate

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

func (*GetCollectionsContentReviewReply) ValidateAll

func (m *GetCollectionsContentReviewReply) ValidateAll() error

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

type GetCollectionsContentReviewReplyMultiError

type GetCollectionsContentReviewReplyMultiError []error

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

func (GetCollectionsContentReviewReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCollectionsContentReviewReplyMultiError) Error

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

type GetCollectionsContentReviewReplyValidationError

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

GetCollectionsContentReviewReplyValidationError is the validation error returned by GetCollectionsContentReviewReply.Validate if the designated constraints aren't met.

func (GetCollectionsContentReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetCollectionsContentReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsContentReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsContentReviewReplyValidationError) Field

Field function returns field value.

func (GetCollectionsContentReviewReplyValidationError) Key

Key function returns key value.

func (GetCollectionsContentReviewReplyValidationError) Reason

Reason function returns reason value.

type GetCollectionsContentReviewReply_Review

type GetCollectionsContentReviewReply_Review struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreationId int32  `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Title      string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Kind       string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	Uuid       string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt   string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId      string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Label      string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"`
	Result     int32  `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"`
	Section    string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionsContentReviewReply_Review) Descriptor deprecated

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

Deprecated: Use GetCollectionsContentReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetCollectionsContentReviewReply_Review) GetCreateAt

func (*GetCollectionsContentReviewReply_Review) GetCreationId

func (*GetCollectionsContentReviewReply_Review) GetId

func (*GetCollectionsContentReviewReply_Review) GetJobId

func (*GetCollectionsContentReviewReply_Review) GetKind

func (*GetCollectionsContentReviewReply_Review) GetLabel

func (*GetCollectionsContentReviewReply_Review) GetResult

func (*GetCollectionsContentReviewReply_Review) GetSection

func (*GetCollectionsContentReviewReply_Review) GetTitle

func (*GetCollectionsContentReviewReply_Review) GetUuid

func (*GetCollectionsContentReviewReply_Review) ProtoMessage

func (*GetCollectionsContentReviewReply_Review) ProtoReflect

func (*GetCollectionsContentReviewReply_Review) Reset

func (*GetCollectionsContentReviewReply_Review) String

func (*GetCollectionsContentReviewReply_Review) Validate

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

func (*GetCollectionsContentReviewReply_Review) ValidateAll

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

type GetCollectionsContentReviewReply_ReviewMultiError

type GetCollectionsContentReviewReply_ReviewMultiError []error

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

func (GetCollectionsContentReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCollectionsContentReviewReply_ReviewMultiError) Error

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

type GetCollectionsContentReviewReply_ReviewValidationError

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

GetCollectionsContentReviewReply_ReviewValidationError is the validation error returned by GetCollectionsContentReviewReply_Review.Validate if the designated constraints aren't met.

func (GetCollectionsContentReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetCollectionsContentReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsContentReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsContentReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetCollectionsContentReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetCollectionsContentReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetCollectionsContentReviewReq

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

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

Deprecated: Use GetCollectionsContentReviewReq.ProtoReflect.Descriptor instead.

func (*GetCollectionsContentReviewReq) GetPage

func (*GetCollectionsContentReviewReq) GetUuid

func (*GetCollectionsContentReviewReq) ProtoMessage

func (*GetCollectionsContentReviewReq) ProtoMessage()

func (*GetCollectionsContentReviewReq) ProtoReflect

func (*GetCollectionsContentReviewReq) Reset

func (x *GetCollectionsContentReviewReq) Reset()

func (*GetCollectionsContentReviewReq) String

func (*GetCollectionsContentReviewReq) Validate

func (m *GetCollectionsContentReviewReq) Validate() error

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

func (*GetCollectionsContentReviewReq) ValidateAll

func (m *GetCollectionsContentReviewReq) ValidateAll() error

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

type GetCollectionsContentReviewReqMultiError

type GetCollectionsContentReviewReqMultiError []error

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

func (GetCollectionsContentReviewReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCollectionsContentReviewReqMultiError) Error

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

type GetCollectionsContentReviewReqValidationError

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

GetCollectionsContentReviewReqValidationError is the validation error returned by GetCollectionsContentReviewReq.Validate if the designated constraints aren't met.

func (GetCollectionsContentReviewReqValidationError) Cause

Cause function returns cause value.

func (GetCollectionsContentReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsContentReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsContentReviewReqValidationError) Field

Field function returns field value.

func (GetCollectionsContentReviewReqValidationError) Key

Key function returns key value.

func (GetCollectionsContentReviewReqValidationError) Reason

Reason function returns reason value.

type GetCollectionsCountReply

type GetCollectionsCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionsCountReply) Descriptor deprecated

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

Deprecated: Use GetCollectionsCountReply.ProtoReflect.Descriptor instead.

func (*GetCollectionsCountReply) GetCount

func (x *GetCollectionsCountReply) GetCount() int32

func (*GetCollectionsCountReply) ProtoMessage

func (*GetCollectionsCountReply) ProtoMessage()

func (*GetCollectionsCountReply) ProtoReflect

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

func (*GetCollectionsCountReply) Reset

func (x *GetCollectionsCountReply) Reset()

func (*GetCollectionsCountReply) String

func (x *GetCollectionsCountReply) String() string

func (*GetCollectionsCountReply) Validate

func (m *GetCollectionsCountReply) Validate() error

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

func (*GetCollectionsCountReply) ValidateAll

func (m *GetCollectionsCountReply) ValidateAll() error

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

type GetCollectionsCountReplyMultiError

type GetCollectionsCountReplyMultiError []error

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

func (GetCollectionsCountReplyMultiError) AllErrors

func (m GetCollectionsCountReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectionsCountReplyMultiError) Error

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

type GetCollectionsCountReplyValidationError

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

GetCollectionsCountReplyValidationError is the validation error returned by GetCollectionsCountReply.Validate if the designated constraints aren't met.

func (GetCollectionsCountReplyValidationError) Cause

Cause function returns cause value.

func (GetCollectionsCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsCountReplyValidationError) Field

Field function returns field value.

func (GetCollectionsCountReplyValidationError) Key

Key function returns key value.

func (GetCollectionsCountReplyValidationError) Reason

Reason function returns reason value.

type GetCollectionsCountReq

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

func (*GetCollectionsCountReq) Descriptor deprecated

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

Deprecated: Use GetCollectionsCountReq.ProtoReflect.Descriptor instead.

func (*GetCollectionsCountReq) GetUuid

func (x *GetCollectionsCountReq) GetUuid() string

func (*GetCollectionsCountReq) ProtoMessage

func (*GetCollectionsCountReq) ProtoMessage()

func (*GetCollectionsCountReq) ProtoReflect

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

func (*GetCollectionsCountReq) Reset

func (x *GetCollectionsCountReq) Reset()

func (*GetCollectionsCountReq) String

func (x *GetCollectionsCountReq) String() string

func (*GetCollectionsCountReq) Validate

func (m *GetCollectionsCountReq) Validate() error

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

func (*GetCollectionsCountReq) ValidateAll

func (m *GetCollectionsCountReq) ValidateAll() error

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

type GetCollectionsCountReqMultiError

type GetCollectionsCountReqMultiError []error

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

func (GetCollectionsCountReqMultiError) AllErrors

func (m GetCollectionsCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectionsCountReqMultiError) Error

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

type GetCollectionsCountReqValidationError

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

GetCollectionsCountReqValidationError is the validation error returned by GetCollectionsCountReq.Validate if the designated constraints aren't met.

func (GetCollectionsCountReqValidationError) Cause

Cause function returns cause value.

func (GetCollectionsCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsCountReqValidationError) Field

Field function returns field value.

func (GetCollectionsCountReqValidationError) Key

Key function returns key value.

func (GetCollectionsCountReqValidationError) Reason

Reason function returns reason value.

type GetCollectionsListAllReq

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

func (*GetCollectionsListAllReq) Descriptor deprecated

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

Deprecated: Use GetCollectionsListAllReq.ProtoReflect.Descriptor instead.

func (*GetCollectionsListAllReq) GetUuid

func (x *GetCollectionsListAllReq) GetUuid() string

func (*GetCollectionsListAllReq) ProtoMessage

func (*GetCollectionsListAllReq) ProtoMessage()

func (*GetCollectionsListAllReq) ProtoReflect

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

func (*GetCollectionsListAllReq) Reset

func (x *GetCollectionsListAllReq) Reset()

func (*GetCollectionsListAllReq) String

func (x *GetCollectionsListAllReq) String() string

func (*GetCollectionsListAllReq) Validate

func (m *GetCollectionsListAllReq) Validate() error

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

func (*GetCollectionsListAllReq) ValidateAll

func (m *GetCollectionsListAllReq) ValidateAll() error

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

type GetCollectionsListAllReqMultiError

type GetCollectionsListAllReqMultiError []error

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

func (GetCollectionsListAllReqMultiError) AllErrors

func (m GetCollectionsListAllReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectionsListAllReqMultiError) Error

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

type GetCollectionsListAllReqValidationError

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

GetCollectionsListAllReqValidationError is the validation error returned by GetCollectionsListAllReq.Validate if the designated constraints aren't met.

func (GetCollectionsListAllReqValidationError) Cause

Cause function returns cause value.

func (GetCollectionsListAllReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsListAllReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsListAllReqValidationError) Field

Field function returns field value.

func (GetCollectionsListAllReqValidationError) Key

Key function returns key value.

func (GetCollectionsListAllReqValidationError) Reason

Reason function returns reason value.

type GetCollectionsListReply

type GetCollectionsListReply struct {
	Collections []*GetCollectionsListReply_Collections `protobuf:"bytes,1,rep,name=collections,proto3" json:"collections,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionsListReply) Descriptor deprecated

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

Deprecated: Use GetCollectionsListReply.ProtoReflect.Descriptor instead.

func (*GetCollectionsListReply) GetCollections

func (*GetCollectionsListReply) ProtoMessage

func (*GetCollectionsListReply) ProtoMessage()

func (*GetCollectionsListReply) ProtoReflect

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

func (*GetCollectionsListReply) Reset

func (x *GetCollectionsListReply) Reset()

func (*GetCollectionsListReply) String

func (x *GetCollectionsListReply) String() string

func (*GetCollectionsListReply) Validate

func (m *GetCollectionsListReply) Validate() error

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

func (*GetCollectionsListReply) ValidateAll

func (m *GetCollectionsListReply) ValidateAll() error

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

type GetCollectionsListReplyMultiError

type GetCollectionsListReplyMultiError []error

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

func (GetCollectionsListReplyMultiError) AllErrors

func (m GetCollectionsListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectionsListReplyMultiError) Error

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

type GetCollectionsListReplyValidationError

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

GetCollectionsListReplyValidationError is the validation error returned by GetCollectionsListReply.Validate if the designated constraints aren't met.

func (GetCollectionsListReplyValidationError) Cause

Cause function returns cause value.

func (GetCollectionsListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsListReplyValidationError) Field

Field function returns field value.

func (GetCollectionsListReplyValidationError) Key

Key function returns key value.

func (GetCollectionsListReplyValidationError) Reason

Reason function returns reason value.

type GetCollectionsListReply_Collections

type GetCollectionsListReply_Collections struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionsListReply_Collections) Descriptor deprecated

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

Deprecated: Use GetCollectionsListReply_Collections.ProtoReflect.Descriptor instead.

func (*GetCollectionsListReply_Collections) GetId

func (*GetCollectionsListReply_Collections) ProtoMessage

func (*GetCollectionsListReply_Collections) ProtoMessage()

func (*GetCollectionsListReply_Collections) ProtoReflect

func (*GetCollectionsListReply_Collections) Reset

func (*GetCollectionsListReply_Collections) String

func (*GetCollectionsListReply_Collections) Validate

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

func (*GetCollectionsListReply_Collections) ValidateAll

func (m *GetCollectionsListReply_Collections) ValidateAll() error

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

type GetCollectionsListReply_CollectionsMultiError

type GetCollectionsListReply_CollectionsMultiError []error

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

func (GetCollectionsListReply_CollectionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetCollectionsListReply_CollectionsMultiError) Error

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

type GetCollectionsListReply_CollectionsValidationError

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

GetCollectionsListReply_CollectionsValidationError is the validation error returned by GetCollectionsListReply_Collections.Validate if the designated constraints aren't met.

func (GetCollectionsListReply_CollectionsValidationError) Cause

Cause function returns cause value.

func (GetCollectionsListReply_CollectionsValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsListReply_CollectionsValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsListReply_CollectionsValidationError) Field

Field function returns field value.

func (GetCollectionsListReply_CollectionsValidationError) Key

Key function returns key value.

func (GetCollectionsListReply_CollectionsValidationError) Reason

Reason function returns reason value.

type GetCollectionsListReq

type GetCollectionsListReq 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 (*GetCollectionsListReq) Descriptor deprecated

func (*GetCollectionsListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCollectionsListReq.ProtoReflect.Descriptor instead.

func (*GetCollectionsListReq) GetPage

func (x *GetCollectionsListReq) GetPage() int32

func (*GetCollectionsListReq) GetUuid

func (x *GetCollectionsListReq) GetUuid() string

func (*GetCollectionsListReq) ProtoMessage

func (*GetCollectionsListReq) ProtoMessage()

func (*GetCollectionsListReq) ProtoReflect

func (x *GetCollectionsListReq) ProtoReflect() protoreflect.Message

func (*GetCollectionsListReq) Reset

func (x *GetCollectionsListReq) Reset()

func (*GetCollectionsListReq) String

func (x *GetCollectionsListReq) String() string

func (*GetCollectionsListReq) Validate

func (m *GetCollectionsListReq) Validate() error

Validate checks the field values on GetCollectionsListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCollectionsListReq) ValidateAll

func (m *GetCollectionsListReq) ValidateAll() error

ValidateAll checks the field values on GetCollectionsListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsListReqMultiError, or nil if none found.

type GetCollectionsListReqMultiError

type GetCollectionsListReqMultiError []error

GetCollectionsListReqMultiError is an error wrapping multiple validation errors returned by GetCollectionsListReq.ValidateAll() if the designated constraints aren't met.

func (GetCollectionsListReqMultiError) AllErrors

func (m GetCollectionsListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectionsListReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCollectionsListReqValidationError

type GetCollectionsListReqValidationError struct {
	// contains filtered or unexported fields
}

GetCollectionsListReqValidationError is the validation error returned by GetCollectionsListReq.Validate if the designated constraints aren't met.

func (GetCollectionsListReqValidationError) Cause

Cause function returns cause value.

func (GetCollectionsListReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsListReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsListReqValidationError) Field

Field function returns field value.

func (GetCollectionsListReqValidationError) Key

Key function returns key value.

func (GetCollectionsListReqValidationError) Reason

Reason function returns reason value.

type GetCollectionsReply

type GetCollectionsReply struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Auth    int32  `protobuf:"varint,2,opt,name=auth,proto3" json:"auth,omitempty"`
	Article int32  `protobuf:"varint,3,opt,name=article,proto3" json:"article,omitempty"`
	Column  int32  `protobuf:"varint,4,opt,name=column,proto3" json:"column,omitempty"`
	Talk    int32  `protobuf:"varint,5,opt,name=talk,proto3" json:"talk,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionsReply) Descriptor deprecated

func (*GetCollectionsReply) Descriptor() ([]byte, []int)

Deprecated: Use GetCollectionsReply.ProtoReflect.Descriptor instead.

func (*GetCollectionsReply) GetArticle

func (x *GetCollectionsReply) GetArticle() int32

func (*GetCollectionsReply) GetAuth

func (x *GetCollectionsReply) GetAuth() int32

func (*GetCollectionsReply) GetColumn

func (x *GetCollectionsReply) GetColumn() int32

func (*GetCollectionsReply) GetTalk

func (x *GetCollectionsReply) GetTalk() int32

func (*GetCollectionsReply) GetUuid

func (x *GetCollectionsReply) GetUuid() string

func (*GetCollectionsReply) ProtoMessage

func (*GetCollectionsReply) ProtoMessage()

func (*GetCollectionsReply) ProtoReflect

func (x *GetCollectionsReply) ProtoReflect() protoreflect.Message

func (*GetCollectionsReply) Reset

func (x *GetCollectionsReply) Reset()

func (*GetCollectionsReply) String

func (x *GetCollectionsReply) String() string

func (*GetCollectionsReply) Validate

func (m *GetCollectionsReply) Validate() error

Validate checks the field values on GetCollectionsReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCollectionsReply) ValidateAll

func (m *GetCollectionsReply) ValidateAll() error

ValidateAll checks the field values on GetCollectionsReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsReplyMultiError, or nil if none found.

type GetCollectionsReplyMultiError

type GetCollectionsReplyMultiError []error

GetCollectionsReplyMultiError is an error wrapping multiple validation errors returned by GetCollectionsReply.ValidateAll() if the designated constraints aren't met.

func (GetCollectionsReplyMultiError) AllErrors

func (m GetCollectionsReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectionsReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCollectionsReplyValidationError

type GetCollectionsReplyValidationError struct {
	// contains filtered or unexported fields
}

GetCollectionsReplyValidationError is the validation error returned by GetCollectionsReply.Validate if the designated constraints aren't met.

func (GetCollectionsReplyValidationError) Cause

Cause function returns cause value.

func (GetCollectionsReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsReplyValidationError) Field

Field function returns field value.

func (GetCollectionsReplyValidationError) Key

Key function returns key value.

func (GetCollectionsReplyValidationError) Reason

Reason function returns reason value.

type GetCollectionsReq

type GetCollectionsReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionsReq) Descriptor deprecated

func (*GetCollectionsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCollectionsReq.ProtoReflect.Descriptor instead.

func (*GetCollectionsReq) GetId

func (x *GetCollectionsReq) GetId() int32

func (*GetCollectionsReq) GetUuid

func (x *GetCollectionsReq) GetUuid() string

func (*GetCollectionsReq) ProtoMessage

func (*GetCollectionsReq) ProtoMessage()

func (*GetCollectionsReq) ProtoReflect

func (x *GetCollectionsReq) ProtoReflect() protoreflect.Message

func (*GetCollectionsReq) Reset

func (x *GetCollectionsReq) Reset()

func (*GetCollectionsReq) String

func (x *GetCollectionsReq) String() string

func (*GetCollectionsReq) Validate

func (m *GetCollectionsReq) Validate() error

Validate checks the field values on GetCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCollectionsReq) ValidateAll

func (m *GetCollectionsReq) ValidateAll() error

ValidateAll checks the field values on GetCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCollectionsReqMultiError, or nil if none found.

type GetCollectionsReqMultiError

type GetCollectionsReqMultiError []error

GetCollectionsReqMultiError is an error wrapping multiple validation errors returned by GetCollectionsReq.ValidateAll() if the designated constraints aren't met.

func (GetCollectionsReqMultiError) AllErrors

func (m GetCollectionsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCollectionsReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCollectionsReqValidationError

type GetCollectionsReqValidationError struct {
	// contains filtered or unexported fields
}

GetCollectionsReqValidationError is the validation error returned by GetCollectionsReq.Validate if the designated constraints aren't met.

func (GetCollectionsReqValidationError) Cause

Cause function returns cause value.

func (GetCollectionsReqValidationError) Error

Error satisfies the builtin error interface

func (GetCollectionsReqValidationError) ErrorName

ErrorName returns error name.

func (GetCollectionsReqValidationError) Field

Field function returns field value.

func (GetCollectionsReqValidationError) Key

Key function returns key value.

func (GetCollectionsReqValidationError) Reason

Reason function returns reason value.

type GetColumnArticleListReq

type GetColumnArticleListReq struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnArticleListReq) Descriptor deprecated

func (*GetColumnArticleListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnArticleListReq.ProtoReflect.Descriptor instead.

func (*GetColumnArticleListReq) GetId

func (x *GetColumnArticleListReq) GetId() int32

func (*GetColumnArticleListReq) ProtoMessage

func (*GetColumnArticleListReq) ProtoMessage()

func (*GetColumnArticleListReq) ProtoReflect

func (x *GetColumnArticleListReq) ProtoReflect() protoreflect.Message

func (*GetColumnArticleListReq) Reset

func (x *GetColumnArticleListReq) Reset()

func (*GetColumnArticleListReq) String

func (x *GetColumnArticleListReq) String() string

func (*GetColumnArticleListReq) Validate

func (m *GetColumnArticleListReq) Validate() error

Validate checks the field values on GetColumnArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnArticleListReq) ValidateAll

func (m *GetColumnArticleListReq) ValidateAll() error

ValidateAll checks the field values on GetColumnArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnArticleListReqMultiError, or nil if none found.

type GetColumnArticleListReqMultiError

type GetColumnArticleListReqMultiError []error

GetColumnArticleListReqMultiError is an error wrapping multiple validation errors returned by GetColumnArticleListReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnArticleListReqMultiError) AllErrors

func (m GetColumnArticleListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnArticleListReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnArticleListReqValidationError

type GetColumnArticleListReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnArticleListReqValidationError is the validation error returned by GetColumnArticleListReq.Validate if the designated constraints aren't met.

func (GetColumnArticleListReqValidationError) Cause

Cause function returns cause value.

func (GetColumnArticleListReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnArticleListReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnArticleListReqValidationError) Field

Field function returns field value.

func (GetColumnArticleListReqValidationError) Key

Key function returns key value.

func (GetColumnArticleListReqValidationError) Reason

Reason function returns reason value.

type GetColumnContentReviewReply

type GetColumnContentReviewReply struct {
	Review []*GetColumnContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnContentReviewReply) Descriptor deprecated

func (*GetColumnContentReviewReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnContentReviewReply.ProtoReflect.Descriptor instead.

func (*GetColumnContentReviewReply) GetReview

func (*GetColumnContentReviewReply) ProtoMessage

func (*GetColumnContentReviewReply) ProtoMessage()

func (*GetColumnContentReviewReply) ProtoReflect

func (*GetColumnContentReviewReply) Reset

func (x *GetColumnContentReviewReply) Reset()

func (*GetColumnContentReviewReply) String

func (x *GetColumnContentReviewReply) String() string

func (*GetColumnContentReviewReply) Validate

func (m *GetColumnContentReviewReply) Validate() error

Validate checks the field values on GetColumnContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnContentReviewReply) ValidateAll

func (m *GetColumnContentReviewReply) ValidateAll() error

ValidateAll checks the field values on GetColumnContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnContentReviewReplyMultiError, or nil if none found.

type GetColumnContentReviewReplyMultiError

type GetColumnContentReviewReplyMultiError []error

GetColumnContentReviewReplyMultiError is an error wrapping multiple validation errors returned by GetColumnContentReviewReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnContentReviewReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnContentReviewReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnContentReviewReplyValidationError

type GetColumnContentReviewReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnContentReviewReplyValidationError is the validation error returned by GetColumnContentReviewReply.Validate if the designated constraints aren't met.

func (GetColumnContentReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnContentReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnContentReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnContentReviewReplyValidationError) Field

Field function returns field value.

func (GetColumnContentReviewReplyValidationError) Key

Key function returns key value.

func (GetColumnContentReviewReplyValidationError) Reason

Reason function returns reason value.

type GetColumnContentReviewReply_Review

type GetColumnContentReviewReply_Review struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreationId int32  `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Title      string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Kind       string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	Uuid       string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt   string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId      string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Label      string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"`
	Result     int32  `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"`
	Section    string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnContentReviewReply_Review) Descriptor deprecated

func (*GetColumnContentReviewReply_Review) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnContentReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetColumnContentReviewReply_Review) GetCreateAt

func (x *GetColumnContentReviewReply_Review) GetCreateAt() string

func (*GetColumnContentReviewReply_Review) GetCreationId

func (x *GetColumnContentReviewReply_Review) GetCreationId() int32

func (*GetColumnContentReviewReply_Review) GetId

func (*GetColumnContentReviewReply_Review) GetJobId

func (*GetColumnContentReviewReply_Review) GetKind

func (*GetColumnContentReviewReply_Review) GetLabel

func (*GetColumnContentReviewReply_Review) GetResult

func (*GetColumnContentReviewReply_Review) GetSection

func (*GetColumnContentReviewReply_Review) GetTitle

func (*GetColumnContentReviewReply_Review) GetUuid

func (*GetColumnContentReviewReply_Review) ProtoMessage

func (*GetColumnContentReviewReply_Review) ProtoMessage()

func (*GetColumnContentReviewReply_Review) ProtoReflect

func (*GetColumnContentReviewReply_Review) Reset

func (*GetColumnContentReviewReply_Review) String

func (*GetColumnContentReviewReply_Review) Validate

Validate checks the field values on GetColumnContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnContentReviewReply_Review) ValidateAll

func (m *GetColumnContentReviewReply_Review) ValidateAll() error

ValidateAll checks the field values on GetColumnContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnContentReviewReply_ReviewMultiError, or nil if none found.

type GetColumnContentReviewReply_ReviewMultiError

type GetColumnContentReviewReply_ReviewMultiError []error

GetColumnContentReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetColumnContentReviewReply_Review.ValidateAll() if the designated constraints aren't met.

func (GetColumnContentReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnContentReviewReply_ReviewMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnContentReviewReply_ReviewValidationError

type GetColumnContentReviewReply_ReviewValidationError struct {
	// contains filtered or unexported fields
}

GetColumnContentReviewReply_ReviewValidationError is the validation error returned by GetColumnContentReviewReply_Review.Validate if the designated constraints aren't met.

func (GetColumnContentReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetColumnContentReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetColumnContentReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetColumnContentReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetColumnContentReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetColumnContentReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetColumnContentReviewReq

type GetColumnContentReviewReq 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 (*GetColumnContentReviewReq) Descriptor deprecated

func (*GetColumnContentReviewReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnContentReviewReq.ProtoReflect.Descriptor instead.

func (*GetColumnContentReviewReq) GetPage

func (x *GetColumnContentReviewReq) GetPage() int32

func (*GetColumnContentReviewReq) GetUuid

func (x *GetColumnContentReviewReq) GetUuid() string

func (*GetColumnContentReviewReq) ProtoMessage

func (*GetColumnContentReviewReq) ProtoMessage()

func (*GetColumnContentReviewReq) ProtoReflect

func (*GetColumnContentReviewReq) Reset

func (x *GetColumnContentReviewReq) Reset()

func (*GetColumnContentReviewReq) String

func (x *GetColumnContentReviewReq) String() string

func (*GetColumnContentReviewReq) Validate

func (m *GetColumnContentReviewReq) Validate() error

Validate checks the field values on GetColumnContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnContentReviewReq) ValidateAll

func (m *GetColumnContentReviewReq) ValidateAll() error

ValidateAll checks the field values on GetColumnContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnContentReviewReqMultiError, or nil if none found.

type GetColumnContentReviewReqMultiError

type GetColumnContentReviewReqMultiError []error

GetColumnContentReviewReqMultiError is an error wrapping multiple validation errors returned by GetColumnContentReviewReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnContentReviewReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnContentReviewReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnContentReviewReqValidationError

type GetColumnContentReviewReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnContentReviewReqValidationError is the validation error returned by GetColumnContentReviewReq.Validate if the designated constraints aren't met.

func (GetColumnContentReviewReqValidationError) Cause

Cause function returns cause value.

func (GetColumnContentReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnContentReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnContentReviewReqValidationError) Field

Field function returns field value.

func (GetColumnContentReviewReqValidationError) Key

Key function returns key value.

func (GetColumnContentReviewReqValidationError) Reason

Reason function returns reason value.

type GetColumnCountReply

type GetColumnCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnCountReply) Descriptor deprecated

func (*GetColumnCountReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnCountReply.ProtoReflect.Descriptor instead.

func (*GetColumnCountReply) GetCount

func (x *GetColumnCountReply) GetCount() int32

func (*GetColumnCountReply) ProtoMessage

func (*GetColumnCountReply) ProtoMessage()

func (*GetColumnCountReply) ProtoReflect

func (x *GetColumnCountReply) ProtoReflect() protoreflect.Message

func (*GetColumnCountReply) Reset

func (x *GetColumnCountReply) Reset()

func (*GetColumnCountReply) String

func (x *GetColumnCountReply) String() string

func (*GetColumnCountReply) Validate

func (m *GetColumnCountReply) Validate() error

Validate checks the field values on GetColumnCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnCountReply) ValidateAll

func (m *GetColumnCountReply) ValidateAll() error

ValidateAll checks the field values on GetColumnCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnCountReplyMultiError, or nil if none found.

type GetColumnCountReplyMultiError

type GetColumnCountReplyMultiError []error

GetColumnCountReplyMultiError is an error wrapping multiple validation errors returned by GetColumnCountReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnCountReplyMultiError) AllErrors

func (m GetColumnCountReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnCountReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnCountReplyValidationError

type GetColumnCountReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnCountReplyValidationError is the validation error returned by GetColumnCountReply.Validate if the designated constraints aren't met.

func (GetColumnCountReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnCountReplyValidationError) Field

Field function returns field value.

func (GetColumnCountReplyValidationError) Key

Key function returns key value.

func (GetColumnCountReplyValidationError) Reason

Reason function returns reason value.

type GetColumnCountReq

type GetColumnCountReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnCountReq) Descriptor deprecated

func (*GetColumnCountReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnCountReq.ProtoReflect.Descriptor instead.

func (*GetColumnCountReq) GetUuid

func (x *GetColumnCountReq) GetUuid() string

func (*GetColumnCountReq) ProtoMessage

func (*GetColumnCountReq) ProtoMessage()

func (*GetColumnCountReq) ProtoReflect

func (x *GetColumnCountReq) ProtoReflect() protoreflect.Message

func (*GetColumnCountReq) Reset

func (x *GetColumnCountReq) Reset()

func (*GetColumnCountReq) String

func (x *GetColumnCountReq) String() string

func (*GetColumnCountReq) Validate

func (m *GetColumnCountReq) Validate() error

Validate checks the field values on GetColumnCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnCountReq) ValidateAll

func (m *GetColumnCountReq) ValidateAll() error

ValidateAll checks the field values on GetColumnCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnCountReqMultiError, or nil if none found.

type GetColumnCountReqMultiError

type GetColumnCountReqMultiError []error

GetColumnCountReqMultiError is an error wrapping multiple validation errors returned by GetColumnCountReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnCountReqMultiError) AllErrors

func (m GetColumnCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnCountReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnCountReqValidationError

type GetColumnCountReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnCountReqValidationError is the validation error returned by GetColumnCountReq.Validate if the designated constraints aren't met.

func (GetColumnCountReqValidationError) Cause

Cause function returns cause value.

func (GetColumnCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnCountReqValidationError) Field

Field function returns field value.

func (GetColumnCountReqValidationError) Key

Key function returns key value.

func (GetColumnCountReqValidationError) Reason

Reason function returns reason value.

type GetColumnCountVisitorReq

type GetColumnCountVisitorReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnCountVisitorReq) Descriptor deprecated

func (*GetColumnCountVisitorReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnCountVisitorReq.ProtoReflect.Descriptor instead.

func (*GetColumnCountVisitorReq) GetUuid

func (x *GetColumnCountVisitorReq) GetUuid() string

func (*GetColumnCountVisitorReq) ProtoMessage

func (*GetColumnCountVisitorReq) ProtoMessage()

func (*GetColumnCountVisitorReq) ProtoReflect

func (x *GetColumnCountVisitorReq) ProtoReflect() protoreflect.Message

func (*GetColumnCountVisitorReq) Reset

func (x *GetColumnCountVisitorReq) Reset()

func (*GetColumnCountVisitorReq) String

func (x *GetColumnCountVisitorReq) String() string

func (*GetColumnCountVisitorReq) Validate

func (m *GetColumnCountVisitorReq) Validate() error

Validate checks the field values on GetColumnCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnCountVisitorReq) ValidateAll

func (m *GetColumnCountVisitorReq) ValidateAll() error

ValidateAll checks the field values on GetColumnCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnCountVisitorReqMultiError, or nil if none found.

type GetColumnCountVisitorReqMultiError

type GetColumnCountVisitorReqMultiError []error

GetColumnCountVisitorReqMultiError is an error wrapping multiple validation errors returned by GetColumnCountVisitorReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnCountVisitorReqMultiError) AllErrors

func (m GetColumnCountVisitorReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnCountVisitorReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnCountVisitorReqValidationError

type GetColumnCountVisitorReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnCountVisitorReqValidationError is the validation error returned by GetColumnCountVisitorReq.Validate if the designated constraints aren't met.

func (GetColumnCountVisitorReqValidationError) Cause

Cause function returns cause value.

func (GetColumnCountVisitorReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnCountVisitorReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnCountVisitorReqValidationError) Field

Field function returns field value.

func (GetColumnCountVisitorReqValidationError) Key

Key function returns key value.

func (GetColumnCountVisitorReqValidationError) Reason

Reason function returns reason value.

type GetColumnImageReviewReply

type GetColumnImageReviewReply struct {
	Review []*GetColumnImageReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnImageReviewReply) Descriptor deprecated

func (*GetColumnImageReviewReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnImageReviewReply.ProtoReflect.Descriptor instead.

func (*GetColumnImageReviewReply) GetReview

func (*GetColumnImageReviewReply) ProtoMessage

func (*GetColumnImageReviewReply) ProtoMessage()

func (*GetColumnImageReviewReply) ProtoReflect

func (*GetColumnImageReviewReply) Reset

func (x *GetColumnImageReviewReply) Reset()

func (*GetColumnImageReviewReply) String

func (x *GetColumnImageReviewReply) String() string

func (*GetColumnImageReviewReply) Validate

func (m *GetColumnImageReviewReply) Validate() error

Validate checks the field values on GetColumnImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnImageReviewReply) ValidateAll

func (m *GetColumnImageReviewReply) ValidateAll() error

ValidateAll checks the field values on GetColumnImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnImageReviewReplyMultiError, or nil if none found.

type GetColumnImageReviewReplyMultiError

type GetColumnImageReviewReplyMultiError []error

GetColumnImageReviewReplyMultiError is an error wrapping multiple validation errors returned by GetColumnImageReviewReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnImageReviewReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnImageReviewReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnImageReviewReplyValidationError

type GetColumnImageReviewReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnImageReviewReplyValidationError is the validation error returned by GetColumnImageReviewReply.Validate if the designated constraints aren't met.

func (GetColumnImageReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnImageReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnImageReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnImageReviewReplyValidationError) Field

Field function returns field value.

func (GetColumnImageReviewReplyValidationError) Key

Key function returns key value.

func (GetColumnImageReviewReplyValidationError) Reason

Reason function returns reason value.

type GetColumnImageReviewReply_Review

type GetColumnImageReviewReply_Review struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreationId int32  `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Kind       string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"`
	Uid        string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"`
	Uuid       string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt   string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId      string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url        string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"`
	Label      string `protobuf:"bytes,9,opt,name=label,proto3" json:"label,omitempty"`
	Result     int32  `protobuf:"varint,10,opt,name=result,proto3" json:"result,omitempty"`
	Score      int32  `protobuf:"varint,11,opt,name=score,proto3" json:"score,omitempty"`
	Category   string `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel   string `protobuf:"bytes,13,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnImageReviewReply_Review) Descriptor deprecated

func (*GetColumnImageReviewReply_Review) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnImageReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetColumnImageReviewReply_Review) GetCategory

func (x *GetColumnImageReviewReply_Review) GetCategory() string

func (*GetColumnImageReviewReply_Review) GetCreateAt

func (x *GetColumnImageReviewReply_Review) GetCreateAt() string

func (*GetColumnImageReviewReply_Review) GetCreationId

func (x *GetColumnImageReviewReply_Review) GetCreationId() int32

func (*GetColumnImageReviewReply_Review) GetId

func (*GetColumnImageReviewReply_Review) GetJobId

func (*GetColumnImageReviewReply_Review) GetKind

func (*GetColumnImageReviewReply_Review) GetLabel

func (*GetColumnImageReviewReply_Review) GetResult

func (x *GetColumnImageReviewReply_Review) GetResult() int32

func (*GetColumnImageReviewReply_Review) GetScore

func (*GetColumnImageReviewReply_Review) GetSubLabel

func (x *GetColumnImageReviewReply_Review) GetSubLabel() string

func (*GetColumnImageReviewReply_Review) GetUid

func (*GetColumnImageReviewReply_Review) GetUrl

func (*GetColumnImageReviewReply_Review) GetUuid

func (*GetColumnImageReviewReply_Review) ProtoMessage

func (*GetColumnImageReviewReply_Review) ProtoMessage()

func (*GetColumnImageReviewReply_Review) ProtoReflect

func (*GetColumnImageReviewReply_Review) Reset

func (*GetColumnImageReviewReply_Review) String

func (*GetColumnImageReviewReply_Review) Validate

Validate checks the field values on GetColumnImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnImageReviewReply_Review) ValidateAll

func (m *GetColumnImageReviewReply_Review) ValidateAll() error

ValidateAll checks the field values on GetColumnImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnImageReviewReply_ReviewMultiError, or nil if none found.

type GetColumnImageReviewReply_ReviewMultiError

type GetColumnImageReviewReply_ReviewMultiError []error

GetColumnImageReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetColumnImageReviewReply_Review.ValidateAll() if the designated constraints aren't met.

func (GetColumnImageReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnImageReviewReply_ReviewMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnImageReviewReply_ReviewValidationError

type GetColumnImageReviewReply_ReviewValidationError struct {
	// contains filtered or unexported fields
}

GetColumnImageReviewReply_ReviewValidationError is the validation error returned by GetColumnImageReviewReply_Review.Validate if the designated constraints aren't met.

func (GetColumnImageReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetColumnImageReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetColumnImageReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetColumnImageReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetColumnImageReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetColumnImageReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetColumnImageReviewReq

type GetColumnImageReviewReq 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 (*GetColumnImageReviewReq) Descriptor deprecated

func (*GetColumnImageReviewReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnImageReviewReq.ProtoReflect.Descriptor instead.

func (*GetColumnImageReviewReq) GetPage

func (x *GetColumnImageReviewReq) GetPage() int32

func (*GetColumnImageReviewReq) GetUuid

func (x *GetColumnImageReviewReq) GetUuid() string

func (*GetColumnImageReviewReq) ProtoMessage

func (*GetColumnImageReviewReq) ProtoMessage()

func (*GetColumnImageReviewReq) ProtoReflect

func (x *GetColumnImageReviewReq) ProtoReflect() protoreflect.Message

func (*GetColumnImageReviewReq) Reset

func (x *GetColumnImageReviewReq) Reset()

func (*GetColumnImageReviewReq) String

func (x *GetColumnImageReviewReq) String() string

func (*GetColumnImageReviewReq) Validate

func (m *GetColumnImageReviewReq) Validate() error

Validate checks the field values on GetColumnImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnImageReviewReq) ValidateAll

func (m *GetColumnImageReviewReq) ValidateAll() error

ValidateAll checks the field values on GetColumnImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnImageReviewReqMultiError, or nil if none found.

type GetColumnImageReviewReqMultiError

type GetColumnImageReviewReqMultiError []error

GetColumnImageReviewReqMultiError is an error wrapping multiple validation errors returned by GetColumnImageReviewReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnImageReviewReqMultiError) AllErrors

func (m GetColumnImageReviewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnImageReviewReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnImageReviewReqValidationError

type GetColumnImageReviewReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnImageReviewReqValidationError is the validation error returned by GetColumnImageReviewReq.Validate if the designated constraints aren't met.

func (GetColumnImageReviewReqValidationError) Cause

Cause function returns cause value.

func (GetColumnImageReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnImageReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnImageReviewReqValidationError) Field

Field function returns field value.

func (GetColumnImageReviewReqValidationError) Key

Key function returns key value.

func (GetColumnImageReviewReqValidationError) Reason

Reason function returns reason value.

type GetColumnListHotReply

type GetColumnListHotReply struct {
	Column []*GetColumnListHotReply_Column `protobuf:"bytes,1,rep,name=column,proto3" json:"column,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnListHotReply) Descriptor deprecated

func (*GetColumnListHotReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListHotReply.ProtoReflect.Descriptor instead.

func (*GetColumnListHotReply) GetColumn

func (*GetColumnListHotReply) ProtoMessage

func (*GetColumnListHotReply) ProtoMessage()

func (*GetColumnListHotReply) ProtoReflect

func (x *GetColumnListHotReply) ProtoReflect() protoreflect.Message

func (*GetColumnListHotReply) Reset

func (x *GetColumnListHotReply) Reset()

func (*GetColumnListHotReply) String

func (x *GetColumnListHotReply) String() string

func (*GetColumnListHotReply) Validate

func (m *GetColumnListHotReply) Validate() error

Validate checks the field values on GetColumnListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListHotReply) ValidateAll

func (m *GetColumnListHotReply) ValidateAll() error

ValidateAll checks the field values on GetColumnListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListHotReplyMultiError, or nil if none found.

type GetColumnListHotReplyMultiError

type GetColumnListHotReplyMultiError []error

GetColumnListHotReplyMultiError is an error wrapping multiple validation errors returned by GetColumnListHotReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnListHotReplyMultiError) AllErrors

func (m GetColumnListHotReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnListHotReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListHotReplyValidationError

type GetColumnListHotReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListHotReplyValidationError is the validation error returned by GetColumnListHotReply.Validate if the designated constraints aren't met.

func (GetColumnListHotReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnListHotReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListHotReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListHotReplyValidationError) Field

Field function returns field value.

func (GetColumnListHotReplyValidationError) Key

Key function returns key value.

func (GetColumnListHotReplyValidationError) Reason

Reason function returns reason value.

type GetColumnListHotReply_Column

type GetColumnListHotReply_Column 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 (*GetColumnListHotReply_Column) Descriptor deprecated

func (*GetColumnListHotReply_Column) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListHotReply_Column.ProtoReflect.Descriptor instead.

func (*GetColumnListHotReply_Column) GetId

func (*GetColumnListHotReply_Column) GetUuid

func (x *GetColumnListHotReply_Column) GetUuid() string

func (*GetColumnListHotReply_Column) ProtoMessage

func (*GetColumnListHotReply_Column) ProtoMessage()

func (*GetColumnListHotReply_Column) ProtoReflect

func (*GetColumnListHotReply_Column) Reset

func (x *GetColumnListHotReply_Column) Reset()

func (*GetColumnListHotReply_Column) String

func (*GetColumnListHotReply_Column) Validate

func (m *GetColumnListHotReply_Column) Validate() error

Validate checks the field values on GetColumnListHotReply_Column with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListHotReply_Column) ValidateAll

func (m *GetColumnListHotReply_Column) ValidateAll() error

ValidateAll checks the field values on GetColumnListHotReply_Column with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListHotReply_ColumnMultiError, or nil if none found.

type GetColumnListHotReply_ColumnMultiError

type GetColumnListHotReply_ColumnMultiError []error

GetColumnListHotReply_ColumnMultiError is an error wrapping multiple validation errors returned by GetColumnListHotReply_Column.ValidateAll() if the designated constraints aren't met.

func (GetColumnListHotReply_ColumnMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnListHotReply_ColumnMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListHotReply_ColumnValidationError

type GetColumnListHotReply_ColumnValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListHotReply_ColumnValidationError is the validation error returned by GetColumnListHotReply_Column.Validate if the designated constraints aren't met.

func (GetColumnListHotReply_ColumnValidationError) Cause

Cause function returns cause value.

func (GetColumnListHotReply_ColumnValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListHotReply_ColumnValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListHotReply_ColumnValidationError) Field

Field function returns field value.

func (GetColumnListHotReply_ColumnValidationError) Key

Key function returns key value.

func (GetColumnListHotReply_ColumnValidationError) Reason

Reason function returns reason value.

type GetColumnListHotReq

type GetColumnListHotReq struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnListHotReq) Descriptor deprecated

func (*GetColumnListHotReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListHotReq.ProtoReflect.Descriptor instead.

func (*GetColumnListHotReq) GetPage

func (x *GetColumnListHotReq) GetPage() int32

func (*GetColumnListHotReq) ProtoMessage

func (*GetColumnListHotReq) ProtoMessage()

func (*GetColumnListHotReq) ProtoReflect

func (x *GetColumnListHotReq) ProtoReflect() protoreflect.Message

func (*GetColumnListHotReq) Reset

func (x *GetColumnListHotReq) Reset()

func (*GetColumnListHotReq) String

func (x *GetColumnListHotReq) String() string

func (*GetColumnListHotReq) Validate

func (m *GetColumnListHotReq) Validate() error

Validate checks the field values on GetColumnListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListHotReq) ValidateAll

func (m *GetColumnListHotReq) ValidateAll() error

ValidateAll checks the field values on GetColumnListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListHotReqMultiError, or nil if none found.

type GetColumnListHotReqMultiError

type GetColumnListHotReqMultiError []error

GetColumnListHotReqMultiError is an error wrapping multiple validation errors returned by GetColumnListHotReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnListHotReqMultiError) AllErrors

func (m GetColumnListHotReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnListHotReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListHotReqValidationError

type GetColumnListHotReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListHotReqValidationError is the validation error returned by GetColumnListHotReq.Validate if the designated constraints aren't met.

func (GetColumnListHotReqValidationError) Cause

Cause function returns cause value.

func (GetColumnListHotReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListHotReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListHotReqValidationError) Field

Field function returns field value.

func (GetColumnListHotReqValidationError) Key

Key function returns key value.

func (GetColumnListHotReqValidationError) Reason

Reason function returns reason value.

type GetColumnListReply

type GetColumnListReply struct {
	Column []*GetColumnListReply_Column `protobuf:"bytes,1,rep,name=column,proto3" json:"column,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnListReply) Descriptor deprecated

func (*GetColumnListReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListReply.ProtoReflect.Descriptor instead.

func (*GetColumnListReply) GetColumn

func (*GetColumnListReply) ProtoMessage

func (*GetColumnListReply) ProtoMessage()

func (*GetColumnListReply) ProtoReflect

func (x *GetColumnListReply) ProtoReflect() protoreflect.Message

func (*GetColumnListReply) Reset

func (x *GetColumnListReply) Reset()

func (*GetColumnListReply) String

func (x *GetColumnListReply) String() string

func (*GetColumnListReply) Validate

func (m *GetColumnListReply) Validate() error

Validate checks the field values on GetColumnListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListReply) ValidateAll

func (m *GetColumnListReply) ValidateAll() error

ValidateAll checks the field values on GetColumnListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListReplyMultiError, or nil if none found.

type GetColumnListReplyMultiError

type GetColumnListReplyMultiError []error

GetColumnListReplyMultiError is an error wrapping multiple validation errors returned by GetColumnListReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnListReplyMultiError) AllErrors

func (m GetColumnListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnListReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListReplyValidationError

type GetColumnListReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListReplyValidationError is the validation error returned by GetColumnListReply.Validate if the designated constraints aren't met.

func (GetColumnListReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListReplyValidationError) Field

Field function returns field value.

func (GetColumnListReplyValidationError) Key

Key function returns key value.

func (GetColumnListReplyValidationError) Reason

Reason function returns reason value.

type GetColumnListReply_Column

type GetColumnListReply_Column 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 (*GetColumnListReply_Column) Descriptor deprecated

func (*GetColumnListReply_Column) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListReply_Column.ProtoReflect.Descriptor instead.

func (*GetColumnListReply_Column) GetId

func (x *GetColumnListReply_Column) GetId() int32

func (*GetColumnListReply_Column) GetUuid

func (x *GetColumnListReply_Column) GetUuid() string

func (*GetColumnListReply_Column) ProtoMessage

func (*GetColumnListReply_Column) ProtoMessage()

func (*GetColumnListReply_Column) ProtoReflect

func (*GetColumnListReply_Column) Reset

func (x *GetColumnListReply_Column) Reset()

func (*GetColumnListReply_Column) String

func (x *GetColumnListReply_Column) String() string

func (*GetColumnListReply_Column) Validate

func (m *GetColumnListReply_Column) Validate() error

Validate checks the field values on GetColumnListReply_Column with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListReply_Column) ValidateAll

func (m *GetColumnListReply_Column) ValidateAll() error

ValidateAll checks the field values on GetColumnListReply_Column with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListReply_ColumnMultiError, or nil if none found.

type GetColumnListReply_ColumnMultiError

type GetColumnListReply_ColumnMultiError []error

GetColumnListReply_ColumnMultiError is an error wrapping multiple validation errors returned by GetColumnListReply_Column.ValidateAll() if the designated constraints aren't met.

func (GetColumnListReply_ColumnMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnListReply_ColumnMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListReply_ColumnValidationError

type GetColumnListReply_ColumnValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListReply_ColumnValidationError is the validation error returned by GetColumnListReply_Column.Validate if the designated constraints aren't met.

func (GetColumnListReply_ColumnValidationError) Cause

Cause function returns cause value.

func (GetColumnListReply_ColumnValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListReply_ColumnValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListReply_ColumnValidationError) Field

Field function returns field value.

func (GetColumnListReply_ColumnValidationError) Key

Key function returns key value.

func (GetColumnListReply_ColumnValidationError) Reason

Reason function returns reason value.

type GetColumnListReq

type GetColumnListReq struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnListReq) Descriptor deprecated

func (*GetColumnListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListReq.ProtoReflect.Descriptor instead.

func (*GetColumnListReq) GetPage

func (x *GetColumnListReq) GetPage() int32

func (*GetColumnListReq) ProtoMessage

func (*GetColumnListReq) ProtoMessage()

func (*GetColumnListReq) ProtoReflect

func (x *GetColumnListReq) ProtoReflect() protoreflect.Message

func (*GetColumnListReq) Reset

func (x *GetColumnListReq) Reset()

func (*GetColumnListReq) String

func (x *GetColumnListReq) String() string

func (*GetColumnListReq) Validate

func (m *GetColumnListReq) Validate() error

Validate checks the field values on GetColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListReq) ValidateAll

func (m *GetColumnListReq) ValidateAll() error

ValidateAll checks the field values on GetColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListReqMultiError, or nil if none found.

type GetColumnListReqMultiError

type GetColumnListReqMultiError []error

GetColumnListReqMultiError is an error wrapping multiple validation errors returned by GetColumnListReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnListReqMultiError) AllErrors

func (m GetColumnListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnListReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListReqValidationError

type GetColumnListReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListReqValidationError is the validation error returned by GetColumnListReq.Validate if the designated constraints aren't met.

func (GetColumnListReqValidationError) Cause

Cause function returns cause value.

func (GetColumnListReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListReqValidationError) Field

Field function returns field value.

func (GetColumnListReqValidationError) Key

Key function returns key value.

func (GetColumnListReqValidationError) Reason

Reason function returns reason value.

type GetColumnListStatisticReply

type GetColumnListStatisticReply struct {
	Count []*GetColumnListStatisticReply_Count `protobuf:"bytes,1,rep,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnListStatisticReply) Descriptor deprecated

func (*GetColumnListStatisticReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListStatisticReply.ProtoReflect.Descriptor instead.

func (*GetColumnListStatisticReply) GetCount

func (*GetColumnListStatisticReply) ProtoMessage

func (*GetColumnListStatisticReply) ProtoMessage()

func (*GetColumnListStatisticReply) ProtoReflect

func (*GetColumnListStatisticReply) Reset

func (x *GetColumnListStatisticReply) Reset()

func (*GetColumnListStatisticReply) String

func (x *GetColumnListStatisticReply) String() string

func (*GetColumnListStatisticReply) Validate

func (m *GetColumnListStatisticReply) Validate() error

Validate checks the field values on GetColumnListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListStatisticReply) ValidateAll

func (m *GetColumnListStatisticReply) ValidateAll() error

ValidateAll checks the field values on GetColumnListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListStatisticReplyMultiError, or nil if none found.

type GetColumnListStatisticReplyMultiError

type GetColumnListStatisticReplyMultiError []error

GetColumnListStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetColumnListStatisticReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnListStatisticReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnListStatisticReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListStatisticReplyValidationError

type GetColumnListStatisticReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListStatisticReplyValidationError is the validation error returned by GetColumnListStatisticReply.Validate if the designated constraints aren't met.

func (GetColumnListStatisticReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnListStatisticReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListStatisticReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListStatisticReplyValidationError) Field

Field function returns field value.

func (GetColumnListStatisticReplyValidationError) Key

Key function returns key value.

func (GetColumnListStatisticReplyValidationError) Reason

Reason function returns reason value.

type GetColumnListStatisticReply_Count

type GetColumnListStatisticReply_Count struct {
	Id      int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Agree   int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"`
	View    int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnListStatisticReply_Count) Descriptor deprecated

func (*GetColumnListStatisticReply_Count) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListStatisticReply_Count.ProtoReflect.Descriptor instead.

func (*GetColumnListStatisticReply_Count) GetAgree

func (*GetColumnListStatisticReply_Count) GetCollect

func (x *GetColumnListStatisticReply_Count) GetCollect() int32

func (*GetColumnListStatisticReply_Count) GetId

func (*GetColumnListStatisticReply_Count) GetView

func (*GetColumnListStatisticReply_Count) ProtoMessage

func (*GetColumnListStatisticReply_Count) ProtoMessage()

func (*GetColumnListStatisticReply_Count) ProtoReflect

func (*GetColumnListStatisticReply_Count) Reset

func (*GetColumnListStatisticReply_Count) String

func (*GetColumnListStatisticReply_Count) Validate

Validate checks the field values on GetColumnListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListStatisticReply_Count) ValidateAll

func (m *GetColumnListStatisticReply_Count) ValidateAll() error

ValidateAll checks the field values on GetColumnListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListStatisticReply_CountMultiError, or nil if none found.

type GetColumnListStatisticReply_CountMultiError

type GetColumnListStatisticReply_CountMultiError []error

GetColumnListStatisticReply_CountMultiError is an error wrapping multiple validation errors returned by GetColumnListStatisticReply_Count.ValidateAll() if the designated constraints aren't met.

func (GetColumnListStatisticReply_CountMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnListStatisticReply_CountMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListStatisticReply_CountValidationError

type GetColumnListStatisticReply_CountValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListStatisticReply_CountValidationError is the validation error returned by GetColumnListStatisticReply_Count.Validate if the designated constraints aren't met.

func (GetColumnListStatisticReply_CountValidationError) Cause

Cause function returns cause value.

func (GetColumnListStatisticReply_CountValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListStatisticReply_CountValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListStatisticReply_CountValidationError) Field

Field function returns field value.

func (GetColumnListStatisticReply_CountValidationError) Key

Key function returns key value.

func (GetColumnListStatisticReply_CountValidationError) Reason

Reason function returns reason value.

type GetColumnListStatisticReq

type GetColumnListStatisticReq struct {
	Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnListStatisticReq) Descriptor deprecated

func (*GetColumnListStatisticReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnListStatisticReq.ProtoReflect.Descriptor instead.

func (*GetColumnListStatisticReq) GetIds

func (x *GetColumnListStatisticReq) GetIds() []int32

func (*GetColumnListStatisticReq) ProtoMessage

func (*GetColumnListStatisticReq) ProtoMessage()

func (*GetColumnListStatisticReq) ProtoReflect

func (*GetColumnListStatisticReq) Reset

func (x *GetColumnListStatisticReq) Reset()

func (*GetColumnListStatisticReq) String

func (x *GetColumnListStatisticReq) String() string

func (*GetColumnListStatisticReq) Validate

func (m *GetColumnListStatisticReq) Validate() error

Validate checks the field values on GetColumnListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnListStatisticReq) ValidateAll

func (m *GetColumnListStatisticReq) ValidateAll() error

ValidateAll checks the field values on GetColumnListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnListStatisticReqMultiError, or nil if none found.

type GetColumnListStatisticReqMultiError

type GetColumnListStatisticReqMultiError []error

GetColumnListStatisticReqMultiError is an error wrapping multiple validation errors returned by GetColumnListStatisticReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnListStatisticReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnListStatisticReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnListStatisticReqValidationError

type GetColumnListStatisticReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnListStatisticReqValidationError is the validation error returned by GetColumnListStatisticReq.Validate if the designated constraints aren't met.

func (GetColumnListStatisticReqValidationError) Cause

Cause function returns cause value.

func (GetColumnListStatisticReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnListStatisticReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnListStatisticReqValidationError) Field

Field function returns field value.

func (GetColumnListStatisticReqValidationError) Key

Key function returns key value.

func (GetColumnListStatisticReqValidationError) Reason

Reason function returns reason value.

type GetColumnSearchReply

type GetColumnSearchReply struct {
	List  []*GetColumnSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	Total int32                        `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnSearchReply) Descriptor deprecated

func (*GetColumnSearchReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnSearchReply.ProtoReflect.Descriptor instead.

func (*GetColumnSearchReply) GetList

func (*GetColumnSearchReply) GetTotal

func (x *GetColumnSearchReply) GetTotal() int32

func (*GetColumnSearchReply) ProtoMessage

func (*GetColumnSearchReply) ProtoMessage()

func (*GetColumnSearchReply) ProtoReflect

func (x *GetColumnSearchReply) ProtoReflect() protoreflect.Message

func (*GetColumnSearchReply) Reset

func (x *GetColumnSearchReply) Reset()

func (*GetColumnSearchReply) String

func (x *GetColumnSearchReply) String() string

func (*GetColumnSearchReply) Validate

func (m *GetColumnSearchReply) Validate() error

Validate checks the field values on GetColumnSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnSearchReply) ValidateAll

func (m *GetColumnSearchReply) ValidateAll() error

ValidateAll checks the field values on GetColumnSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSearchReplyMultiError, or nil if none found.

type GetColumnSearchReplyMultiError

type GetColumnSearchReplyMultiError []error

GetColumnSearchReplyMultiError is an error wrapping multiple validation errors returned by GetColumnSearchReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnSearchReplyMultiError) AllErrors

func (m GetColumnSearchReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnSearchReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnSearchReplyValidationError

type GetColumnSearchReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnSearchReplyValidationError is the validation error returned by GetColumnSearchReply.Validate if the designated constraints aren't met.

func (GetColumnSearchReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnSearchReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnSearchReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnSearchReplyValidationError) Field

Field function returns field value.

func (GetColumnSearchReplyValidationError) Key

Key function returns key value.

func (GetColumnSearchReplyValidationError) Reason

Reason function returns reason value.

type GetColumnSearchReply_List

type GetColumnSearchReply_List struct {
	Id        int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Tags      string `protobuf:"bytes,3,opt,name=tags,proto3" json:"tags,omitempty"`
	Introduce string `protobuf:"bytes,4,opt,name=introduce,proto3" json:"introduce,omitempty"`
	Cover     string `protobuf:"bytes,5,opt,name=cover,proto3" json:"cover,omitempty"`
	Update    string `protobuf:"bytes,6,opt,name=update,proto3" json:"update,omitempty"`
	Uuid      string `protobuf:"bytes,7,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnSearchReply_List) Descriptor deprecated

func (*GetColumnSearchReply_List) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnSearchReply_List.ProtoReflect.Descriptor instead.

func (*GetColumnSearchReply_List) GetCover

func (x *GetColumnSearchReply_List) GetCover() string

func (*GetColumnSearchReply_List) GetId

func (x *GetColumnSearchReply_List) GetId() int32

func (*GetColumnSearchReply_List) GetIntroduce

func (x *GetColumnSearchReply_List) GetIntroduce() string

func (*GetColumnSearchReply_List) GetName

func (x *GetColumnSearchReply_List) GetName() string

func (*GetColumnSearchReply_List) GetTags

func (x *GetColumnSearchReply_List) GetTags() string

func (*GetColumnSearchReply_List) GetUpdate

func (x *GetColumnSearchReply_List) GetUpdate() string

func (*GetColumnSearchReply_List) GetUuid

func (x *GetColumnSearchReply_List) GetUuid() string

func (*GetColumnSearchReply_List) ProtoMessage

func (*GetColumnSearchReply_List) ProtoMessage()

func (*GetColumnSearchReply_List) ProtoReflect

func (*GetColumnSearchReply_List) Reset

func (x *GetColumnSearchReply_List) Reset()

func (*GetColumnSearchReply_List) String

func (x *GetColumnSearchReply_List) String() string

func (*GetColumnSearchReply_List) Validate

func (m *GetColumnSearchReply_List) Validate() error

Validate checks the field values on GetColumnSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnSearchReply_List) ValidateAll

func (m *GetColumnSearchReply_List) ValidateAll() error

ValidateAll checks the field values on GetColumnSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSearchReply_ListMultiError, or nil if none found.

type GetColumnSearchReply_ListMultiError

type GetColumnSearchReply_ListMultiError []error

GetColumnSearchReply_ListMultiError is an error wrapping multiple validation errors returned by GetColumnSearchReply_List.ValidateAll() if the designated constraints aren't met.

func (GetColumnSearchReply_ListMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnSearchReply_ListMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnSearchReply_ListValidationError

type GetColumnSearchReply_ListValidationError struct {
	// contains filtered or unexported fields
}

GetColumnSearchReply_ListValidationError is the validation error returned by GetColumnSearchReply_List.Validate if the designated constraints aren't met.

func (GetColumnSearchReply_ListValidationError) Cause

Cause function returns cause value.

func (GetColumnSearchReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetColumnSearchReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetColumnSearchReply_ListValidationError) Field

Field function returns field value.

func (GetColumnSearchReply_ListValidationError) Key

Key function returns key value.

func (GetColumnSearchReply_ListValidationError) Reason

Reason function returns reason value.

type GetColumnSearchReq

type GetColumnSearchReq struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"`
	Time   string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnSearchReq) Descriptor deprecated

func (*GetColumnSearchReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnSearchReq.ProtoReflect.Descriptor instead.

func (*GetColumnSearchReq) GetPage

func (x *GetColumnSearchReq) GetPage() int32

func (*GetColumnSearchReq) GetSearch

func (x *GetColumnSearchReq) GetSearch() string

func (*GetColumnSearchReq) GetTime

func (x *GetColumnSearchReq) GetTime() string

func (*GetColumnSearchReq) ProtoMessage

func (*GetColumnSearchReq) ProtoMessage()

func (*GetColumnSearchReq) ProtoReflect

func (x *GetColumnSearchReq) ProtoReflect() protoreflect.Message

func (*GetColumnSearchReq) Reset

func (x *GetColumnSearchReq) Reset()

func (*GetColumnSearchReq) String

func (x *GetColumnSearchReq) String() string

func (*GetColumnSearchReq) Validate

func (m *GetColumnSearchReq) Validate() error

Validate checks the field values on GetColumnSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnSearchReq) ValidateAll

func (m *GetColumnSearchReq) ValidateAll() error

ValidateAll checks the field values on GetColumnSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSearchReqMultiError, or nil if none found.

type GetColumnSearchReqMultiError

type GetColumnSearchReqMultiError []error

GetColumnSearchReqMultiError is an error wrapping multiple validation errors returned by GetColumnSearchReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnSearchReqMultiError) AllErrors

func (m GetColumnSearchReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnSearchReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnSearchReqValidationError

type GetColumnSearchReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnSearchReqValidationError is the validation error returned by GetColumnSearchReq.Validate if the designated constraints aren't met.

func (GetColumnSearchReqValidationError) Cause

Cause function returns cause value.

func (GetColumnSearchReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnSearchReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnSearchReqValidationError) Field

Field function returns field value.

func (GetColumnSearchReqValidationError) Key

Key function returns key value.

func (GetColumnSearchReqValidationError) Reason

Reason function returns reason value.

type GetColumnStatisticReply

type GetColumnStatisticReply struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Agree   int32  `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect int32  `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"`
	View    int32  `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnStatisticReply) Descriptor deprecated

func (*GetColumnStatisticReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnStatisticReply.ProtoReflect.Descriptor instead.

func (*GetColumnStatisticReply) GetAgree

func (x *GetColumnStatisticReply) GetAgree() int32

func (*GetColumnStatisticReply) GetCollect

func (x *GetColumnStatisticReply) GetCollect() int32

func (*GetColumnStatisticReply) GetUuid

func (x *GetColumnStatisticReply) GetUuid() string

func (*GetColumnStatisticReply) GetView

func (x *GetColumnStatisticReply) GetView() int32

func (*GetColumnStatisticReply) ProtoMessage

func (*GetColumnStatisticReply) ProtoMessage()

func (*GetColumnStatisticReply) ProtoReflect

func (x *GetColumnStatisticReply) ProtoReflect() protoreflect.Message

func (*GetColumnStatisticReply) Reset

func (x *GetColumnStatisticReply) Reset()

func (*GetColumnStatisticReply) String

func (x *GetColumnStatisticReply) String() string

func (*GetColumnStatisticReply) Validate

func (m *GetColumnStatisticReply) Validate() error

Validate checks the field values on GetColumnStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnStatisticReply) ValidateAll

func (m *GetColumnStatisticReply) ValidateAll() error

ValidateAll checks the field values on GetColumnStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnStatisticReplyMultiError, or nil if none found.

type GetColumnStatisticReplyMultiError

type GetColumnStatisticReplyMultiError []error

GetColumnStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetColumnStatisticReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnStatisticReplyMultiError) AllErrors

func (m GetColumnStatisticReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnStatisticReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnStatisticReplyValidationError

type GetColumnStatisticReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnStatisticReplyValidationError is the validation error returned by GetColumnStatisticReply.Validate if the designated constraints aren't met.

func (GetColumnStatisticReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnStatisticReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnStatisticReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnStatisticReplyValidationError) Field

Field function returns field value.

func (GetColumnStatisticReplyValidationError) Key

Key function returns key value.

func (GetColumnStatisticReplyValidationError) Reason

Reason function returns reason value.

type GetColumnStatisticReq

type GetColumnStatisticReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnStatisticReq) Descriptor deprecated

func (*GetColumnStatisticReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnStatisticReq.ProtoReflect.Descriptor instead.

func (*GetColumnStatisticReq) GetId

func (x *GetColumnStatisticReq) GetId() int32

func (*GetColumnStatisticReq) GetUuid

func (x *GetColumnStatisticReq) GetUuid() string

func (*GetColumnStatisticReq) ProtoMessage

func (*GetColumnStatisticReq) ProtoMessage()

func (*GetColumnStatisticReq) ProtoReflect

func (x *GetColumnStatisticReq) ProtoReflect() protoreflect.Message

func (*GetColumnStatisticReq) Reset

func (x *GetColumnStatisticReq) Reset()

func (*GetColumnStatisticReq) String

func (x *GetColumnStatisticReq) String() string

func (*GetColumnStatisticReq) Validate

func (m *GetColumnStatisticReq) Validate() error

Validate checks the field values on GetColumnStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnStatisticReq) ValidateAll

func (m *GetColumnStatisticReq) ValidateAll() error

ValidateAll checks the field values on GetColumnStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnStatisticReqMultiError, or nil if none found.

type GetColumnStatisticReqMultiError

type GetColumnStatisticReqMultiError []error

GetColumnStatisticReqMultiError is an error wrapping multiple validation errors returned by GetColumnStatisticReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnStatisticReqMultiError) AllErrors

func (m GetColumnStatisticReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnStatisticReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnStatisticReqValidationError

type GetColumnStatisticReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnStatisticReqValidationError is the validation error returned by GetColumnStatisticReq.Validate if the designated constraints aren't met.

func (GetColumnStatisticReqValidationError) Cause

Cause function returns cause value.

func (GetColumnStatisticReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnStatisticReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnStatisticReqValidationError) Field

Field function returns field value.

func (GetColumnStatisticReqValidationError) Key

Key function returns key value.

func (GetColumnStatisticReqValidationError) Reason

Reason function returns reason value.

type GetColumnSubscribesReply

type GetColumnSubscribesReply struct {
	Subscribes []*GetColumnSubscribesReply_Subscribes `protobuf:"bytes,1,rep,name=subscribes,proto3" json:"subscribes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnSubscribesReply) Descriptor deprecated

func (*GetColumnSubscribesReply) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnSubscribesReply.ProtoReflect.Descriptor instead.

func (*GetColumnSubscribesReply) GetSubscribes

func (*GetColumnSubscribesReply) ProtoMessage

func (*GetColumnSubscribesReply) ProtoMessage()

func (*GetColumnSubscribesReply) ProtoReflect

func (x *GetColumnSubscribesReply) ProtoReflect() protoreflect.Message

func (*GetColumnSubscribesReply) Reset

func (x *GetColumnSubscribesReply) Reset()

func (*GetColumnSubscribesReply) String

func (x *GetColumnSubscribesReply) String() string

func (*GetColumnSubscribesReply) Validate

func (m *GetColumnSubscribesReply) Validate() error

Validate checks the field values on GetColumnSubscribesReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnSubscribesReply) ValidateAll

func (m *GetColumnSubscribesReply) ValidateAll() error

ValidateAll checks the field values on GetColumnSubscribesReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSubscribesReplyMultiError, or nil if none found.

type GetColumnSubscribesReplyMultiError

type GetColumnSubscribesReplyMultiError []error

GetColumnSubscribesReplyMultiError is an error wrapping multiple validation errors returned by GetColumnSubscribesReply.ValidateAll() if the designated constraints aren't met.

func (GetColumnSubscribesReplyMultiError) AllErrors

func (m GetColumnSubscribesReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnSubscribesReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnSubscribesReplyValidationError

type GetColumnSubscribesReplyValidationError struct {
	// contains filtered or unexported fields
}

GetColumnSubscribesReplyValidationError is the validation error returned by GetColumnSubscribesReply.Validate if the designated constraints aren't met.

func (GetColumnSubscribesReplyValidationError) Cause

Cause function returns cause value.

func (GetColumnSubscribesReplyValidationError) Error

Error satisfies the builtin error interface

func (GetColumnSubscribesReplyValidationError) ErrorName

ErrorName returns error name.

func (GetColumnSubscribesReplyValidationError) Field

Field function returns field value.

func (GetColumnSubscribesReplyValidationError) Key

Key function returns key value.

func (GetColumnSubscribesReplyValidationError) Reason

Reason function returns reason value.

type GetColumnSubscribesReply_Subscribes

type GetColumnSubscribesReply_Subscribes struct {
	Id             int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	SubscribeJudge int32 `protobuf:"varint,2,opt,name=subscribe_judge,json=subscribeJudge,proto3" json:"subscribe_judge,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnSubscribesReply_Subscribes) Descriptor deprecated

func (*GetColumnSubscribesReply_Subscribes) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnSubscribesReply_Subscribes.ProtoReflect.Descriptor instead.

func (*GetColumnSubscribesReply_Subscribes) GetId

func (*GetColumnSubscribesReply_Subscribes) GetSubscribeJudge

func (x *GetColumnSubscribesReply_Subscribes) GetSubscribeJudge() int32

func (*GetColumnSubscribesReply_Subscribes) ProtoMessage

func (*GetColumnSubscribesReply_Subscribes) ProtoMessage()

func (*GetColumnSubscribesReply_Subscribes) ProtoReflect

func (*GetColumnSubscribesReply_Subscribes) Reset

func (*GetColumnSubscribesReply_Subscribes) String

func (*GetColumnSubscribesReply_Subscribes) Validate

Validate checks the field values on GetColumnSubscribesReply_Subscribes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnSubscribesReply_Subscribes) ValidateAll

func (m *GetColumnSubscribesReply_Subscribes) ValidateAll() error

ValidateAll checks the field values on GetColumnSubscribesReply_Subscribes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSubscribesReply_SubscribesMultiError, or nil if none found.

type GetColumnSubscribesReply_SubscribesMultiError

type GetColumnSubscribesReply_SubscribesMultiError []error

GetColumnSubscribesReply_SubscribesMultiError is an error wrapping multiple validation errors returned by GetColumnSubscribesReply_Subscribes.ValidateAll() if the designated constraints aren't met.

func (GetColumnSubscribesReply_SubscribesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetColumnSubscribesReply_SubscribesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnSubscribesReply_SubscribesValidationError

type GetColumnSubscribesReply_SubscribesValidationError struct {
	// contains filtered or unexported fields
}

GetColumnSubscribesReply_SubscribesValidationError is the validation error returned by GetColumnSubscribesReply_Subscribes.Validate if the designated constraints aren't met.

func (GetColumnSubscribesReply_SubscribesValidationError) Cause

Cause function returns cause value.

func (GetColumnSubscribesReply_SubscribesValidationError) Error

Error satisfies the builtin error interface

func (GetColumnSubscribesReply_SubscribesValidationError) ErrorName

ErrorName returns error name.

func (GetColumnSubscribesReply_SubscribesValidationError) Field

Field function returns field value.

func (GetColumnSubscribesReply_SubscribesValidationError) Key

Key function returns key value.

func (GetColumnSubscribesReply_SubscribesValidationError) Reason

Reason function returns reason value.

type GetColumnSubscribesReq

type GetColumnSubscribesReq struct {
	Uuid string  `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Ids  []int32 `protobuf:"varint,2,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetColumnSubscribesReq) Descriptor deprecated

func (*GetColumnSubscribesReq) Descriptor() ([]byte, []int)

Deprecated: Use GetColumnSubscribesReq.ProtoReflect.Descriptor instead.

func (*GetColumnSubscribesReq) GetIds

func (x *GetColumnSubscribesReq) GetIds() []int32

func (*GetColumnSubscribesReq) GetUuid

func (x *GetColumnSubscribesReq) GetUuid() string

func (*GetColumnSubscribesReq) ProtoMessage

func (*GetColumnSubscribesReq) ProtoMessage()

func (*GetColumnSubscribesReq) ProtoReflect

func (x *GetColumnSubscribesReq) ProtoReflect() protoreflect.Message

func (*GetColumnSubscribesReq) Reset

func (x *GetColumnSubscribesReq) Reset()

func (*GetColumnSubscribesReq) String

func (x *GetColumnSubscribesReq) String() string

func (*GetColumnSubscribesReq) Validate

func (m *GetColumnSubscribesReq) Validate() error

Validate checks the field values on GetColumnSubscribesReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetColumnSubscribesReq) ValidateAll

func (m *GetColumnSubscribesReq) ValidateAll() error

ValidateAll checks the field values on GetColumnSubscribesReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetColumnSubscribesReqMultiError, or nil if none found.

type GetColumnSubscribesReqMultiError

type GetColumnSubscribesReqMultiError []error

GetColumnSubscribesReqMultiError is an error wrapping multiple validation errors returned by GetColumnSubscribesReq.ValidateAll() if the designated constraints aren't met.

func (GetColumnSubscribesReqMultiError) AllErrors

func (m GetColumnSubscribesReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetColumnSubscribesReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetColumnSubscribesReqValidationError

type GetColumnSubscribesReqValidationError struct {
	// contains filtered or unexported fields
}

GetColumnSubscribesReqValidationError is the validation error returned by GetColumnSubscribesReq.Validate if the designated constraints aren't met.

func (GetColumnSubscribesReqValidationError) Cause

Cause function returns cause value.

func (GetColumnSubscribesReqValidationError) Error

Error satisfies the builtin error interface

func (GetColumnSubscribesReqValidationError) ErrorName

ErrorName returns error name.

func (GetColumnSubscribesReqValidationError) Field

Field function returns field value.

func (GetColumnSubscribesReqValidationError) Key

Key function returns key value.

func (GetColumnSubscribesReqValidationError) Reason

Reason function returns reason value.

type GetCreationUserReply

type GetCreationUserReply struct {
	Article     int32 `protobuf:"varint,1,opt,name=article,proto3" json:"article,omitempty"`
	Column      int32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
	Talk        int32 `protobuf:"varint,3,opt,name=talk,proto3" json:"talk,omitempty"`
	Collections int32 `protobuf:"varint,4,opt,name=collections,proto3" json:"collections,omitempty"`
	Collect     int32 `protobuf:"varint,5,opt,name=collect,proto3" json:"collect,omitempty"`
	Subscribe   int32 `protobuf:"varint,6,opt,name=subscribe,proto3" json:"subscribe,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCreationUserReply) Descriptor deprecated

func (*GetCreationUserReply) Descriptor() ([]byte, []int)

Deprecated: Use GetCreationUserReply.ProtoReflect.Descriptor instead.

func (*GetCreationUserReply) GetArticle

func (x *GetCreationUserReply) GetArticle() int32

func (*GetCreationUserReply) GetCollect

func (x *GetCreationUserReply) GetCollect() int32

func (*GetCreationUserReply) GetCollections

func (x *GetCreationUserReply) GetCollections() int32

func (*GetCreationUserReply) GetColumn

func (x *GetCreationUserReply) GetColumn() int32

func (*GetCreationUserReply) GetSubscribe

func (x *GetCreationUserReply) GetSubscribe() int32

func (*GetCreationUserReply) GetTalk

func (x *GetCreationUserReply) GetTalk() int32

func (*GetCreationUserReply) ProtoMessage

func (*GetCreationUserReply) ProtoMessage()

func (*GetCreationUserReply) ProtoReflect

func (x *GetCreationUserReply) ProtoReflect() protoreflect.Message

func (*GetCreationUserReply) Reset

func (x *GetCreationUserReply) Reset()

func (*GetCreationUserReply) String

func (x *GetCreationUserReply) String() string

func (*GetCreationUserReply) Validate

func (m *GetCreationUserReply) Validate() error

Validate checks the field values on GetCreationUserReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCreationUserReply) ValidateAll

func (m *GetCreationUserReply) ValidateAll() error

ValidateAll checks the field values on GetCreationUserReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCreationUserReplyMultiError, or nil if none found.

type GetCreationUserReplyMultiError

type GetCreationUserReplyMultiError []error

GetCreationUserReplyMultiError is an error wrapping multiple validation errors returned by GetCreationUserReply.ValidateAll() if the designated constraints aren't met.

func (GetCreationUserReplyMultiError) AllErrors

func (m GetCreationUserReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCreationUserReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCreationUserReplyValidationError

type GetCreationUserReplyValidationError struct {
	// contains filtered or unexported fields
}

GetCreationUserReplyValidationError is the validation error returned by GetCreationUserReply.Validate if the designated constraints aren't met.

func (GetCreationUserReplyValidationError) Cause

Cause function returns cause value.

func (GetCreationUserReplyValidationError) Error

Error satisfies the builtin error interface

func (GetCreationUserReplyValidationError) ErrorName

ErrorName returns error name.

func (GetCreationUserReplyValidationError) Field

Field function returns field value.

func (GetCreationUserReplyValidationError) Key

Key function returns key value.

func (GetCreationUserReplyValidationError) Reason

Reason function returns reason value.

type GetCreationUserReq

type GetCreationUserReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCreationUserReq) Descriptor deprecated

func (*GetCreationUserReq) Descriptor() ([]byte, []int)

Deprecated: Use GetCreationUserReq.ProtoReflect.Descriptor instead.

func (*GetCreationUserReq) GetUuid

func (x *GetCreationUserReq) GetUuid() string

func (*GetCreationUserReq) ProtoMessage

func (*GetCreationUserReq) ProtoMessage()

func (*GetCreationUserReq) ProtoReflect

func (x *GetCreationUserReq) ProtoReflect() protoreflect.Message

func (*GetCreationUserReq) Reset

func (x *GetCreationUserReq) Reset()

func (*GetCreationUserReq) String

func (x *GetCreationUserReq) String() string

func (*GetCreationUserReq) Validate

func (m *GetCreationUserReq) Validate() error

Validate checks the field values on GetCreationUserReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCreationUserReq) ValidateAll

func (m *GetCreationUserReq) ValidateAll() error

ValidateAll checks the field values on GetCreationUserReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCreationUserReqMultiError, or nil if none found.

type GetCreationUserReqMultiError

type GetCreationUserReqMultiError []error

GetCreationUserReqMultiError is an error wrapping multiple validation errors returned by GetCreationUserReq.ValidateAll() if the designated constraints aren't met.

func (GetCreationUserReqMultiError) AllErrors

func (m GetCreationUserReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCreationUserReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCreationUserReqValidationError

type GetCreationUserReqValidationError struct {
	// contains filtered or unexported fields
}

GetCreationUserReqValidationError is the validation error returned by GetCreationUserReq.Validate if the designated constraints aren't met.

func (GetCreationUserReqValidationError) Cause

Cause function returns cause value.

func (GetCreationUserReqValidationError) Error

Error satisfies the builtin error interface

func (GetCreationUserReqValidationError) ErrorName

ErrorName returns error name.

func (GetCreationUserReqValidationError) Field

Field function returns field value.

func (GetCreationUserReqValidationError) Key

Key function returns key value.

func (GetCreationUserReqValidationError) Reason

Reason function returns reason value.

type GetLastArticleDraftReply

type GetLastArticleDraftReply struct {
	Id     int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastArticleDraftReply) Descriptor deprecated

func (*GetLastArticleDraftReply) Descriptor() ([]byte, []int)

Deprecated: Use GetLastArticleDraftReply.ProtoReflect.Descriptor instead.

func (*GetLastArticleDraftReply) GetId

func (x *GetLastArticleDraftReply) GetId() int32

func (*GetLastArticleDraftReply) GetStatus

func (x *GetLastArticleDraftReply) GetStatus() int32

func (*GetLastArticleDraftReply) ProtoMessage

func (*GetLastArticleDraftReply) ProtoMessage()

func (*GetLastArticleDraftReply) ProtoReflect

func (x *GetLastArticleDraftReply) ProtoReflect() protoreflect.Message

func (*GetLastArticleDraftReply) Reset

func (x *GetLastArticleDraftReply) Reset()

func (*GetLastArticleDraftReply) String

func (x *GetLastArticleDraftReply) String() string

func (*GetLastArticleDraftReply) Validate

func (m *GetLastArticleDraftReply) Validate() error

Validate checks the field values on GetLastArticleDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastArticleDraftReply) ValidateAll

func (m *GetLastArticleDraftReply) ValidateAll() error

ValidateAll checks the field values on GetLastArticleDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastArticleDraftReplyMultiError, or nil if none found.

type GetLastArticleDraftReplyMultiError

type GetLastArticleDraftReplyMultiError []error

GetLastArticleDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastArticleDraftReply.ValidateAll() if the designated constraints aren't met.

func (GetLastArticleDraftReplyMultiError) AllErrors

func (m GetLastArticleDraftReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLastArticleDraftReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastArticleDraftReplyValidationError

type GetLastArticleDraftReplyValidationError struct {
	// contains filtered or unexported fields
}

GetLastArticleDraftReplyValidationError is the validation error returned by GetLastArticleDraftReply.Validate if the designated constraints aren't met.

func (GetLastArticleDraftReplyValidationError) Cause

Cause function returns cause value.

func (GetLastArticleDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (GetLastArticleDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (GetLastArticleDraftReplyValidationError) Field

Field function returns field value.

func (GetLastArticleDraftReplyValidationError) Key

Key function returns key value.

func (GetLastArticleDraftReplyValidationError) Reason

Reason function returns reason value.

type GetLastArticleDraftReq

type GetLastArticleDraftReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastArticleDraftReq) Descriptor deprecated

func (*GetLastArticleDraftReq) Descriptor() ([]byte, []int)

Deprecated: Use GetLastArticleDraftReq.ProtoReflect.Descriptor instead.

func (*GetLastArticleDraftReq) GetUuid

func (x *GetLastArticleDraftReq) GetUuid() string

func (*GetLastArticleDraftReq) ProtoMessage

func (*GetLastArticleDraftReq) ProtoMessage()

func (*GetLastArticleDraftReq) ProtoReflect

func (x *GetLastArticleDraftReq) ProtoReflect() protoreflect.Message

func (*GetLastArticleDraftReq) Reset

func (x *GetLastArticleDraftReq) Reset()

func (*GetLastArticleDraftReq) String

func (x *GetLastArticleDraftReq) String() string

func (*GetLastArticleDraftReq) Validate

func (m *GetLastArticleDraftReq) Validate() error

Validate checks the field values on GetLastArticleDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastArticleDraftReq) ValidateAll

func (m *GetLastArticleDraftReq) ValidateAll() error

ValidateAll checks the field values on GetLastArticleDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastArticleDraftReqMultiError, or nil if none found.

type GetLastArticleDraftReqMultiError

type GetLastArticleDraftReqMultiError []error

GetLastArticleDraftReqMultiError is an error wrapping multiple validation errors returned by GetLastArticleDraftReq.ValidateAll() if the designated constraints aren't met.

func (GetLastArticleDraftReqMultiError) AllErrors

func (m GetLastArticleDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLastArticleDraftReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastArticleDraftReqValidationError

type GetLastArticleDraftReqValidationError struct {
	// contains filtered or unexported fields
}

GetLastArticleDraftReqValidationError is the validation error returned by GetLastArticleDraftReq.Validate if the designated constraints aren't met.

func (GetLastArticleDraftReqValidationError) Cause

Cause function returns cause value.

func (GetLastArticleDraftReqValidationError) Error

Error satisfies the builtin error interface

func (GetLastArticleDraftReqValidationError) ErrorName

ErrorName returns error name.

func (GetLastArticleDraftReqValidationError) Field

Field function returns field value.

func (GetLastArticleDraftReqValidationError) Key

Key function returns key value.

func (GetLastArticleDraftReqValidationError) Reason

Reason function returns reason value.

type GetLastCollectionsDraftReply

type GetLastCollectionsDraftReply struct {
	Id     int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastCollectionsDraftReply) Descriptor deprecated

func (*GetLastCollectionsDraftReply) Descriptor() ([]byte, []int)

Deprecated: Use GetLastCollectionsDraftReply.ProtoReflect.Descriptor instead.

func (*GetLastCollectionsDraftReply) GetId

func (*GetLastCollectionsDraftReply) GetStatus

func (x *GetLastCollectionsDraftReply) GetStatus() int32

func (*GetLastCollectionsDraftReply) ProtoMessage

func (*GetLastCollectionsDraftReply) ProtoMessage()

func (*GetLastCollectionsDraftReply) ProtoReflect

func (*GetLastCollectionsDraftReply) Reset

func (x *GetLastCollectionsDraftReply) Reset()

func (*GetLastCollectionsDraftReply) String

func (*GetLastCollectionsDraftReply) Validate

func (m *GetLastCollectionsDraftReply) Validate() error

Validate checks the field values on GetLastCollectionsDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastCollectionsDraftReply) ValidateAll

func (m *GetLastCollectionsDraftReply) ValidateAll() error

ValidateAll checks the field values on GetLastCollectionsDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastCollectionsDraftReplyMultiError, or nil if none found.

type GetLastCollectionsDraftReplyMultiError

type GetLastCollectionsDraftReplyMultiError []error

GetLastCollectionsDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastCollectionsDraftReply.ValidateAll() if the designated constraints aren't met.

func (GetLastCollectionsDraftReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetLastCollectionsDraftReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastCollectionsDraftReplyValidationError

type GetLastCollectionsDraftReplyValidationError struct {
	// contains filtered or unexported fields
}

GetLastCollectionsDraftReplyValidationError is the validation error returned by GetLastCollectionsDraftReply.Validate if the designated constraints aren't met.

func (GetLastCollectionsDraftReplyValidationError) Cause

Cause function returns cause value.

func (GetLastCollectionsDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (GetLastCollectionsDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (GetLastCollectionsDraftReplyValidationError) Field

Field function returns field value.

func (GetLastCollectionsDraftReplyValidationError) Key

Key function returns key value.

func (GetLastCollectionsDraftReplyValidationError) Reason

Reason function returns reason value.

type GetLastCollectionsDraftReq

type GetLastCollectionsDraftReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastCollectionsDraftReq) Descriptor deprecated

func (*GetLastCollectionsDraftReq) Descriptor() ([]byte, []int)

Deprecated: Use GetLastCollectionsDraftReq.ProtoReflect.Descriptor instead.

func (*GetLastCollectionsDraftReq) GetUuid

func (x *GetLastCollectionsDraftReq) GetUuid() string

func (*GetLastCollectionsDraftReq) ProtoMessage

func (*GetLastCollectionsDraftReq) ProtoMessage()

func (*GetLastCollectionsDraftReq) ProtoReflect

func (*GetLastCollectionsDraftReq) Reset

func (x *GetLastCollectionsDraftReq) Reset()

func (*GetLastCollectionsDraftReq) String

func (x *GetLastCollectionsDraftReq) String() string

func (*GetLastCollectionsDraftReq) Validate

func (m *GetLastCollectionsDraftReq) Validate() error

Validate checks the field values on GetLastCollectionsDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastCollectionsDraftReq) ValidateAll

func (m *GetLastCollectionsDraftReq) ValidateAll() error

ValidateAll checks the field values on GetLastCollectionsDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastCollectionsDraftReqMultiError, or nil if none found.

type GetLastCollectionsDraftReqMultiError

type GetLastCollectionsDraftReqMultiError []error

GetLastCollectionsDraftReqMultiError is an error wrapping multiple validation errors returned by GetLastCollectionsDraftReq.ValidateAll() if the designated constraints aren't met.

func (GetLastCollectionsDraftReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetLastCollectionsDraftReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastCollectionsDraftReqValidationError

type GetLastCollectionsDraftReqValidationError struct {
	// contains filtered or unexported fields
}

GetLastCollectionsDraftReqValidationError is the validation error returned by GetLastCollectionsDraftReq.Validate if the designated constraints aren't met.

func (GetLastCollectionsDraftReqValidationError) Cause

Cause function returns cause value.

func (GetLastCollectionsDraftReqValidationError) Error

Error satisfies the builtin error interface

func (GetLastCollectionsDraftReqValidationError) ErrorName

ErrorName returns error name.

func (GetLastCollectionsDraftReqValidationError) Field

Field function returns field value.

func (GetLastCollectionsDraftReqValidationError) Key

Key function returns key value.

func (GetLastCollectionsDraftReqValidationError) Reason

Reason function returns reason value.

type GetLastColumnDraftReply

type GetLastColumnDraftReply struct {
	Id     int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastColumnDraftReply) Descriptor deprecated

func (*GetLastColumnDraftReply) Descriptor() ([]byte, []int)

Deprecated: Use GetLastColumnDraftReply.ProtoReflect.Descriptor instead.

func (*GetLastColumnDraftReply) GetId

func (x *GetLastColumnDraftReply) GetId() int32

func (*GetLastColumnDraftReply) GetStatus

func (x *GetLastColumnDraftReply) GetStatus() int32

func (*GetLastColumnDraftReply) ProtoMessage

func (*GetLastColumnDraftReply) ProtoMessage()

func (*GetLastColumnDraftReply) ProtoReflect

func (x *GetLastColumnDraftReply) ProtoReflect() protoreflect.Message

func (*GetLastColumnDraftReply) Reset

func (x *GetLastColumnDraftReply) Reset()

func (*GetLastColumnDraftReply) String

func (x *GetLastColumnDraftReply) String() string

func (*GetLastColumnDraftReply) Validate

func (m *GetLastColumnDraftReply) Validate() error

Validate checks the field values on GetLastColumnDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastColumnDraftReply) ValidateAll

func (m *GetLastColumnDraftReply) ValidateAll() error

ValidateAll checks the field values on GetLastColumnDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastColumnDraftReplyMultiError, or nil if none found.

type GetLastColumnDraftReplyMultiError

type GetLastColumnDraftReplyMultiError []error

GetLastColumnDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastColumnDraftReply.ValidateAll() if the designated constraints aren't met.

func (GetLastColumnDraftReplyMultiError) AllErrors

func (m GetLastColumnDraftReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLastColumnDraftReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastColumnDraftReplyValidationError

type GetLastColumnDraftReplyValidationError struct {
	// contains filtered or unexported fields
}

GetLastColumnDraftReplyValidationError is the validation error returned by GetLastColumnDraftReply.Validate if the designated constraints aren't met.

func (GetLastColumnDraftReplyValidationError) Cause

Cause function returns cause value.

func (GetLastColumnDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (GetLastColumnDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (GetLastColumnDraftReplyValidationError) Field

Field function returns field value.

func (GetLastColumnDraftReplyValidationError) Key

Key function returns key value.

func (GetLastColumnDraftReplyValidationError) Reason

Reason function returns reason value.

type GetLastColumnDraftReq

type GetLastColumnDraftReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastColumnDraftReq) Descriptor deprecated

func (*GetLastColumnDraftReq) Descriptor() ([]byte, []int)

Deprecated: Use GetLastColumnDraftReq.ProtoReflect.Descriptor instead.

func (*GetLastColumnDraftReq) GetUuid

func (x *GetLastColumnDraftReq) GetUuid() string

func (*GetLastColumnDraftReq) ProtoMessage

func (*GetLastColumnDraftReq) ProtoMessage()

func (*GetLastColumnDraftReq) ProtoReflect

func (x *GetLastColumnDraftReq) ProtoReflect() protoreflect.Message

func (*GetLastColumnDraftReq) Reset

func (x *GetLastColumnDraftReq) Reset()

func (*GetLastColumnDraftReq) String

func (x *GetLastColumnDraftReq) String() string

func (*GetLastColumnDraftReq) Validate

func (m *GetLastColumnDraftReq) Validate() error

Validate checks the field values on GetLastColumnDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastColumnDraftReq) ValidateAll

func (m *GetLastColumnDraftReq) ValidateAll() error

ValidateAll checks the field values on GetLastColumnDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastColumnDraftReqMultiError, or nil if none found.

type GetLastColumnDraftReqMultiError

type GetLastColumnDraftReqMultiError []error

GetLastColumnDraftReqMultiError is an error wrapping multiple validation errors returned by GetLastColumnDraftReq.ValidateAll() if the designated constraints aren't met.

func (GetLastColumnDraftReqMultiError) AllErrors

func (m GetLastColumnDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLastColumnDraftReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastColumnDraftReqValidationError

type GetLastColumnDraftReqValidationError struct {
	// contains filtered or unexported fields
}

GetLastColumnDraftReqValidationError is the validation error returned by GetLastColumnDraftReq.Validate if the designated constraints aren't met.

func (GetLastColumnDraftReqValidationError) Cause

Cause function returns cause value.

func (GetLastColumnDraftReqValidationError) Error

Error satisfies the builtin error interface

func (GetLastColumnDraftReqValidationError) ErrorName

ErrorName returns error name.

func (GetLastColumnDraftReqValidationError) Field

Field function returns field value.

func (GetLastColumnDraftReqValidationError) Key

Key function returns key value.

func (GetLastColumnDraftReqValidationError) Reason

Reason function returns reason value.

type GetLastTalkDraftReply

type GetLastTalkDraftReply struct {
	Id     int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastTalkDraftReply) Descriptor deprecated

func (*GetLastTalkDraftReply) Descriptor() ([]byte, []int)

Deprecated: Use GetLastTalkDraftReply.ProtoReflect.Descriptor instead.

func (*GetLastTalkDraftReply) GetId

func (x *GetLastTalkDraftReply) GetId() int32

func (*GetLastTalkDraftReply) GetStatus

func (x *GetLastTalkDraftReply) GetStatus() int32

func (*GetLastTalkDraftReply) ProtoMessage

func (*GetLastTalkDraftReply) ProtoMessage()

func (*GetLastTalkDraftReply) ProtoReflect

func (x *GetLastTalkDraftReply) ProtoReflect() protoreflect.Message

func (*GetLastTalkDraftReply) Reset

func (x *GetLastTalkDraftReply) Reset()

func (*GetLastTalkDraftReply) String

func (x *GetLastTalkDraftReply) String() string

func (*GetLastTalkDraftReply) Validate

func (m *GetLastTalkDraftReply) Validate() error

Validate checks the field values on GetLastTalkDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastTalkDraftReply) ValidateAll

func (m *GetLastTalkDraftReply) ValidateAll() error

ValidateAll checks the field values on GetLastTalkDraftReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastTalkDraftReplyMultiError, or nil if none found.

type GetLastTalkDraftReplyMultiError

type GetLastTalkDraftReplyMultiError []error

GetLastTalkDraftReplyMultiError is an error wrapping multiple validation errors returned by GetLastTalkDraftReply.ValidateAll() if the designated constraints aren't met.

func (GetLastTalkDraftReplyMultiError) AllErrors

func (m GetLastTalkDraftReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLastTalkDraftReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastTalkDraftReplyValidationError

type GetLastTalkDraftReplyValidationError struct {
	// contains filtered or unexported fields
}

GetLastTalkDraftReplyValidationError is the validation error returned by GetLastTalkDraftReply.Validate if the designated constraints aren't met.

func (GetLastTalkDraftReplyValidationError) Cause

Cause function returns cause value.

func (GetLastTalkDraftReplyValidationError) Error

Error satisfies the builtin error interface

func (GetLastTalkDraftReplyValidationError) ErrorName

ErrorName returns error name.

func (GetLastTalkDraftReplyValidationError) Field

Field function returns field value.

func (GetLastTalkDraftReplyValidationError) Key

Key function returns key value.

func (GetLastTalkDraftReplyValidationError) Reason

Reason function returns reason value.

type GetLastTalkDraftReq

type GetLastTalkDraftReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastTalkDraftReq) Descriptor deprecated

func (*GetLastTalkDraftReq) Descriptor() ([]byte, []int)

Deprecated: Use GetLastTalkDraftReq.ProtoReflect.Descriptor instead.

func (*GetLastTalkDraftReq) GetUuid

func (x *GetLastTalkDraftReq) GetUuid() string

func (*GetLastTalkDraftReq) ProtoMessage

func (*GetLastTalkDraftReq) ProtoMessage()

func (*GetLastTalkDraftReq) ProtoReflect

func (x *GetLastTalkDraftReq) ProtoReflect() protoreflect.Message

func (*GetLastTalkDraftReq) Reset

func (x *GetLastTalkDraftReq) Reset()

func (*GetLastTalkDraftReq) String

func (x *GetLastTalkDraftReq) String() string

func (*GetLastTalkDraftReq) Validate

func (m *GetLastTalkDraftReq) Validate() error

Validate checks the field values on GetLastTalkDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLastTalkDraftReq) ValidateAll

func (m *GetLastTalkDraftReq) ValidateAll() error

ValidateAll checks the field values on GetLastTalkDraftReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLastTalkDraftReqMultiError, or nil if none found.

type GetLastTalkDraftReqMultiError

type GetLastTalkDraftReqMultiError []error

GetLastTalkDraftReqMultiError is an error wrapping multiple validation errors returned by GetLastTalkDraftReq.ValidateAll() if the designated constraints aren't met.

func (GetLastTalkDraftReqMultiError) AllErrors

func (m GetLastTalkDraftReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLastTalkDraftReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLastTalkDraftReqValidationError

type GetLastTalkDraftReqValidationError struct {
	// contains filtered or unexported fields
}

GetLastTalkDraftReqValidationError is the validation error returned by GetLastTalkDraftReq.Validate if the designated constraints aren't met.

func (GetLastTalkDraftReqValidationError) Cause

Cause function returns cause value.

func (GetLastTalkDraftReqValidationError) Error

Error satisfies the builtin error interface

func (GetLastTalkDraftReqValidationError) ErrorName

ErrorName returns error name.

func (GetLastTalkDraftReqValidationError) Field

Field function returns field value.

func (GetLastTalkDraftReqValidationError) Key

Key function returns key value.

func (GetLastTalkDraftReqValidationError) Reason

Reason function returns reason value.

type GetLeaderBoardReply

type GetLeaderBoardReply struct {
	Board []*GetLeaderBoardReply_Board `protobuf:"bytes,1,rep,name=board,proto3" json:"board,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLeaderBoardReply) Descriptor deprecated

func (*GetLeaderBoardReply) Descriptor() ([]byte, []int)

Deprecated: Use GetLeaderBoardReply.ProtoReflect.Descriptor instead.

func (*GetLeaderBoardReply) GetBoard

func (*GetLeaderBoardReply) ProtoMessage

func (*GetLeaderBoardReply) ProtoMessage()

func (*GetLeaderBoardReply) ProtoReflect

func (x *GetLeaderBoardReply) ProtoReflect() protoreflect.Message

func (*GetLeaderBoardReply) Reset

func (x *GetLeaderBoardReply) Reset()

func (*GetLeaderBoardReply) String

func (x *GetLeaderBoardReply) String() string

func (*GetLeaderBoardReply) Validate

func (m *GetLeaderBoardReply) Validate() error

Validate checks the field values on GetLeaderBoardReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLeaderBoardReply) ValidateAll

func (m *GetLeaderBoardReply) ValidateAll() error

ValidateAll checks the field values on GetLeaderBoardReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLeaderBoardReplyMultiError, or nil if none found.

type GetLeaderBoardReplyMultiError

type GetLeaderBoardReplyMultiError []error

GetLeaderBoardReplyMultiError is an error wrapping multiple validation errors returned by GetLeaderBoardReply.ValidateAll() if the designated constraints aren't met.

func (GetLeaderBoardReplyMultiError) AllErrors

func (m GetLeaderBoardReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLeaderBoardReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLeaderBoardReplyValidationError

type GetLeaderBoardReplyValidationError struct {
	// contains filtered or unexported fields
}

GetLeaderBoardReplyValidationError is the validation error returned by GetLeaderBoardReply.Validate if the designated constraints aren't met.

func (GetLeaderBoardReplyValidationError) Cause

Cause function returns cause value.

func (GetLeaderBoardReplyValidationError) Error

Error satisfies the builtin error interface

func (GetLeaderBoardReplyValidationError) ErrorName

ErrorName returns error name.

func (GetLeaderBoardReplyValidationError) Field

Field function returns field value.

func (GetLeaderBoardReplyValidationError) Key

Key function returns key value.

func (GetLeaderBoardReplyValidationError) Reason

Reason function returns reason value.

type GetLeaderBoardReply_Board

type GetLeaderBoardReply_Board struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Mode string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLeaderBoardReply_Board) Descriptor deprecated

func (*GetLeaderBoardReply_Board) Descriptor() ([]byte, []int)

Deprecated: Use GetLeaderBoardReply_Board.ProtoReflect.Descriptor instead.

func (*GetLeaderBoardReply_Board) GetId

func (x *GetLeaderBoardReply_Board) GetId() int32

func (*GetLeaderBoardReply_Board) GetMode

func (x *GetLeaderBoardReply_Board) GetMode() string

func (*GetLeaderBoardReply_Board) GetUuid

func (x *GetLeaderBoardReply_Board) GetUuid() string

func (*GetLeaderBoardReply_Board) ProtoMessage

func (*GetLeaderBoardReply_Board) ProtoMessage()

func (*GetLeaderBoardReply_Board) ProtoReflect

func (*GetLeaderBoardReply_Board) Reset

func (x *GetLeaderBoardReply_Board) Reset()

func (*GetLeaderBoardReply_Board) String

func (x *GetLeaderBoardReply_Board) String() string

func (*GetLeaderBoardReply_Board) Validate

func (m *GetLeaderBoardReply_Board) Validate() error

Validate checks the field values on GetLeaderBoardReply_Board with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLeaderBoardReply_Board) ValidateAll

func (m *GetLeaderBoardReply_Board) ValidateAll() error

ValidateAll checks the field values on GetLeaderBoardReply_Board with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLeaderBoardReply_BoardMultiError, or nil if none found.

type GetLeaderBoardReply_BoardMultiError

type GetLeaderBoardReply_BoardMultiError []error

GetLeaderBoardReply_BoardMultiError is an error wrapping multiple validation errors returned by GetLeaderBoardReply_Board.ValidateAll() if the designated constraints aren't met.

func (GetLeaderBoardReply_BoardMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetLeaderBoardReply_BoardMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLeaderBoardReply_BoardValidationError

type GetLeaderBoardReply_BoardValidationError struct {
	// contains filtered or unexported fields
}

GetLeaderBoardReply_BoardValidationError is the validation error returned by GetLeaderBoardReply_Board.Validate if the designated constraints aren't met.

func (GetLeaderBoardReply_BoardValidationError) Cause

Cause function returns cause value.

func (GetLeaderBoardReply_BoardValidationError) Error

Error satisfies the builtin error interface

func (GetLeaderBoardReply_BoardValidationError) ErrorName

ErrorName returns error name.

func (GetLeaderBoardReply_BoardValidationError) Field

Field function returns field value.

func (GetLeaderBoardReply_BoardValidationError) Key

Key function returns key value.

func (GetLeaderBoardReply_BoardValidationError) Reason

Reason function returns reason value.

type GetNewsReply

type GetNewsReply struct {
	News []*GetNewsReply_News `protobuf:"bytes,1,rep,name=news,proto3" json:"news,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNewsReply) Descriptor deprecated

func (*GetNewsReply) Descriptor() ([]byte, []int)

Deprecated: Use GetNewsReply.ProtoReflect.Descriptor instead.

func (*GetNewsReply) GetNews

func (x *GetNewsReply) GetNews() []*GetNewsReply_News

func (*GetNewsReply) ProtoMessage

func (*GetNewsReply) ProtoMessage()

func (*GetNewsReply) ProtoReflect

func (x *GetNewsReply) ProtoReflect() protoreflect.Message

func (*GetNewsReply) Reset

func (x *GetNewsReply) Reset()

func (*GetNewsReply) String

func (x *GetNewsReply) String() string

func (*GetNewsReply) Validate

func (m *GetNewsReply) Validate() error

Validate checks the field values on GetNewsReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNewsReply) ValidateAll

func (m *GetNewsReply) ValidateAll() error

ValidateAll checks the field values on GetNewsReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsReplyMultiError, or nil if none found.

type GetNewsReplyMultiError

type GetNewsReplyMultiError []error

GetNewsReplyMultiError is an error wrapping multiple validation errors returned by GetNewsReply.ValidateAll() if the designated constraints aren't met.

func (GetNewsReplyMultiError) AllErrors

func (m GetNewsReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNewsReplyMultiError) Error

func (m GetNewsReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetNewsReplyValidationError

type GetNewsReplyValidationError struct {
	// contains filtered or unexported fields
}

GetNewsReplyValidationError is the validation error returned by GetNewsReply.Validate if the designated constraints aren't met.

func (GetNewsReplyValidationError) Cause

Cause function returns cause value.

func (GetNewsReplyValidationError) Error

Error satisfies the builtin error interface

func (GetNewsReplyValidationError) ErrorName

func (e GetNewsReplyValidationError) ErrorName() string

ErrorName returns error name.

func (GetNewsReplyValidationError) Field

Field function returns field value.

func (GetNewsReplyValidationError) Key

Key function returns key value.

func (GetNewsReplyValidationError) Reason

Reason function returns reason value.

type GetNewsReply_News

type GetNewsReply_News struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNewsReply_News) Descriptor deprecated

func (*GetNewsReply_News) Descriptor() ([]byte, []int)

Deprecated: Use GetNewsReply_News.ProtoReflect.Descriptor instead.

func (*GetNewsReply_News) GetId

func (x *GetNewsReply_News) GetId() string

func (*GetNewsReply_News) ProtoMessage

func (*GetNewsReply_News) ProtoMessage()

func (*GetNewsReply_News) ProtoReflect

func (x *GetNewsReply_News) ProtoReflect() protoreflect.Message

func (*GetNewsReply_News) Reset

func (x *GetNewsReply_News) Reset()

func (*GetNewsReply_News) String

func (x *GetNewsReply_News) String() string

func (*GetNewsReply_News) Validate

func (m *GetNewsReply_News) Validate() error

Validate checks the field values on GetNewsReply_News with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNewsReply_News) ValidateAll

func (m *GetNewsReply_News) ValidateAll() error

ValidateAll checks the field values on GetNewsReply_News with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsReply_NewsMultiError, or nil if none found.

type GetNewsReply_NewsMultiError

type GetNewsReply_NewsMultiError []error

GetNewsReply_NewsMultiError is an error wrapping multiple validation errors returned by GetNewsReply_News.ValidateAll() if the designated constraints aren't met.

func (GetNewsReply_NewsMultiError) AllErrors

func (m GetNewsReply_NewsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNewsReply_NewsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNewsReply_NewsValidationError

type GetNewsReply_NewsValidationError struct {
	// contains filtered or unexported fields
}

GetNewsReply_NewsValidationError is the validation error returned by GetNewsReply_News.Validate if the designated constraints aren't met.

func (GetNewsReply_NewsValidationError) Cause

Cause function returns cause value.

func (GetNewsReply_NewsValidationError) Error

Error satisfies the builtin error interface

func (GetNewsReply_NewsValidationError) ErrorName

ErrorName returns error name.

func (GetNewsReply_NewsValidationError) Field

Field function returns field value.

func (GetNewsReply_NewsValidationError) Key

Key function returns key value.

func (GetNewsReply_NewsValidationError) Reason

Reason function returns reason value.

type GetNewsReq

type GetNewsReq struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNewsReq) Descriptor deprecated

func (*GetNewsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetNewsReq.ProtoReflect.Descriptor instead.

func (*GetNewsReq) GetPage

func (x *GetNewsReq) GetPage() int32

func (*GetNewsReq) ProtoMessage

func (*GetNewsReq) ProtoMessage()

func (*GetNewsReq) ProtoReflect

func (x *GetNewsReq) ProtoReflect() protoreflect.Message

func (*GetNewsReq) Reset

func (x *GetNewsReq) Reset()

func (*GetNewsReq) String

func (x *GetNewsReq) String() string

func (*GetNewsReq) Validate

func (m *GetNewsReq) Validate() error

Validate checks the field values on GetNewsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNewsReq) ValidateAll

func (m *GetNewsReq) ValidateAll() error

ValidateAll checks the field values on GetNewsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsReqMultiError, or nil if none found.

type GetNewsReqMultiError

type GetNewsReqMultiError []error

GetNewsReqMultiError is an error wrapping multiple validation errors returned by GetNewsReq.ValidateAll() if the designated constraints aren't met.

func (GetNewsReqMultiError) AllErrors

func (m GetNewsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNewsReqMultiError) Error

func (m GetNewsReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetNewsReqValidationError

type GetNewsReqValidationError struct {
	// contains filtered or unexported fields
}

GetNewsReqValidationError is the validation error returned by GetNewsReq.Validate if the designated constraints aren't met.

func (GetNewsReqValidationError) Cause

func (e GetNewsReqValidationError) Cause() error

Cause function returns cause value.

func (GetNewsReqValidationError) Error

Error satisfies the builtin error interface

func (GetNewsReqValidationError) ErrorName

func (e GetNewsReqValidationError) ErrorName() string

ErrorName returns error name.

func (GetNewsReqValidationError) Field

Field function returns field value.

func (GetNewsReqValidationError) Key

Key function returns key value.

func (GetNewsReqValidationError) Reason

func (e GetNewsReqValidationError) Reason() string

Reason function returns reason value.

type GetNewsSearchReply added in v1.4.0

type GetNewsSearchReply struct {
	List  []*GetNewsSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	Total int32                      `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNewsSearchReply) Descriptor deprecated added in v1.4.0

func (*GetNewsSearchReply) Descriptor() ([]byte, []int)

Deprecated: Use GetNewsSearchReply.ProtoReflect.Descriptor instead.

func (*GetNewsSearchReply) GetList added in v1.4.0

func (*GetNewsSearchReply) GetTotal added in v1.4.0

func (x *GetNewsSearchReply) GetTotal() int32

func (*GetNewsSearchReply) ProtoMessage added in v1.4.0

func (*GetNewsSearchReply) ProtoMessage()

func (*GetNewsSearchReply) ProtoReflect added in v1.4.0

func (x *GetNewsSearchReply) ProtoReflect() protoreflect.Message

func (*GetNewsSearchReply) Reset added in v1.4.0

func (x *GetNewsSearchReply) Reset()

func (*GetNewsSearchReply) String added in v1.4.0

func (x *GetNewsSearchReply) String() string

func (*GetNewsSearchReply) Validate added in v1.4.0

func (m *GetNewsSearchReply) Validate() error

Validate checks the field values on GetNewsSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNewsSearchReply) ValidateAll added in v1.4.0

func (m *GetNewsSearchReply) ValidateAll() error

ValidateAll checks the field values on GetNewsSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsSearchReplyMultiError, or nil if none found.

type GetNewsSearchReplyMultiError added in v1.4.0

type GetNewsSearchReplyMultiError []error

GetNewsSearchReplyMultiError is an error wrapping multiple validation errors returned by GetNewsSearchReply.ValidateAll() if the designated constraints aren't met.

func (GetNewsSearchReplyMultiError) AllErrors added in v1.4.0

func (m GetNewsSearchReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNewsSearchReplyMultiError) Error added in v1.4.0

Error returns a concatenation of all the error messages it wraps.

type GetNewsSearchReplyValidationError added in v1.4.0

type GetNewsSearchReplyValidationError struct {
	// contains filtered or unexported fields
}

GetNewsSearchReplyValidationError is the validation error returned by GetNewsSearchReply.Validate if the designated constraints aren't met.

func (GetNewsSearchReplyValidationError) Cause added in v1.4.0

Cause function returns cause value.

func (GetNewsSearchReplyValidationError) Error added in v1.4.0

Error satisfies the builtin error interface

func (GetNewsSearchReplyValidationError) ErrorName added in v1.4.0

ErrorName returns error name.

func (GetNewsSearchReplyValidationError) Field added in v1.4.0

Field function returns field value.

func (GetNewsSearchReplyValidationError) Key added in v1.4.0

Key function returns key value.

func (GetNewsSearchReplyValidationError) Reason added in v1.4.0

Reason function returns reason value.

type GetNewsSearchReply_List added in v1.4.0

type GetNewsSearchReply_List struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title   string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Tags    string `protobuf:"bytes,3,opt,name=tags,proto3" json:"tags,omitempty"`
	Author  string `protobuf:"bytes,4,opt,name=author,proto3" json:"author,omitempty"`
	Update  string `protobuf:"bytes,6,opt,name=update,proto3" json:"update,omitempty"`
	Url     string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
	Content string `protobuf:"bytes,8,opt,name=content,proto3" json:"content,omitempty"`
	Cover   string `protobuf:"bytes,9,opt,name=cover,proto3" json:"cover,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNewsSearchReply_List) Descriptor deprecated added in v1.4.0

func (*GetNewsSearchReply_List) Descriptor() ([]byte, []int)

Deprecated: Use GetNewsSearchReply_List.ProtoReflect.Descriptor instead.

func (*GetNewsSearchReply_List) GetAuthor added in v1.4.0

func (x *GetNewsSearchReply_List) GetAuthor() string

func (*GetNewsSearchReply_List) GetContent added in v1.4.0

func (x *GetNewsSearchReply_List) GetContent() string

func (*GetNewsSearchReply_List) GetCover added in v1.4.0

func (x *GetNewsSearchReply_List) GetCover() string

func (*GetNewsSearchReply_List) GetId added in v1.4.0

func (x *GetNewsSearchReply_List) GetId() string

func (*GetNewsSearchReply_List) GetTags added in v1.4.0

func (x *GetNewsSearchReply_List) GetTags() string

func (*GetNewsSearchReply_List) GetTitle added in v1.4.0

func (x *GetNewsSearchReply_List) GetTitle() string

func (*GetNewsSearchReply_List) GetUpdate added in v1.4.0

func (x *GetNewsSearchReply_List) GetUpdate() string

func (*GetNewsSearchReply_List) GetUrl added in v1.4.0

func (x *GetNewsSearchReply_List) GetUrl() string

func (*GetNewsSearchReply_List) ProtoMessage added in v1.4.0

func (*GetNewsSearchReply_List) ProtoMessage()

func (*GetNewsSearchReply_List) ProtoReflect added in v1.4.0

func (x *GetNewsSearchReply_List) ProtoReflect() protoreflect.Message

func (*GetNewsSearchReply_List) Reset added in v1.4.0

func (x *GetNewsSearchReply_List) Reset()

func (*GetNewsSearchReply_List) String added in v1.4.0

func (x *GetNewsSearchReply_List) String() string

func (*GetNewsSearchReply_List) Validate added in v1.4.0

func (m *GetNewsSearchReply_List) Validate() error

Validate checks the field values on GetNewsSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNewsSearchReply_List) ValidateAll added in v1.4.0

func (m *GetNewsSearchReply_List) ValidateAll() error

ValidateAll checks the field values on GetNewsSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsSearchReply_ListMultiError, or nil if none found.

type GetNewsSearchReply_ListMultiError added in v1.4.0

type GetNewsSearchReply_ListMultiError []error

GetNewsSearchReply_ListMultiError is an error wrapping multiple validation errors returned by GetNewsSearchReply_List.ValidateAll() if the designated constraints aren't met.

func (GetNewsSearchReply_ListMultiError) AllErrors added in v1.4.0

func (m GetNewsSearchReply_ListMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNewsSearchReply_ListMultiError) Error added in v1.4.0

Error returns a concatenation of all the error messages it wraps.

type GetNewsSearchReply_ListValidationError added in v1.4.0

type GetNewsSearchReply_ListValidationError struct {
	// contains filtered or unexported fields
}

GetNewsSearchReply_ListValidationError is the validation error returned by GetNewsSearchReply_List.Validate if the designated constraints aren't met.

func (GetNewsSearchReply_ListValidationError) Cause added in v1.4.0

Cause function returns cause value.

func (GetNewsSearchReply_ListValidationError) Error added in v1.4.0

Error satisfies the builtin error interface

func (GetNewsSearchReply_ListValidationError) ErrorName added in v1.4.0

ErrorName returns error name.

func (GetNewsSearchReply_ListValidationError) Field added in v1.4.0

Field function returns field value.

func (GetNewsSearchReply_ListValidationError) Key added in v1.4.0

Key function returns key value.

func (GetNewsSearchReply_ListValidationError) Reason added in v1.4.0

Reason function returns reason value.

type GetNewsSearchReq added in v1.4.0

type GetNewsSearchReq struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"`
	Time   string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNewsSearchReq) Descriptor deprecated added in v1.4.0

func (*GetNewsSearchReq) Descriptor() ([]byte, []int)

Deprecated: Use GetNewsSearchReq.ProtoReflect.Descriptor instead.

func (*GetNewsSearchReq) GetPage added in v1.4.0

func (x *GetNewsSearchReq) GetPage() int32

func (*GetNewsSearchReq) GetSearch added in v1.4.0

func (x *GetNewsSearchReq) GetSearch() string

func (*GetNewsSearchReq) GetTime added in v1.4.0

func (x *GetNewsSearchReq) GetTime() string

func (*GetNewsSearchReq) ProtoMessage added in v1.4.0

func (*GetNewsSearchReq) ProtoMessage()

func (*GetNewsSearchReq) ProtoReflect added in v1.4.0

func (x *GetNewsSearchReq) ProtoReflect() protoreflect.Message

func (*GetNewsSearchReq) Reset added in v1.4.0

func (x *GetNewsSearchReq) Reset()

func (*GetNewsSearchReq) String added in v1.4.0

func (x *GetNewsSearchReq) String() string

func (*GetNewsSearchReq) Validate added in v1.4.0

func (m *GetNewsSearchReq) Validate() error

Validate checks the field values on GetNewsSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNewsSearchReq) ValidateAll added in v1.4.0

func (m *GetNewsSearchReq) ValidateAll() error

ValidateAll checks the field values on GetNewsSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNewsSearchReqMultiError, or nil if none found.

type GetNewsSearchReqMultiError added in v1.4.0

type GetNewsSearchReqMultiError []error

GetNewsSearchReqMultiError is an error wrapping multiple validation errors returned by GetNewsSearchReq.ValidateAll() if the designated constraints aren't met.

func (GetNewsSearchReqMultiError) AllErrors added in v1.4.0

func (m GetNewsSearchReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNewsSearchReqMultiError) Error added in v1.4.0

Error returns a concatenation of all the error messages it wraps.

type GetNewsSearchReqValidationError added in v1.4.0

type GetNewsSearchReqValidationError struct {
	// contains filtered or unexported fields
}

GetNewsSearchReqValidationError is the validation error returned by GetNewsSearchReq.Validate if the designated constraints aren't met.

func (GetNewsSearchReqValidationError) Cause added in v1.4.0

Cause function returns cause value.

func (GetNewsSearchReqValidationError) Error added in v1.4.0

Error satisfies the builtin error interface

func (GetNewsSearchReqValidationError) ErrorName added in v1.4.0

ErrorName returns error name.

func (GetNewsSearchReqValidationError) Field added in v1.4.0

Field function returns field value.

func (GetNewsSearchReqValidationError) Key added in v1.4.0

Key function returns key value.

func (GetNewsSearchReqValidationError) Reason added in v1.4.0

Reason function returns reason value.

type GetSubscribeListCountReply

type GetSubscribeListCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubscribeListCountReply) Descriptor deprecated

func (*GetSubscribeListCountReply) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscribeListCountReply.ProtoReflect.Descriptor instead.

func (*GetSubscribeListCountReply) GetCount

func (x *GetSubscribeListCountReply) GetCount() int32

func (*GetSubscribeListCountReply) ProtoMessage

func (*GetSubscribeListCountReply) ProtoMessage()

func (*GetSubscribeListCountReply) ProtoReflect

func (*GetSubscribeListCountReply) Reset

func (x *GetSubscribeListCountReply) Reset()

func (*GetSubscribeListCountReply) String

func (x *GetSubscribeListCountReply) String() string

func (*GetSubscribeListCountReply) Validate

func (m *GetSubscribeListCountReply) Validate() error

Validate checks the field values on GetSubscribeListCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscribeListCountReply) ValidateAll

func (m *GetSubscribeListCountReply) ValidateAll() error

ValidateAll checks the field values on GetSubscribeListCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListCountReplyMultiError, or nil if none found.

type GetSubscribeListCountReplyMultiError

type GetSubscribeListCountReplyMultiError []error

GetSubscribeListCountReplyMultiError is an error wrapping multiple validation errors returned by GetSubscribeListCountReply.ValidateAll() if the designated constraints aren't met.

func (GetSubscribeListCountReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetSubscribeListCountReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSubscribeListCountReplyValidationError

type GetSubscribeListCountReplyValidationError struct {
	// contains filtered or unexported fields
}

GetSubscribeListCountReplyValidationError is the validation error returned by GetSubscribeListCountReply.Validate if the designated constraints aren't met.

func (GetSubscribeListCountReplyValidationError) Cause

Cause function returns cause value.

func (GetSubscribeListCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetSubscribeListCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetSubscribeListCountReplyValidationError) Field

Field function returns field value.

func (GetSubscribeListCountReplyValidationError) Key

Key function returns key value.

func (GetSubscribeListCountReplyValidationError) Reason

Reason function returns reason value.

type GetSubscribeListCountReq

type GetSubscribeListCountReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubscribeListCountReq) Descriptor deprecated

func (*GetSubscribeListCountReq) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscribeListCountReq.ProtoReflect.Descriptor instead.

func (*GetSubscribeListCountReq) GetUuid

func (x *GetSubscribeListCountReq) GetUuid() string

func (*GetSubscribeListCountReq) ProtoMessage

func (*GetSubscribeListCountReq) ProtoMessage()

func (*GetSubscribeListCountReq) ProtoReflect

func (x *GetSubscribeListCountReq) ProtoReflect() protoreflect.Message

func (*GetSubscribeListCountReq) Reset

func (x *GetSubscribeListCountReq) Reset()

func (*GetSubscribeListCountReq) String

func (x *GetSubscribeListCountReq) String() string

func (*GetSubscribeListCountReq) Validate

func (m *GetSubscribeListCountReq) Validate() error

Validate checks the field values on GetSubscribeListCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscribeListCountReq) ValidateAll

func (m *GetSubscribeListCountReq) ValidateAll() error

ValidateAll checks the field values on GetSubscribeListCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListCountReqMultiError, or nil if none found.

type GetSubscribeListCountReqMultiError

type GetSubscribeListCountReqMultiError []error

GetSubscribeListCountReqMultiError is an error wrapping multiple validation errors returned by GetSubscribeListCountReq.ValidateAll() if the designated constraints aren't met.

func (GetSubscribeListCountReqMultiError) AllErrors

func (m GetSubscribeListCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSubscribeListCountReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSubscribeListCountReqValidationError

type GetSubscribeListCountReqValidationError struct {
	// contains filtered or unexported fields
}

GetSubscribeListCountReqValidationError is the validation error returned by GetSubscribeListCountReq.Validate if the designated constraints aren't met.

func (GetSubscribeListCountReqValidationError) Cause

Cause function returns cause value.

func (GetSubscribeListCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetSubscribeListCountReqValidationError) ErrorName

ErrorName returns error name.

func (GetSubscribeListCountReqValidationError) Field

Field function returns field value.

func (GetSubscribeListCountReqValidationError) Key

Key function returns key value.

func (GetSubscribeListCountReqValidationError) Reason

Reason function returns reason value.

type GetSubscribeListReply

type GetSubscribeListReply struct {
	Subscribe []*GetSubscribeListReply_Subscribe `protobuf:"bytes,1,rep,name=subscribe,proto3" json:"subscribe,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubscribeListReply) Descriptor deprecated

func (*GetSubscribeListReply) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscribeListReply.ProtoReflect.Descriptor instead.

func (*GetSubscribeListReply) GetSubscribe

func (*GetSubscribeListReply) ProtoMessage

func (*GetSubscribeListReply) ProtoMessage()

func (*GetSubscribeListReply) ProtoReflect

func (x *GetSubscribeListReply) ProtoReflect() protoreflect.Message

func (*GetSubscribeListReply) Reset

func (x *GetSubscribeListReply) Reset()

func (*GetSubscribeListReply) String

func (x *GetSubscribeListReply) String() string

func (*GetSubscribeListReply) Validate

func (m *GetSubscribeListReply) Validate() error

Validate checks the field values on GetSubscribeListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscribeListReply) ValidateAll

func (m *GetSubscribeListReply) ValidateAll() error

ValidateAll checks the field values on GetSubscribeListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListReplyMultiError, or nil if none found.

type GetSubscribeListReplyMultiError

type GetSubscribeListReplyMultiError []error

GetSubscribeListReplyMultiError is an error wrapping multiple validation errors returned by GetSubscribeListReply.ValidateAll() if the designated constraints aren't met.

func (GetSubscribeListReplyMultiError) AllErrors

func (m GetSubscribeListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSubscribeListReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSubscribeListReplyValidationError

type GetSubscribeListReplyValidationError struct {
	// contains filtered or unexported fields
}

GetSubscribeListReplyValidationError is the validation error returned by GetSubscribeListReply.Validate if the designated constraints aren't met.

func (GetSubscribeListReplyValidationError) Cause

Cause function returns cause value.

func (GetSubscribeListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetSubscribeListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetSubscribeListReplyValidationError) Field

Field function returns field value.

func (GetSubscribeListReplyValidationError) Key

Key function returns key value.

func (GetSubscribeListReplyValidationError) Reason

Reason function returns reason value.

type GetSubscribeListReply_Subscribe

type GetSubscribeListReply_Subscribe struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubscribeListReply_Subscribe) Descriptor deprecated

func (*GetSubscribeListReply_Subscribe) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscribeListReply_Subscribe.ProtoReflect.Descriptor instead.

func (*GetSubscribeListReply_Subscribe) GetId

func (*GetSubscribeListReply_Subscribe) GetUuid

func (*GetSubscribeListReply_Subscribe) ProtoMessage

func (*GetSubscribeListReply_Subscribe) ProtoMessage()

func (*GetSubscribeListReply_Subscribe) ProtoReflect

func (*GetSubscribeListReply_Subscribe) Reset

func (*GetSubscribeListReply_Subscribe) String

func (*GetSubscribeListReply_Subscribe) Validate

func (m *GetSubscribeListReply_Subscribe) Validate() error

Validate checks the field values on GetSubscribeListReply_Subscribe with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscribeListReply_Subscribe) ValidateAll

func (m *GetSubscribeListReply_Subscribe) ValidateAll() error

ValidateAll checks the field values on GetSubscribeListReply_Subscribe with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListReply_SubscribeMultiError, or nil if none found.

type GetSubscribeListReply_SubscribeMultiError

type GetSubscribeListReply_SubscribeMultiError []error

GetSubscribeListReply_SubscribeMultiError is an error wrapping multiple validation errors returned by GetSubscribeListReply_Subscribe.ValidateAll() if the designated constraints aren't met.

func (GetSubscribeListReply_SubscribeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetSubscribeListReply_SubscribeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSubscribeListReply_SubscribeValidationError

type GetSubscribeListReply_SubscribeValidationError struct {
	// contains filtered or unexported fields
}

GetSubscribeListReply_SubscribeValidationError is the validation error returned by GetSubscribeListReply_Subscribe.Validate if the designated constraints aren't met.

func (GetSubscribeListReply_SubscribeValidationError) Cause

Cause function returns cause value.

func (GetSubscribeListReply_SubscribeValidationError) Error

Error satisfies the builtin error interface

func (GetSubscribeListReply_SubscribeValidationError) ErrorName

ErrorName returns error name.

func (GetSubscribeListReply_SubscribeValidationError) Field

Field function returns field value.

func (GetSubscribeListReply_SubscribeValidationError) Key

Key function returns key value.

func (GetSubscribeListReply_SubscribeValidationError) Reason

Reason function returns reason value.

type GetSubscribeListReq

type GetSubscribeListReq 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 (*GetSubscribeListReq) Descriptor deprecated

func (*GetSubscribeListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscribeListReq.ProtoReflect.Descriptor instead.

func (*GetSubscribeListReq) GetPage

func (x *GetSubscribeListReq) GetPage() int32

func (*GetSubscribeListReq) GetUuid

func (x *GetSubscribeListReq) GetUuid() string

func (*GetSubscribeListReq) ProtoMessage

func (*GetSubscribeListReq) ProtoMessage()

func (*GetSubscribeListReq) ProtoReflect

func (x *GetSubscribeListReq) ProtoReflect() protoreflect.Message

func (*GetSubscribeListReq) Reset

func (x *GetSubscribeListReq) Reset()

func (*GetSubscribeListReq) String

func (x *GetSubscribeListReq) String() string

func (*GetSubscribeListReq) Validate

func (m *GetSubscribeListReq) Validate() error

Validate checks the field values on GetSubscribeListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscribeListReq) ValidateAll

func (m *GetSubscribeListReq) ValidateAll() error

ValidateAll checks the field values on GetSubscribeListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscribeListReqMultiError, or nil if none found.

type GetSubscribeListReqMultiError

type GetSubscribeListReqMultiError []error

GetSubscribeListReqMultiError is an error wrapping multiple validation errors returned by GetSubscribeListReq.ValidateAll() if the designated constraints aren't met.

func (GetSubscribeListReqMultiError) AllErrors

func (m GetSubscribeListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSubscribeListReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetSubscribeListReqValidationError

type GetSubscribeListReqValidationError struct {
	// contains filtered or unexported fields
}

GetSubscribeListReqValidationError is the validation error returned by GetSubscribeListReq.Validate if the designated constraints aren't met.

func (GetSubscribeListReqValidationError) Cause

Cause function returns cause value.

func (GetSubscribeListReqValidationError) Error

Error satisfies the builtin error interface

func (GetSubscribeListReqValidationError) ErrorName

ErrorName returns error name.

func (GetSubscribeListReqValidationError) Field

Field function returns field value.

func (GetSubscribeListReqValidationError) Key

Key function returns key value.

func (GetSubscribeListReqValidationError) Reason

Reason function returns reason value.

type GetTalkContentReviewReply

type GetTalkContentReviewReply struct {
	Review []*GetTalkContentReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkContentReviewReply) Descriptor deprecated

func (*GetTalkContentReviewReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkContentReviewReply.ProtoReflect.Descriptor instead.

func (*GetTalkContentReviewReply) GetReview

func (*GetTalkContentReviewReply) ProtoMessage

func (*GetTalkContentReviewReply) ProtoMessage()

func (*GetTalkContentReviewReply) ProtoReflect

func (*GetTalkContentReviewReply) Reset

func (x *GetTalkContentReviewReply) Reset()

func (*GetTalkContentReviewReply) String

func (x *GetTalkContentReviewReply) String() string

func (*GetTalkContentReviewReply) Validate

func (m *GetTalkContentReviewReply) Validate() error

Validate checks the field values on GetTalkContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkContentReviewReply) ValidateAll

func (m *GetTalkContentReviewReply) ValidateAll() error

ValidateAll checks the field values on GetTalkContentReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkContentReviewReplyMultiError, or nil if none found.

type GetTalkContentReviewReplyMultiError

type GetTalkContentReviewReplyMultiError []error

GetTalkContentReviewReplyMultiError is an error wrapping multiple validation errors returned by GetTalkContentReviewReply.ValidateAll() if the designated constraints aren't met.

func (GetTalkContentReviewReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTalkContentReviewReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkContentReviewReplyValidationError

type GetTalkContentReviewReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTalkContentReviewReplyValidationError is the validation error returned by GetTalkContentReviewReply.Validate if the designated constraints aren't met.

func (GetTalkContentReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetTalkContentReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetTalkContentReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetTalkContentReviewReplyValidationError) Field

Field function returns field value.

func (GetTalkContentReviewReplyValidationError) Key

Key function returns key value.

func (GetTalkContentReviewReplyValidationError) Reason

Reason function returns reason value.

type GetTalkContentReviewReply_Review

type GetTalkContentReviewReply_Review struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreationId int32  `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Title      string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Kind       string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	Uuid       string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt   string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId      string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Label      string `protobuf:"bytes,8,opt,name=label,proto3" json:"label,omitempty"`
	Result     int32  `protobuf:"varint,9,opt,name=result,proto3" json:"result,omitempty"`
	Section    string `protobuf:"bytes,10,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkContentReviewReply_Review) Descriptor deprecated

func (*GetTalkContentReviewReply_Review) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkContentReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetTalkContentReviewReply_Review) GetCreateAt

func (x *GetTalkContentReviewReply_Review) GetCreateAt() string

func (*GetTalkContentReviewReply_Review) GetCreationId

func (x *GetTalkContentReviewReply_Review) GetCreationId() int32

func (*GetTalkContentReviewReply_Review) GetId

func (*GetTalkContentReviewReply_Review) GetJobId

func (*GetTalkContentReviewReply_Review) GetKind

func (*GetTalkContentReviewReply_Review) GetLabel

func (*GetTalkContentReviewReply_Review) GetResult

func (x *GetTalkContentReviewReply_Review) GetResult() int32

func (*GetTalkContentReviewReply_Review) GetSection

func (x *GetTalkContentReviewReply_Review) GetSection() string

func (*GetTalkContentReviewReply_Review) GetTitle

func (*GetTalkContentReviewReply_Review) GetUuid

func (*GetTalkContentReviewReply_Review) ProtoMessage

func (*GetTalkContentReviewReply_Review) ProtoMessage()

func (*GetTalkContentReviewReply_Review) ProtoReflect

func (*GetTalkContentReviewReply_Review) Reset

func (*GetTalkContentReviewReply_Review) String

func (*GetTalkContentReviewReply_Review) Validate

Validate checks the field values on GetTalkContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkContentReviewReply_Review) ValidateAll

func (m *GetTalkContentReviewReply_Review) ValidateAll() error

ValidateAll checks the field values on GetTalkContentReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkContentReviewReply_ReviewMultiError, or nil if none found.

type GetTalkContentReviewReply_ReviewMultiError

type GetTalkContentReviewReply_ReviewMultiError []error

GetTalkContentReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetTalkContentReviewReply_Review.ValidateAll() if the designated constraints aren't met.

func (GetTalkContentReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTalkContentReviewReply_ReviewMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkContentReviewReply_ReviewValidationError

type GetTalkContentReviewReply_ReviewValidationError struct {
	// contains filtered or unexported fields
}

GetTalkContentReviewReply_ReviewValidationError is the validation error returned by GetTalkContentReviewReply_Review.Validate if the designated constraints aren't met.

func (GetTalkContentReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetTalkContentReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetTalkContentReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetTalkContentReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetTalkContentReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetTalkContentReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetTalkContentReviewReq

type GetTalkContentReviewReq 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 (*GetTalkContentReviewReq) Descriptor deprecated

func (*GetTalkContentReviewReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkContentReviewReq.ProtoReflect.Descriptor instead.

func (*GetTalkContentReviewReq) GetPage

func (x *GetTalkContentReviewReq) GetPage() int32

func (*GetTalkContentReviewReq) GetUuid

func (x *GetTalkContentReviewReq) GetUuid() string

func (*GetTalkContentReviewReq) ProtoMessage

func (*GetTalkContentReviewReq) ProtoMessage()

func (*GetTalkContentReviewReq) ProtoReflect

func (x *GetTalkContentReviewReq) ProtoReflect() protoreflect.Message

func (*GetTalkContentReviewReq) Reset

func (x *GetTalkContentReviewReq) Reset()

func (*GetTalkContentReviewReq) String

func (x *GetTalkContentReviewReq) String() string

func (*GetTalkContentReviewReq) Validate

func (m *GetTalkContentReviewReq) Validate() error

Validate checks the field values on GetTalkContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkContentReviewReq) ValidateAll

func (m *GetTalkContentReviewReq) ValidateAll() error

ValidateAll checks the field values on GetTalkContentReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkContentReviewReqMultiError, or nil if none found.

type GetTalkContentReviewReqMultiError

type GetTalkContentReviewReqMultiError []error

GetTalkContentReviewReqMultiError is an error wrapping multiple validation errors returned by GetTalkContentReviewReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkContentReviewReqMultiError) AllErrors

func (m GetTalkContentReviewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkContentReviewReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkContentReviewReqValidationError

type GetTalkContentReviewReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkContentReviewReqValidationError is the validation error returned by GetTalkContentReviewReq.Validate if the designated constraints aren't met.

func (GetTalkContentReviewReqValidationError) Cause

Cause function returns cause value.

func (GetTalkContentReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkContentReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetTalkContentReviewReqValidationError) Field

Field function returns field value.

func (GetTalkContentReviewReqValidationError) Key

Key function returns key value.

func (GetTalkContentReviewReqValidationError) Reason

Reason function returns reason value.

type GetTalkCountReply

type GetTalkCountReply struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkCountReply) Descriptor deprecated

func (*GetTalkCountReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkCountReply.ProtoReflect.Descriptor instead.

func (*GetTalkCountReply) GetCount

func (x *GetTalkCountReply) GetCount() int32

func (*GetTalkCountReply) ProtoMessage

func (*GetTalkCountReply) ProtoMessage()

func (*GetTalkCountReply) ProtoReflect

func (x *GetTalkCountReply) ProtoReflect() protoreflect.Message

func (*GetTalkCountReply) Reset

func (x *GetTalkCountReply) Reset()

func (*GetTalkCountReply) String

func (x *GetTalkCountReply) String() string

func (*GetTalkCountReply) Validate

func (m *GetTalkCountReply) Validate() error

Validate checks the field values on GetTalkCountReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkCountReply) ValidateAll

func (m *GetTalkCountReply) ValidateAll() error

ValidateAll checks the field values on GetTalkCountReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkCountReplyMultiError, or nil if none found.

type GetTalkCountReplyMultiError

type GetTalkCountReplyMultiError []error

GetTalkCountReplyMultiError is an error wrapping multiple validation errors returned by GetTalkCountReply.ValidateAll() if the designated constraints aren't met.

func (GetTalkCountReplyMultiError) AllErrors

func (m GetTalkCountReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkCountReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkCountReplyValidationError

type GetTalkCountReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTalkCountReplyValidationError is the validation error returned by GetTalkCountReply.Validate if the designated constraints aren't met.

func (GetTalkCountReplyValidationError) Cause

Cause function returns cause value.

func (GetTalkCountReplyValidationError) Error

Error satisfies the builtin error interface

func (GetTalkCountReplyValidationError) ErrorName

ErrorName returns error name.

func (GetTalkCountReplyValidationError) Field

Field function returns field value.

func (GetTalkCountReplyValidationError) Key

Key function returns key value.

func (GetTalkCountReplyValidationError) Reason

Reason function returns reason value.

type GetTalkCountReq

type GetTalkCountReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkCountReq) Descriptor deprecated

func (*GetTalkCountReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkCountReq.ProtoReflect.Descriptor instead.

func (*GetTalkCountReq) GetUuid

func (x *GetTalkCountReq) GetUuid() string

func (*GetTalkCountReq) ProtoMessage

func (*GetTalkCountReq) ProtoMessage()

func (*GetTalkCountReq) ProtoReflect

func (x *GetTalkCountReq) ProtoReflect() protoreflect.Message

func (*GetTalkCountReq) Reset

func (x *GetTalkCountReq) Reset()

func (*GetTalkCountReq) String

func (x *GetTalkCountReq) String() string

func (*GetTalkCountReq) Validate

func (m *GetTalkCountReq) Validate() error

Validate checks the field values on GetTalkCountReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkCountReq) ValidateAll

func (m *GetTalkCountReq) ValidateAll() error

ValidateAll checks the field values on GetTalkCountReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkCountReqMultiError, or nil if none found.

type GetTalkCountReqMultiError

type GetTalkCountReqMultiError []error

GetTalkCountReqMultiError is an error wrapping multiple validation errors returned by GetTalkCountReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkCountReqMultiError) AllErrors

func (m GetTalkCountReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkCountReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkCountReqValidationError

type GetTalkCountReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkCountReqValidationError is the validation error returned by GetTalkCountReq.Validate if the designated constraints aren't met.

func (GetTalkCountReqValidationError) Cause

Cause function returns cause value.

func (GetTalkCountReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkCountReqValidationError) ErrorName

func (e GetTalkCountReqValidationError) ErrorName() string

ErrorName returns error name.

func (GetTalkCountReqValidationError) Field

Field function returns field value.

func (GetTalkCountReqValidationError) Key

Key function returns key value.

func (GetTalkCountReqValidationError) Reason

Reason function returns reason value.

type GetTalkCountVisitorReq

type GetTalkCountVisitorReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkCountVisitorReq) Descriptor deprecated

func (*GetTalkCountVisitorReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkCountVisitorReq.ProtoReflect.Descriptor instead.

func (*GetTalkCountVisitorReq) GetUuid

func (x *GetTalkCountVisitorReq) GetUuid() string

func (*GetTalkCountVisitorReq) ProtoMessage

func (*GetTalkCountVisitorReq) ProtoMessage()

func (*GetTalkCountVisitorReq) ProtoReflect

func (x *GetTalkCountVisitorReq) ProtoReflect() protoreflect.Message

func (*GetTalkCountVisitorReq) Reset

func (x *GetTalkCountVisitorReq) Reset()

func (*GetTalkCountVisitorReq) String

func (x *GetTalkCountVisitorReq) String() string

func (*GetTalkCountVisitorReq) Validate

func (m *GetTalkCountVisitorReq) Validate() error

Validate checks the field values on GetTalkCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkCountVisitorReq) ValidateAll

func (m *GetTalkCountVisitorReq) ValidateAll() error

ValidateAll checks the field values on GetTalkCountVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkCountVisitorReqMultiError, or nil if none found.

type GetTalkCountVisitorReqMultiError

type GetTalkCountVisitorReqMultiError []error

GetTalkCountVisitorReqMultiError is an error wrapping multiple validation errors returned by GetTalkCountVisitorReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkCountVisitorReqMultiError) AllErrors

func (m GetTalkCountVisitorReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkCountVisitorReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkCountVisitorReqValidationError

type GetTalkCountVisitorReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkCountVisitorReqValidationError is the validation error returned by GetTalkCountVisitorReq.Validate if the designated constraints aren't met.

func (GetTalkCountVisitorReqValidationError) Cause

Cause function returns cause value.

func (GetTalkCountVisitorReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkCountVisitorReqValidationError) ErrorName

ErrorName returns error name.

func (GetTalkCountVisitorReqValidationError) Field

Field function returns field value.

func (GetTalkCountVisitorReqValidationError) Key

Key function returns key value.

func (GetTalkCountVisitorReqValidationError) Reason

Reason function returns reason value.

type GetTalkImageReviewReply

type GetTalkImageReviewReply struct {
	Review []*GetTalkImageReviewReply_Review `protobuf:"bytes,1,rep,name=review,proto3" json:"review,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkImageReviewReply) Descriptor deprecated

func (*GetTalkImageReviewReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkImageReviewReply.ProtoReflect.Descriptor instead.

func (*GetTalkImageReviewReply) GetReview

func (*GetTalkImageReviewReply) ProtoMessage

func (*GetTalkImageReviewReply) ProtoMessage()

func (*GetTalkImageReviewReply) ProtoReflect

func (x *GetTalkImageReviewReply) ProtoReflect() protoreflect.Message

func (*GetTalkImageReviewReply) Reset

func (x *GetTalkImageReviewReply) Reset()

func (*GetTalkImageReviewReply) String

func (x *GetTalkImageReviewReply) String() string

func (*GetTalkImageReviewReply) Validate

func (m *GetTalkImageReviewReply) Validate() error

Validate checks the field values on GetTalkImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkImageReviewReply) ValidateAll

func (m *GetTalkImageReviewReply) ValidateAll() error

ValidateAll checks the field values on GetTalkImageReviewReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkImageReviewReplyMultiError, or nil if none found.

type GetTalkImageReviewReplyMultiError

type GetTalkImageReviewReplyMultiError []error

GetTalkImageReviewReplyMultiError is an error wrapping multiple validation errors returned by GetTalkImageReviewReply.ValidateAll() if the designated constraints aren't met.

func (GetTalkImageReviewReplyMultiError) AllErrors

func (m GetTalkImageReviewReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkImageReviewReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkImageReviewReplyValidationError

type GetTalkImageReviewReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTalkImageReviewReplyValidationError is the validation error returned by GetTalkImageReviewReply.Validate if the designated constraints aren't met.

func (GetTalkImageReviewReplyValidationError) Cause

Cause function returns cause value.

func (GetTalkImageReviewReplyValidationError) Error

Error satisfies the builtin error interface

func (GetTalkImageReviewReplyValidationError) ErrorName

ErrorName returns error name.

func (GetTalkImageReviewReplyValidationError) Field

Field function returns field value.

func (GetTalkImageReviewReplyValidationError) Key

Key function returns key value.

func (GetTalkImageReviewReplyValidationError) Reason

Reason function returns reason value.

type GetTalkImageReviewReply_Review

type GetTalkImageReviewReply_Review struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreationId int32  `protobuf:"varint,2,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Kind       string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"`
	Uid        string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"`
	Uuid       string `protobuf:"bytes,5,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreateAt   string `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	JobId      string `protobuf:"bytes,7,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Url        string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"`
	Label      string `protobuf:"bytes,9,opt,name=label,proto3" json:"label,omitempty"`
	Result     int32  `protobuf:"varint,10,opt,name=result,proto3" json:"result,omitempty"`
	Score      int32  `protobuf:"varint,11,opt,name=score,proto3" json:"score,omitempty"`
	Category   string `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty"`
	SubLabel   string `protobuf:"bytes,13,opt,name=subLabel,proto3" json:"subLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkImageReviewReply_Review) Descriptor deprecated

func (*GetTalkImageReviewReply_Review) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkImageReviewReply_Review.ProtoReflect.Descriptor instead.

func (*GetTalkImageReviewReply_Review) GetCategory

func (x *GetTalkImageReviewReply_Review) GetCategory() string

func (*GetTalkImageReviewReply_Review) GetCreateAt

func (x *GetTalkImageReviewReply_Review) GetCreateAt() string

func (*GetTalkImageReviewReply_Review) GetCreationId

func (x *GetTalkImageReviewReply_Review) GetCreationId() int32

func (*GetTalkImageReviewReply_Review) GetId

func (*GetTalkImageReviewReply_Review) GetJobId

func (x *GetTalkImageReviewReply_Review) GetJobId() string

func (*GetTalkImageReviewReply_Review) GetKind

func (*GetTalkImageReviewReply_Review) GetLabel

func (x *GetTalkImageReviewReply_Review) GetLabel() string

func (*GetTalkImageReviewReply_Review) GetResult

func (x *GetTalkImageReviewReply_Review) GetResult() int32

func (*GetTalkImageReviewReply_Review) GetScore

func (x *GetTalkImageReviewReply_Review) GetScore() int32

func (*GetTalkImageReviewReply_Review) GetSubLabel

func (x *GetTalkImageReviewReply_Review) GetSubLabel() string

func (*GetTalkImageReviewReply_Review) GetUid

func (*GetTalkImageReviewReply_Review) GetUrl

func (*GetTalkImageReviewReply_Review) GetUuid

func (*GetTalkImageReviewReply_Review) ProtoMessage

func (*GetTalkImageReviewReply_Review) ProtoMessage()

func (*GetTalkImageReviewReply_Review) ProtoReflect

func (*GetTalkImageReviewReply_Review) Reset

func (x *GetTalkImageReviewReply_Review) Reset()

func (*GetTalkImageReviewReply_Review) String

func (*GetTalkImageReviewReply_Review) Validate

func (m *GetTalkImageReviewReply_Review) Validate() error

Validate checks the field values on GetTalkImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkImageReviewReply_Review) ValidateAll

func (m *GetTalkImageReviewReply_Review) ValidateAll() error

ValidateAll checks the field values on GetTalkImageReviewReply_Review with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkImageReviewReply_ReviewMultiError, or nil if none found.

type GetTalkImageReviewReply_ReviewMultiError

type GetTalkImageReviewReply_ReviewMultiError []error

GetTalkImageReviewReply_ReviewMultiError is an error wrapping multiple validation errors returned by GetTalkImageReviewReply_Review.ValidateAll() if the designated constraints aren't met.

func (GetTalkImageReviewReply_ReviewMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTalkImageReviewReply_ReviewMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkImageReviewReply_ReviewValidationError

type GetTalkImageReviewReply_ReviewValidationError struct {
	// contains filtered or unexported fields
}

GetTalkImageReviewReply_ReviewValidationError is the validation error returned by GetTalkImageReviewReply_Review.Validate if the designated constraints aren't met.

func (GetTalkImageReviewReply_ReviewValidationError) Cause

Cause function returns cause value.

func (GetTalkImageReviewReply_ReviewValidationError) Error

Error satisfies the builtin error interface

func (GetTalkImageReviewReply_ReviewValidationError) ErrorName

ErrorName returns error name.

func (GetTalkImageReviewReply_ReviewValidationError) Field

Field function returns field value.

func (GetTalkImageReviewReply_ReviewValidationError) Key

Key function returns key value.

func (GetTalkImageReviewReply_ReviewValidationError) Reason

Reason function returns reason value.

type GetTalkImageReviewReq

type GetTalkImageReviewReq 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 (*GetTalkImageReviewReq) Descriptor deprecated

func (*GetTalkImageReviewReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkImageReviewReq.ProtoReflect.Descriptor instead.

func (*GetTalkImageReviewReq) GetPage

func (x *GetTalkImageReviewReq) GetPage() int32

func (*GetTalkImageReviewReq) GetUuid

func (x *GetTalkImageReviewReq) GetUuid() string

func (*GetTalkImageReviewReq) ProtoMessage

func (*GetTalkImageReviewReq) ProtoMessage()

func (*GetTalkImageReviewReq) ProtoReflect

func (x *GetTalkImageReviewReq) ProtoReflect() protoreflect.Message

func (*GetTalkImageReviewReq) Reset

func (x *GetTalkImageReviewReq) Reset()

func (*GetTalkImageReviewReq) String

func (x *GetTalkImageReviewReq) String() string

func (*GetTalkImageReviewReq) Validate

func (m *GetTalkImageReviewReq) Validate() error

Validate checks the field values on GetTalkImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkImageReviewReq) ValidateAll

func (m *GetTalkImageReviewReq) ValidateAll() error

ValidateAll checks the field values on GetTalkImageReviewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkImageReviewReqMultiError, or nil if none found.

type GetTalkImageReviewReqMultiError

type GetTalkImageReviewReqMultiError []error

GetTalkImageReviewReqMultiError is an error wrapping multiple validation errors returned by GetTalkImageReviewReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkImageReviewReqMultiError) AllErrors

func (m GetTalkImageReviewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkImageReviewReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkImageReviewReqValidationError

type GetTalkImageReviewReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkImageReviewReqValidationError is the validation error returned by GetTalkImageReviewReq.Validate if the designated constraints aren't met.

func (GetTalkImageReviewReqValidationError) Cause

Cause function returns cause value.

func (GetTalkImageReviewReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkImageReviewReqValidationError) ErrorName

ErrorName returns error name.

func (GetTalkImageReviewReqValidationError) Field

Field function returns field value.

func (GetTalkImageReviewReqValidationError) Key

Key function returns key value.

func (GetTalkImageReviewReqValidationError) Reason

Reason function returns reason value.

type GetTalkListHotReply

type GetTalkListHotReply struct {
	Talk []*GetTalkListHotReply_Talk `protobuf:"bytes,1,rep,name=talk,proto3" json:"talk,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkListHotReply) Descriptor deprecated

func (*GetTalkListHotReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListHotReply.ProtoReflect.Descriptor instead.

func (*GetTalkListHotReply) GetTalk

func (*GetTalkListHotReply) ProtoMessage

func (*GetTalkListHotReply) ProtoMessage()

func (*GetTalkListHotReply) ProtoReflect

func (x *GetTalkListHotReply) ProtoReflect() protoreflect.Message

func (*GetTalkListHotReply) Reset

func (x *GetTalkListHotReply) Reset()

func (*GetTalkListHotReply) String

func (x *GetTalkListHotReply) String() string

func (*GetTalkListHotReply) Validate

func (m *GetTalkListHotReply) Validate() error

Validate checks the field values on GetTalkListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListHotReply) ValidateAll

func (m *GetTalkListHotReply) ValidateAll() error

ValidateAll checks the field values on GetTalkListHotReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListHotReplyMultiError, or nil if none found.

type GetTalkListHotReplyMultiError

type GetTalkListHotReplyMultiError []error

GetTalkListHotReplyMultiError is an error wrapping multiple validation errors returned by GetTalkListHotReply.ValidateAll() if the designated constraints aren't met.

func (GetTalkListHotReplyMultiError) AllErrors

func (m GetTalkListHotReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkListHotReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkListHotReplyValidationError

type GetTalkListHotReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListHotReplyValidationError is the validation error returned by GetTalkListHotReply.Validate if the designated constraints aren't met.

func (GetTalkListHotReplyValidationError) Cause

Cause function returns cause value.

func (GetTalkListHotReplyValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListHotReplyValidationError) ErrorName

ErrorName returns error name.

func (GetTalkListHotReplyValidationError) Field

Field function returns field value.

func (GetTalkListHotReplyValidationError) Key

Key function returns key value.

func (GetTalkListHotReplyValidationError) Reason

Reason function returns reason value.

type GetTalkListHotReply_Talk

type GetTalkListHotReply_Talk 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 (*GetTalkListHotReply_Talk) Descriptor deprecated

func (*GetTalkListHotReply_Talk) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListHotReply_Talk.ProtoReflect.Descriptor instead.

func (*GetTalkListHotReply_Talk) GetId

func (x *GetTalkListHotReply_Talk) GetId() int32

func (*GetTalkListHotReply_Talk) GetUuid

func (x *GetTalkListHotReply_Talk) GetUuid() string

func (*GetTalkListHotReply_Talk) ProtoMessage

func (*GetTalkListHotReply_Talk) ProtoMessage()

func (*GetTalkListHotReply_Talk) ProtoReflect

func (x *GetTalkListHotReply_Talk) ProtoReflect() protoreflect.Message

func (*GetTalkListHotReply_Talk) Reset

func (x *GetTalkListHotReply_Talk) Reset()

func (*GetTalkListHotReply_Talk) String

func (x *GetTalkListHotReply_Talk) String() string

func (*GetTalkListHotReply_Talk) Validate

func (m *GetTalkListHotReply_Talk) Validate() error

Validate checks the field values on GetTalkListHotReply_Talk with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListHotReply_Talk) ValidateAll

func (m *GetTalkListHotReply_Talk) ValidateAll() error

ValidateAll checks the field values on GetTalkListHotReply_Talk with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListHotReply_TalkMultiError, or nil if none found.

type GetTalkListHotReply_TalkMultiError

type GetTalkListHotReply_TalkMultiError []error

GetTalkListHotReply_TalkMultiError is an error wrapping multiple validation errors returned by GetTalkListHotReply_Talk.ValidateAll() if the designated constraints aren't met.

func (GetTalkListHotReply_TalkMultiError) AllErrors

func (m GetTalkListHotReply_TalkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkListHotReply_TalkMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkListHotReply_TalkValidationError

type GetTalkListHotReply_TalkValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListHotReply_TalkValidationError is the validation error returned by GetTalkListHotReply_Talk.Validate if the designated constraints aren't met.

func (GetTalkListHotReply_TalkValidationError) Cause

Cause function returns cause value.

func (GetTalkListHotReply_TalkValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListHotReply_TalkValidationError) ErrorName

ErrorName returns error name.

func (GetTalkListHotReply_TalkValidationError) Field

Field function returns field value.

func (GetTalkListHotReply_TalkValidationError) Key

Key function returns key value.

func (GetTalkListHotReply_TalkValidationError) Reason

Reason function returns reason value.

type GetTalkListHotReq

type GetTalkListHotReq struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkListHotReq) Descriptor deprecated

func (*GetTalkListHotReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListHotReq.ProtoReflect.Descriptor instead.

func (*GetTalkListHotReq) GetPage

func (x *GetTalkListHotReq) GetPage() int32

func (*GetTalkListHotReq) ProtoMessage

func (*GetTalkListHotReq) ProtoMessage()

func (*GetTalkListHotReq) ProtoReflect

func (x *GetTalkListHotReq) ProtoReflect() protoreflect.Message

func (*GetTalkListHotReq) Reset

func (x *GetTalkListHotReq) Reset()

func (*GetTalkListHotReq) String

func (x *GetTalkListHotReq) String() string

func (*GetTalkListHotReq) Validate

func (m *GetTalkListHotReq) Validate() error

Validate checks the field values on GetTalkListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListHotReq) ValidateAll

func (m *GetTalkListHotReq) ValidateAll() error

ValidateAll checks the field values on GetTalkListHotReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListHotReqMultiError, or nil if none found.

type GetTalkListHotReqMultiError

type GetTalkListHotReqMultiError []error

GetTalkListHotReqMultiError is an error wrapping multiple validation errors returned by GetTalkListHotReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkListHotReqMultiError) AllErrors

func (m GetTalkListHotReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkListHotReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkListHotReqValidationError

type GetTalkListHotReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListHotReqValidationError is the validation error returned by GetTalkListHotReq.Validate if the designated constraints aren't met.

func (GetTalkListHotReqValidationError) Cause

Cause function returns cause value.

func (GetTalkListHotReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListHotReqValidationError) ErrorName

ErrorName returns error name.

func (GetTalkListHotReqValidationError) Field

Field function returns field value.

func (GetTalkListHotReqValidationError) Key

Key function returns key value.

func (GetTalkListHotReqValidationError) Reason

Reason function returns reason value.

type GetTalkListReply

type GetTalkListReply struct {
	Talk []*GetTalkListReply_Talk `protobuf:"bytes,1,rep,name=talk,proto3" json:"talk,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkListReply) Descriptor deprecated

func (*GetTalkListReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListReply.ProtoReflect.Descriptor instead.

func (*GetTalkListReply) GetTalk

func (x *GetTalkListReply) GetTalk() []*GetTalkListReply_Talk

func (*GetTalkListReply) ProtoMessage

func (*GetTalkListReply) ProtoMessage()

func (*GetTalkListReply) ProtoReflect

func (x *GetTalkListReply) ProtoReflect() protoreflect.Message

func (*GetTalkListReply) Reset

func (x *GetTalkListReply) Reset()

func (*GetTalkListReply) String

func (x *GetTalkListReply) String() string

func (*GetTalkListReply) Validate

func (m *GetTalkListReply) Validate() error

Validate checks the field values on GetTalkListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListReply) ValidateAll

func (m *GetTalkListReply) ValidateAll() error

ValidateAll checks the field values on GetTalkListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListReplyMultiError, or nil if none found.

type GetTalkListReplyMultiError

type GetTalkListReplyMultiError []error

GetTalkListReplyMultiError is an error wrapping multiple validation errors returned by GetTalkListReply.ValidateAll() if the designated constraints aren't met.

func (GetTalkListReplyMultiError) AllErrors

func (m GetTalkListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkListReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkListReplyValidationError

type GetTalkListReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListReplyValidationError is the validation error returned by GetTalkListReply.Validate if the designated constraints aren't met.

func (GetTalkListReplyValidationError) Cause

Cause function returns cause value.

func (GetTalkListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetTalkListReplyValidationError) Field

Field function returns field value.

func (GetTalkListReplyValidationError) Key

Key function returns key value.

func (GetTalkListReplyValidationError) Reason

Reason function returns reason value.

type GetTalkListReply_Talk

type GetTalkListReply_Talk 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 (*GetTalkListReply_Talk) Descriptor deprecated

func (*GetTalkListReply_Talk) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListReply_Talk.ProtoReflect.Descriptor instead.

func (*GetTalkListReply_Talk) GetId

func (x *GetTalkListReply_Talk) GetId() int32

func (*GetTalkListReply_Talk) GetUuid

func (x *GetTalkListReply_Talk) GetUuid() string

func (*GetTalkListReply_Talk) ProtoMessage

func (*GetTalkListReply_Talk) ProtoMessage()

func (*GetTalkListReply_Talk) ProtoReflect

func (x *GetTalkListReply_Talk) ProtoReflect() protoreflect.Message

func (*GetTalkListReply_Talk) Reset

func (x *GetTalkListReply_Talk) Reset()

func (*GetTalkListReply_Talk) String

func (x *GetTalkListReply_Talk) String() string

func (*GetTalkListReply_Talk) Validate

func (m *GetTalkListReply_Talk) Validate() error

Validate checks the field values on GetTalkListReply_Talk with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListReply_Talk) ValidateAll

func (m *GetTalkListReply_Talk) ValidateAll() error

ValidateAll checks the field values on GetTalkListReply_Talk with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListReply_TalkMultiError, or nil if none found.

type GetTalkListReply_TalkMultiError

type GetTalkListReply_TalkMultiError []error

GetTalkListReply_TalkMultiError is an error wrapping multiple validation errors returned by GetTalkListReply_Talk.ValidateAll() if the designated constraints aren't met.

func (GetTalkListReply_TalkMultiError) AllErrors

func (m GetTalkListReply_TalkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkListReply_TalkMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkListReply_TalkValidationError

type GetTalkListReply_TalkValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListReply_TalkValidationError is the validation error returned by GetTalkListReply_Talk.Validate if the designated constraints aren't met.

func (GetTalkListReply_TalkValidationError) Cause

Cause function returns cause value.

func (GetTalkListReply_TalkValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListReply_TalkValidationError) ErrorName

ErrorName returns error name.

func (GetTalkListReply_TalkValidationError) Field

Field function returns field value.

func (GetTalkListReply_TalkValidationError) Key

Key function returns key value.

func (GetTalkListReply_TalkValidationError) Reason

Reason function returns reason value.

type GetTalkListReq

type GetTalkListReq struct {
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkListReq) Descriptor deprecated

func (*GetTalkListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListReq.ProtoReflect.Descriptor instead.

func (*GetTalkListReq) GetPage

func (x *GetTalkListReq) GetPage() int32

func (*GetTalkListReq) ProtoMessage

func (*GetTalkListReq) ProtoMessage()

func (*GetTalkListReq) ProtoReflect

func (x *GetTalkListReq) ProtoReflect() protoreflect.Message

func (*GetTalkListReq) Reset

func (x *GetTalkListReq) Reset()

func (*GetTalkListReq) String

func (x *GetTalkListReq) String() string

func (*GetTalkListReq) Validate

func (m *GetTalkListReq) Validate() error

Validate checks the field values on GetTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListReq) ValidateAll

func (m *GetTalkListReq) ValidateAll() error

ValidateAll checks the field values on GetTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListReqMultiError, or nil if none found.

type GetTalkListReqMultiError

type GetTalkListReqMultiError []error

GetTalkListReqMultiError is an error wrapping multiple validation errors returned by GetTalkListReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkListReqMultiError) AllErrors

func (m GetTalkListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkListReqMultiError) Error

func (m GetTalkListReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetTalkListReqValidationError

type GetTalkListReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListReqValidationError is the validation error returned by GetTalkListReq.Validate if the designated constraints aren't met.

func (GetTalkListReqValidationError) Cause

Cause function returns cause value.

func (GetTalkListReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListReqValidationError) ErrorName

func (e GetTalkListReqValidationError) ErrorName() string

ErrorName returns error name.

func (GetTalkListReqValidationError) Field

Field function returns field value.

func (GetTalkListReqValidationError) Key

Key function returns key value.

func (GetTalkListReqValidationError) Reason

Reason function returns reason value.

type GetTalkListStatisticReply

type GetTalkListStatisticReply struct {
	Count []*GetTalkListStatisticReply_Count `protobuf:"bytes,1,rep,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkListStatisticReply) Descriptor deprecated

func (*GetTalkListStatisticReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListStatisticReply.ProtoReflect.Descriptor instead.

func (*GetTalkListStatisticReply) GetCount

func (*GetTalkListStatisticReply) ProtoMessage

func (*GetTalkListStatisticReply) ProtoMessage()

func (*GetTalkListStatisticReply) ProtoReflect

func (*GetTalkListStatisticReply) Reset

func (x *GetTalkListStatisticReply) Reset()

func (*GetTalkListStatisticReply) String

func (x *GetTalkListStatisticReply) String() string

func (*GetTalkListStatisticReply) Validate

func (m *GetTalkListStatisticReply) Validate() error

Validate checks the field values on GetTalkListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListStatisticReply) ValidateAll

func (m *GetTalkListStatisticReply) ValidateAll() error

ValidateAll checks the field values on GetTalkListStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListStatisticReplyMultiError, or nil if none found.

type GetTalkListStatisticReplyMultiError

type GetTalkListStatisticReplyMultiError []error

GetTalkListStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetTalkListStatisticReply.ValidateAll() if the designated constraints aren't met.

func (GetTalkListStatisticReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTalkListStatisticReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkListStatisticReplyValidationError

type GetTalkListStatisticReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListStatisticReplyValidationError is the validation error returned by GetTalkListStatisticReply.Validate if the designated constraints aren't met.

func (GetTalkListStatisticReplyValidationError) Cause

Cause function returns cause value.

func (GetTalkListStatisticReplyValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListStatisticReplyValidationError) ErrorName

ErrorName returns error name.

func (GetTalkListStatisticReplyValidationError) Field

Field function returns field value.

func (GetTalkListStatisticReplyValidationError) Key

Key function returns key value.

func (GetTalkListStatisticReplyValidationError) Reason

Reason function returns reason value.

type GetTalkListStatisticReply_Count

type GetTalkListStatisticReply_Count struct {
	Id      int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Agree   int32 `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect int32 `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"`
	View    int32 `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"`
	Comment int32 `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkListStatisticReply_Count) Descriptor deprecated

func (*GetTalkListStatisticReply_Count) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListStatisticReply_Count.ProtoReflect.Descriptor instead.

func (*GetTalkListStatisticReply_Count) GetAgree

func (x *GetTalkListStatisticReply_Count) GetAgree() int32

func (*GetTalkListStatisticReply_Count) GetCollect

func (x *GetTalkListStatisticReply_Count) GetCollect() int32

func (*GetTalkListStatisticReply_Count) GetComment

func (x *GetTalkListStatisticReply_Count) GetComment() int32

func (*GetTalkListStatisticReply_Count) GetId

func (*GetTalkListStatisticReply_Count) GetView

func (*GetTalkListStatisticReply_Count) ProtoMessage

func (*GetTalkListStatisticReply_Count) ProtoMessage()

func (*GetTalkListStatisticReply_Count) ProtoReflect

func (*GetTalkListStatisticReply_Count) Reset

func (*GetTalkListStatisticReply_Count) String

func (*GetTalkListStatisticReply_Count) Validate

func (m *GetTalkListStatisticReply_Count) Validate() error

Validate checks the field values on GetTalkListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListStatisticReply_Count) ValidateAll

func (m *GetTalkListStatisticReply_Count) ValidateAll() error

ValidateAll checks the field values on GetTalkListStatisticReply_Count with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListStatisticReply_CountMultiError, or nil if none found.

type GetTalkListStatisticReply_CountMultiError

type GetTalkListStatisticReply_CountMultiError []error

GetTalkListStatisticReply_CountMultiError is an error wrapping multiple validation errors returned by GetTalkListStatisticReply_Count.ValidateAll() if the designated constraints aren't met.

func (GetTalkListStatisticReply_CountMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetTalkListStatisticReply_CountMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkListStatisticReply_CountValidationError

type GetTalkListStatisticReply_CountValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListStatisticReply_CountValidationError is the validation error returned by GetTalkListStatisticReply_Count.Validate if the designated constraints aren't met.

func (GetTalkListStatisticReply_CountValidationError) Cause

Cause function returns cause value.

func (GetTalkListStatisticReply_CountValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListStatisticReply_CountValidationError) ErrorName

ErrorName returns error name.

func (GetTalkListStatisticReply_CountValidationError) Field

Field function returns field value.

func (GetTalkListStatisticReply_CountValidationError) Key

Key function returns key value.

func (GetTalkListStatisticReply_CountValidationError) Reason

Reason function returns reason value.

type GetTalkListStatisticReq

type GetTalkListStatisticReq struct {
	Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkListStatisticReq) Descriptor deprecated

func (*GetTalkListStatisticReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkListStatisticReq.ProtoReflect.Descriptor instead.

func (*GetTalkListStatisticReq) GetIds

func (x *GetTalkListStatisticReq) GetIds() []int32

func (*GetTalkListStatisticReq) ProtoMessage

func (*GetTalkListStatisticReq) ProtoMessage()

func (*GetTalkListStatisticReq) ProtoReflect

func (x *GetTalkListStatisticReq) ProtoReflect() protoreflect.Message

func (*GetTalkListStatisticReq) Reset

func (x *GetTalkListStatisticReq) Reset()

func (*GetTalkListStatisticReq) String

func (x *GetTalkListStatisticReq) String() string

func (*GetTalkListStatisticReq) Validate

func (m *GetTalkListStatisticReq) Validate() error

Validate checks the field values on GetTalkListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkListStatisticReq) ValidateAll

func (m *GetTalkListStatisticReq) ValidateAll() error

ValidateAll checks the field values on GetTalkListStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkListStatisticReqMultiError, or nil if none found.

type GetTalkListStatisticReqMultiError

type GetTalkListStatisticReqMultiError []error

GetTalkListStatisticReqMultiError is an error wrapping multiple validation errors returned by GetTalkListStatisticReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkListStatisticReqMultiError) AllErrors

func (m GetTalkListStatisticReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkListStatisticReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkListStatisticReqValidationError

type GetTalkListStatisticReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkListStatisticReqValidationError is the validation error returned by GetTalkListStatisticReq.Validate if the designated constraints aren't met.

func (GetTalkListStatisticReqValidationError) Cause

Cause function returns cause value.

func (GetTalkListStatisticReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkListStatisticReqValidationError) ErrorName

ErrorName returns error name.

func (GetTalkListStatisticReqValidationError) Field

Field function returns field value.

func (GetTalkListStatisticReqValidationError) Key

Key function returns key value.

func (GetTalkListStatisticReqValidationError) Reason

Reason function returns reason value.

type GetTalkSearchReply

type GetTalkSearchReply struct {
	List  []*GetTalkSearchReply_List `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	Total int32                      `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkSearchReply) Descriptor deprecated

func (*GetTalkSearchReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkSearchReply.ProtoReflect.Descriptor instead.

func (*GetTalkSearchReply) GetList

func (*GetTalkSearchReply) GetTotal

func (x *GetTalkSearchReply) GetTotal() int32

func (*GetTalkSearchReply) ProtoMessage

func (*GetTalkSearchReply) ProtoMessage()

func (*GetTalkSearchReply) ProtoReflect

func (x *GetTalkSearchReply) ProtoReflect() protoreflect.Message

func (*GetTalkSearchReply) Reset

func (x *GetTalkSearchReply) Reset()

func (*GetTalkSearchReply) String

func (x *GetTalkSearchReply) String() string

func (*GetTalkSearchReply) Validate

func (m *GetTalkSearchReply) Validate() error

Validate checks the field values on GetTalkSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkSearchReply) ValidateAll

func (m *GetTalkSearchReply) ValidateAll() error

ValidateAll checks the field values on GetTalkSearchReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkSearchReplyMultiError, or nil if none found.

type GetTalkSearchReplyMultiError

type GetTalkSearchReplyMultiError []error

GetTalkSearchReplyMultiError is an error wrapping multiple validation errors returned by GetTalkSearchReply.ValidateAll() if the designated constraints aren't met.

func (GetTalkSearchReplyMultiError) AllErrors

func (m GetTalkSearchReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkSearchReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkSearchReplyValidationError

type GetTalkSearchReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTalkSearchReplyValidationError is the validation error returned by GetTalkSearchReply.Validate if the designated constraints aren't met.

func (GetTalkSearchReplyValidationError) Cause

Cause function returns cause value.

func (GetTalkSearchReplyValidationError) Error

Error satisfies the builtin error interface

func (GetTalkSearchReplyValidationError) ErrorName

ErrorName returns error name.

func (GetTalkSearchReplyValidationError) Field

Field function returns field value.

func (GetTalkSearchReplyValidationError) Key

Key function returns key value.

func (GetTalkSearchReplyValidationError) Reason

Reason function returns reason value.

type GetTalkSearchReply_List

type GetTalkSearchReply_List struct {
	Id     int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Title  string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Tags   string `protobuf:"bytes,3,opt,name=tags,proto3" json:"tags,omitempty"`
	Text   string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	Cover  string `protobuf:"bytes,5,opt,name=cover,proto3" json:"cover,omitempty"`
	Update string `protobuf:"bytes,6,opt,name=update,proto3" json:"update,omitempty"`
	Uuid   string `protobuf:"bytes,7,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkSearchReply_List) Descriptor deprecated

func (*GetTalkSearchReply_List) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkSearchReply_List.ProtoReflect.Descriptor instead.

func (*GetTalkSearchReply_List) GetCover

func (x *GetTalkSearchReply_List) GetCover() string

func (*GetTalkSearchReply_List) GetId

func (x *GetTalkSearchReply_List) GetId() int32

func (*GetTalkSearchReply_List) GetTags

func (x *GetTalkSearchReply_List) GetTags() string

func (*GetTalkSearchReply_List) GetText

func (x *GetTalkSearchReply_List) GetText() string

func (*GetTalkSearchReply_List) GetTitle

func (x *GetTalkSearchReply_List) GetTitle() string

func (*GetTalkSearchReply_List) GetUpdate

func (x *GetTalkSearchReply_List) GetUpdate() string

func (*GetTalkSearchReply_List) GetUuid

func (x *GetTalkSearchReply_List) GetUuid() string

func (*GetTalkSearchReply_List) ProtoMessage

func (*GetTalkSearchReply_List) ProtoMessage()

func (*GetTalkSearchReply_List) ProtoReflect

func (x *GetTalkSearchReply_List) ProtoReflect() protoreflect.Message

func (*GetTalkSearchReply_List) Reset

func (x *GetTalkSearchReply_List) Reset()

func (*GetTalkSearchReply_List) String

func (x *GetTalkSearchReply_List) String() string

func (*GetTalkSearchReply_List) Validate

func (m *GetTalkSearchReply_List) Validate() error

Validate checks the field values on GetTalkSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkSearchReply_List) ValidateAll

func (m *GetTalkSearchReply_List) ValidateAll() error

ValidateAll checks the field values on GetTalkSearchReply_List with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkSearchReply_ListMultiError, or nil if none found.

type GetTalkSearchReply_ListMultiError

type GetTalkSearchReply_ListMultiError []error

GetTalkSearchReply_ListMultiError is an error wrapping multiple validation errors returned by GetTalkSearchReply_List.ValidateAll() if the designated constraints aren't met.

func (GetTalkSearchReply_ListMultiError) AllErrors

func (m GetTalkSearchReply_ListMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkSearchReply_ListMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkSearchReply_ListValidationError

type GetTalkSearchReply_ListValidationError struct {
	// contains filtered or unexported fields
}

GetTalkSearchReply_ListValidationError is the validation error returned by GetTalkSearchReply_List.Validate if the designated constraints aren't met.

func (GetTalkSearchReply_ListValidationError) Cause

Cause function returns cause value.

func (GetTalkSearchReply_ListValidationError) Error

Error satisfies the builtin error interface

func (GetTalkSearchReply_ListValidationError) ErrorName

ErrorName returns error name.

func (GetTalkSearchReply_ListValidationError) Field

Field function returns field value.

func (GetTalkSearchReply_ListValidationError) Key

Key function returns key value.

func (GetTalkSearchReply_ListValidationError) Reason

Reason function returns reason value.

type GetTalkSearchReq

type GetTalkSearchReq struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Search string `protobuf:"bytes,2,opt,name=search,proto3" json:"search,omitempty"`
	Time   string `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkSearchReq) Descriptor deprecated

func (*GetTalkSearchReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkSearchReq.ProtoReflect.Descriptor instead.

func (*GetTalkSearchReq) GetPage

func (x *GetTalkSearchReq) GetPage() int32

func (*GetTalkSearchReq) GetSearch

func (x *GetTalkSearchReq) GetSearch() string

func (*GetTalkSearchReq) GetTime

func (x *GetTalkSearchReq) GetTime() string

func (*GetTalkSearchReq) ProtoMessage

func (*GetTalkSearchReq) ProtoMessage()

func (*GetTalkSearchReq) ProtoReflect

func (x *GetTalkSearchReq) ProtoReflect() protoreflect.Message

func (*GetTalkSearchReq) Reset

func (x *GetTalkSearchReq) Reset()

func (*GetTalkSearchReq) String

func (x *GetTalkSearchReq) String() string

func (*GetTalkSearchReq) Validate

func (m *GetTalkSearchReq) Validate() error

Validate checks the field values on GetTalkSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkSearchReq) ValidateAll

func (m *GetTalkSearchReq) ValidateAll() error

ValidateAll checks the field values on GetTalkSearchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkSearchReqMultiError, or nil if none found.

type GetTalkSearchReqMultiError

type GetTalkSearchReqMultiError []error

GetTalkSearchReqMultiError is an error wrapping multiple validation errors returned by GetTalkSearchReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkSearchReqMultiError) AllErrors

func (m GetTalkSearchReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkSearchReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkSearchReqValidationError

type GetTalkSearchReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkSearchReqValidationError is the validation error returned by GetTalkSearchReq.Validate if the designated constraints aren't met.

func (GetTalkSearchReqValidationError) Cause

Cause function returns cause value.

func (GetTalkSearchReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkSearchReqValidationError) ErrorName

ErrorName returns error name.

func (GetTalkSearchReqValidationError) Field

Field function returns field value.

func (GetTalkSearchReqValidationError) Key

Key function returns key value.

func (GetTalkSearchReqValidationError) Reason

Reason function returns reason value.

type GetTalkStatisticReply

type GetTalkStatisticReply struct {
	Uuid    string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Agree   int32  `protobuf:"varint,2,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect int32  `protobuf:"varint,3,opt,name=collect,proto3" json:"collect,omitempty"`
	View    int32  `protobuf:"varint,4,opt,name=view,proto3" json:"view,omitempty"`
	Comment int32  `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkStatisticReply) Descriptor deprecated

func (*GetTalkStatisticReply) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkStatisticReply.ProtoReflect.Descriptor instead.

func (*GetTalkStatisticReply) GetAgree

func (x *GetTalkStatisticReply) GetAgree() int32

func (*GetTalkStatisticReply) GetCollect

func (x *GetTalkStatisticReply) GetCollect() int32

func (*GetTalkStatisticReply) GetComment

func (x *GetTalkStatisticReply) GetComment() int32

func (*GetTalkStatisticReply) GetUuid

func (x *GetTalkStatisticReply) GetUuid() string

func (*GetTalkStatisticReply) GetView

func (x *GetTalkStatisticReply) GetView() int32

func (*GetTalkStatisticReply) ProtoMessage

func (*GetTalkStatisticReply) ProtoMessage()

func (*GetTalkStatisticReply) ProtoReflect

func (x *GetTalkStatisticReply) ProtoReflect() protoreflect.Message

func (*GetTalkStatisticReply) Reset

func (x *GetTalkStatisticReply) Reset()

func (*GetTalkStatisticReply) String

func (x *GetTalkStatisticReply) String() string

func (*GetTalkStatisticReply) Validate

func (m *GetTalkStatisticReply) Validate() error

Validate checks the field values on GetTalkStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkStatisticReply) ValidateAll

func (m *GetTalkStatisticReply) ValidateAll() error

ValidateAll checks the field values on GetTalkStatisticReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkStatisticReplyMultiError, or nil if none found.

type GetTalkStatisticReplyMultiError

type GetTalkStatisticReplyMultiError []error

GetTalkStatisticReplyMultiError is an error wrapping multiple validation errors returned by GetTalkStatisticReply.ValidateAll() if the designated constraints aren't met.

func (GetTalkStatisticReplyMultiError) AllErrors

func (m GetTalkStatisticReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkStatisticReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkStatisticReplyValidationError

type GetTalkStatisticReplyValidationError struct {
	// contains filtered or unexported fields
}

GetTalkStatisticReplyValidationError is the validation error returned by GetTalkStatisticReply.Validate if the designated constraints aren't met.

func (GetTalkStatisticReplyValidationError) Cause

Cause function returns cause value.

func (GetTalkStatisticReplyValidationError) Error

Error satisfies the builtin error interface

func (GetTalkStatisticReplyValidationError) ErrorName

ErrorName returns error name.

func (GetTalkStatisticReplyValidationError) Field

Field function returns field value.

func (GetTalkStatisticReplyValidationError) Key

Key function returns key value.

func (GetTalkStatisticReplyValidationError) Reason

Reason function returns reason value.

type GetTalkStatisticReq

type GetTalkStatisticReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTalkStatisticReq) Descriptor deprecated

func (*GetTalkStatisticReq) Descriptor() ([]byte, []int)

Deprecated: Use GetTalkStatisticReq.ProtoReflect.Descriptor instead.

func (*GetTalkStatisticReq) GetId

func (x *GetTalkStatisticReq) GetId() int32

func (*GetTalkStatisticReq) GetUuid

func (x *GetTalkStatisticReq) GetUuid() string

func (*GetTalkStatisticReq) ProtoMessage

func (*GetTalkStatisticReq) ProtoMessage()

func (*GetTalkStatisticReq) ProtoReflect

func (x *GetTalkStatisticReq) ProtoReflect() protoreflect.Message

func (*GetTalkStatisticReq) Reset

func (x *GetTalkStatisticReq) Reset()

func (*GetTalkStatisticReq) String

func (x *GetTalkStatisticReq) String() string

func (*GetTalkStatisticReq) Validate

func (m *GetTalkStatisticReq) Validate() error

Validate checks the field values on GetTalkStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetTalkStatisticReq) ValidateAll

func (m *GetTalkStatisticReq) ValidateAll() error

ValidateAll checks the field values on GetTalkStatisticReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTalkStatisticReqMultiError, or nil if none found.

type GetTalkStatisticReqMultiError

type GetTalkStatisticReqMultiError []error

GetTalkStatisticReqMultiError is an error wrapping multiple validation errors returned by GetTalkStatisticReq.ValidateAll() if the designated constraints aren't met.

func (GetTalkStatisticReqMultiError) AllErrors

func (m GetTalkStatisticReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetTalkStatisticReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetTalkStatisticReqValidationError

type GetTalkStatisticReqValidationError struct {
	// contains filtered or unexported fields
}

GetTalkStatisticReqValidationError is the validation error returned by GetTalkStatisticReq.Validate if the designated constraints aren't met.

func (GetTalkStatisticReqValidationError) Cause

Cause function returns cause value.

func (GetTalkStatisticReqValidationError) Error

Error satisfies the builtin error interface

func (GetTalkStatisticReqValidationError) ErrorName

ErrorName returns error name.

func (GetTalkStatisticReqValidationError) Field

Field function returns field value.

func (GetTalkStatisticReqValidationError) Key

Key function returns key value.

func (GetTalkStatisticReqValidationError) Reason

Reason function returns reason value.

type GetUserArticleAgreeReply

type GetUserArticleAgreeReply struct {
	Agree map[int32]bool `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserArticleAgreeReply) Descriptor deprecated

func (*GetUserArticleAgreeReply) Descriptor() ([]byte, []int)

Deprecated: Use GetUserArticleAgreeReply.ProtoReflect.Descriptor instead.

func (*GetUserArticleAgreeReply) GetAgree

func (x *GetUserArticleAgreeReply) GetAgree() map[int32]bool

func (*GetUserArticleAgreeReply) ProtoMessage

func (*GetUserArticleAgreeReply) ProtoMessage()

func (*GetUserArticleAgreeReply) ProtoReflect

func (x *GetUserArticleAgreeReply) ProtoReflect() protoreflect.Message

func (*GetUserArticleAgreeReply) Reset

func (x *GetUserArticleAgreeReply) Reset()

func (*GetUserArticleAgreeReply) String

func (x *GetUserArticleAgreeReply) String() string

func (*GetUserArticleAgreeReply) Validate

func (m *GetUserArticleAgreeReply) Validate() error

Validate checks the field values on GetUserArticleAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserArticleAgreeReply) ValidateAll

func (m *GetUserArticleAgreeReply) ValidateAll() error

ValidateAll checks the field values on GetUserArticleAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleAgreeReplyMultiError, or nil if none found.

type GetUserArticleAgreeReplyMultiError

type GetUserArticleAgreeReplyMultiError []error

GetUserArticleAgreeReplyMultiError is an error wrapping multiple validation errors returned by GetUserArticleAgreeReply.ValidateAll() if the designated constraints aren't met.

func (GetUserArticleAgreeReplyMultiError) AllErrors

func (m GetUserArticleAgreeReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserArticleAgreeReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserArticleAgreeReplyValidationError

type GetUserArticleAgreeReplyValidationError struct {
	// contains filtered or unexported fields
}

GetUserArticleAgreeReplyValidationError is the validation error returned by GetUserArticleAgreeReply.Validate if the designated constraints aren't met.

func (GetUserArticleAgreeReplyValidationError) Cause

Cause function returns cause value.

func (GetUserArticleAgreeReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserArticleAgreeReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserArticleAgreeReplyValidationError) Field

Field function returns field value.

func (GetUserArticleAgreeReplyValidationError) Key

Key function returns key value.

func (GetUserArticleAgreeReplyValidationError) Reason

Reason function returns reason value.

type GetUserArticleAgreeReq

type GetUserArticleAgreeReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserArticleAgreeReq) Descriptor deprecated

func (*GetUserArticleAgreeReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserArticleAgreeReq.ProtoReflect.Descriptor instead.

func (*GetUserArticleAgreeReq) GetUuid

func (x *GetUserArticleAgreeReq) GetUuid() string

func (*GetUserArticleAgreeReq) ProtoMessage

func (*GetUserArticleAgreeReq) ProtoMessage()

func (*GetUserArticleAgreeReq) ProtoReflect

func (x *GetUserArticleAgreeReq) ProtoReflect() protoreflect.Message

func (*GetUserArticleAgreeReq) Reset

func (x *GetUserArticleAgreeReq) Reset()

func (*GetUserArticleAgreeReq) String

func (x *GetUserArticleAgreeReq) String() string

func (*GetUserArticleAgreeReq) Validate

func (m *GetUserArticleAgreeReq) Validate() error

Validate checks the field values on GetUserArticleAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserArticleAgreeReq) ValidateAll

func (m *GetUserArticleAgreeReq) ValidateAll() error

ValidateAll checks the field values on GetUserArticleAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleAgreeReqMultiError, or nil if none found.

type GetUserArticleAgreeReqMultiError

type GetUserArticleAgreeReqMultiError []error

GetUserArticleAgreeReqMultiError is an error wrapping multiple validation errors returned by GetUserArticleAgreeReq.ValidateAll() if the designated constraints aren't met.

func (GetUserArticleAgreeReqMultiError) AllErrors

func (m GetUserArticleAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserArticleAgreeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserArticleAgreeReqValidationError

type GetUserArticleAgreeReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserArticleAgreeReqValidationError is the validation error returned by GetUserArticleAgreeReq.Validate if the designated constraints aren't met.

func (GetUserArticleAgreeReqValidationError) Cause

Cause function returns cause value.

func (GetUserArticleAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserArticleAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserArticleAgreeReqValidationError) Field

Field function returns field value.

func (GetUserArticleAgreeReqValidationError) Key

Key function returns key value.

func (GetUserArticleAgreeReqValidationError) Reason

Reason function returns reason value.

type GetUserArticleCollectReply

type GetUserArticleCollectReply struct {
	Collect map[int32]bool `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserArticleCollectReply) Descriptor deprecated

func (*GetUserArticleCollectReply) Descriptor() ([]byte, []int)

Deprecated: Use GetUserArticleCollectReply.ProtoReflect.Descriptor instead.

func (*GetUserArticleCollectReply) GetCollect

func (x *GetUserArticleCollectReply) GetCollect() map[int32]bool

func (*GetUserArticleCollectReply) ProtoMessage

func (*GetUserArticleCollectReply) ProtoMessage()

func (*GetUserArticleCollectReply) ProtoReflect

func (*GetUserArticleCollectReply) Reset

func (x *GetUserArticleCollectReply) Reset()

func (*GetUserArticleCollectReply) String

func (x *GetUserArticleCollectReply) String() string

func (*GetUserArticleCollectReply) Validate

func (m *GetUserArticleCollectReply) Validate() error

Validate checks the field values on GetUserArticleCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserArticleCollectReply) ValidateAll

func (m *GetUserArticleCollectReply) ValidateAll() error

ValidateAll checks the field values on GetUserArticleCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleCollectReplyMultiError, or nil if none found.

type GetUserArticleCollectReplyMultiError

type GetUserArticleCollectReplyMultiError []error

GetUserArticleCollectReplyMultiError is an error wrapping multiple validation errors returned by GetUserArticleCollectReply.ValidateAll() if the designated constraints aren't met.

func (GetUserArticleCollectReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserArticleCollectReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserArticleCollectReplyValidationError

type GetUserArticleCollectReplyValidationError struct {
	// contains filtered or unexported fields
}

GetUserArticleCollectReplyValidationError is the validation error returned by GetUserArticleCollectReply.Validate if the designated constraints aren't met.

func (GetUserArticleCollectReplyValidationError) Cause

Cause function returns cause value.

func (GetUserArticleCollectReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserArticleCollectReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserArticleCollectReplyValidationError) Field

Field function returns field value.

func (GetUserArticleCollectReplyValidationError) Key

Key function returns key value.

func (GetUserArticleCollectReplyValidationError) Reason

Reason function returns reason value.

type GetUserArticleCollectReq

type GetUserArticleCollectReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserArticleCollectReq) Descriptor deprecated

func (*GetUserArticleCollectReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserArticleCollectReq.ProtoReflect.Descriptor instead.

func (*GetUserArticleCollectReq) GetUuid

func (x *GetUserArticleCollectReq) GetUuid() string

func (*GetUserArticleCollectReq) ProtoMessage

func (*GetUserArticleCollectReq) ProtoMessage()

func (*GetUserArticleCollectReq) ProtoReflect

func (x *GetUserArticleCollectReq) ProtoReflect() protoreflect.Message

func (*GetUserArticleCollectReq) Reset

func (x *GetUserArticleCollectReq) Reset()

func (*GetUserArticleCollectReq) String

func (x *GetUserArticleCollectReq) String() string

func (*GetUserArticleCollectReq) Validate

func (m *GetUserArticleCollectReq) Validate() error

Validate checks the field values on GetUserArticleCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserArticleCollectReq) ValidateAll

func (m *GetUserArticleCollectReq) ValidateAll() error

ValidateAll checks the field values on GetUserArticleCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleCollectReqMultiError, or nil if none found.

type GetUserArticleCollectReqMultiError

type GetUserArticleCollectReqMultiError []error

GetUserArticleCollectReqMultiError is an error wrapping multiple validation errors returned by GetUserArticleCollectReq.ValidateAll() if the designated constraints aren't met.

func (GetUserArticleCollectReqMultiError) AllErrors

func (m GetUserArticleCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserArticleCollectReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserArticleCollectReqValidationError

type GetUserArticleCollectReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserArticleCollectReqValidationError is the validation error returned by GetUserArticleCollectReq.Validate if the designated constraints aren't met.

func (GetUserArticleCollectReqValidationError) Cause

Cause function returns cause value.

func (GetUserArticleCollectReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserArticleCollectReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserArticleCollectReqValidationError) Field

Field function returns field value.

func (GetUserArticleCollectReqValidationError) Key

Key function returns key value.

func (GetUserArticleCollectReqValidationError) Reason

Reason function returns reason value.

type GetUserArticleListAllReq

type GetUserArticleListAllReq struct {
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserArticleListAllReq) Descriptor deprecated

func (*GetUserArticleListAllReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserArticleListAllReq.ProtoReflect.Descriptor instead.

func (*GetUserArticleListAllReq) GetUuid

func (x *GetUserArticleListAllReq) GetUuid() string

func (*GetUserArticleListAllReq) ProtoMessage

func (*GetUserArticleListAllReq) ProtoMessage()

func (*GetUserArticleListAllReq) ProtoReflect

func (x *GetUserArticleListAllReq) ProtoReflect() protoreflect.Message

func (*GetUserArticleListAllReq) Reset

func (x *GetUserArticleListAllReq) Reset()

func (*GetUserArticleListAllReq) String

func (x *GetUserArticleListAllReq) String() string

func (*GetUserArticleListAllReq) Validate

func (m *GetUserArticleListAllReq) Validate() error

Validate checks the field values on GetUserArticleListAllReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserArticleListAllReq) ValidateAll

func (m *GetUserArticleListAllReq) ValidateAll() error

ValidateAll checks the field values on GetUserArticleListAllReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleListAllReqMultiError, or nil if none found.

type GetUserArticleListAllReqMultiError

type GetUserArticleListAllReqMultiError []error

GetUserArticleListAllReqMultiError is an error wrapping multiple validation errors returned by GetUserArticleListAllReq.ValidateAll() if the designated constraints aren't met.

func (GetUserArticleListAllReqMultiError) AllErrors

func (m GetUserArticleListAllReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserArticleListAllReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserArticleListAllReqValidationError

type GetUserArticleListAllReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserArticleListAllReqValidationError is the validation error returned by GetUserArticleListAllReq.Validate if the designated constraints aren't met.

func (GetUserArticleListAllReqValidationError) Cause

Cause function returns cause value.

func (GetUserArticleListAllReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserArticleListAllReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserArticleListAllReqValidationError) Field

Field function returns field value.

func (GetUserArticleListAllReqValidationError) Key

Key function returns key value.

func (GetUserArticleListAllReqValidationError) Reason

Reason function returns reason value.

type GetUserArticleListReq

type GetUserArticleListReq 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 (*GetUserArticleListReq) Descriptor deprecated

func (*GetUserArticleListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserArticleListReq.ProtoReflect.Descriptor instead.

func (*GetUserArticleListReq) GetPage

func (x *GetUserArticleListReq) GetPage() int32

func (*GetUserArticleListReq) GetUuid

func (x *GetUserArticleListReq) GetUuid() string

func (*GetUserArticleListReq) ProtoMessage

func (*GetUserArticleListReq) ProtoMessage()

func (*GetUserArticleListReq) ProtoReflect

func (x *GetUserArticleListReq) ProtoReflect() protoreflect.Message

func (*GetUserArticleListReq) Reset

func (x *GetUserArticleListReq) Reset()

func (*GetUserArticleListReq) String

func (x *GetUserArticleListReq) String() string

func (*GetUserArticleListReq) Validate

func (m *GetUserArticleListReq) Validate() error

Validate checks the field values on GetUserArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserArticleListReq) ValidateAll

func (m *GetUserArticleListReq) ValidateAll() error

ValidateAll checks the field values on GetUserArticleListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleListReqMultiError, or nil if none found.

type GetUserArticleListReqMultiError

type GetUserArticleListReqMultiError []error

GetUserArticleListReqMultiError is an error wrapping multiple validation errors returned by GetUserArticleListReq.ValidateAll() if the designated constraints aren't met.

func (GetUserArticleListReqMultiError) AllErrors

func (m GetUserArticleListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserArticleListReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserArticleListReqValidationError

type GetUserArticleListReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserArticleListReqValidationError is the validation error returned by GetUserArticleListReq.Validate if the designated constraints aren't met.

func (GetUserArticleListReqValidationError) Cause

Cause function returns cause value.

func (GetUserArticleListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserArticleListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserArticleListReqValidationError) Field

Field function returns field value.

func (GetUserArticleListReqValidationError) Key

Key function returns key value.

func (GetUserArticleListReqValidationError) Reason

Reason function returns reason value.

type GetUserArticleListVisitorReq

type GetUserArticleListVisitorReq struct {
	Page int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserArticleListVisitorReq) Descriptor deprecated

func (*GetUserArticleListVisitorReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserArticleListVisitorReq.ProtoReflect.Descriptor instead.

func (*GetUserArticleListVisitorReq) GetPage

func (x *GetUserArticleListVisitorReq) GetPage() int32

func (*GetUserArticleListVisitorReq) GetUuid

func (x *GetUserArticleListVisitorReq) GetUuid() string

func (*GetUserArticleListVisitorReq) ProtoMessage

func (*GetUserArticleListVisitorReq) ProtoMessage()

func (*GetUserArticleListVisitorReq) ProtoReflect

func (*GetUserArticleListVisitorReq) Reset

func (x *GetUserArticleListVisitorReq) Reset()

func (*GetUserArticleListVisitorReq) String

func (*GetUserArticleListVisitorReq) Validate

func (m *GetUserArticleListVisitorReq) Validate() error

Validate checks the field values on GetUserArticleListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserArticleListVisitorReq) ValidateAll

func (m *GetUserArticleListVisitorReq) ValidateAll() error

ValidateAll checks the field values on GetUserArticleListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserArticleListVisitorReqMultiError, or nil if none found.

type GetUserArticleListVisitorReqMultiError

type GetUserArticleListVisitorReqMultiError []error

GetUserArticleListVisitorReqMultiError is an error wrapping multiple validation errors returned by GetUserArticleListVisitorReq.ValidateAll() if the designated constraints aren't met.

func (GetUserArticleListVisitorReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserArticleListVisitorReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserArticleListVisitorReqValidationError

type GetUserArticleListVisitorReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserArticleListVisitorReqValidationError is the validation error returned by GetUserArticleListVisitorReq.Validate if the designated constraints aren't met.

func (GetUserArticleListVisitorReqValidationError) Cause

Cause function returns cause value.

func (GetUserArticleListVisitorReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserArticleListVisitorReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserArticleListVisitorReqValidationError) Field

Field function returns field value.

func (GetUserArticleListVisitorReqValidationError) Key

Key function returns key value.

func (GetUserArticleListVisitorReqValidationError) Reason

Reason function returns reason value.

type GetUserColumnAgreeReply

type GetUserColumnAgreeReply struct {
	Agree map[int32]bool `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserColumnAgreeReply) Descriptor deprecated

func (*GetUserColumnAgreeReply) Descriptor() ([]byte, []int)

Deprecated: Use GetUserColumnAgreeReply.ProtoReflect.Descriptor instead.

func (*GetUserColumnAgreeReply) GetAgree

func (x *GetUserColumnAgreeReply) GetAgree() map[int32]bool

func (*GetUserColumnAgreeReply) ProtoMessage

func (*GetUserColumnAgreeReply) ProtoMessage()

func (*GetUserColumnAgreeReply) ProtoReflect

func (x *GetUserColumnAgreeReply) ProtoReflect() protoreflect.Message

func (*GetUserColumnAgreeReply) Reset

func (x *GetUserColumnAgreeReply) Reset()

func (*GetUserColumnAgreeReply) String

func (x *GetUserColumnAgreeReply) String() string

func (*GetUserColumnAgreeReply) Validate

func (m *GetUserColumnAgreeReply) Validate() error

Validate checks the field values on GetUserColumnAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserColumnAgreeReply) ValidateAll

func (m *GetUserColumnAgreeReply) ValidateAll() error

ValidateAll checks the field values on GetUserColumnAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnAgreeReplyMultiError, or nil if none found.

type GetUserColumnAgreeReplyMultiError

type GetUserColumnAgreeReplyMultiError []error

GetUserColumnAgreeReplyMultiError is an error wrapping multiple validation errors returned by GetUserColumnAgreeReply.ValidateAll() if the designated constraints aren't met.

func (GetUserColumnAgreeReplyMultiError) AllErrors

func (m GetUserColumnAgreeReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserColumnAgreeReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserColumnAgreeReplyValidationError

type GetUserColumnAgreeReplyValidationError struct {
	// contains filtered or unexported fields
}

GetUserColumnAgreeReplyValidationError is the validation error returned by GetUserColumnAgreeReply.Validate if the designated constraints aren't met.

func (GetUserColumnAgreeReplyValidationError) Cause

Cause function returns cause value.

func (GetUserColumnAgreeReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserColumnAgreeReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserColumnAgreeReplyValidationError) Field

Field function returns field value.

func (GetUserColumnAgreeReplyValidationError) Key

Key function returns key value.

func (GetUserColumnAgreeReplyValidationError) Reason

Reason function returns reason value.

type GetUserColumnAgreeReq

type GetUserColumnAgreeReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserColumnAgreeReq) Descriptor deprecated

func (*GetUserColumnAgreeReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserColumnAgreeReq.ProtoReflect.Descriptor instead.

func (*GetUserColumnAgreeReq) GetUuid

func (x *GetUserColumnAgreeReq) GetUuid() string

func (*GetUserColumnAgreeReq) ProtoMessage

func (*GetUserColumnAgreeReq) ProtoMessage()

func (*GetUserColumnAgreeReq) ProtoReflect

func (x *GetUserColumnAgreeReq) ProtoReflect() protoreflect.Message

func (*GetUserColumnAgreeReq) Reset

func (x *GetUserColumnAgreeReq) Reset()

func (*GetUserColumnAgreeReq) String

func (x *GetUserColumnAgreeReq) String() string

func (*GetUserColumnAgreeReq) Validate

func (m *GetUserColumnAgreeReq) Validate() error

Validate checks the field values on GetUserColumnAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserColumnAgreeReq) ValidateAll

func (m *GetUserColumnAgreeReq) ValidateAll() error

ValidateAll checks the field values on GetUserColumnAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnAgreeReqMultiError, or nil if none found.

type GetUserColumnAgreeReqMultiError

type GetUserColumnAgreeReqMultiError []error

GetUserColumnAgreeReqMultiError is an error wrapping multiple validation errors returned by GetUserColumnAgreeReq.ValidateAll() if the designated constraints aren't met.

func (GetUserColumnAgreeReqMultiError) AllErrors

func (m GetUserColumnAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserColumnAgreeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserColumnAgreeReqValidationError

type GetUserColumnAgreeReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserColumnAgreeReqValidationError is the validation error returned by GetUserColumnAgreeReq.Validate if the designated constraints aren't met.

func (GetUserColumnAgreeReqValidationError) Cause

Cause function returns cause value.

func (GetUserColumnAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserColumnAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserColumnAgreeReqValidationError) Field

Field function returns field value.

func (GetUserColumnAgreeReqValidationError) Key

Key function returns key value.

func (GetUserColumnAgreeReqValidationError) Reason

Reason function returns reason value.

type GetUserColumnCollectReply

type GetUserColumnCollectReply struct {
	Collect map[int32]bool `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserColumnCollectReply) Descriptor deprecated

func (*GetUserColumnCollectReply) Descriptor() ([]byte, []int)

Deprecated: Use GetUserColumnCollectReply.ProtoReflect.Descriptor instead.

func (*GetUserColumnCollectReply) GetCollect

func (x *GetUserColumnCollectReply) GetCollect() map[int32]bool

func (*GetUserColumnCollectReply) ProtoMessage

func (*GetUserColumnCollectReply) ProtoMessage()

func (*GetUserColumnCollectReply) ProtoReflect

func (*GetUserColumnCollectReply) Reset

func (x *GetUserColumnCollectReply) Reset()

func (*GetUserColumnCollectReply) String

func (x *GetUserColumnCollectReply) String() string

func (*GetUserColumnCollectReply) Validate

func (m *GetUserColumnCollectReply) Validate() error

Validate checks the field values on GetUserColumnCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserColumnCollectReply) ValidateAll

func (m *GetUserColumnCollectReply) ValidateAll() error

ValidateAll checks the field values on GetUserColumnCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnCollectReplyMultiError, or nil if none found.

type GetUserColumnCollectReplyMultiError

type GetUserColumnCollectReplyMultiError []error

GetUserColumnCollectReplyMultiError is an error wrapping multiple validation errors returned by GetUserColumnCollectReply.ValidateAll() if the designated constraints aren't met.

func (GetUserColumnCollectReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserColumnCollectReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserColumnCollectReplyValidationError

type GetUserColumnCollectReplyValidationError struct {
	// contains filtered or unexported fields
}

GetUserColumnCollectReplyValidationError is the validation error returned by GetUserColumnCollectReply.Validate if the designated constraints aren't met.

func (GetUserColumnCollectReplyValidationError) Cause

Cause function returns cause value.

func (GetUserColumnCollectReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserColumnCollectReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserColumnCollectReplyValidationError) Field

Field function returns field value.

func (GetUserColumnCollectReplyValidationError) Key

Key function returns key value.

func (GetUserColumnCollectReplyValidationError) Reason

Reason function returns reason value.

type GetUserColumnCollectReq

type GetUserColumnCollectReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserColumnCollectReq) Descriptor deprecated

func (*GetUserColumnCollectReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserColumnCollectReq.ProtoReflect.Descriptor instead.

func (*GetUserColumnCollectReq) GetUuid

func (x *GetUserColumnCollectReq) GetUuid() string

func (*GetUserColumnCollectReq) ProtoMessage

func (*GetUserColumnCollectReq) ProtoMessage()

func (*GetUserColumnCollectReq) ProtoReflect

func (x *GetUserColumnCollectReq) ProtoReflect() protoreflect.Message

func (*GetUserColumnCollectReq) Reset

func (x *GetUserColumnCollectReq) Reset()

func (*GetUserColumnCollectReq) String

func (x *GetUserColumnCollectReq) String() string

func (*GetUserColumnCollectReq) Validate

func (m *GetUserColumnCollectReq) Validate() error

Validate checks the field values on GetUserColumnCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserColumnCollectReq) ValidateAll

func (m *GetUserColumnCollectReq) ValidateAll() error

ValidateAll checks the field values on GetUserColumnCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnCollectReqMultiError, or nil if none found.

type GetUserColumnCollectReqMultiError

type GetUserColumnCollectReqMultiError []error

GetUserColumnCollectReqMultiError is an error wrapping multiple validation errors returned by GetUserColumnCollectReq.ValidateAll() if the designated constraints aren't met.

func (GetUserColumnCollectReqMultiError) AllErrors

func (m GetUserColumnCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserColumnCollectReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserColumnCollectReqValidationError

type GetUserColumnCollectReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserColumnCollectReqValidationError is the validation error returned by GetUserColumnCollectReq.Validate if the designated constraints aren't met.

func (GetUserColumnCollectReqValidationError) Cause

Cause function returns cause value.

func (GetUserColumnCollectReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserColumnCollectReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserColumnCollectReqValidationError) Field

Field function returns field value.

func (GetUserColumnCollectReqValidationError) Key

Key function returns key value.

func (GetUserColumnCollectReqValidationError) Reason

Reason function returns reason value.

type GetUserColumnListReq

type GetUserColumnListReq 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 (*GetUserColumnListReq) Descriptor deprecated

func (*GetUserColumnListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserColumnListReq.ProtoReflect.Descriptor instead.

func (*GetUserColumnListReq) GetPage

func (x *GetUserColumnListReq) GetPage() int32

func (*GetUserColumnListReq) GetUuid

func (x *GetUserColumnListReq) GetUuid() string

func (*GetUserColumnListReq) ProtoMessage

func (*GetUserColumnListReq) ProtoMessage()

func (*GetUserColumnListReq) ProtoReflect

func (x *GetUserColumnListReq) ProtoReflect() protoreflect.Message

func (*GetUserColumnListReq) Reset

func (x *GetUserColumnListReq) Reset()

func (*GetUserColumnListReq) String

func (x *GetUserColumnListReq) String() string

func (*GetUserColumnListReq) Validate

func (m *GetUserColumnListReq) Validate() error

Validate checks the field values on GetUserColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserColumnListReq) ValidateAll

func (m *GetUserColumnListReq) ValidateAll() error

ValidateAll checks the field values on GetUserColumnListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnListReqMultiError, or nil if none found.

type GetUserColumnListReqMultiError

type GetUserColumnListReqMultiError []error

GetUserColumnListReqMultiError is an error wrapping multiple validation errors returned by GetUserColumnListReq.ValidateAll() if the designated constraints aren't met.

func (GetUserColumnListReqMultiError) AllErrors

func (m GetUserColumnListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserColumnListReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserColumnListReqValidationError

type GetUserColumnListReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserColumnListReqValidationError is the validation error returned by GetUserColumnListReq.Validate if the designated constraints aren't met.

func (GetUserColumnListReqValidationError) Cause

Cause function returns cause value.

func (GetUserColumnListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserColumnListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserColumnListReqValidationError) Field

Field function returns field value.

func (GetUserColumnListReqValidationError) Key

Key function returns key value.

func (GetUserColumnListReqValidationError) Reason

Reason function returns reason value.

type GetUserColumnListVisitorReq

type GetUserColumnListVisitorReq struct {
	Page int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserColumnListVisitorReq) Descriptor deprecated

func (*GetUserColumnListVisitorReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserColumnListVisitorReq.ProtoReflect.Descriptor instead.

func (*GetUserColumnListVisitorReq) GetPage

func (x *GetUserColumnListVisitorReq) GetPage() int32

func (*GetUserColumnListVisitorReq) GetUuid

func (x *GetUserColumnListVisitorReq) GetUuid() string

func (*GetUserColumnListVisitorReq) ProtoMessage

func (*GetUserColumnListVisitorReq) ProtoMessage()

func (*GetUserColumnListVisitorReq) ProtoReflect

func (*GetUserColumnListVisitorReq) Reset

func (x *GetUserColumnListVisitorReq) Reset()

func (*GetUserColumnListVisitorReq) String

func (x *GetUserColumnListVisitorReq) String() string

func (*GetUserColumnListVisitorReq) Validate

func (m *GetUserColumnListVisitorReq) Validate() error

Validate checks the field values on GetUserColumnListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserColumnListVisitorReq) ValidateAll

func (m *GetUserColumnListVisitorReq) ValidateAll() error

ValidateAll checks the field values on GetUserColumnListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserColumnListVisitorReqMultiError, or nil if none found.

type GetUserColumnListVisitorReqMultiError

type GetUserColumnListVisitorReqMultiError []error

GetUserColumnListVisitorReqMultiError is an error wrapping multiple validation errors returned by GetUserColumnListVisitorReq.ValidateAll() if the designated constraints aren't met.

func (GetUserColumnListVisitorReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserColumnListVisitorReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserColumnListVisitorReqValidationError

type GetUserColumnListVisitorReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserColumnListVisitorReqValidationError is the validation error returned by GetUserColumnListVisitorReq.Validate if the designated constraints aren't met.

func (GetUserColumnListVisitorReqValidationError) Cause

Cause function returns cause value.

func (GetUserColumnListVisitorReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserColumnListVisitorReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserColumnListVisitorReqValidationError) Field

Field function returns field value.

func (GetUserColumnListVisitorReqValidationError) Key

Key function returns key value.

func (GetUserColumnListVisitorReqValidationError) Reason

Reason function returns reason value.

type GetUserSubscribeColumnReply

type GetUserSubscribeColumnReply struct {
	Subscribe map[int32]bool `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserSubscribeColumnReply) Descriptor deprecated

func (*GetUserSubscribeColumnReply) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubscribeColumnReply.ProtoReflect.Descriptor instead.

func (*GetUserSubscribeColumnReply) GetSubscribe

func (x *GetUserSubscribeColumnReply) GetSubscribe() map[int32]bool

func (*GetUserSubscribeColumnReply) ProtoMessage

func (*GetUserSubscribeColumnReply) ProtoMessage()

func (*GetUserSubscribeColumnReply) ProtoReflect

func (*GetUserSubscribeColumnReply) Reset

func (x *GetUserSubscribeColumnReply) Reset()

func (*GetUserSubscribeColumnReply) String

func (x *GetUserSubscribeColumnReply) String() string

func (*GetUserSubscribeColumnReply) Validate

func (m *GetUserSubscribeColumnReply) Validate() error

Validate checks the field values on GetUserSubscribeColumnReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserSubscribeColumnReply) ValidateAll

func (m *GetUserSubscribeColumnReply) ValidateAll() error

ValidateAll checks the field values on GetUserSubscribeColumnReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubscribeColumnReplyMultiError, or nil if none found.

type GetUserSubscribeColumnReplyMultiError

type GetUserSubscribeColumnReplyMultiError []error

GetUserSubscribeColumnReplyMultiError is an error wrapping multiple validation errors returned by GetUserSubscribeColumnReply.ValidateAll() if the designated constraints aren't met.

func (GetUserSubscribeColumnReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserSubscribeColumnReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserSubscribeColumnReplyValidationError

type GetUserSubscribeColumnReplyValidationError struct {
	// contains filtered or unexported fields
}

GetUserSubscribeColumnReplyValidationError is the validation error returned by GetUserSubscribeColumnReply.Validate if the designated constraints aren't met.

func (GetUserSubscribeColumnReplyValidationError) Cause

Cause function returns cause value.

func (GetUserSubscribeColumnReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubscribeColumnReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubscribeColumnReplyValidationError) Field

Field function returns field value.

func (GetUserSubscribeColumnReplyValidationError) Key

Key function returns key value.

func (GetUserSubscribeColumnReplyValidationError) Reason

Reason function returns reason value.

type GetUserSubscribeColumnReq

type GetUserSubscribeColumnReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserSubscribeColumnReq) Descriptor deprecated

func (*GetUserSubscribeColumnReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserSubscribeColumnReq.ProtoReflect.Descriptor instead.

func (*GetUserSubscribeColumnReq) GetUuid

func (x *GetUserSubscribeColumnReq) GetUuid() string

func (*GetUserSubscribeColumnReq) ProtoMessage

func (*GetUserSubscribeColumnReq) ProtoMessage()

func (*GetUserSubscribeColumnReq) ProtoReflect

func (*GetUserSubscribeColumnReq) Reset

func (x *GetUserSubscribeColumnReq) Reset()

func (*GetUserSubscribeColumnReq) String

func (x *GetUserSubscribeColumnReq) String() string

func (*GetUserSubscribeColumnReq) Validate

func (m *GetUserSubscribeColumnReq) Validate() error

Validate checks the field values on GetUserSubscribeColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserSubscribeColumnReq) ValidateAll

func (m *GetUserSubscribeColumnReq) ValidateAll() error

ValidateAll checks the field values on GetUserSubscribeColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserSubscribeColumnReqMultiError, or nil if none found.

type GetUserSubscribeColumnReqMultiError

type GetUserSubscribeColumnReqMultiError []error

GetUserSubscribeColumnReqMultiError is an error wrapping multiple validation errors returned by GetUserSubscribeColumnReq.ValidateAll() if the designated constraints aren't met.

func (GetUserSubscribeColumnReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserSubscribeColumnReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserSubscribeColumnReqValidationError

type GetUserSubscribeColumnReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserSubscribeColumnReqValidationError is the validation error returned by GetUserSubscribeColumnReq.Validate if the designated constraints aren't met.

func (GetUserSubscribeColumnReqValidationError) Cause

Cause function returns cause value.

func (GetUserSubscribeColumnReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserSubscribeColumnReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserSubscribeColumnReqValidationError) Field

Field function returns field value.

func (GetUserSubscribeColumnReqValidationError) Key

Key function returns key value.

func (GetUserSubscribeColumnReqValidationError) Reason

Reason function returns reason value.

type GetUserTalkAgreeReply

type GetUserTalkAgreeReply struct {
	Agree map[int32]bool `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserTalkAgreeReply) Descriptor deprecated

func (*GetUserTalkAgreeReply) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTalkAgreeReply.ProtoReflect.Descriptor instead.

func (*GetUserTalkAgreeReply) GetAgree

func (x *GetUserTalkAgreeReply) GetAgree() map[int32]bool

func (*GetUserTalkAgreeReply) ProtoMessage

func (*GetUserTalkAgreeReply) ProtoMessage()

func (*GetUserTalkAgreeReply) ProtoReflect

func (x *GetUserTalkAgreeReply) ProtoReflect() protoreflect.Message

func (*GetUserTalkAgreeReply) Reset

func (x *GetUserTalkAgreeReply) Reset()

func (*GetUserTalkAgreeReply) String

func (x *GetUserTalkAgreeReply) String() string

func (*GetUserTalkAgreeReply) Validate

func (m *GetUserTalkAgreeReply) Validate() error

Validate checks the field values on GetUserTalkAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTalkAgreeReply) ValidateAll

func (m *GetUserTalkAgreeReply) ValidateAll() error

ValidateAll checks the field values on GetUserTalkAgreeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkAgreeReplyMultiError, or nil if none found.

type GetUserTalkAgreeReplyMultiError

type GetUserTalkAgreeReplyMultiError []error

GetUserTalkAgreeReplyMultiError is an error wrapping multiple validation errors returned by GetUserTalkAgreeReply.ValidateAll() if the designated constraints aren't met.

func (GetUserTalkAgreeReplyMultiError) AllErrors

func (m GetUserTalkAgreeReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserTalkAgreeReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTalkAgreeReplyValidationError

type GetUserTalkAgreeReplyValidationError struct {
	// contains filtered or unexported fields
}

GetUserTalkAgreeReplyValidationError is the validation error returned by GetUserTalkAgreeReply.Validate if the designated constraints aren't met.

func (GetUserTalkAgreeReplyValidationError) Cause

Cause function returns cause value.

func (GetUserTalkAgreeReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserTalkAgreeReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserTalkAgreeReplyValidationError) Field

Field function returns field value.

func (GetUserTalkAgreeReplyValidationError) Key

Key function returns key value.

func (GetUserTalkAgreeReplyValidationError) Reason

Reason function returns reason value.

type GetUserTalkAgreeReq

type GetUserTalkAgreeReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserTalkAgreeReq) Descriptor deprecated

func (*GetUserTalkAgreeReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTalkAgreeReq.ProtoReflect.Descriptor instead.

func (*GetUserTalkAgreeReq) GetUuid

func (x *GetUserTalkAgreeReq) GetUuid() string

func (*GetUserTalkAgreeReq) ProtoMessage

func (*GetUserTalkAgreeReq) ProtoMessage()

func (*GetUserTalkAgreeReq) ProtoReflect

func (x *GetUserTalkAgreeReq) ProtoReflect() protoreflect.Message

func (*GetUserTalkAgreeReq) Reset

func (x *GetUserTalkAgreeReq) Reset()

func (*GetUserTalkAgreeReq) String

func (x *GetUserTalkAgreeReq) String() string

func (*GetUserTalkAgreeReq) Validate

func (m *GetUserTalkAgreeReq) Validate() error

Validate checks the field values on GetUserTalkAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTalkAgreeReq) ValidateAll

func (m *GetUserTalkAgreeReq) ValidateAll() error

ValidateAll checks the field values on GetUserTalkAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkAgreeReqMultiError, or nil if none found.

type GetUserTalkAgreeReqMultiError

type GetUserTalkAgreeReqMultiError []error

GetUserTalkAgreeReqMultiError is an error wrapping multiple validation errors returned by GetUserTalkAgreeReq.ValidateAll() if the designated constraints aren't met.

func (GetUserTalkAgreeReqMultiError) AllErrors

func (m GetUserTalkAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserTalkAgreeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTalkAgreeReqValidationError

type GetUserTalkAgreeReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserTalkAgreeReqValidationError is the validation error returned by GetUserTalkAgreeReq.Validate if the designated constraints aren't met.

func (GetUserTalkAgreeReqValidationError) Cause

Cause function returns cause value.

func (GetUserTalkAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserTalkAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserTalkAgreeReqValidationError) Field

Field function returns field value.

func (GetUserTalkAgreeReqValidationError) Key

Key function returns key value.

func (GetUserTalkAgreeReqValidationError) Reason

Reason function returns reason value.

type GetUserTalkCollectReply

type GetUserTalkCollectReply struct {
	Collect map[int32]bool `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserTalkCollectReply) Descriptor deprecated

func (*GetUserTalkCollectReply) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTalkCollectReply.ProtoReflect.Descriptor instead.

func (*GetUserTalkCollectReply) GetCollect

func (x *GetUserTalkCollectReply) GetCollect() map[int32]bool

func (*GetUserTalkCollectReply) ProtoMessage

func (*GetUserTalkCollectReply) ProtoMessage()

func (*GetUserTalkCollectReply) ProtoReflect

func (x *GetUserTalkCollectReply) ProtoReflect() protoreflect.Message

func (*GetUserTalkCollectReply) Reset

func (x *GetUserTalkCollectReply) Reset()

func (*GetUserTalkCollectReply) String

func (x *GetUserTalkCollectReply) String() string

func (*GetUserTalkCollectReply) Validate

func (m *GetUserTalkCollectReply) Validate() error

Validate checks the field values on GetUserTalkCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTalkCollectReply) ValidateAll

func (m *GetUserTalkCollectReply) ValidateAll() error

ValidateAll checks the field values on GetUserTalkCollectReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkCollectReplyMultiError, or nil if none found.

type GetUserTalkCollectReplyMultiError

type GetUserTalkCollectReplyMultiError []error

GetUserTalkCollectReplyMultiError is an error wrapping multiple validation errors returned by GetUserTalkCollectReply.ValidateAll() if the designated constraints aren't met.

func (GetUserTalkCollectReplyMultiError) AllErrors

func (m GetUserTalkCollectReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserTalkCollectReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTalkCollectReplyValidationError

type GetUserTalkCollectReplyValidationError struct {
	// contains filtered or unexported fields
}

GetUserTalkCollectReplyValidationError is the validation error returned by GetUserTalkCollectReply.Validate if the designated constraints aren't met.

func (GetUserTalkCollectReplyValidationError) Cause

Cause function returns cause value.

func (GetUserTalkCollectReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserTalkCollectReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserTalkCollectReplyValidationError) Field

Field function returns field value.

func (GetUserTalkCollectReplyValidationError) Key

Key function returns key value.

func (GetUserTalkCollectReplyValidationError) Reason

Reason function returns reason value.

type GetUserTalkCollectReq

type GetUserTalkCollectReq struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserTalkCollectReq) Descriptor deprecated

func (*GetUserTalkCollectReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTalkCollectReq.ProtoReflect.Descriptor instead.

func (*GetUserTalkCollectReq) GetUuid

func (x *GetUserTalkCollectReq) GetUuid() string

func (*GetUserTalkCollectReq) ProtoMessage

func (*GetUserTalkCollectReq) ProtoMessage()

func (*GetUserTalkCollectReq) ProtoReflect

func (x *GetUserTalkCollectReq) ProtoReflect() protoreflect.Message

func (*GetUserTalkCollectReq) Reset

func (x *GetUserTalkCollectReq) Reset()

func (*GetUserTalkCollectReq) String

func (x *GetUserTalkCollectReq) String() string

func (*GetUserTalkCollectReq) Validate

func (m *GetUserTalkCollectReq) Validate() error

Validate checks the field values on GetUserTalkCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTalkCollectReq) ValidateAll

func (m *GetUserTalkCollectReq) ValidateAll() error

ValidateAll checks the field values on GetUserTalkCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkCollectReqMultiError, or nil if none found.

type GetUserTalkCollectReqMultiError

type GetUserTalkCollectReqMultiError []error

GetUserTalkCollectReqMultiError is an error wrapping multiple validation errors returned by GetUserTalkCollectReq.ValidateAll() if the designated constraints aren't met.

func (GetUserTalkCollectReqMultiError) AllErrors

func (m GetUserTalkCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserTalkCollectReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTalkCollectReqValidationError

type GetUserTalkCollectReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserTalkCollectReqValidationError is the validation error returned by GetUserTalkCollectReq.Validate if the designated constraints aren't met.

func (GetUserTalkCollectReqValidationError) Cause

Cause function returns cause value.

func (GetUserTalkCollectReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserTalkCollectReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserTalkCollectReqValidationError) Field

Field function returns field value.

func (GetUserTalkCollectReqValidationError) Key

Key function returns key value.

func (GetUserTalkCollectReqValidationError) Reason

Reason function returns reason value.

type GetUserTalkListReq

type GetUserTalkListReq 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 (*GetUserTalkListReq) Descriptor deprecated

func (*GetUserTalkListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTalkListReq.ProtoReflect.Descriptor instead.

func (*GetUserTalkListReq) GetPage

func (x *GetUserTalkListReq) GetPage() int32

func (*GetUserTalkListReq) GetUuid

func (x *GetUserTalkListReq) GetUuid() string

func (*GetUserTalkListReq) ProtoMessage

func (*GetUserTalkListReq) ProtoMessage()

func (*GetUserTalkListReq) ProtoReflect

func (x *GetUserTalkListReq) ProtoReflect() protoreflect.Message

func (*GetUserTalkListReq) Reset

func (x *GetUserTalkListReq) Reset()

func (*GetUserTalkListReq) String

func (x *GetUserTalkListReq) String() string

func (*GetUserTalkListReq) Validate

func (m *GetUserTalkListReq) Validate() error

Validate checks the field values on GetUserTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTalkListReq) ValidateAll

func (m *GetUserTalkListReq) ValidateAll() error

ValidateAll checks the field values on GetUserTalkListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkListReqMultiError, or nil if none found.

type GetUserTalkListReqMultiError

type GetUserTalkListReqMultiError []error

GetUserTalkListReqMultiError is an error wrapping multiple validation errors returned by GetUserTalkListReq.ValidateAll() if the designated constraints aren't met.

func (GetUserTalkListReqMultiError) AllErrors

func (m GetUserTalkListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserTalkListReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTalkListReqValidationError

type GetUserTalkListReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserTalkListReqValidationError is the validation error returned by GetUserTalkListReq.Validate if the designated constraints aren't met.

func (GetUserTalkListReqValidationError) Cause

Cause function returns cause value.

func (GetUserTalkListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserTalkListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserTalkListReqValidationError) Field

Field function returns field value.

func (GetUserTalkListReqValidationError) Key

Key function returns key value.

func (GetUserTalkListReqValidationError) Reason

Reason function returns reason value.

type GetUserTalkListVisitorReq

type GetUserTalkListVisitorReq struct {
	Page int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserTalkListVisitorReq) Descriptor deprecated

func (*GetUserTalkListVisitorReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTalkListVisitorReq.ProtoReflect.Descriptor instead.

func (*GetUserTalkListVisitorReq) GetPage

func (x *GetUserTalkListVisitorReq) GetPage() int32

func (*GetUserTalkListVisitorReq) GetUuid

func (x *GetUserTalkListVisitorReq) GetUuid() string

func (*GetUserTalkListVisitorReq) ProtoMessage

func (*GetUserTalkListVisitorReq) ProtoMessage()

func (*GetUserTalkListVisitorReq) ProtoReflect

func (*GetUserTalkListVisitorReq) Reset

func (x *GetUserTalkListVisitorReq) Reset()

func (*GetUserTalkListVisitorReq) String

func (x *GetUserTalkListVisitorReq) String() string

func (*GetUserTalkListVisitorReq) Validate

func (m *GetUserTalkListVisitorReq) Validate() error

Validate checks the field values on GetUserTalkListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTalkListVisitorReq) ValidateAll

func (m *GetUserTalkListVisitorReq) ValidateAll() error

ValidateAll checks the field values on GetUserTalkListVisitorReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTalkListVisitorReqMultiError, or nil if none found.

type GetUserTalkListVisitorReqMultiError

type GetUserTalkListVisitorReqMultiError []error

GetUserTalkListVisitorReqMultiError is an error wrapping multiple validation errors returned by GetUserTalkListVisitorReq.ValidateAll() if the designated constraints aren't met.

func (GetUserTalkListVisitorReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserTalkListVisitorReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTalkListVisitorReqValidationError

type GetUserTalkListVisitorReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserTalkListVisitorReqValidationError is the validation error returned by GetUserTalkListVisitorReq.Validate if the designated constraints aren't met.

func (GetUserTalkListVisitorReqValidationError) Cause

Cause function returns cause value.

func (GetUserTalkListVisitorReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserTalkListVisitorReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserTalkListVisitorReqValidationError) Field

Field function returns field value.

func (GetUserTalkListVisitorReqValidationError) Key

Key function returns key value.

func (GetUserTalkListVisitorReqValidationError) Reason

Reason function returns reason value.

type GetUserTimeLineListReply

type GetUserTimeLineListReply struct {
	Timeline []*GetUserTimeLineListReply_TimeLine `protobuf:"bytes,1,rep,name=timeline,proto3" json:"timeline,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserTimeLineListReply) Descriptor deprecated

func (*GetUserTimeLineListReply) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTimeLineListReply.ProtoReflect.Descriptor instead.

func (*GetUserTimeLineListReply) GetTimeline

func (*GetUserTimeLineListReply) ProtoMessage

func (*GetUserTimeLineListReply) ProtoMessage()

func (*GetUserTimeLineListReply) ProtoReflect

func (x *GetUserTimeLineListReply) ProtoReflect() protoreflect.Message

func (*GetUserTimeLineListReply) Reset

func (x *GetUserTimeLineListReply) Reset()

func (*GetUserTimeLineListReply) String

func (x *GetUserTimeLineListReply) String() string

func (*GetUserTimeLineListReply) Validate

func (m *GetUserTimeLineListReply) Validate() error

Validate checks the field values on GetUserTimeLineListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTimeLineListReply) ValidateAll

func (m *GetUserTimeLineListReply) ValidateAll() error

ValidateAll checks the field values on GetUserTimeLineListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTimeLineListReplyMultiError, or nil if none found.

type GetUserTimeLineListReplyMultiError

type GetUserTimeLineListReplyMultiError []error

GetUserTimeLineListReplyMultiError is an error wrapping multiple validation errors returned by GetUserTimeLineListReply.ValidateAll() if the designated constraints aren't met.

func (GetUserTimeLineListReplyMultiError) AllErrors

func (m GetUserTimeLineListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserTimeLineListReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTimeLineListReplyValidationError

type GetUserTimeLineListReplyValidationError struct {
	// contains filtered or unexported fields
}

GetUserTimeLineListReplyValidationError is the validation error returned by GetUserTimeLineListReply.Validate if the designated constraints aren't met.

func (GetUserTimeLineListReplyValidationError) Cause

Cause function returns cause value.

func (GetUserTimeLineListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetUserTimeLineListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetUserTimeLineListReplyValidationError) Field

Field function returns field value.

func (GetUserTimeLineListReplyValidationError) Key

Key function returns key value.

func (GetUserTimeLineListReplyValidationError) Reason

Reason function returns reason value.

type GetUserTimeLineListReply_TimeLine

type GetUserTimeLineListReply_TimeLine struct {
	Id         int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid       string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	CreationId int32  `protobuf:"varint,3,opt,name=creation_id,json=creationId,proto3" json:"creation_id,omitempty"`
	Mode       int32  `protobuf:"varint,4,opt,name=mode,proto3" json:"mode,omitempty"`
	Agree      int32  `protobuf:"varint,5,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect    int32  `protobuf:"varint,6,opt,name=collect,proto3" json:"collect,omitempty"`
	View       int32  `protobuf:"varint,7,opt,name=view,proto3" json:"view,omitempty"`
	Comment    int32  `protobuf:"varint,8,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserTimeLineListReply_TimeLine) Descriptor deprecated

func (*GetUserTimeLineListReply_TimeLine) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTimeLineListReply_TimeLine.ProtoReflect.Descriptor instead.

func (*GetUserTimeLineListReply_TimeLine) GetAgree

func (*GetUserTimeLineListReply_TimeLine) GetCollect

func (x *GetUserTimeLineListReply_TimeLine) GetCollect() int32

func (*GetUserTimeLineListReply_TimeLine) GetComment

func (x *GetUserTimeLineListReply_TimeLine) GetComment() int32

func (*GetUserTimeLineListReply_TimeLine) GetCreationId

func (x *GetUserTimeLineListReply_TimeLine) GetCreationId() int32

func (*GetUserTimeLineListReply_TimeLine) GetId

func (*GetUserTimeLineListReply_TimeLine) GetMode

func (*GetUserTimeLineListReply_TimeLine) GetUuid

func (*GetUserTimeLineListReply_TimeLine) GetView

func (*GetUserTimeLineListReply_TimeLine) ProtoMessage

func (*GetUserTimeLineListReply_TimeLine) ProtoMessage()

func (*GetUserTimeLineListReply_TimeLine) ProtoReflect

func (*GetUserTimeLineListReply_TimeLine) Reset

func (*GetUserTimeLineListReply_TimeLine) String

func (*GetUserTimeLineListReply_TimeLine) Validate

Validate checks the field values on GetUserTimeLineListReply_TimeLine with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTimeLineListReply_TimeLine) ValidateAll

func (m *GetUserTimeLineListReply_TimeLine) ValidateAll() error

ValidateAll checks the field values on GetUserTimeLineListReply_TimeLine with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTimeLineListReply_TimeLineMultiError, or nil if none found.

type GetUserTimeLineListReply_TimeLineMultiError

type GetUserTimeLineListReply_TimeLineMultiError []error

GetUserTimeLineListReply_TimeLineMultiError is an error wrapping multiple validation errors returned by GetUserTimeLineListReply_TimeLine.ValidateAll() if the designated constraints aren't met.

func (GetUserTimeLineListReply_TimeLineMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserTimeLineListReply_TimeLineMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTimeLineListReply_TimeLineValidationError

type GetUserTimeLineListReply_TimeLineValidationError struct {
	// contains filtered or unexported fields
}

GetUserTimeLineListReply_TimeLineValidationError is the validation error returned by GetUserTimeLineListReply_TimeLine.Validate if the designated constraints aren't met.

func (GetUserTimeLineListReply_TimeLineValidationError) Cause

Cause function returns cause value.

func (GetUserTimeLineListReply_TimeLineValidationError) Error

Error satisfies the builtin error interface

func (GetUserTimeLineListReply_TimeLineValidationError) ErrorName

ErrorName returns error name.

func (GetUserTimeLineListReply_TimeLineValidationError) Field

Field function returns field value.

func (GetUserTimeLineListReply_TimeLineValidationError) Key

Key function returns key value.

func (GetUserTimeLineListReply_TimeLineValidationError) Reason

Reason function returns reason value.

type GetUserTimeLineListReq

type GetUserTimeLineListReq struct {
	Page int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserTimeLineListReq) Descriptor deprecated

func (*GetUserTimeLineListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserTimeLineListReq.ProtoReflect.Descriptor instead.

func (*GetUserTimeLineListReq) GetPage

func (x *GetUserTimeLineListReq) GetPage() int32

func (*GetUserTimeLineListReq) GetUuid

func (x *GetUserTimeLineListReq) GetUuid() string

func (*GetUserTimeLineListReq) ProtoMessage

func (*GetUserTimeLineListReq) ProtoMessage()

func (*GetUserTimeLineListReq) ProtoReflect

func (x *GetUserTimeLineListReq) ProtoReflect() protoreflect.Message

func (*GetUserTimeLineListReq) Reset

func (x *GetUserTimeLineListReq) Reset()

func (*GetUserTimeLineListReq) String

func (x *GetUserTimeLineListReq) String() string

func (*GetUserTimeLineListReq) Validate

func (m *GetUserTimeLineListReq) Validate() error

Validate checks the field values on GetUserTimeLineListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserTimeLineListReq) ValidateAll

func (m *GetUserTimeLineListReq) ValidateAll() error

ValidateAll checks the field values on GetUserTimeLineListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserTimeLineListReqMultiError, or nil if none found.

type GetUserTimeLineListReqMultiError

type GetUserTimeLineListReqMultiError []error

GetUserTimeLineListReqMultiError is an error wrapping multiple validation errors returned by GetUserTimeLineListReq.ValidateAll() if the designated constraints aren't met.

func (GetUserTimeLineListReqMultiError) AllErrors

func (m GetUserTimeLineListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserTimeLineListReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserTimeLineListReqValidationError

type GetUserTimeLineListReqValidationError struct {
	// contains filtered or unexported fields
}

GetUserTimeLineListReqValidationError is the validation error returned by GetUserTimeLineListReq.Validate if the designated constraints aren't met.

func (GetUserTimeLineListReqValidationError) Cause

Cause function returns cause value.

func (GetUserTimeLineListReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserTimeLineListReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserTimeLineListReqValidationError) Field

Field function returns field value.

func (GetUserTimeLineListReqValidationError) Key

Key function returns key value.

func (GetUserTimeLineListReqValidationError) Reason

Reason function returns reason value.

type ReduceCreationCommentReq

type ReduceCreationCommentReq struct {
	CreationId   int32  `protobuf:"varint,1,opt,name=creationId,proto3" json:"creationId,omitempty"`
	CreationType int32  `protobuf:"varint,2,opt,name=creationType,proto3" json:"creationType,omitempty"`
	Uuid         string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ReduceCreationCommentReq) Descriptor deprecated

func (*ReduceCreationCommentReq) Descriptor() ([]byte, []int)

Deprecated: Use ReduceCreationCommentReq.ProtoReflect.Descriptor instead.

func (*ReduceCreationCommentReq) GetCreationId

func (x *ReduceCreationCommentReq) GetCreationId() int32

func (*ReduceCreationCommentReq) GetCreationType

func (x *ReduceCreationCommentReq) GetCreationType() int32

func (*ReduceCreationCommentReq) GetUuid

func (x *ReduceCreationCommentReq) GetUuid() string

func (*ReduceCreationCommentReq) ProtoMessage

func (*ReduceCreationCommentReq) ProtoMessage()

func (*ReduceCreationCommentReq) ProtoReflect

func (x *ReduceCreationCommentReq) ProtoReflect() protoreflect.Message

func (*ReduceCreationCommentReq) Reset

func (x *ReduceCreationCommentReq) Reset()

func (*ReduceCreationCommentReq) String

func (x *ReduceCreationCommentReq) String() string

func (*ReduceCreationCommentReq) Validate

func (m *ReduceCreationCommentReq) Validate() error

Validate checks the field values on ReduceCreationCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReduceCreationCommentReq) ValidateAll

func (m *ReduceCreationCommentReq) ValidateAll() error

ValidateAll checks the field values on ReduceCreationCommentReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReduceCreationCommentReqMultiError, or nil if none found.

type ReduceCreationCommentReqMultiError

type ReduceCreationCommentReqMultiError []error

ReduceCreationCommentReqMultiError is an error wrapping multiple validation errors returned by ReduceCreationCommentReq.ValidateAll() if the designated constraints aren't met.

func (ReduceCreationCommentReqMultiError) AllErrors

func (m ReduceCreationCommentReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReduceCreationCommentReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ReduceCreationCommentReqValidationError

type ReduceCreationCommentReqValidationError struct {
	// contains filtered or unexported fields
}

ReduceCreationCommentReqValidationError is the validation error returned by ReduceCreationCommentReq.Validate if the designated constraints aren't met.

func (ReduceCreationCommentReqValidationError) Cause

Cause function returns cause value.

func (ReduceCreationCommentReqValidationError) Error

Error satisfies the builtin error interface

func (ReduceCreationCommentReqValidationError) ErrorName

ErrorName returns error name.

func (ReduceCreationCommentReqValidationError) Field

Field function returns field value.

func (ReduceCreationCommentReqValidationError) Key

Key function returns key value.

func (ReduceCreationCommentReqValidationError) Reason

Reason function returns reason value.

type SendArticleEditReq

type SendArticleEditReq 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 (*SendArticleEditReq) Descriptor deprecated

func (*SendArticleEditReq) Descriptor() ([]byte, []int)

Deprecated: Use SendArticleEditReq.ProtoReflect.Descriptor instead.

func (*SendArticleEditReq) GetId

func (x *SendArticleEditReq) GetId() int32

func (*SendArticleEditReq) GetIp

func (x *SendArticleEditReq) GetIp() string

func (*SendArticleEditReq) GetUuid

func (x *SendArticleEditReq) GetUuid() string

func (*SendArticleEditReq) ProtoMessage

func (*SendArticleEditReq) ProtoMessage()

func (*SendArticleEditReq) ProtoReflect

func (x *SendArticleEditReq) ProtoReflect() protoreflect.Message

func (*SendArticleEditReq) Reset

func (x *SendArticleEditReq) Reset()

func (*SendArticleEditReq) String

func (x *SendArticleEditReq) String() string

func (*SendArticleEditReq) Validate

func (m *SendArticleEditReq) Validate() error

Validate checks the field values on SendArticleEditReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendArticleEditReq) ValidateAll

func (m *SendArticleEditReq) ValidateAll() error

ValidateAll checks the field values on SendArticleEditReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendArticleEditReqMultiError, or nil if none found.

type SendArticleEditReqMultiError

type SendArticleEditReqMultiError []error

SendArticleEditReqMultiError is an error wrapping multiple validation errors returned by SendArticleEditReq.ValidateAll() if the designated constraints aren't met.

func (SendArticleEditReqMultiError) AllErrors

func (m SendArticleEditReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendArticleEditReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SendArticleEditReqValidationError

type SendArticleEditReqValidationError struct {
	// contains filtered or unexported fields
}

SendArticleEditReqValidationError is the validation error returned by SendArticleEditReq.Validate if the designated constraints aren't met.

func (SendArticleEditReqValidationError) Cause

Cause function returns cause value.

func (SendArticleEditReqValidationError) Error

Error satisfies the builtin error interface

func (SendArticleEditReqValidationError) ErrorName

ErrorName returns error name.

func (SendArticleEditReqValidationError) Field

Field function returns field value.

func (SendArticleEditReqValidationError) Key

Key function returns key value.

func (SendArticleEditReqValidationError) Reason

Reason function returns reason value.

type SendArticleReq

type SendArticleReq 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 (*SendArticleReq) Descriptor deprecated

func (*SendArticleReq) Descriptor() ([]byte, []int)

Deprecated: Use SendArticleReq.ProtoReflect.Descriptor instead.

func (*SendArticleReq) GetId

func (x *SendArticleReq) GetId() int32

func (*SendArticleReq) GetIp

func (x *SendArticleReq) GetIp() string

func (*SendArticleReq) GetUuid

func (x *SendArticleReq) GetUuid() string

func (*SendArticleReq) ProtoMessage

func (*SendArticleReq) ProtoMessage()

func (*SendArticleReq) ProtoReflect

func (x *SendArticleReq) ProtoReflect() protoreflect.Message

func (*SendArticleReq) Reset

func (x *SendArticleReq) Reset()

func (*SendArticleReq) String

func (x *SendArticleReq) String() string

func (*SendArticleReq) Validate

func (m *SendArticleReq) Validate() error

Validate checks the field values on SendArticleReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendArticleReq) ValidateAll

func (m *SendArticleReq) ValidateAll() error

ValidateAll checks the field values on SendArticleReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendArticleReqMultiError, or nil if none found.

type SendArticleReqMultiError

type SendArticleReqMultiError []error

SendArticleReqMultiError is an error wrapping multiple validation errors returned by SendArticleReq.ValidateAll() if the designated constraints aren't met.

func (SendArticleReqMultiError) AllErrors

func (m SendArticleReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendArticleReqMultiError) Error

func (m SendArticleReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SendArticleReqValidationError

type SendArticleReqValidationError struct {
	// contains filtered or unexported fields
}

SendArticleReqValidationError is the validation error returned by SendArticleReq.Validate if the designated constraints aren't met.

func (SendArticleReqValidationError) Cause

Cause function returns cause value.

func (SendArticleReqValidationError) Error

Error satisfies the builtin error interface

func (SendArticleReqValidationError) ErrorName

func (e SendArticleReqValidationError) ErrorName() string

ErrorName returns error name.

func (SendArticleReqValidationError) Field

Field function returns field value.

func (SendArticleReqValidationError) Key

Key function returns key value.

func (SendArticleReqValidationError) Reason

Reason function returns reason value.

type SendCollectionsEditReq

type SendCollectionsEditReq 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 (*SendCollectionsEditReq) Descriptor deprecated

func (*SendCollectionsEditReq) Descriptor() ([]byte, []int)

Deprecated: Use SendCollectionsEditReq.ProtoReflect.Descriptor instead.

func (*SendCollectionsEditReq) GetId

func (x *SendCollectionsEditReq) GetId() int32

func (*SendCollectionsEditReq) GetIp

func (x *SendCollectionsEditReq) GetIp() string

func (*SendCollectionsEditReq) GetUuid

func (x *SendCollectionsEditReq) GetUuid() string

func (*SendCollectionsEditReq) ProtoMessage

func (*SendCollectionsEditReq) ProtoMessage()

func (*SendCollectionsEditReq) ProtoReflect

func (x *SendCollectionsEditReq) ProtoReflect() protoreflect.Message

func (*SendCollectionsEditReq) Reset

func (x *SendCollectionsEditReq) Reset()

func (*SendCollectionsEditReq) String

func (x *SendCollectionsEditReq) String() string

func (*SendCollectionsEditReq) Validate

func (m *SendCollectionsEditReq) Validate() error

Validate checks the field values on SendCollectionsEditReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendCollectionsEditReq) ValidateAll

func (m *SendCollectionsEditReq) ValidateAll() error

ValidateAll checks the field values on SendCollectionsEditReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendCollectionsEditReqMultiError, or nil if none found.

type SendCollectionsEditReqMultiError

type SendCollectionsEditReqMultiError []error

SendCollectionsEditReqMultiError is an error wrapping multiple validation errors returned by SendCollectionsEditReq.ValidateAll() if the designated constraints aren't met.

func (SendCollectionsEditReqMultiError) AllErrors

func (m SendCollectionsEditReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendCollectionsEditReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SendCollectionsEditReqValidationError

type SendCollectionsEditReqValidationError struct {
	// contains filtered or unexported fields
}

SendCollectionsEditReqValidationError is the validation error returned by SendCollectionsEditReq.Validate if the designated constraints aren't met.

func (SendCollectionsEditReqValidationError) Cause

Cause function returns cause value.

func (SendCollectionsEditReqValidationError) Error

Error satisfies the builtin error interface

func (SendCollectionsEditReqValidationError) ErrorName

ErrorName returns error name.

func (SendCollectionsEditReqValidationError) Field

Field function returns field value.

func (SendCollectionsEditReqValidationError) Key

Key function returns key value.

func (SendCollectionsEditReqValidationError) Reason

Reason function returns reason value.

type SendCollectionsReq

type SendCollectionsReq 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 (*SendCollectionsReq) Descriptor deprecated

func (*SendCollectionsReq) Descriptor() ([]byte, []int)

Deprecated: Use SendCollectionsReq.ProtoReflect.Descriptor instead.

func (*SendCollectionsReq) GetId

func (x *SendCollectionsReq) GetId() int32

func (*SendCollectionsReq) GetIp

func (x *SendCollectionsReq) GetIp() string

func (*SendCollectionsReq) GetUuid

func (x *SendCollectionsReq) GetUuid() string

func (*SendCollectionsReq) ProtoMessage

func (*SendCollectionsReq) ProtoMessage()

func (*SendCollectionsReq) ProtoReflect

func (x *SendCollectionsReq) ProtoReflect() protoreflect.Message

func (*SendCollectionsReq) Reset

func (x *SendCollectionsReq) Reset()

func (*SendCollectionsReq) String

func (x *SendCollectionsReq) String() string

func (*SendCollectionsReq) Validate

func (m *SendCollectionsReq) Validate() error

Validate checks the field values on SendCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendCollectionsReq) ValidateAll

func (m *SendCollectionsReq) ValidateAll() error

ValidateAll checks the field values on SendCollectionsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendCollectionsReqMultiError, or nil if none found.

type SendCollectionsReqMultiError

type SendCollectionsReqMultiError []error

SendCollectionsReqMultiError is an error wrapping multiple validation errors returned by SendCollectionsReq.ValidateAll() if the designated constraints aren't met.

func (SendCollectionsReqMultiError) AllErrors

func (m SendCollectionsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendCollectionsReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SendCollectionsReqValidationError

type SendCollectionsReqValidationError struct {
	// contains filtered or unexported fields
}

SendCollectionsReqValidationError is the validation error returned by SendCollectionsReq.Validate if the designated constraints aren't met.

func (SendCollectionsReqValidationError) Cause

Cause function returns cause value.

func (SendCollectionsReqValidationError) Error

Error satisfies the builtin error interface

func (SendCollectionsReqValidationError) ErrorName

ErrorName returns error name.

func (SendCollectionsReqValidationError) Field

Field function returns field value.

func (SendCollectionsReqValidationError) Key

Key function returns key value.

func (SendCollectionsReqValidationError) Reason

Reason function returns reason value.

type SendColumnEditReq

type SendColumnEditReq 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 (*SendColumnEditReq) Descriptor deprecated

func (*SendColumnEditReq) Descriptor() ([]byte, []int)

Deprecated: Use SendColumnEditReq.ProtoReflect.Descriptor instead.

func (*SendColumnEditReq) GetId

func (x *SendColumnEditReq) GetId() int32

func (*SendColumnEditReq) GetIp

func (x *SendColumnEditReq) GetIp() string

func (*SendColumnEditReq) GetUuid

func (x *SendColumnEditReq) GetUuid() string

func (*SendColumnEditReq) ProtoMessage

func (*SendColumnEditReq) ProtoMessage()

func (*SendColumnEditReq) ProtoReflect

func (x *SendColumnEditReq) ProtoReflect() protoreflect.Message

func (*SendColumnEditReq) Reset

func (x *SendColumnEditReq) Reset()

func (*SendColumnEditReq) String

func (x *SendColumnEditReq) String() string

func (*SendColumnEditReq) Validate

func (m *SendColumnEditReq) Validate() error

Validate checks the field values on SendColumnEditReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendColumnEditReq) ValidateAll

func (m *SendColumnEditReq) ValidateAll() error

ValidateAll checks the field values on SendColumnEditReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendColumnEditReqMultiError, or nil if none found.

type SendColumnEditReqMultiError

type SendColumnEditReqMultiError []error

SendColumnEditReqMultiError is an error wrapping multiple validation errors returned by SendColumnEditReq.ValidateAll() if the designated constraints aren't met.

func (SendColumnEditReqMultiError) AllErrors

func (m SendColumnEditReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendColumnEditReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SendColumnEditReqValidationError

type SendColumnEditReqValidationError struct {
	// contains filtered or unexported fields
}

SendColumnEditReqValidationError is the validation error returned by SendColumnEditReq.Validate if the designated constraints aren't met.

func (SendColumnEditReqValidationError) Cause

Cause function returns cause value.

func (SendColumnEditReqValidationError) Error

Error satisfies the builtin error interface

func (SendColumnEditReqValidationError) ErrorName

ErrorName returns error name.

func (SendColumnEditReqValidationError) Field

Field function returns field value.

func (SendColumnEditReqValidationError) Key

Key function returns key value.

func (SendColumnEditReqValidationError) Reason

Reason function returns reason value.

type SendColumnReq

type SendColumnReq 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 (*SendColumnReq) Descriptor deprecated

func (*SendColumnReq) Descriptor() ([]byte, []int)

Deprecated: Use SendColumnReq.ProtoReflect.Descriptor instead.

func (*SendColumnReq) GetId

func (x *SendColumnReq) GetId() int32

func (*SendColumnReq) GetIp

func (x *SendColumnReq) GetIp() string

func (*SendColumnReq) GetUuid

func (x *SendColumnReq) GetUuid() string

func (*SendColumnReq) ProtoMessage

func (*SendColumnReq) ProtoMessage()

func (*SendColumnReq) ProtoReflect

func (x *SendColumnReq) ProtoReflect() protoreflect.Message

func (*SendColumnReq) Reset

func (x *SendColumnReq) Reset()

func (*SendColumnReq) String

func (x *SendColumnReq) String() string

func (*SendColumnReq) Validate

func (m *SendColumnReq) Validate() error

Validate checks the field values on SendColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendColumnReq) ValidateAll

func (m *SendColumnReq) ValidateAll() error

ValidateAll checks the field values on SendColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendColumnReqMultiError, or nil if none found.

type SendColumnReqMultiError

type SendColumnReqMultiError []error

SendColumnReqMultiError is an error wrapping multiple validation errors returned by SendColumnReq.ValidateAll() if the designated constraints aren't met.

func (SendColumnReqMultiError) AllErrors

func (m SendColumnReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendColumnReqMultiError) Error

func (m SendColumnReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SendColumnReqValidationError

type SendColumnReqValidationError struct {
	// contains filtered or unexported fields
}

SendColumnReqValidationError is the validation error returned by SendColumnReq.Validate if the designated constraints aren't met.

func (SendColumnReqValidationError) Cause

Cause function returns cause value.

func (SendColumnReqValidationError) Error

Error satisfies the builtin error interface

func (SendColumnReqValidationError) ErrorName

func (e SendColumnReqValidationError) ErrorName() string

ErrorName returns error name.

func (SendColumnReqValidationError) Field

Field function returns field value.

func (SendColumnReqValidationError) Key

Key function returns key value.

func (SendColumnReqValidationError) Reason

Reason function returns reason value.

type SendTalkEditReq

type SendTalkEditReq 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 (*SendTalkEditReq) Descriptor deprecated

func (*SendTalkEditReq) Descriptor() ([]byte, []int)

Deprecated: Use SendTalkEditReq.ProtoReflect.Descriptor instead.

func (*SendTalkEditReq) GetId

func (x *SendTalkEditReq) GetId() int32

func (*SendTalkEditReq) GetIp

func (x *SendTalkEditReq) GetIp() string

func (*SendTalkEditReq) GetUuid

func (x *SendTalkEditReq) GetUuid() string

func (*SendTalkEditReq) ProtoMessage

func (*SendTalkEditReq) ProtoMessage()

func (*SendTalkEditReq) ProtoReflect

func (x *SendTalkEditReq) ProtoReflect() protoreflect.Message

func (*SendTalkEditReq) Reset

func (x *SendTalkEditReq) Reset()

func (*SendTalkEditReq) String

func (x *SendTalkEditReq) String() string

func (*SendTalkEditReq) Validate

func (m *SendTalkEditReq) Validate() error

Validate checks the field values on SendTalkEditReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendTalkEditReq) ValidateAll

func (m *SendTalkEditReq) ValidateAll() error

ValidateAll checks the field values on SendTalkEditReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendTalkEditReqMultiError, or nil if none found.

type SendTalkEditReqMultiError

type SendTalkEditReqMultiError []error

SendTalkEditReqMultiError is an error wrapping multiple validation errors returned by SendTalkEditReq.ValidateAll() if the designated constraints aren't met.

func (SendTalkEditReqMultiError) AllErrors

func (m SendTalkEditReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendTalkEditReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SendTalkEditReqValidationError

type SendTalkEditReqValidationError struct {
	// contains filtered or unexported fields
}

SendTalkEditReqValidationError is the validation error returned by SendTalkEditReq.Validate if the designated constraints aren't met.

func (SendTalkEditReqValidationError) Cause

Cause function returns cause value.

func (SendTalkEditReqValidationError) Error

Error satisfies the builtin error interface

func (SendTalkEditReqValidationError) ErrorName

func (e SendTalkEditReqValidationError) ErrorName() string

ErrorName returns error name.

func (SendTalkEditReqValidationError) Field

Field function returns field value.

func (SendTalkEditReqValidationError) Key

Key function returns key value.

func (SendTalkEditReqValidationError) Reason

Reason function returns reason value.

type SendTalkReq

type SendTalkReq 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 (*SendTalkReq) Descriptor deprecated

func (*SendTalkReq) Descriptor() ([]byte, []int)

Deprecated: Use SendTalkReq.ProtoReflect.Descriptor instead.

func (*SendTalkReq) GetId

func (x *SendTalkReq) GetId() int32

func (*SendTalkReq) GetIp

func (x *SendTalkReq) GetIp() string

func (*SendTalkReq) GetUuid

func (x *SendTalkReq) GetUuid() string

func (*SendTalkReq) ProtoMessage

func (*SendTalkReq) ProtoMessage()

func (*SendTalkReq) ProtoReflect

func (x *SendTalkReq) ProtoReflect() protoreflect.Message

func (*SendTalkReq) Reset

func (x *SendTalkReq) Reset()

func (*SendTalkReq) String

func (x *SendTalkReq) String() string

func (*SendTalkReq) Validate

func (m *SendTalkReq) Validate() error

Validate checks the field values on SendTalkReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendTalkReq) ValidateAll

func (m *SendTalkReq) ValidateAll() error

ValidateAll checks the field values on SendTalkReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendTalkReqMultiError, or nil if none found.

type SendTalkReqMultiError

type SendTalkReqMultiError []error

SendTalkReqMultiError is an error wrapping multiple validation errors returned by SendTalkReq.ValidateAll() if the designated constraints aren't met.

func (SendTalkReqMultiError) AllErrors

func (m SendTalkReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendTalkReqMultiError) Error

func (m SendTalkReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SendTalkReqValidationError

type SendTalkReqValidationError struct {
	// contains filtered or unexported fields
}

SendTalkReqValidationError is the validation error returned by SendTalkReq.Validate if the designated constraints aren't met.

func (SendTalkReqValidationError) Cause

Cause function returns cause value.

func (SendTalkReqValidationError) Error

Error satisfies the builtin error interface

func (SendTalkReqValidationError) ErrorName

func (e SendTalkReqValidationError) ErrorName() string

ErrorName returns error name.

func (SendTalkReqValidationError) Field

Field function returns field value.

func (SendTalkReqValidationError) Key

Key function returns key value.

func (SendTalkReqValidationError) Reason

Reason function returns reason value.

type SetArticleAgreeDbAndCacheReq

type SetArticleAgreeDbAndCacheReq 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=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetArticleAgreeDbAndCacheReq) Descriptor deprecated

func (*SetArticleAgreeDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetArticleAgreeDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetArticleAgreeDbAndCacheReq) GetId

func (*SetArticleAgreeDbAndCacheReq) GetUserUuid

func (x *SetArticleAgreeDbAndCacheReq) GetUserUuid() string

func (*SetArticleAgreeDbAndCacheReq) GetUuid

func (x *SetArticleAgreeDbAndCacheReq) GetUuid() string

func (*SetArticleAgreeDbAndCacheReq) ProtoMessage

func (*SetArticleAgreeDbAndCacheReq) ProtoMessage()

func (*SetArticleAgreeDbAndCacheReq) ProtoReflect

func (*SetArticleAgreeDbAndCacheReq) Reset

func (x *SetArticleAgreeDbAndCacheReq) Reset()

func (*SetArticleAgreeDbAndCacheReq) String

func (*SetArticleAgreeDbAndCacheReq) Validate

func (m *SetArticleAgreeDbAndCacheReq) Validate() error

Validate checks the field values on SetArticleAgreeDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetArticleAgreeDbAndCacheReq) ValidateAll

func (m *SetArticleAgreeDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetArticleAgreeDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleAgreeDbAndCacheReqMultiError, or nil if none found.

type SetArticleAgreeDbAndCacheReqMultiError

type SetArticleAgreeDbAndCacheReqMultiError []error

SetArticleAgreeDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetArticleAgreeDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetArticleAgreeDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetArticleAgreeDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetArticleAgreeDbAndCacheReqValidationError

type SetArticleAgreeDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetArticleAgreeDbAndCacheReqValidationError is the validation error returned by SetArticleAgreeDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetArticleAgreeDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetArticleAgreeDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetArticleAgreeDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetArticleAgreeDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetArticleAgreeDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetArticleAgreeDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetArticleAgreeReq

type SetArticleAgreeReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetArticleAgreeReq) Descriptor deprecated

func (*SetArticleAgreeReq) Descriptor() ([]byte, []int)

Deprecated: Use SetArticleAgreeReq.ProtoReflect.Descriptor instead.

func (*SetArticleAgreeReq) GetId

func (x *SetArticleAgreeReq) GetId() int32

func (*SetArticleAgreeReq) GetUserUuid

func (x *SetArticleAgreeReq) GetUserUuid() string

func (*SetArticleAgreeReq) GetUuid

func (x *SetArticleAgreeReq) GetUuid() string

func (*SetArticleAgreeReq) ProtoMessage

func (*SetArticleAgreeReq) ProtoMessage()

func (*SetArticleAgreeReq) ProtoReflect

func (x *SetArticleAgreeReq) ProtoReflect() protoreflect.Message

func (*SetArticleAgreeReq) Reset

func (x *SetArticleAgreeReq) Reset()

func (*SetArticleAgreeReq) String

func (x *SetArticleAgreeReq) String() string

func (*SetArticleAgreeReq) Validate

func (m *SetArticleAgreeReq) Validate() error

Validate checks the field values on SetArticleAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetArticleAgreeReq) ValidateAll

func (m *SetArticleAgreeReq) ValidateAll() error

ValidateAll checks the field values on SetArticleAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleAgreeReqMultiError, or nil if none found.

type SetArticleAgreeReqMultiError

type SetArticleAgreeReqMultiError []error

SetArticleAgreeReqMultiError is an error wrapping multiple validation errors returned by SetArticleAgreeReq.ValidateAll() if the designated constraints aren't met.

func (SetArticleAgreeReqMultiError) AllErrors

func (m SetArticleAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetArticleAgreeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetArticleAgreeReqValidationError

type SetArticleAgreeReqValidationError struct {
	// contains filtered or unexported fields
}

SetArticleAgreeReqValidationError is the validation error returned by SetArticleAgreeReq.Validate if the designated constraints aren't met.

func (SetArticleAgreeReqValidationError) Cause

Cause function returns cause value.

func (SetArticleAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (SetArticleAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (SetArticleAgreeReqValidationError) Field

Field function returns field value.

func (SetArticleAgreeReqValidationError) Key

Key function returns key value.

func (SetArticleAgreeReqValidationError) Reason

Reason function returns reason value.

type SetArticleCollectDbAndCacheReq

type SetArticleCollectDbAndCacheReq struct {
	Id            int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CollectionsId int32  `protobuf:"varint,2,opt,name=collectionsId,proto3" json:"collectionsId,omitempty"`
	Uuid          string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid      string `protobuf:"bytes,4,opt,name=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetArticleCollectDbAndCacheReq) Descriptor deprecated

func (*SetArticleCollectDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetArticleCollectDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetArticleCollectDbAndCacheReq) GetCollectionsId

func (x *SetArticleCollectDbAndCacheReq) GetCollectionsId() int32

func (*SetArticleCollectDbAndCacheReq) GetId

func (*SetArticleCollectDbAndCacheReq) GetUserUuid

func (x *SetArticleCollectDbAndCacheReq) GetUserUuid() string

func (*SetArticleCollectDbAndCacheReq) GetUuid

func (*SetArticleCollectDbAndCacheReq) ProtoMessage

func (*SetArticleCollectDbAndCacheReq) ProtoMessage()

func (*SetArticleCollectDbAndCacheReq) ProtoReflect

func (*SetArticleCollectDbAndCacheReq) Reset

func (x *SetArticleCollectDbAndCacheReq) Reset()

func (*SetArticleCollectDbAndCacheReq) String

func (*SetArticleCollectDbAndCacheReq) Validate

func (m *SetArticleCollectDbAndCacheReq) Validate() error

Validate checks the field values on SetArticleCollectDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetArticleCollectDbAndCacheReq) ValidateAll

func (m *SetArticleCollectDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetArticleCollectDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleCollectDbAndCacheReqMultiError, or nil if none found.

type SetArticleCollectDbAndCacheReqMultiError

type SetArticleCollectDbAndCacheReqMultiError []error

SetArticleCollectDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetArticleCollectDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetArticleCollectDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetArticleCollectDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetArticleCollectDbAndCacheReqValidationError

type SetArticleCollectDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetArticleCollectDbAndCacheReqValidationError is the validation error returned by SetArticleCollectDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetArticleCollectDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetArticleCollectDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetArticleCollectDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetArticleCollectDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetArticleCollectDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetArticleCollectDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetArticleCollectReq

type SetArticleCollectReq struct {
	Id            int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CollectionsId int32  `protobuf:"varint,2,opt,name=collections_id,json=collectionsId,proto3" json:"collections_id,omitempty"`
	Uuid          string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid      string `protobuf:"bytes,4,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetArticleCollectReq) Descriptor deprecated

func (*SetArticleCollectReq) Descriptor() ([]byte, []int)

Deprecated: Use SetArticleCollectReq.ProtoReflect.Descriptor instead.

func (*SetArticleCollectReq) GetCollectionsId

func (x *SetArticleCollectReq) GetCollectionsId() int32

func (*SetArticleCollectReq) GetId

func (x *SetArticleCollectReq) GetId() int32

func (*SetArticleCollectReq) GetUserUuid

func (x *SetArticleCollectReq) GetUserUuid() string

func (*SetArticleCollectReq) GetUuid

func (x *SetArticleCollectReq) GetUuid() string

func (*SetArticleCollectReq) ProtoMessage

func (*SetArticleCollectReq) ProtoMessage()

func (*SetArticleCollectReq) ProtoReflect

func (x *SetArticleCollectReq) ProtoReflect() protoreflect.Message

func (*SetArticleCollectReq) Reset

func (x *SetArticleCollectReq) Reset()

func (*SetArticleCollectReq) String

func (x *SetArticleCollectReq) String() string

func (*SetArticleCollectReq) Validate

func (m *SetArticleCollectReq) Validate() error

Validate checks the field values on SetArticleCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetArticleCollectReq) ValidateAll

func (m *SetArticleCollectReq) ValidateAll() error

ValidateAll checks the field values on SetArticleCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleCollectReqMultiError, or nil if none found.

type SetArticleCollectReqMultiError

type SetArticleCollectReqMultiError []error

SetArticleCollectReqMultiError is an error wrapping multiple validation errors returned by SetArticleCollectReq.ValidateAll() if the designated constraints aren't met.

func (SetArticleCollectReqMultiError) AllErrors

func (m SetArticleCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetArticleCollectReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetArticleCollectReqValidationError

type SetArticleCollectReqValidationError struct {
	// contains filtered or unexported fields
}

SetArticleCollectReqValidationError is the validation error returned by SetArticleCollectReq.Validate if the designated constraints aren't met.

func (SetArticleCollectReqValidationError) Cause

Cause function returns cause value.

func (SetArticleCollectReqValidationError) Error

Error satisfies the builtin error interface

func (SetArticleCollectReqValidationError) ErrorName

ErrorName returns error name.

func (SetArticleCollectReqValidationError) Field

Field function returns field value.

func (SetArticleCollectReqValidationError) Key

Key function returns key value.

func (SetArticleCollectReqValidationError) Reason

Reason function returns reason value.

type SetArticleViewDbAndCacheReq

type SetArticleViewDbAndCacheReq 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 (*SetArticleViewDbAndCacheReq) Descriptor deprecated

func (*SetArticleViewDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetArticleViewDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetArticleViewDbAndCacheReq) GetId

func (*SetArticleViewDbAndCacheReq) GetUuid

func (x *SetArticleViewDbAndCacheReq) GetUuid() string

func (*SetArticleViewDbAndCacheReq) ProtoMessage

func (*SetArticleViewDbAndCacheReq) ProtoMessage()

func (*SetArticleViewDbAndCacheReq) ProtoReflect

func (*SetArticleViewDbAndCacheReq) Reset

func (x *SetArticleViewDbAndCacheReq) Reset()

func (*SetArticleViewDbAndCacheReq) String

func (x *SetArticleViewDbAndCacheReq) String() string

func (*SetArticleViewDbAndCacheReq) Validate

func (m *SetArticleViewDbAndCacheReq) Validate() error

Validate checks the field values on SetArticleViewDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetArticleViewDbAndCacheReq) ValidateAll

func (m *SetArticleViewDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetArticleViewDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleViewDbAndCacheReqMultiError, or nil if none found.

type SetArticleViewDbAndCacheReqMultiError

type SetArticleViewDbAndCacheReqMultiError []error

SetArticleViewDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetArticleViewDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetArticleViewDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetArticleViewDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetArticleViewDbAndCacheReqValidationError

type SetArticleViewDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetArticleViewDbAndCacheReqValidationError is the validation error returned by SetArticleViewDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetArticleViewDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetArticleViewDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetArticleViewDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetArticleViewDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetArticleViewDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetArticleViewDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetArticleViewReq

type SetArticleViewReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetArticleViewReq) Descriptor deprecated

func (*SetArticleViewReq) Descriptor() ([]byte, []int)

Deprecated: Use SetArticleViewReq.ProtoReflect.Descriptor instead.

func (*SetArticleViewReq) GetId

func (x *SetArticleViewReq) GetId() int32

func (*SetArticleViewReq) GetUuid

func (x *SetArticleViewReq) GetUuid() string

func (*SetArticleViewReq) ProtoMessage

func (*SetArticleViewReq) ProtoMessage()

func (*SetArticleViewReq) ProtoReflect

func (x *SetArticleViewReq) ProtoReflect() protoreflect.Message

func (*SetArticleViewReq) Reset

func (x *SetArticleViewReq) Reset()

func (*SetArticleViewReq) String

func (x *SetArticleViewReq) String() string

func (*SetArticleViewReq) Validate

func (m *SetArticleViewReq) Validate() error

Validate checks the field values on SetArticleViewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetArticleViewReq) ValidateAll

func (m *SetArticleViewReq) ValidateAll() error

ValidateAll checks the field values on SetArticleViewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetArticleViewReqMultiError, or nil if none found.

type SetArticleViewReqMultiError

type SetArticleViewReqMultiError []error

SetArticleViewReqMultiError is an error wrapping multiple validation errors returned by SetArticleViewReq.ValidateAll() if the designated constraints aren't met.

func (SetArticleViewReqMultiError) AllErrors

func (m SetArticleViewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetArticleViewReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetArticleViewReqValidationError

type SetArticleViewReqValidationError struct {
	// contains filtered or unexported fields
}

SetArticleViewReqValidationError is the validation error returned by SetArticleViewReq.Validate if the designated constraints aren't met.

func (SetArticleViewReqValidationError) Cause

Cause function returns cause value.

func (SetArticleViewReqValidationError) Error

Error satisfies the builtin error interface

func (SetArticleViewReqValidationError) ErrorName

ErrorName returns error name.

func (SetArticleViewReqValidationError) Field

Field function returns field value.

func (SetArticleViewReqValidationError) Key

Key function returns key value.

func (SetArticleViewReqValidationError) Reason

Reason function returns reason value.

type SetColumnAgreeDbAndCacheReq

type SetColumnAgreeDbAndCacheReq 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=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetColumnAgreeDbAndCacheReq) Descriptor deprecated

func (*SetColumnAgreeDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnAgreeDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetColumnAgreeDbAndCacheReq) GetId

func (*SetColumnAgreeDbAndCacheReq) GetUserUuid

func (x *SetColumnAgreeDbAndCacheReq) GetUserUuid() string

func (*SetColumnAgreeDbAndCacheReq) GetUuid

func (x *SetColumnAgreeDbAndCacheReq) GetUuid() string

func (*SetColumnAgreeDbAndCacheReq) ProtoMessage

func (*SetColumnAgreeDbAndCacheReq) ProtoMessage()

func (*SetColumnAgreeDbAndCacheReq) ProtoReflect

func (*SetColumnAgreeDbAndCacheReq) Reset

func (x *SetColumnAgreeDbAndCacheReq) Reset()

func (*SetColumnAgreeDbAndCacheReq) String

func (x *SetColumnAgreeDbAndCacheReq) String() string

func (*SetColumnAgreeDbAndCacheReq) Validate

func (m *SetColumnAgreeDbAndCacheReq) Validate() error

Validate checks the field values on SetColumnAgreeDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetColumnAgreeDbAndCacheReq) ValidateAll

func (m *SetColumnAgreeDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetColumnAgreeDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnAgreeDbAndCacheReqMultiError, or nil if none found.

type SetColumnAgreeDbAndCacheReqMultiError

type SetColumnAgreeDbAndCacheReqMultiError []error

SetColumnAgreeDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetColumnAgreeDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetColumnAgreeDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetColumnAgreeDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetColumnAgreeDbAndCacheReqValidationError

type SetColumnAgreeDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetColumnAgreeDbAndCacheReqValidationError is the validation error returned by SetColumnAgreeDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetColumnAgreeDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetColumnAgreeDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetColumnAgreeDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetColumnAgreeDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetColumnAgreeDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetColumnAgreeDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetColumnAgreeReq

type SetColumnAgreeReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetColumnAgreeReq) Descriptor deprecated

func (*SetColumnAgreeReq) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnAgreeReq.ProtoReflect.Descriptor instead.

func (*SetColumnAgreeReq) GetId

func (x *SetColumnAgreeReq) GetId() int32

func (*SetColumnAgreeReq) GetUserUuid

func (x *SetColumnAgreeReq) GetUserUuid() string

func (*SetColumnAgreeReq) GetUuid

func (x *SetColumnAgreeReq) GetUuid() string

func (*SetColumnAgreeReq) ProtoMessage

func (*SetColumnAgreeReq) ProtoMessage()

func (*SetColumnAgreeReq) ProtoReflect

func (x *SetColumnAgreeReq) ProtoReflect() protoreflect.Message

func (*SetColumnAgreeReq) Reset

func (x *SetColumnAgreeReq) Reset()

func (*SetColumnAgreeReq) String

func (x *SetColumnAgreeReq) String() string

func (*SetColumnAgreeReq) Validate

func (m *SetColumnAgreeReq) Validate() error

Validate checks the field values on SetColumnAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetColumnAgreeReq) ValidateAll

func (m *SetColumnAgreeReq) ValidateAll() error

ValidateAll checks the field values on SetColumnAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnAgreeReqMultiError, or nil if none found.

type SetColumnAgreeReqMultiError

type SetColumnAgreeReqMultiError []error

SetColumnAgreeReqMultiError is an error wrapping multiple validation errors returned by SetColumnAgreeReq.ValidateAll() if the designated constraints aren't met.

func (SetColumnAgreeReqMultiError) AllErrors

func (m SetColumnAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetColumnAgreeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetColumnAgreeReqValidationError

type SetColumnAgreeReqValidationError struct {
	// contains filtered or unexported fields
}

SetColumnAgreeReqValidationError is the validation error returned by SetColumnAgreeReq.Validate if the designated constraints aren't met.

func (SetColumnAgreeReqValidationError) Cause

Cause function returns cause value.

func (SetColumnAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (SetColumnAgreeReqValidationError) ErrorName

ErrorName returns error name.

func (SetColumnAgreeReqValidationError) Field

Field function returns field value.

func (SetColumnAgreeReqValidationError) Key

Key function returns key value.

func (SetColumnAgreeReqValidationError) Reason

Reason function returns reason value.

type SetColumnCollectDbAndCacheReq

type SetColumnCollectDbAndCacheReq struct {
	Id            int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CollectionsId int32  `protobuf:"varint,2,opt,name=collections_id,json=collectionsId,proto3" json:"collections_id,omitempty"`
	Uuid          string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid      string `protobuf:"bytes,4,opt,name=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetColumnCollectDbAndCacheReq) Descriptor deprecated

func (*SetColumnCollectDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnCollectDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetColumnCollectDbAndCacheReq) GetCollectionsId

func (x *SetColumnCollectDbAndCacheReq) GetCollectionsId() int32

func (*SetColumnCollectDbAndCacheReq) GetId

func (*SetColumnCollectDbAndCacheReq) GetUserUuid

func (x *SetColumnCollectDbAndCacheReq) GetUserUuid() string

func (*SetColumnCollectDbAndCacheReq) GetUuid

func (*SetColumnCollectDbAndCacheReq) ProtoMessage

func (*SetColumnCollectDbAndCacheReq) ProtoMessage()

func (*SetColumnCollectDbAndCacheReq) ProtoReflect

func (*SetColumnCollectDbAndCacheReq) Reset

func (x *SetColumnCollectDbAndCacheReq) Reset()

func (*SetColumnCollectDbAndCacheReq) String

func (*SetColumnCollectDbAndCacheReq) Validate

func (m *SetColumnCollectDbAndCacheReq) Validate() error

Validate checks the field values on SetColumnCollectDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetColumnCollectDbAndCacheReq) ValidateAll

func (m *SetColumnCollectDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetColumnCollectDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnCollectDbAndCacheReqMultiError, or nil if none found.

type SetColumnCollectDbAndCacheReqMultiError

type SetColumnCollectDbAndCacheReqMultiError []error

SetColumnCollectDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetColumnCollectDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetColumnCollectDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetColumnCollectDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetColumnCollectDbAndCacheReqValidationError

type SetColumnCollectDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetColumnCollectDbAndCacheReqValidationError is the validation error returned by SetColumnCollectDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetColumnCollectDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetColumnCollectDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetColumnCollectDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetColumnCollectDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetColumnCollectDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetColumnCollectDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetColumnCollectReq

type SetColumnCollectReq struct {
	Id            int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CollectionsId int32  `protobuf:"varint,2,opt,name=collections_id,json=collectionsId,proto3" json:"collections_id,omitempty"`
	Uuid          string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid      string `protobuf:"bytes,4,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetColumnCollectReq) Descriptor deprecated

func (*SetColumnCollectReq) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnCollectReq.ProtoReflect.Descriptor instead.

func (*SetColumnCollectReq) GetCollectionsId

func (x *SetColumnCollectReq) GetCollectionsId() int32

func (*SetColumnCollectReq) GetId

func (x *SetColumnCollectReq) GetId() int32

func (*SetColumnCollectReq) GetUserUuid

func (x *SetColumnCollectReq) GetUserUuid() string

func (*SetColumnCollectReq) GetUuid

func (x *SetColumnCollectReq) GetUuid() string

func (*SetColumnCollectReq) ProtoMessage

func (*SetColumnCollectReq) ProtoMessage()

func (*SetColumnCollectReq) ProtoReflect

func (x *SetColumnCollectReq) ProtoReflect() protoreflect.Message

func (*SetColumnCollectReq) Reset

func (x *SetColumnCollectReq) Reset()

func (*SetColumnCollectReq) String

func (x *SetColumnCollectReq) String() string

func (*SetColumnCollectReq) Validate

func (m *SetColumnCollectReq) Validate() error

Validate checks the field values on SetColumnCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetColumnCollectReq) ValidateAll

func (m *SetColumnCollectReq) ValidateAll() error

ValidateAll checks the field values on SetColumnCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnCollectReqMultiError, or nil if none found.

type SetColumnCollectReqMultiError

type SetColumnCollectReqMultiError []error

SetColumnCollectReqMultiError is an error wrapping multiple validation errors returned by SetColumnCollectReq.ValidateAll() if the designated constraints aren't met.

func (SetColumnCollectReqMultiError) AllErrors

func (m SetColumnCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetColumnCollectReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetColumnCollectReqValidationError

type SetColumnCollectReqValidationError struct {
	// contains filtered or unexported fields
}

SetColumnCollectReqValidationError is the validation error returned by SetColumnCollectReq.Validate if the designated constraints aren't met.

func (SetColumnCollectReqValidationError) Cause

Cause function returns cause value.

func (SetColumnCollectReqValidationError) Error

Error satisfies the builtin error interface

func (SetColumnCollectReqValidationError) ErrorName

ErrorName returns error name.

func (SetColumnCollectReqValidationError) Field

Field function returns field value.

func (SetColumnCollectReqValidationError) Key

Key function returns key value.

func (SetColumnCollectReqValidationError) Reason

Reason function returns reason value.

type SetColumnSubscribeDbAndCacheReq

type SetColumnSubscribeDbAndCacheReq 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 (*SetColumnSubscribeDbAndCacheReq) Descriptor deprecated

func (*SetColumnSubscribeDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnSubscribeDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetColumnSubscribeDbAndCacheReq) GetId

func (*SetColumnSubscribeDbAndCacheReq) GetUuid

func (*SetColumnSubscribeDbAndCacheReq) ProtoMessage

func (*SetColumnSubscribeDbAndCacheReq) ProtoMessage()

func (*SetColumnSubscribeDbAndCacheReq) ProtoReflect

func (*SetColumnSubscribeDbAndCacheReq) Reset

func (*SetColumnSubscribeDbAndCacheReq) String

func (*SetColumnSubscribeDbAndCacheReq) Validate

func (m *SetColumnSubscribeDbAndCacheReq) Validate() error

Validate checks the field values on SetColumnSubscribeDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetColumnSubscribeDbAndCacheReq) ValidateAll

func (m *SetColumnSubscribeDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetColumnSubscribeDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnSubscribeDbAndCacheReqMultiError, or nil if none found.

type SetColumnSubscribeDbAndCacheReqMultiError

type SetColumnSubscribeDbAndCacheReqMultiError []error

SetColumnSubscribeDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetColumnSubscribeDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetColumnSubscribeDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetColumnSubscribeDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetColumnSubscribeDbAndCacheReqValidationError

type SetColumnSubscribeDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetColumnSubscribeDbAndCacheReqValidationError is the validation error returned by SetColumnSubscribeDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetColumnSubscribeDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetColumnSubscribeDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetColumnSubscribeDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetColumnSubscribeDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetColumnSubscribeDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetColumnSubscribeDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetColumnViewDbAndCacheReq

type SetColumnViewDbAndCacheReq 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 (*SetColumnViewDbAndCacheReq) Descriptor deprecated

func (*SetColumnViewDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnViewDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetColumnViewDbAndCacheReq) GetId

func (x *SetColumnViewDbAndCacheReq) GetId() int32

func (*SetColumnViewDbAndCacheReq) GetUuid

func (x *SetColumnViewDbAndCacheReq) GetUuid() string

func (*SetColumnViewDbAndCacheReq) ProtoMessage

func (*SetColumnViewDbAndCacheReq) ProtoMessage()

func (*SetColumnViewDbAndCacheReq) ProtoReflect

func (*SetColumnViewDbAndCacheReq) Reset

func (x *SetColumnViewDbAndCacheReq) Reset()

func (*SetColumnViewDbAndCacheReq) String

func (x *SetColumnViewDbAndCacheReq) String() string

func (*SetColumnViewDbAndCacheReq) Validate

func (m *SetColumnViewDbAndCacheReq) Validate() error

Validate checks the field values on SetColumnViewDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetColumnViewDbAndCacheReq) ValidateAll

func (m *SetColumnViewDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetColumnViewDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnViewDbAndCacheReqMultiError, or nil if none found.

type SetColumnViewDbAndCacheReqMultiError

type SetColumnViewDbAndCacheReqMultiError []error

SetColumnViewDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetColumnViewDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetColumnViewDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetColumnViewDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetColumnViewDbAndCacheReqValidationError

type SetColumnViewDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetColumnViewDbAndCacheReqValidationError is the validation error returned by SetColumnViewDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetColumnViewDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetColumnViewDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetColumnViewDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetColumnViewDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetColumnViewDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetColumnViewDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetColumnViewReq

type SetColumnViewReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetColumnViewReq) Descriptor deprecated

func (*SetColumnViewReq) Descriptor() ([]byte, []int)

Deprecated: Use SetColumnViewReq.ProtoReflect.Descriptor instead.

func (*SetColumnViewReq) GetId

func (x *SetColumnViewReq) GetId() int32

func (*SetColumnViewReq) GetUuid

func (x *SetColumnViewReq) GetUuid() string

func (*SetColumnViewReq) ProtoMessage

func (*SetColumnViewReq) ProtoMessage()

func (*SetColumnViewReq) ProtoReflect

func (x *SetColumnViewReq) ProtoReflect() protoreflect.Message

func (*SetColumnViewReq) Reset

func (x *SetColumnViewReq) Reset()

func (*SetColumnViewReq) String

func (x *SetColumnViewReq) String() string

func (*SetColumnViewReq) Validate

func (m *SetColumnViewReq) Validate() error

Validate checks the field values on SetColumnViewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetColumnViewReq) ValidateAll

func (m *SetColumnViewReq) ValidateAll() error

ValidateAll checks the field values on SetColumnViewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetColumnViewReqMultiError, or nil if none found.

type SetColumnViewReqMultiError

type SetColumnViewReqMultiError []error

SetColumnViewReqMultiError is an error wrapping multiple validation errors returned by SetColumnViewReq.ValidateAll() if the designated constraints aren't met.

func (SetColumnViewReqMultiError) AllErrors

func (m SetColumnViewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetColumnViewReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetColumnViewReqValidationError

type SetColumnViewReqValidationError struct {
	// contains filtered or unexported fields
}

SetColumnViewReqValidationError is the validation error returned by SetColumnViewReq.Validate if the designated constraints aren't met.

func (SetColumnViewReqValidationError) Cause

Cause function returns cause value.

func (SetColumnViewReqValidationError) Error

Error satisfies the builtin error interface

func (SetColumnViewReqValidationError) ErrorName

ErrorName returns error name.

func (SetColumnViewReqValidationError) Field

Field function returns field value.

func (SetColumnViewReqValidationError) Key

Key function returns key value.

func (SetColumnViewReqValidationError) Reason

Reason function returns reason value.

type SetTalkAgreeDbAndCacheReq

type SetTalkAgreeDbAndCacheReq 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=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTalkAgreeDbAndCacheReq) Descriptor deprecated

func (*SetTalkAgreeDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetTalkAgreeDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetTalkAgreeDbAndCacheReq) GetId

func (x *SetTalkAgreeDbAndCacheReq) GetId() int32

func (*SetTalkAgreeDbAndCacheReq) GetUserUuid

func (x *SetTalkAgreeDbAndCacheReq) GetUserUuid() string

func (*SetTalkAgreeDbAndCacheReq) GetUuid

func (x *SetTalkAgreeDbAndCacheReq) GetUuid() string

func (*SetTalkAgreeDbAndCacheReq) ProtoMessage

func (*SetTalkAgreeDbAndCacheReq) ProtoMessage()

func (*SetTalkAgreeDbAndCacheReq) ProtoReflect

func (*SetTalkAgreeDbAndCacheReq) Reset

func (x *SetTalkAgreeDbAndCacheReq) Reset()

func (*SetTalkAgreeDbAndCacheReq) String

func (x *SetTalkAgreeDbAndCacheReq) String() string

func (*SetTalkAgreeDbAndCacheReq) Validate

func (m *SetTalkAgreeDbAndCacheReq) Validate() error

Validate checks the field values on SetTalkAgreeDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetTalkAgreeDbAndCacheReq) ValidateAll

func (m *SetTalkAgreeDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetTalkAgreeDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkAgreeDbAndCacheReqMultiError, or nil if none found.

type SetTalkAgreeDbAndCacheReqMultiError

type SetTalkAgreeDbAndCacheReqMultiError []error

SetTalkAgreeDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetTalkAgreeDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetTalkAgreeDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetTalkAgreeDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetTalkAgreeDbAndCacheReqValidationError

type SetTalkAgreeDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetTalkAgreeDbAndCacheReqValidationError is the validation error returned by SetTalkAgreeDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetTalkAgreeDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetTalkAgreeDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetTalkAgreeDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetTalkAgreeDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetTalkAgreeDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetTalkAgreeDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetTalkAgreeReq

type SetTalkAgreeReq struct {
	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid     string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid string `protobuf:"bytes,3,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTalkAgreeReq) Descriptor deprecated

func (*SetTalkAgreeReq) Descriptor() ([]byte, []int)

Deprecated: Use SetTalkAgreeReq.ProtoReflect.Descriptor instead.

func (*SetTalkAgreeReq) GetId

func (x *SetTalkAgreeReq) GetId() int32

func (*SetTalkAgreeReq) GetUserUuid

func (x *SetTalkAgreeReq) GetUserUuid() string

func (*SetTalkAgreeReq) GetUuid

func (x *SetTalkAgreeReq) GetUuid() string

func (*SetTalkAgreeReq) ProtoMessage

func (*SetTalkAgreeReq) ProtoMessage()

func (*SetTalkAgreeReq) ProtoReflect

func (x *SetTalkAgreeReq) ProtoReflect() protoreflect.Message

func (*SetTalkAgreeReq) Reset

func (x *SetTalkAgreeReq) Reset()

func (*SetTalkAgreeReq) String

func (x *SetTalkAgreeReq) String() string

func (*SetTalkAgreeReq) Validate

func (m *SetTalkAgreeReq) Validate() error

Validate checks the field values on SetTalkAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetTalkAgreeReq) ValidateAll

func (m *SetTalkAgreeReq) ValidateAll() error

ValidateAll checks the field values on SetTalkAgreeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkAgreeReqMultiError, or nil if none found.

type SetTalkAgreeReqMultiError

type SetTalkAgreeReqMultiError []error

SetTalkAgreeReqMultiError is an error wrapping multiple validation errors returned by SetTalkAgreeReq.ValidateAll() if the designated constraints aren't met.

func (SetTalkAgreeReqMultiError) AllErrors

func (m SetTalkAgreeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetTalkAgreeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetTalkAgreeReqValidationError

type SetTalkAgreeReqValidationError struct {
	// contains filtered or unexported fields
}

SetTalkAgreeReqValidationError is the validation error returned by SetTalkAgreeReq.Validate if the designated constraints aren't met.

func (SetTalkAgreeReqValidationError) Cause

Cause function returns cause value.

func (SetTalkAgreeReqValidationError) Error

Error satisfies the builtin error interface

func (SetTalkAgreeReqValidationError) ErrorName

func (e SetTalkAgreeReqValidationError) ErrorName() string

ErrorName returns error name.

func (SetTalkAgreeReqValidationError) Field

Field function returns field value.

func (SetTalkAgreeReqValidationError) Key

Key function returns key value.

func (SetTalkAgreeReqValidationError) Reason

Reason function returns reason value.

type SetTalkCollectDbAndCacheReq

type SetTalkCollectDbAndCacheReq struct {
	Id            int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CollectionsId int32  `protobuf:"varint,2,opt,name=collections_id,json=collectionsId,proto3" json:"collections_id,omitempty"`
	Uuid          string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid      string `protobuf:"bytes,4,opt,name=userUuid,proto3" json:"userUuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTalkCollectDbAndCacheReq) Descriptor deprecated

func (*SetTalkCollectDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetTalkCollectDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetTalkCollectDbAndCacheReq) GetCollectionsId

func (x *SetTalkCollectDbAndCacheReq) GetCollectionsId() int32

func (*SetTalkCollectDbAndCacheReq) GetId

func (*SetTalkCollectDbAndCacheReq) GetUserUuid

func (x *SetTalkCollectDbAndCacheReq) GetUserUuid() string

func (*SetTalkCollectDbAndCacheReq) GetUuid

func (x *SetTalkCollectDbAndCacheReq) GetUuid() string

func (*SetTalkCollectDbAndCacheReq) ProtoMessage

func (*SetTalkCollectDbAndCacheReq) ProtoMessage()

func (*SetTalkCollectDbAndCacheReq) ProtoReflect

func (*SetTalkCollectDbAndCacheReq) Reset

func (x *SetTalkCollectDbAndCacheReq) Reset()

func (*SetTalkCollectDbAndCacheReq) String

func (x *SetTalkCollectDbAndCacheReq) String() string

func (*SetTalkCollectDbAndCacheReq) Validate

func (m *SetTalkCollectDbAndCacheReq) Validate() error

Validate checks the field values on SetTalkCollectDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetTalkCollectDbAndCacheReq) ValidateAll

func (m *SetTalkCollectDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetTalkCollectDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkCollectDbAndCacheReqMultiError, or nil if none found.

type SetTalkCollectDbAndCacheReqMultiError

type SetTalkCollectDbAndCacheReqMultiError []error

SetTalkCollectDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetTalkCollectDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetTalkCollectDbAndCacheReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetTalkCollectDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetTalkCollectDbAndCacheReqValidationError

type SetTalkCollectDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetTalkCollectDbAndCacheReqValidationError is the validation error returned by SetTalkCollectDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetTalkCollectDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetTalkCollectDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetTalkCollectDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetTalkCollectDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetTalkCollectDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetTalkCollectDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetTalkCollectReq

type SetTalkCollectReq struct {
	Id            int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CollectionsId int32  `protobuf:"varint,2,opt,name=collections_id,json=collectionsId,proto3" json:"collections_id,omitempty"`
	Uuid          string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
	UserUuid      string `protobuf:"bytes,4,opt,name=user_uuid,json=userUuid,proto3" json:"user_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTalkCollectReq) Descriptor deprecated

func (*SetTalkCollectReq) Descriptor() ([]byte, []int)

Deprecated: Use SetTalkCollectReq.ProtoReflect.Descriptor instead.

func (*SetTalkCollectReq) GetCollectionsId

func (x *SetTalkCollectReq) GetCollectionsId() int32

func (*SetTalkCollectReq) GetId

func (x *SetTalkCollectReq) GetId() int32

func (*SetTalkCollectReq) GetUserUuid

func (x *SetTalkCollectReq) GetUserUuid() string

func (*SetTalkCollectReq) GetUuid

func (x *SetTalkCollectReq) GetUuid() string

func (*SetTalkCollectReq) ProtoMessage

func (*SetTalkCollectReq) ProtoMessage()

func (*SetTalkCollectReq) ProtoReflect

func (x *SetTalkCollectReq) ProtoReflect() protoreflect.Message

func (*SetTalkCollectReq) Reset

func (x *SetTalkCollectReq) Reset()

func (*SetTalkCollectReq) String

func (x *SetTalkCollectReq) String() string

func (*SetTalkCollectReq) Validate

func (m *SetTalkCollectReq) Validate() error

Validate checks the field values on SetTalkCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetTalkCollectReq) ValidateAll

func (m *SetTalkCollectReq) ValidateAll() error

ValidateAll checks the field values on SetTalkCollectReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkCollectReqMultiError, or nil if none found.

type SetTalkCollectReqMultiError

type SetTalkCollectReqMultiError []error

SetTalkCollectReqMultiError is an error wrapping multiple validation errors returned by SetTalkCollectReq.ValidateAll() if the designated constraints aren't met.

func (SetTalkCollectReqMultiError) AllErrors

func (m SetTalkCollectReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetTalkCollectReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetTalkCollectReqValidationError

type SetTalkCollectReqValidationError struct {
	// contains filtered or unexported fields
}

SetTalkCollectReqValidationError is the validation error returned by SetTalkCollectReq.Validate if the designated constraints aren't met.

func (SetTalkCollectReqValidationError) Cause

Cause function returns cause value.

func (SetTalkCollectReqValidationError) Error

Error satisfies the builtin error interface

func (SetTalkCollectReqValidationError) ErrorName

ErrorName returns error name.

func (SetTalkCollectReqValidationError) Field

Field function returns field value.

func (SetTalkCollectReqValidationError) Key

Key function returns key value.

func (SetTalkCollectReqValidationError) Reason

Reason function returns reason value.

type SetTalkViewDbAndCacheReq

type SetTalkViewDbAndCacheReq 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 (*SetTalkViewDbAndCacheReq) Descriptor deprecated

func (*SetTalkViewDbAndCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use SetTalkViewDbAndCacheReq.ProtoReflect.Descriptor instead.

func (*SetTalkViewDbAndCacheReq) GetId

func (x *SetTalkViewDbAndCacheReq) GetId() int32

func (*SetTalkViewDbAndCacheReq) GetUuid

func (x *SetTalkViewDbAndCacheReq) GetUuid() string

func (*SetTalkViewDbAndCacheReq) ProtoMessage

func (*SetTalkViewDbAndCacheReq) ProtoMessage()

func (*SetTalkViewDbAndCacheReq) ProtoReflect

func (x *SetTalkViewDbAndCacheReq) ProtoReflect() protoreflect.Message

func (*SetTalkViewDbAndCacheReq) Reset

func (x *SetTalkViewDbAndCacheReq) Reset()

func (*SetTalkViewDbAndCacheReq) String

func (x *SetTalkViewDbAndCacheReq) String() string

func (*SetTalkViewDbAndCacheReq) Validate

func (m *SetTalkViewDbAndCacheReq) Validate() error

Validate checks the field values on SetTalkViewDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetTalkViewDbAndCacheReq) ValidateAll

func (m *SetTalkViewDbAndCacheReq) ValidateAll() error

ValidateAll checks the field values on SetTalkViewDbAndCacheReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkViewDbAndCacheReqMultiError, or nil if none found.

type SetTalkViewDbAndCacheReqMultiError

type SetTalkViewDbAndCacheReqMultiError []error

SetTalkViewDbAndCacheReqMultiError is an error wrapping multiple validation errors returned by SetTalkViewDbAndCacheReq.ValidateAll() if the designated constraints aren't met.

func (SetTalkViewDbAndCacheReqMultiError) AllErrors

func (m SetTalkViewDbAndCacheReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetTalkViewDbAndCacheReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetTalkViewDbAndCacheReqValidationError

type SetTalkViewDbAndCacheReqValidationError struct {
	// contains filtered or unexported fields
}

SetTalkViewDbAndCacheReqValidationError is the validation error returned by SetTalkViewDbAndCacheReq.Validate if the designated constraints aren't met.

func (SetTalkViewDbAndCacheReqValidationError) Cause

Cause function returns cause value.

func (SetTalkViewDbAndCacheReqValidationError) Error

Error satisfies the builtin error interface

func (SetTalkViewDbAndCacheReqValidationError) ErrorName

ErrorName returns error name.

func (SetTalkViewDbAndCacheReqValidationError) Field

Field function returns field value.

func (SetTalkViewDbAndCacheReqValidationError) Key

Key function returns key value.

func (SetTalkViewDbAndCacheReqValidationError) Reason

Reason function returns reason value.

type SetTalkViewReq

type SetTalkViewReq struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTalkViewReq) Descriptor deprecated

func (*SetTalkViewReq) Descriptor() ([]byte, []int)

Deprecated: Use SetTalkViewReq.ProtoReflect.Descriptor instead.

func (*SetTalkViewReq) GetId

func (x *SetTalkViewReq) GetId() int32

func (*SetTalkViewReq) GetUuid

func (x *SetTalkViewReq) GetUuid() string

func (*SetTalkViewReq) ProtoMessage

func (*SetTalkViewReq) ProtoMessage()

func (*SetTalkViewReq) ProtoReflect

func (x *SetTalkViewReq) ProtoReflect() protoreflect.Message

func (*SetTalkViewReq) Reset

func (x *SetTalkViewReq) Reset()

func (*SetTalkViewReq) String

func (x *SetTalkViewReq) String() string

func (*SetTalkViewReq) Validate

func (m *SetTalkViewReq) Validate() error

Validate checks the field values on SetTalkViewReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetTalkViewReq) ValidateAll

func (m *SetTalkViewReq) ValidateAll() error

ValidateAll checks the field values on SetTalkViewReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetTalkViewReqMultiError, or nil if none found.

type SetTalkViewReqMultiError

type SetTalkViewReqMultiError []error

SetTalkViewReqMultiError is an error wrapping multiple validation errors returned by SetTalkViewReq.ValidateAll() if the designated constraints aren't met.

func (SetTalkViewReqMultiError) AllErrors

func (m SetTalkViewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetTalkViewReqMultiError) Error

func (m SetTalkViewReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SetTalkViewReqValidationError

type SetTalkViewReqValidationError struct {
	// contains filtered or unexported fields
}

SetTalkViewReqValidationError is the validation error returned by SetTalkViewReq.Validate if the designated constraints aren't met.

func (SetTalkViewReqValidationError) Cause

Cause function returns cause value.

func (SetTalkViewReqValidationError) Error

Error satisfies the builtin error interface

func (SetTalkViewReqValidationError) ErrorName

func (e SetTalkViewReqValidationError) ErrorName() string

ErrorName returns error name.

func (SetTalkViewReqValidationError) Field

Field function returns field value.

func (SetTalkViewReqValidationError) Key

Key function returns key value.

func (SetTalkViewReqValidationError) Reason

Reason function returns reason value.

type SubscribeColumnReq

type SubscribeColumnReq 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 (*SubscribeColumnReq) Descriptor deprecated

func (*SubscribeColumnReq) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeColumnReq.ProtoReflect.Descriptor instead.

func (*SubscribeColumnReq) GetId

func (x *SubscribeColumnReq) GetId() int32

func (*SubscribeColumnReq) GetUuid

func (x *SubscribeColumnReq) GetUuid() string

func (*SubscribeColumnReq) ProtoMessage

func (*SubscribeColumnReq) ProtoMessage()

func (*SubscribeColumnReq) ProtoReflect

func (x *SubscribeColumnReq) ProtoReflect() protoreflect.Message

func (*SubscribeColumnReq) Reset

func (x *SubscribeColumnReq) Reset()

func (*SubscribeColumnReq) String

func (x *SubscribeColumnReq) String() string

func (*SubscribeColumnReq) Validate

func (m *SubscribeColumnReq) Validate() error

Validate checks the field values on SubscribeColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubscribeColumnReq) ValidateAll

func (m *SubscribeColumnReq) ValidateAll() error

ValidateAll checks the field values on SubscribeColumnReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscribeColumnReqMultiError, or nil if none found.

type SubscribeColumnReqMultiError

type SubscribeColumnReqMultiError []error

SubscribeColumnReqMultiError is an error wrapping multiple validation errors returned by SubscribeColumnReq.ValidateAll() if the designated constraints aren't met.

func (SubscribeColumnReqMultiError) AllErrors

func (m SubscribeColumnReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubscribeColumnReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SubscribeColumnReqValidationError

type SubscribeColumnReqValidationError struct {
	// contains filtered or unexported fields
}

SubscribeColumnReqValidationError is the validation error returned by SubscribeColumnReq.Validate if the designated constraints aren't met.

func (SubscribeColumnReqValidationError) Cause

Cause function returns cause value.

func (SubscribeColumnReqValidationError) Error

Error satisfies the builtin error interface

func (SubscribeColumnReqValidationError) ErrorName

ErrorName returns error name.

func (SubscribeColumnReqValidationError) Field

Field function returns field value.

func (SubscribeColumnReqValidationError) Key

Key function returns key value.

func (SubscribeColumnReqValidationError) Reason

Reason function returns reason value.

type SubscribeJudgeReply

type SubscribeJudgeReply struct {
	Subscribe bool `protobuf:"varint,1,opt,name=subscribe,proto3" json:"subscribe,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeJudgeReply) Descriptor deprecated

func (*SubscribeJudgeReply) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeJudgeReply.ProtoReflect.Descriptor instead.

func (*SubscribeJudgeReply) GetSubscribe

func (x *SubscribeJudgeReply) GetSubscribe() bool

func (*SubscribeJudgeReply) ProtoMessage

func (*SubscribeJudgeReply) ProtoMessage()

func (*SubscribeJudgeReply) ProtoReflect

func (x *SubscribeJudgeReply) ProtoReflect() protoreflect.Message

func (*SubscribeJudgeReply) Reset

func (x *SubscribeJudgeReply) Reset()

func (*SubscribeJudgeReply) String

func (x *SubscribeJudgeReply) String() string

func (*SubscribeJudgeReply) Validate

func (m *SubscribeJudgeReply) Validate() error

Validate checks the field values on SubscribeJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubscribeJudgeReply) ValidateAll

func (m *SubscribeJudgeReply) ValidateAll() error

ValidateAll checks the field values on SubscribeJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscribeJudgeReplyMultiError, or nil if none found.

type SubscribeJudgeReplyMultiError

type SubscribeJudgeReplyMultiError []error

SubscribeJudgeReplyMultiError is an error wrapping multiple validation errors returned by SubscribeJudgeReply.ValidateAll() if the designated constraints aren't met.

func (SubscribeJudgeReplyMultiError) AllErrors

func (m SubscribeJudgeReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubscribeJudgeReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SubscribeJudgeReplyValidationError

type SubscribeJudgeReplyValidationError struct {
	// contains filtered or unexported fields
}

SubscribeJudgeReplyValidationError is the validation error returned by SubscribeJudgeReply.Validate if the designated constraints aren't met.

func (SubscribeJudgeReplyValidationError) Cause

Cause function returns cause value.

func (SubscribeJudgeReplyValidationError) Error

Error satisfies the builtin error interface

func (SubscribeJudgeReplyValidationError) ErrorName

ErrorName returns error name.

func (SubscribeJudgeReplyValidationError) Field

Field function returns field value.

func (SubscribeJudgeReplyValidationError) Key

Key function returns key value.

func (SubscribeJudgeReplyValidationError) Reason

Reason function returns reason value.

type SubscribeJudgeReq

type SubscribeJudgeReq 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 (*SubscribeJudgeReq) Descriptor deprecated

func (*SubscribeJudgeReq) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeJudgeReq.ProtoReflect.Descriptor instead.

func (*SubscribeJudgeReq) GetId

func (x *SubscribeJudgeReq) GetId() int32

func (*SubscribeJudgeReq) GetUuid

func (x *SubscribeJudgeReq) GetUuid() string

func (*SubscribeJudgeReq) ProtoMessage

func (*SubscribeJudgeReq) ProtoMessage()

func (*SubscribeJudgeReq) ProtoReflect

func (x *SubscribeJudgeReq) ProtoReflect() protoreflect.Message

func (*SubscribeJudgeReq) Reset

func (x *SubscribeJudgeReq) Reset()

func (*SubscribeJudgeReq) String

func (x *SubscribeJudgeReq) String() string

func (*SubscribeJudgeReq) Validate

func (m *SubscribeJudgeReq) Validate() error

Validate checks the field values on SubscribeJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubscribeJudgeReq) ValidateAll

func (m *SubscribeJudgeReq) ValidateAll() error

ValidateAll checks the field values on SubscribeJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscribeJudgeReqMultiError, or nil if none found.

type SubscribeJudgeReqMultiError

type SubscribeJudgeReqMultiError []error

SubscribeJudgeReqMultiError is an error wrapping multiple validation errors returned by SubscribeJudgeReq.ValidateAll() if the designated constraints aren't met.

func (SubscribeJudgeReqMultiError) AllErrors

func (m SubscribeJudgeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubscribeJudgeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SubscribeJudgeReqValidationError

type SubscribeJudgeReqValidationError struct {
	// contains filtered or unexported fields
}

SubscribeJudgeReqValidationError is the validation error returned by SubscribeJudgeReq.Validate if the designated constraints aren't met.

func (SubscribeJudgeReqValidationError) Cause

Cause function returns cause value.

func (SubscribeJudgeReqValidationError) Error

Error satisfies the builtin error interface

func (SubscribeJudgeReqValidationError) ErrorName

ErrorName returns error name.

func (SubscribeJudgeReqValidationError) Field

Field function returns field value.

func (SubscribeJudgeReqValidationError) Key

Key function returns key value.

func (SubscribeJudgeReqValidationError) Reason

Reason function returns reason value.

type TalkStatisticJudgeReply

type TalkStatisticJudgeReply struct {
	Agree   bool `protobuf:"varint,1,opt,name=agree,proto3" json:"agree,omitempty"`
	Collect bool `protobuf:"varint,2,opt,name=collect,proto3" json:"collect,omitempty"`
	// contains filtered or unexported fields
}

func (*TalkStatisticJudgeReply) Descriptor deprecated

func (*TalkStatisticJudgeReply) Descriptor() ([]byte, []int)

Deprecated: Use TalkStatisticJudgeReply.ProtoReflect.Descriptor instead.

func (*TalkStatisticJudgeReply) GetAgree

func (x *TalkStatisticJudgeReply) GetAgree() bool

func (*TalkStatisticJudgeReply) GetCollect

func (x *TalkStatisticJudgeReply) GetCollect() bool

func (*TalkStatisticJudgeReply) ProtoMessage

func (*TalkStatisticJudgeReply) ProtoMessage()

func (*TalkStatisticJudgeReply) ProtoReflect

func (x *TalkStatisticJudgeReply) ProtoReflect() protoreflect.Message

func (*TalkStatisticJudgeReply) Reset

func (x *TalkStatisticJudgeReply) Reset()

func (*TalkStatisticJudgeReply) String

func (x *TalkStatisticJudgeReply) String() string

func (*TalkStatisticJudgeReply) Validate

func (m *TalkStatisticJudgeReply) Validate() error

Validate checks the field values on TalkStatisticJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TalkStatisticJudgeReply) ValidateAll

func (m *TalkStatisticJudgeReply) ValidateAll() error

ValidateAll checks the field values on TalkStatisticJudgeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TalkStatisticJudgeReplyMultiError, or nil if none found.

type TalkStatisticJudgeReplyMultiError

type TalkStatisticJudgeReplyMultiError []error

TalkStatisticJudgeReplyMultiError is an error wrapping multiple validation errors returned by TalkStatisticJudgeReply.ValidateAll() if the designated constraints aren't met.

func (TalkStatisticJudgeReplyMultiError) AllErrors

func (m TalkStatisticJudgeReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TalkStatisticJudgeReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TalkStatisticJudgeReplyValidationError

type TalkStatisticJudgeReplyValidationError struct {
	// contains filtered or unexported fields
}

TalkStatisticJudgeReplyValidationError is the validation error returned by TalkStatisticJudgeReply.Validate if the designated constraints aren't met.

func (TalkStatisticJudgeReplyValidationError) Cause

Cause function returns cause value.

func (TalkStatisticJudgeReplyValidationError) Error

Error satisfies the builtin error interface

func (TalkStatisticJudgeReplyValidationError) ErrorName

ErrorName returns error name.

func (TalkStatisticJudgeReplyValidationError) Field

Field function returns field value.

func (TalkStatisticJudgeReplyValidationError) Key

Key function returns key value.

func (TalkStatisticJudgeReplyValidationError) Reason

Reason function returns reason value.

type TalkStatisticJudgeReq

type TalkStatisticJudgeReq 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 (*TalkStatisticJudgeReq) Descriptor deprecated

func (*TalkStatisticJudgeReq) Descriptor() ([]byte, []int)

Deprecated: Use TalkStatisticJudgeReq.ProtoReflect.Descriptor instead.

func (*TalkStatisticJudgeReq) GetId

func (x *TalkStatisticJudgeReq) GetId() int32

func (*TalkStatisticJudgeReq) GetUuid

func (x *TalkStatisticJudgeReq) GetUuid() string

func (*TalkStatisticJudgeReq) ProtoMessage

func (*TalkStatisticJudgeReq) ProtoMessage()

func (*TalkStatisticJudgeReq) ProtoReflect

func (x *TalkStatisticJudgeReq) ProtoReflect() protoreflect.Message

func (*TalkStatisticJudgeReq) Reset

func (x *TalkStatisticJudgeReq) Reset()

func (*TalkStatisticJudgeReq) String

func (x *TalkStatisticJudgeReq) String() string

func (*TalkStatisticJudgeReq) Validate

func (m *TalkStatisticJudgeReq) Validate() error

Validate checks the field values on TalkStatisticJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TalkStatisticJudgeReq) ValidateAll

func (m *TalkStatisticJudgeReq) ValidateAll() error

ValidateAll checks the field values on TalkStatisticJudgeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TalkStatisticJudgeReqMultiError, or nil if none found.

type TalkStatisticJudgeReqMultiError

type TalkStatisticJudgeReqMultiError []error

TalkStatisticJudgeReqMultiError is an error wrapping multiple validation errors returned by TalkStatisticJudgeReq.ValidateAll() if the designated constraints aren't met.

func (TalkStatisticJudgeReqMultiError) AllErrors

func (m TalkStatisticJudgeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TalkStatisticJudgeReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TalkStatisticJudgeReqValidationError

type TalkStatisticJudgeReqValidationError struct {
	// contains filtered or unexported fields
}

TalkStatisticJudgeReqValidationError is the validation error returned by TalkStatisticJudgeReq.Validate if the designated constraints aren't met.

func (TalkStatisticJudgeReqValidationError) Cause

Cause function returns cause value.

func (TalkStatisticJudgeReqValidationError) Error

Error satisfies the builtin error interface

func (TalkStatisticJudgeReqValidationError) ErrorName

ErrorName returns error name.

func (TalkStatisticJudgeReqValidationError) Field

Field function returns field value.

func (TalkStatisticJudgeReqValidationError) Key

Key function returns key value.

func (TalkStatisticJudgeReqValidationError) Reason

Reason function returns reason value.

type UnimplementedCreationServer

type UnimplementedCreationServer struct {
}

UnimplementedCreationServer must be embedded to have forward compatible implementations.

func (UnimplementedCreationServer) AddArticleContentReviewDbAndCache

func (UnimplementedCreationServer) AddArticleImageReviewDbAndCache

func (UnimplementedCreationServer) AddCollectionsContentReviewDbAndCache

func (UnimplementedCreationServer) AddColumnContentReviewDbAndCache

func (UnimplementedCreationServer) AddColumnImageReviewDbAndCache

func (UnimplementedCreationServer) AddColumnIncludes

func (UnimplementedCreationServer) AddColumnIncludesDbAndCache

func (UnimplementedCreationServer) AddCreationComment

func (UnimplementedCreationServer) AddTalkContentReviewDbAndCache

func (UnimplementedCreationServer) AddTalkImageReviewDbAndCache

func (UnimplementedCreationServer) ArticleContentIrregular

func (UnimplementedCreationServer) ArticleDraftMark

func (UnimplementedCreationServer) ArticleImageIrregular

func (UnimplementedCreationServer) ArticleStatisticJudge

func (UnimplementedCreationServer) CancelArticleAgree

func (UnimplementedCreationServer) CancelArticleAgreeDbAndCache

func (UnimplementedCreationServer) CancelArticleCollect

func (UnimplementedCreationServer) CancelArticleCollectDbAndCache

func (UnimplementedCreationServer) CancelColumnAgree

func (UnimplementedCreationServer) CancelColumnAgreeDbAndCache

func (UnimplementedCreationServer) CancelColumnCollect

func (UnimplementedCreationServer) CancelColumnCollectDbAndCache

func (UnimplementedCreationServer) CancelColumnSubscribeDbAndCache

func (UnimplementedCreationServer) CancelSubscribeColumn

func (UnimplementedCreationServer) CancelTalkAgree

func (UnimplementedCreationServer) CancelTalkAgreeDbAndCache

func (UnimplementedCreationServer) CancelTalkCollect

func (UnimplementedCreationServer) CancelTalkCollectDbAndCache

func (UnimplementedCreationServer) CollectionsContentIrregular

func (UnimplementedCreationServer) ColumnContentIrregular

func (UnimplementedCreationServer) ColumnImageIrregular

func (UnimplementedCreationServer) ColumnStatisticJudge

func (UnimplementedCreationServer) CreateArticle

func (UnimplementedCreationServer) CreateArticleDbCacheAndSearch

func (UnimplementedCreationServer) CreateArticleDraft

func (UnimplementedCreationServer) CreateCollections

func (UnimplementedCreationServer) CreateCollectionsDbAndCache

func (UnimplementedCreationServer) CreateColumn

func (UnimplementedCreationServer) CreateColumnDbCacheAndSearch

func (UnimplementedCreationServer) CreateColumnDraft

func (UnimplementedCreationServer) CreateTalk

func (UnimplementedCreationServer) CreateTalkDbCacheAndSearch

func (UnimplementedCreationServer) CreateTalkDraft

func (UnimplementedCreationServer) DeleteArticle

func (UnimplementedCreationServer) DeleteArticleCacheAndSearch

func (UnimplementedCreationServer) DeleteArticleDraft added in v1.3.0

func (UnimplementedCreationServer) DeleteCollections

func (UnimplementedCreationServer) DeleteCollectionsCache

func (UnimplementedCreationServer) DeleteColumn

func (UnimplementedCreationServer) DeleteColumnCacheAndSearch

func (UnimplementedCreationServer) DeleteColumnIncludes

func (UnimplementedCreationServer) DeleteColumnIncludesDbAndCache

func (UnimplementedCreationServer) DeleteTalk

func (UnimplementedCreationServer) DeleteTalkCacheAndSearch

func (UnimplementedCreationServer) EditArticle

func (UnimplementedCreationServer) EditArticleCosAndSearch

func (UnimplementedCreationServer) EditCollections

func (UnimplementedCreationServer) EditCollectionsCos

func (UnimplementedCreationServer) EditColumn

func (UnimplementedCreationServer) EditColumnCosAndSearch

func (UnimplementedCreationServer) EditTalk

func (UnimplementedCreationServer) EditTalkCosAndSearch

func (UnimplementedCreationServer) GetArticleCount

func (UnimplementedCreationServer) GetArticleCountVisitor

func (UnimplementedCreationServer) GetArticleDraftList

func (UnimplementedCreationServer) GetArticleImageReview

func (UnimplementedCreationServer) GetArticleList

func (UnimplementedCreationServer) GetArticleListHot

func (UnimplementedCreationServer) GetArticleSearch

func (UnimplementedCreationServer) GetArticleStatistic

func (UnimplementedCreationServer) GetCollectArticleList

func (UnimplementedCreationServer) GetCollectColumnCount

func (UnimplementedCreationServer) GetCollectColumnList

func (UnimplementedCreationServer) GetCollectTalkCount

func (UnimplementedCreationServer) GetCollectTalkList

func (UnimplementedCreationServer) GetCollectionListInfo

func (UnimplementedCreationServer) GetCollections

func (UnimplementedCreationServer) GetCollectionsCount

func (UnimplementedCreationServer) GetCollectionsList

func (UnimplementedCreationServer) GetCollectionsListAll

func (UnimplementedCreationServer) GetCollectionsListByVisitor

func (UnimplementedCreationServer) GetCollectionsVisitorCount

func (UnimplementedCreationServer) GetColumnArticleList

func (UnimplementedCreationServer) GetColumnCount

func (UnimplementedCreationServer) GetColumnCountVisitor

func (UnimplementedCreationServer) GetColumnImageReview

func (UnimplementedCreationServer) GetColumnList

func (UnimplementedCreationServer) GetColumnListHot

func (UnimplementedCreationServer) GetColumnSearch

func (UnimplementedCreationServer) GetColumnStatistic

func (UnimplementedCreationServer) GetColumnSubscribes

func (UnimplementedCreationServer) GetCreationUser

func (UnimplementedCreationServer) GetCreationUserVisitor

func (UnimplementedCreationServer) GetHealth added in v1.2.3

func (UnimplementedCreationServer) GetLastArticleDraft

func (UnimplementedCreationServer) GetLastColumnDraft

func (UnimplementedCreationServer) GetLastTalkDraft

func (UnimplementedCreationServer) GetLeaderBoard

func (UnimplementedCreationServer) GetNews

func (UnimplementedCreationServer) GetNewsSearch added in v1.4.0

func (UnimplementedCreationServer) GetSubscribeList

func (UnimplementedCreationServer) GetSubscribeListCount

func (UnimplementedCreationServer) GetTalkContentReview

func (UnimplementedCreationServer) GetTalkCount

func (UnimplementedCreationServer) GetTalkCountVisitor

func (UnimplementedCreationServer) GetTalkImageReview

func (UnimplementedCreationServer) GetTalkList

func (UnimplementedCreationServer) GetTalkListHot

func (UnimplementedCreationServer) GetTalkListStatistic

func (UnimplementedCreationServer) GetTalkSearch

func (UnimplementedCreationServer) GetTalkStatistic

func (UnimplementedCreationServer) GetUserArticleAgree

func (UnimplementedCreationServer) GetUserArticleCollect

func (UnimplementedCreationServer) GetUserArticleList

func (UnimplementedCreationServer) GetUserArticleListAll

func (UnimplementedCreationServer) GetUserArticleListVisitor

func (UnimplementedCreationServer) GetUserColumnAgree

func (UnimplementedCreationServer) GetUserColumnCollect

func (UnimplementedCreationServer) GetUserColumnList

func (UnimplementedCreationServer) GetUserColumnListVisitor

func (UnimplementedCreationServer) GetUserTalkAgree

func (UnimplementedCreationServer) GetUserTalkCollect

func (UnimplementedCreationServer) GetUserTalkList

func (UnimplementedCreationServer) GetUserTalkListVisitor

func (UnimplementedCreationServer) GetUserTimeLineList

func (UnimplementedCreationServer) ReduceCreationComment

func (UnimplementedCreationServer) SendArticle

func (UnimplementedCreationServer) SendArticleEdit

func (UnimplementedCreationServer) SendCollections

func (UnimplementedCreationServer) SendCollectionsEdit

func (UnimplementedCreationServer) SendColumn

func (UnimplementedCreationServer) SendColumnEdit

func (UnimplementedCreationServer) SendTalk

func (UnimplementedCreationServer) SendTalkEdit

func (UnimplementedCreationServer) SetArticleAgree

func (UnimplementedCreationServer) SetArticleAgreeDbAndCache

func (UnimplementedCreationServer) SetArticleCollect

func (UnimplementedCreationServer) SetArticleCollectDbAndCache

func (UnimplementedCreationServer) SetArticleView

func (UnimplementedCreationServer) SetArticleViewDbAndCache

func (UnimplementedCreationServer) SetColumnAgree

func (UnimplementedCreationServer) SetColumnAgreeDbAndCache

func (UnimplementedCreationServer) SetColumnCollect

func (UnimplementedCreationServer) SetColumnCollectDbAndCache

func (UnimplementedCreationServer) SetColumnSubscribeDbAndCache

func (UnimplementedCreationServer) SetColumnView

func (UnimplementedCreationServer) SetColumnViewDbAndCache

func (UnimplementedCreationServer) SetTalkAgree

func (UnimplementedCreationServer) SetTalkAgreeDbAndCache

func (UnimplementedCreationServer) SetTalkCollect

func (UnimplementedCreationServer) SetTalkCollectDbAndCache

func (UnimplementedCreationServer) SetTalkView

func (UnimplementedCreationServer) SetTalkViewDbAndCache

func (UnimplementedCreationServer) SubscribeColumn

func (UnimplementedCreationServer) SubscribeJudge

func (UnimplementedCreationServer) TalkContentIrregular

func (UnimplementedCreationServer) TalkImageIrregular

func (UnimplementedCreationServer) TalkStatisticJudge

type UnsafeCreationServer

type UnsafeCreationServer interface {
	// contains filtered or unexported methods
}

UnsafeCreationServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CreationServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL