Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderService ¶
type OrderService struct {
*Service
}
func NewOrderService ¶
func NewOrderService(ctx context.Context) *OrderService
func (*OrderService) TestProducerMq ¶
func (s *OrderService) TestProducerMq(ctx context.Context, opt ...string) error
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GetOrderService ¶
func (s *Service) GetOrderService() *OrderService
Click to show internal directories.
Click to hide internal directories.