Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIpInfo ¶
func GetIpInfo() gin.HandlerFunc
func GetPingInfo ¶
func GetPingInfo() gin.HandlerFunc
func ResponseTimeChart ¶
func ResponseTimeChart(mode ResponseTimeChartMode) gin.HandlerFunc
func SentrySingletonAuth ¶
func SentrySingletonAuth() gin.HandlerFunc
func SentrySingletonRefresh ¶
func SentrySingletonRefresh() gin.HandlerFunc
func TelegramCallbackService ¶
func TelegramCallbackService() gin.HandlerFunc
TelegramCallbackService handles the callback from the Telegram bot. It decodes the incoming update, processes the command, and sends a response back to the user.
Types ¶
type ResponseTimeChartMode ¶
type ResponseTimeChartMode uint
const ( ResponseTimeChartModeHtml ResponseTimeChartMode = iota ResponseTimeChartModePng ResponseTimeChartModeJpg ResponseTimeChartModeSvg )
Click to show internal directories.
Click to hide internal directories.