Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckoutController ¶
type CheckoutController struct {
CheckoutUseCase usecase.CheckoutUseCaseInterface
}
func (*CheckoutController) GetCheckoutHandler ¶
func (cc *CheckoutController) GetCheckoutHandler(e echo.Context) error
func (*CheckoutController) PostHandler ¶
func (cc *CheckoutController) PostHandler(e echo.Context) error
func (*CheckoutController) UpdateHandler ¶
func (cc *CheckoutController) UpdateHandler(e echo.Context) error
Click to show internal directories.
Click to hide internal directories.