Documentation ¶
Index ¶
- func ShopSearch(ctx context.Context, req *search_business.ShopSearchRequest) (result []*search_business.ShopSearchEntry, retCode int)
- func SkuInventorySearch(ctx context.Context, req *search_business.SkuInventorySearchRequest) (result []*search_business.SkuInventoryEntry, retCode int)
- type PushMsgTag
- type PushNoticeService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShopSearch ¶
func ShopSearch(ctx context.Context, req *search_business.ShopSearchRequest) (result []*search_business.ShopSearchEntry, retCode int)
func SkuInventorySearch ¶
func SkuInventorySearch(ctx context.Context, req *search_business.SkuInventorySearchRequest) (result []*search_business.SkuInventoryEntry, retCode int)
Types ¶
type PushMsgTag ¶
type PushNoticeService ¶
type PushNoticeService struct {
// contains filtered or unexported fields
}
func NewPushNoticeService ¶
func NewPushNoticeService(server *queue.MachineryQueue, tag PushMsgTag) *PushNoticeService
func (*PushNoticeService) GetTaskState ¶
func (p *PushNoticeService) GetTaskState(taskId string) (*tasks.TaskState, error)
func (*PushNoticeService) PushMessage ¶
func (p *PushNoticeService) PushMessage(ctx context.Context, args interface{}) (string, int)
Click to show internal directories.
Click to hide internal directories.