package
Version:
v2.0.0-...-4d7e8e0
Opens a new window with list of versions in this module.
Published: Feb 20, 2025
License: BSD-2-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Module = fx.Module(
"app",
fx.Provide(
middlewares.NewAuthMiddleware,
controllers.NewBaseController,
controllers.NewUserAssetsController,
controllers.NewOrderController,
controllers.NewMarketController,
controllers.NewUserController,
webws.NewWsManager,
),
fx.Invoke(NewRoutes),
)
func NewRoutes(in inContext) *Routes
Source Files
¶
Directories
¶
api
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.