preferredareaproductrelationservice

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddHelpCategoryReq

type AddHelpCategoryReq = cmsclient.AddHelpCategoryReq

type AddHelpCategoryResp

type AddHelpCategoryResp = cmsclient.AddHelpCategoryResp

type AddHelpReq

type AddHelpReq = cmsclient.AddHelpReq

type AddHelpResp

type AddHelpResp = cmsclient.AddHelpResp

type AddMemberReportReq

type AddMemberReportReq = cmsclient.AddMemberReportReq

type AddMemberReportResp

type AddMemberReportResp = cmsclient.AddMemberReportResp

type AddPreferredAreaReq

type AddPreferredAreaReq = cmsclient.AddPreferredAreaReq

type AddPreferredAreaResp

type AddPreferredAreaResp = cmsclient.AddPreferredAreaResp

type AddSubjectCategoryReq

type AddSubjectCategoryReq = cmsclient.AddSubjectCategoryReq

type AddSubjectCategoryResp

type AddSubjectCategoryResp = cmsclient.AddSubjectCategoryResp

type AddSubjectCommentReq

type AddSubjectCommentReq = cmsclient.AddSubjectCommentReq

type AddSubjectCommentResp

type AddSubjectCommentResp = cmsclient.AddSubjectCommentResp

type AddSubjectProductRelationReq

type AddSubjectProductRelationReq = cmsclient.AddSubjectProductRelationReq

type AddSubjectProductRelationResp

type AddSubjectProductRelationResp = cmsclient.AddSubjectProductRelationResp

type AddSubjectReq

type AddSubjectReq = cmsclient.AddSubjectReq

type AddSubjectResp

type AddSubjectResp = cmsclient.AddSubjectResp

type AddTopicCategoryReq

type AddTopicCategoryReq = cmsclient.AddTopicCategoryReq

type AddTopicCategoryResp

type AddTopicCategoryResp = cmsclient.AddTopicCategoryResp

type AddTopicCommentReq

type AddTopicCommentReq = cmsclient.AddTopicCommentReq

type AddTopicCommentResp

type AddTopicCommentResp = cmsclient.AddTopicCommentResp

type AddTopicReq

type AddTopicReq = cmsclient.AddTopicReq

type AddTopicResp

type AddTopicResp = cmsclient.AddTopicResp

type DeleteHelpCategoryReq

type DeleteHelpCategoryReq = cmsclient.DeleteHelpCategoryReq

type DeleteHelpCategoryResp

type DeleteHelpCategoryResp = cmsclient.DeleteHelpCategoryResp

type DeleteHelpReq

type DeleteHelpReq = cmsclient.DeleteHelpReq

type DeleteHelpResp

type DeleteHelpResp = cmsclient.DeleteHelpResp

type DeleteMemberReportReq

type DeleteMemberReportReq = cmsclient.DeleteMemberReportReq

type DeleteMemberReportResp

type DeleteMemberReportResp = cmsclient.DeleteMemberReportResp

type DeletePreferredAreaReq

type DeletePreferredAreaReq = cmsclient.DeletePreferredAreaReq

type DeletePreferredAreaResp

type DeletePreferredAreaResp = cmsclient.DeletePreferredAreaResp

type DeleteSubjectCategoryReq

type DeleteSubjectCategoryReq = cmsclient.DeleteSubjectCategoryReq

type DeleteSubjectCategoryResp

type DeleteSubjectCategoryResp = cmsclient.DeleteSubjectCategoryResp

type DeleteSubjectCommentReq

type DeleteSubjectCommentReq = cmsclient.DeleteSubjectCommentReq

type DeleteSubjectCommentResp

type DeleteSubjectCommentResp = cmsclient.DeleteSubjectCommentResp

type DeleteSubjectReq

type DeleteSubjectReq = cmsclient.DeleteSubjectReq

type DeleteSubjectResp

type DeleteSubjectResp = cmsclient.DeleteSubjectResp

type DeleteTopicCategoryReq

type DeleteTopicCategoryReq = cmsclient.DeleteTopicCategoryReq

type DeleteTopicCategoryResp

type DeleteTopicCategoryResp = cmsclient.DeleteTopicCategoryResp

