Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppContainer ¶
type AppContainer struct { UserHandler *handler.UserHandler CategoryHandler *handler.CategoryHandler ThreadHandler *handler.ThreadHandler ChatHandler *handler.ChatHandler }
func InitializeAppContainer ¶
func InitializeAppContainer(db *gorm.DB, cfg *config.Config) *AppContainer
Click to show internal directories.
Click to hide internal directories.