Documentation
¶
Index ¶
- func GetCachedMiddleware(c container.Container) (middleware.CachedMiddlewareInterface, error)
- func GetCallbackController(c container.Container) (controller.CallbackControllerInterface, error)
- func GetCartController(c container.Container) (controller.CartControllerInterface, error)
- func GetCheckoutController(c container.Container) (controller.CheckoutControllerInterface, error)
- func GetProductController(c container.Container) (controller.ProductControllerInterface, error)
- func GetUserController(c container.Container) (controller.UserControllerInterface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCachedMiddleware ¶
func GetCachedMiddleware(c container.Container) (middleware.CachedMiddlewareInterface, error)
func GetCallbackController ¶
func GetCallbackController(c container.Container) (controller.CallbackControllerInterface, error)
func GetCartController ¶
func GetCartController(c container.Container) (controller.CartControllerInterface, error)
func GetCheckoutController ¶
func GetCheckoutController(c container.Container) (controller.CheckoutControllerInterface, error)
func GetProductController ¶
func GetProductController(c container.Container) (controller.ProductControllerInterface, error)
func GetUserController ¶
func GetUserController(c container.Container) (controller.UserControllerInterface, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.