Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewCheckoutService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type CheckoutService ¶
type CheckoutService struct { pb.UnimplementedCheckoutServer // contains filtered or unexported fields }
func NewCheckoutService ¶
func NewCheckoutService(cuc *biz.CheckoutUseCase, logger log.Logger) *CheckoutService
func (*CheckoutService) PlaceOrder ¶
func (s *CheckoutService) PlaceOrder(ctx context.Context, req *pb.PlaceOrderRequest) (*pb.PlaceOrderResponse, error)
Click to show internal directories.
Click to hide internal directories.