Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OrderManager ¶
type OrderManager struct {
OrderService orderservice.Client
}
func (OrderManager) GetOrderInfo ¶
type UserManager ¶
type UserManager struct {
UserService userservice.Client
}
func (UserManager) GetUserInfo ¶
func (u UserManager) GetUserInfo(ctx context.Context, uid int64) error
Click to show internal directories.
Click to hide internal directories.