Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Container represent the global Go-Web service container Container *dig.Container // Controllers will handle all Go-Web controller Controllers = []interface{}{ &controller.UserController{}, &controller.AuthController{}, &controller.HomeController{}, } // Models will handle all application models Models = []interface{}{ model.User{}, model.FailedJob{}, } // Services will handle all app services Services = []interface{}{ service.ConnectDB, service.ConnectElastic, service.ConnectMongo, service.ConnectRedis, } // Configuration represent all Go-Web application conf Configuration *gwf.Conf )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.