Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunOrderService ¶
Types ¶
type OrderWorker ¶
type OrderWorker struct {
// contains filtered or unexported fields
}
func NewOrderWorker ¶
func NewOrderWorker(svc *service.OrderService, queue <-chan request.CreateOrder) *OrderWorker
func (OrderWorker) StartWorker ¶
func (wrk OrderWorker) StartWorker(c context.Context, wg *sync.WaitGroup)
Click to show internal directories.
Click to hide internal directories.