Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSearchHistoryLogic ¶
func NewDeleteSearchHistoryLogic ¶
func NewDeleteSearchHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteSearchHistoryLogic
func (*DeleteSearchHistoryLogic) DeleteSearchHistory ¶
func (l *DeleteSearchHistoryLogic) DeleteSearchHistory(in *search.DeleteSearchHistoryRequest) (*search.DeleteSearchHistoryResponse, error)
type GetHotKeywordsLogic ¶
func NewGetHotKeywordsLogic ¶
func NewGetHotKeywordsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetHotKeywordsLogic
func (*GetHotKeywordsLogic) GetHotKeywords ¶
func (l *GetHotKeywordsLogic) GetHotKeywords(in *search.GetHotKeywordsRequest) (*search.GetHotKeywordsResponse, error)
type GetSearchHistoryLogic ¶
func NewGetSearchHistoryLogic ¶
func NewGetSearchHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSearchHistoryLogic
func (*GetSearchHistoryLogic) GetSearchHistory ¶
func (l *GetSearchHistoryLogic) GetSearchHistory(in *search.GetSearchHistoryRequest) (*search.GetSearchHistoryResponse, error)
type GetSearchSuggestionsLogic ¶
func NewGetSearchSuggestionsLogic ¶
func NewGetSearchSuggestionsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSearchSuggestionsLogic
func (*GetSearchSuggestionsLogic) GetSearchSuggestions ¶
func (l *GetSearchSuggestionsLogic) GetSearchSuggestions(in *search.GetSearchSuggestionsRequest) (*search.GetSearchSuggestionsResponse, error)
type RemoveProductLogic ¶
func NewRemoveProductLogic ¶
func NewRemoveProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoveProductLogic
func (*RemoveProductLogic) RemoveProduct ¶
func (l *RemoveProductLogic) RemoveProduct(in *search.RemoveProductRequest) (*search.RemoveProductResponse, error)
type SaveSearchHistoryLogic ¶
func NewSaveSearchHistoryLogic ¶
func NewSaveSearchHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SaveSearchHistoryLogic
func (*SaveSearchHistoryLogic) SaveSearchHistory ¶
func (l *SaveSearchHistoryLogic) SaveSearchHistory(in *search.SaveSearchHistoryRequest) (*search.SaveSearchHistoryResponse, error)
type SearchProductsLogic ¶
func NewSearchProductsLogic ¶
func NewSearchProductsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SearchProductsLogic
func (*SearchProductsLogic) SearchProducts ¶
func (l *SearchProductsLogic) SearchProducts(in *search.SearchProductsRequest) (*search.SearchProductsResponse, error)
商品搜索
type SyncProductLogic ¶
func NewSyncProductLogic ¶
func NewSyncProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SyncProductLogic
func (*SyncProductLogic) SyncProduct ¶
func (l *SyncProductLogic) SyncProduct(in *search.SyncProductRequest) (*search.SyncProductResponse, error)
索引管理
Click to show internal directories.
Click to hide internal directories.