type DeleteTopicCommentReq

type DeleteTopicCommentReq = cmsclient.DeleteTopicCommentReq

type DeleteTopicCommentResp

type DeleteTopicCommentResp = cmsclient.DeleteTopicCommentResp

type DeleteTopicReq

type DeleteTopicReq = cmsclient.DeleteTopicReq

type DeleteTopicResp

type DeleteTopicResp = cmsclient.DeleteTopicResp

type HelpCategoryListData

type HelpCategoryListData = cmsclient.HelpCategoryListData

type HelpListData

type HelpListData = cmsclient.HelpListData

type MemberReportListData

type MemberReportListData = cmsclient.MemberReportListData

type PreferredAreaListData

type PreferredAreaListData = cmsclient.PreferredAreaListData

type PreferredAreaProductRelationService

type PreferredAreaProductRelationService interface {
	// 添加优选专区和产品关系表
	AddPreferredAreaProductRelation(ctx context.Context, in *AddPreferredAreaProductRelationReq, opts ...grpc.CallOption) (*AddPreferredAreaProductRelationResp, error)
	// 查询优选专区和产品关系表列表
	QueryPreferredAreaProductRelationList(ctx context.Context, in *QueryPreferredAreaProductRelationListReq, opts ...grpc.CallOption) (*QueryPreferredAreaProductRelationListResp, error)
}

func NewPreferredAreaProductRelationService

func NewPreferredAreaProductRelationService(cli zrpc.Client) PreferredAreaProductRelationService

type QueryHelpCategoryDetailReq

type QueryHelpCategoryDetailReq = cmsclient.QueryHelpCategoryDetailReq

type QueryHelpCategoryDetailResp

type QueryHelpCategoryDetailResp = cmsclient.QueryHelpCategoryDetailResp

type QueryHelpCategoryListReq

type QueryHelpCategoryListReq = cmsclient.QueryHelpCategoryListReq

type QueryHelpCategoryListResp

type QueryHelpCategoryListResp = cmsclient.QueryHelpCategoryListResp

type QueryHelpDetailReq

type QueryHelpDetailReq = cmsclient.QueryHelpDetailReq

type QueryHelpDetailResp

type QueryHelpDetailResp = cmsclient.QueryHelpDetailResp

type QueryHelpListReq

type QueryHelpListReq = cmsclient.QueryHelpListReq

type QueryHelpListResp

type QueryHelpListResp = cmsclient.QueryHelpListResp

type QueryMemberReportDetailReq

type QueryMemberReportDetailReq = cmsclient.QueryMemberReportDetailReq

type QueryMemberReportDetailResp

type QueryMemberReportDetailResp = cmsclient.QueryMemberReportDetailResp

type QueryMemberReportListReq

type QueryMemberReportListReq = cmsclient.QueryMemberReportListReq

type QueryMemberReportListResp

type QueryMemberReportListResp = cmsclient.QueryMemberReportListResp

type QueryPreferredAreaDetailReq

type QueryPreferredAreaDetailReq = cmsclient.QueryPreferredAreaDetailReq

type QueryPreferredAreaDetailResp

type QueryPreferredAreaDetailResp = cmsclient.QueryPreferredAreaDetailResp

type QueryPreferredAreaListReq

type QueryPreferredAreaListReq = cmsclient.QueryPreferredAreaListReq

type QueryPreferredAreaListResp

type QueryPreferredAreaListResp = cmsclient.QueryPreferredAreaListResp

type QuerySubjectCategoryDetailReq

type QuerySubjectCategoryDetailReq = cmsclient.QuerySubjectCategoryDetailReq

type QuerySubjectCategoryDetailResp

type QuerySubjectCategoryDetailResp = cmsclient.QuerySubjectCategoryDetailResp

type QuerySubjectCategoryListReq

type QuerySubjectCategoryListReq = cmsclient.QuerySubjectCategoryListReq

type QuerySubjectCategoryListResp

type QuerySubjectCategoryListResp = cmsclient.QuerySubjectCategoryListResp

type QuerySubjectCommentDetailReq

type QuerySubjectCommentDetailReq = cmsclient.QuerySubjectCommentDetailReq

