Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateFeedBackMq ¶ added in v1.0.11
type CreateFeedBackMq struct {
// contains filtered or unexported fields
}
func NewCreateFeedBackMq ¶ added in v1.0.11
func NewCreateFeedBackMq(ctx context.Context, svcCtx *svc.ServiceContext) *CreateFeedBackMq
func (*CreateFeedBackMq) Consume ¶ added in v1.0.11
func (l *CreateFeedBackMq) Consume(_, value string) error
type CreateItemMq ¶ added in v1.0.11
type CreateItemMq struct {
// contains filtered or unexported fields
}
func NewCreateItemMq ¶ added in v1.0.11
func NewCreateItemMq(ctx context.Context, svcCtx *svc.ServiceContext) *CreateItemMq
func (*CreateItemMq) Consume ¶ added in v1.0.11
func (l *CreateItemMq) Consume(_, value string) error
type CreateNotificationMq ¶ added in v1.0.11
type CreateNotificationMq struct {
// contains filtered or unexported fields
}
func NewCreateNotificationMq ¶ added in v1.0.11
func NewCreateNotificationMq(ctx context.Context, svcCtx *svc.ServiceContext) *CreateNotificationMq
func (*CreateNotificationMq) Consume ¶ added in v1.0.11
func (l *CreateNotificationMq) Consume(_, value string) error
type DeleteItemMq ¶
type DeleteItemMq struct {
// contains filtered or unexported fields
}
func NewDeleteItemMq ¶
func NewDeleteItemMq(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteItemMq
func (*DeleteItemMq) Consume ¶
func (l *DeleteItemMq) Consume(_, value string) error
type UpdateItemMq ¶
type UpdateItemMq struct {
// contains filtered or unexported fields
}
func NewUpdateItemMq ¶
func NewUpdateItemMq(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateItemMq
func (*UpdateItemMq) Consume ¶
func (l *UpdateItemMq) Consume(_, value string) error
type UpdateNotificationsMq ¶
type UpdateNotificationsMq struct {
// contains filtered or unexported fields
}
func NewUpdateNotificationsMq ¶
func NewUpdateNotificationsMq(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateNotificationsMq
func (*UpdateNotificationsMq) Consume ¶
func (l *UpdateNotificationsMq) Consume(_, value string) error
Click to show internal directories.
Click to hide internal directories.