Documentation ¶
Index ¶
Constants ¶
View Source
const Icon = "" /* 46144-byte string literal not displayed */
Icon - base64 favicon image
View Source
const TemplPath = "templates/"
TemplPath - path to html templates
Variables ¶
View Source
var ( // AppConfig - config for Web Gui AppConfig models.Conf // AllLinks - all links AllLinks models.Links // UptimeMon - monitoring data UptimeMon []models.MonData // NewUptimeMon - not added to DB yet NewUptimeMon []models.MonData )
View Source
var ( // RetriesSyncMap - count retries to send notifications RetriesSyncMap sync.Map // MuUptime - mutex for AllLinks.Uptime MuUptime sync.Mutex )
View Source
var ( // MuScan - mutex for AllLinks.Panels MuScan sync.Mutex )
View Source
var TemplHTML embed.FS
TemplHTML - html templates
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.