Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "1.0.0"
Version of API
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
App is the application for API
func New ¶
func New(commonApp *commonApp.App, cfg config.Configuration) *App
New func is a constructor for the ApiApp
func (*App) RegisterHandlers ¶
func (app *App) RegisterHandlers(rg *routing.RouteGroup)
RegisterHandlers sets up the routing of the HTTP handlers.
Click to show internal directories.
Click to hide internal directories.