type QuerySubjectCommentDetailResp

type QuerySubjectCommentDetailResp = cmsclient.QuerySubjectCommentDetailResp

type QuerySubjectCommentListReq

type QuerySubjectCommentListReq = cmsclient.QuerySubjectCommentListReq

type QuerySubjectCommentListResp

type QuerySubjectCommentListResp = cmsclient.QuerySubjectCommentListResp

type QuerySubjectDetailReq

type QuerySubjectDetailReq = cmsclient.QuerySubjectDetailReq

type QuerySubjectDetailResp

type QuerySubjectDetailResp = cmsclient.QuerySubjectDetailResp

type QuerySubjectListReq

type QuerySubjectListReq = cmsclient.QuerySubjectListReq

type QuerySubjectListResp

type QuerySubjectListResp = cmsclient.QuerySubjectListResp

type QueryTopicCategoryDetailReq

type QueryTopicCategoryDetailReq = cmsclient.QueryTopicCategoryDetailReq

type QueryTopicCategoryDetailResp

type QueryTopicCategoryDetailResp = cmsclient.QueryTopicCategoryDetailResp

type QueryTopicCategoryListReq

type QueryTopicCategoryListReq = cmsclient.QueryTopicCategoryListReq

type QueryTopicCategoryListResp

type QueryTopicCategoryListResp = cmsclient.QueryTopicCategoryListResp

type QueryTopicCommentDetailReq

type QueryTopicCommentDetailReq = cmsclient.QueryTopicCommentDetailReq

type QueryTopicCommentDetailResp

type QueryTopicCommentDetailResp = cmsclient.QueryTopicCommentDetailResp

type QueryTopicCommentListReq

type QueryTopicCommentListReq = cmsclient.QueryTopicCommentListReq

type QueryTopicCommentListResp

type QueryTopicCommentListResp = cmsclient.QueryTopicCommentListResp

type QueryTopicDetailReq

type QueryTopicDetailReq = cmsclient.QueryTopicDetailReq

type QueryTopicDetailResp

type QueryTopicDetailResp = cmsclient.QueryTopicDetailResp

type QueryTopicListReq

type QueryTopicListReq = cmsclient.QueryTopicListReq

type QueryTopicListResp

type QueryTopicListResp = cmsclient.QueryTopicListResp

type SubjectCategoryListData

type SubjectCategoryListData = cmsclient.SubjectCategoryListData

type SubjectCommentListData

type SubjectCommentListData = cmsclient.SubjectCommentListData

type SubjectListByIdsReq

type SubjectListByIdsReq = cmsclient.SubjectListByIdsReq

type SubjectListData

type SubjectListData = cmsclient.SubjectListData

type TopicCategoryListData

type TopicCategoryListData = cmsclient.TopicCategoryListData

type TopicCommentListData

type TopicCommentListData = cmsclient.TopicCommentListData

type TopicListData

type TopicListData = cmsclient.TopicListData

type UpdateHelpCategoryReq

type UpdateHelpCategoryReq = cmsclient.UpdateHelpCategoryReq

type UpdateHelpCategoryResp

type UpdateHelpCategoryResp = cmsclient.UpdateHelpCategoryResp

type UpdateHelpCategoryStatusReq

type UpdateHelpCategoryStatusReq = cmsclient.UpdateHelpCategoryStatusReq

type UpdateHelpCategoryStatusResp

type UpdateHelpCategoryStatusResp = cmsclient.UpdateHelpCategoryStatusResp

type UpdateHelpReq

type UpdateHelpReq = cmsclient.UpdateHelpReq

type UpdateHelpResp

type UpdateHelpResp = cmsclient.UpdateHelpResp

type UpdateHelpStatusReq

type UpdateHelpStatusReq = cmsclient.UpdateHelpStatusReq

type UpdateHelpStatusResp

type UpdateHelpStatusResp = cmsclient.UpdateHelpStatusResp

type UpdateMemberReportReq

type UpdateMemberReportReq = cmsclient.UpdateMemberReportReq

type UpdateMemberReportResp

type UpdateMemberReportResp = cmsclient.UpdateMemberReportResp

type UpdateMemberReportStatusReq

