Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppSet = wire.NewSet( configs.ConfigsSet, routers.RouterSet, repositories.RepositoriesSet, NewApp, )
View Source
var ServerSet = wire.NewSet(AppSet)
Functions ¶
This section is empty.
Types ¶
type Server ¶
Server represents the main server configuration.
func NewApp ¶
func NewApp( ac *configs.AppConfig, eh *eh.ErrorsHandler, pbr *routers.PublicRouter, sr *routers.SwaggerRouter, l listener.IListener, ) *Server
Click to show internal directories.
Click to hide internal directories.