Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceContainer ¶
type ServiceContainer struct { Auth authService File fileService Image imageService Product productService Subscribe subscribeService User userService Wishlist wishlistService EventManager eventManager }
func NewInMemoryServiceContainer ¶
func NewInMemoryServiceContainer() *ServiceContainer
func NewServiceContainer ¶
func NewServiceContainer(db *sqlx.DB, config *config.Config) *ServiceContainer
Click to show internal directories.
Click to hide internal directories.