routes

package
v0.0.0-...-6b8b621 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2021 License: MIT Imports: 9 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL