Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAppRouter ¶
type IAppRouter interface {
RegisterAPI(app *fiber.App)
}
IAppRouter is an interface for AppRouter
func AppRouter ¶
func AppRouter() IAppRouter
AppRouter is a function to initialize IAppRouter instance
type IServiceContainer ¶
type IServiceContainer interface { InjectUserHandler() _user_handler.UserHTTPHandler InjectFileHandler() _file_handler.FileHTTPHandler }
IServiceContainer represents ServiceContainer
func ServiceContainer ¶
func ServiceContainer() IServiceContainer
ServiceContainer is a function to inject dependency
Click to show internal directories.
Click to hide internal directories.