Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2023 Changes in this version + type OrderMsg struct + Cid int64 + Id int64 + OrderSn string + Sid int64 + Tid int64 + type OrderService struct + func NewOrderService(ctx context.Context) *OrderService + func (s *OrderService) TestProducerMq(ctx context.Context, opt ...string) error + type Service struct + func NewService(ctx context.Context) *Service + func (s *Service) GetOrderService() *OrderService + func (s *Service) GetService() *Service