type UpdateMemberReportStatusReq = cmsclient.UpdateMemberReportStatusReq

type UpdateMemberReportStatusResp

type UpdateMemberReportStatusResp = cmsclient.UpdateMemberReportStatusResp

type UpdatePreferredAreaReq

type UpdatePreferredAreaReq = cmsclient.UpdatePreferredAreaReq

type UpdatePreferredAreaResp

type UpdatePreferredAreaResp = cmsclient.UpdatePreferredAreaResp

type UpdatePreferredAreaStatusReq

type UpdatePreferredAreaStatusReq = cmsclient.UpdatePreferredAreaStatusReq

type UpdatePreferredAreaStatusResp

type UpdatePreferredAreaStatusResp = cmsclient.UpdatePreferredAreaStatusResp

type UpdateSubjectCategoryReq

type UpdateSubjectCategoryReq = cmsclient.UpdateSubjectCategoryReq

type UpdateSubjectCategoryResp

type UpdateSubjectCategoryResp = cmsclient.UpdateSubjectCategoryResp

type UpdateSubjectCategoryStatusReq

type UpdateSubjectCategoryStatusReq = cmsclient.UpdateSubjectCategoryStatusReq

type UpdateSubjectCategoryStatusResp

type UpdateSubjectCategoryStatusResp = cmsclient.UpdateSubjectCategoryStatusResp

type UpdateSubjectCommentReq

type UpdateSubjectCommentReq = cmsclient.UpdateSubjectCommentReq

type UpdateSubjectCommentResp

type UpdateSubjectCommentResp = cmsclient.UpdateSubjectCommentResp

type UpdateSubjectCommentStatusReq

type UpdateSubjectCommentStatusReq = cmsclient.UpdateSubjectCommentStatusReq

type UpdateSubjectCommentStatusResp

type UpdateSubjectCommentStatusResp = cmsclient.UpdateSubjectCommentStatusResp

type UpdateSubjectRecommendStatusReq

type UpdateSubjectRecommendStatusReq = cmsclient.UpdateSubjectRecommendStatusReq

type UpdateSubjectRecommendStatusResp

type UpdateSubjectRecommendStatusResp = cmsclient.UpdateSubjectRecommendStatusResp

type UpdateSubjectReq

type UpdateSubjectReq = cmsclient.UpdateSubjectReq

type UpdateSubjectResp

type UpdateSubjectResp = cmsclient.UpdateSubjectResp

type UpdateSubjectStatusReq

type UpdateSubjectStatusReq = cmsclient.UpdateSubjectStatusReq

type UpdateSubjectStatusResp

type UpdateSubjectStatusResp = cmsclient.UpdateSubjectStatusResp

type UpdateTopicCategoryReq

type UpdateTopicCategoryReq = cmsclient.UpdateTopicCategoryReq

type UpdateTopicCategoryResp

type UpdateTopicCategoryResp = cmsclient.UpdateTopicCategoryResp

type UpdateTopicCategoryStatusReq

type UpdateTopicCategoryStatusReq = cmsclient.UpdateTopicCategoryStatusReq

type UpdateTopicCategoryStatusResp

type UpdateTopicCategoryStatusResp = cmsclient.UpdateTopicCategoryStatusResp

type UpdateTopicCommentReq

type UpdateTopicCommentReq = cmsclient.UpdateTopicCommentReq

type UpdateTopicCommentResp

type UpdateTopicCommentResp = cmsclient.UpdateTopicCommentResp

type UpdateTopicCommentStatusReq

type UpdateTopicCommentStatusReq = cmsclient.UpdateTopicCommentStatusReq

type UpdateTopicCommentStatusResp

type UpdateTopicCommentStatusResp = cmsclient.UpdateTopicCommentStatusResp

type UpdateTopicReq

type UpdateTopicReq = cmsclient.UpdateTopicReq

type UpdateTopicResp

type UpdateTopicResp = cmsclient.UpdateTopicResp

type UpdateTopicStatusReq

type UpdateTopicStatusReq = cmsclient.UpdateTopicStatusReq

type UpdateTopicStatusResp

type UpdateTopicStatusResp = cmsclient.UpdateTopicStatusResp

Jump to

Keyboard shortcuts

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