Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProxySvc = &ProxyService{ Svc: service, }
Functions ¶
This section is empty.
Types ¶
type OrderSvc ¶
type ProductSvc ¶
type ProductSvc struct {
AllocateInventory func(ctx context.Context, reqs []*productDao.AllocateInventoryReq, rsp *productDao.AllocateInventoryResult) error
}
func (*ProductSvc) Reference ¶
func (svc *ProductSvc) Reference() string
type ProxyService ¶
type ProxyService struct { *Svc CreateSo func(ctx context.Context, rollback bool) ([]uint64, error) }
func (*ProxyService) GetMethodTransactionInfo ¶
func (svc *ProxyService) GetMethodTransactionInfo(methodName string) *tm.TransactionInfo
func (*ProxyService) GetProxyService ¶
func (svc *ProxyService) GetProxyService() interface{}
Click to show internal directories.
Click to hide internal directories.