Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupLogger ¶
SetupLogger sets up the logger for the application
Types ¶
type App ¶
type App struct { Router *gin.Engine Repositories struct { AlertRepository contracts.AlertRepository } WorkerPools struct { AlertPool *ants.Pool } Version string Monitoring monitoring.Monitor // contains filtered or unexported fields }
App is the main application
func NewApplication ¶
NewApplication creates a new application instance
func (*App) RunHTTPServer ¶
RunHTTPServer runs the http server
Click to show internal directories.
Click to hide internal directories.