Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValenteStatusHandler ¶
func ValenteStatusHandler(w http.ResponseWriter, r *http.Request)
ValenteStatusHandler handle a status request sending an json
Types ¶
type StatusInfo ¶
type StatusInfo struct { Started time.Time OpenSessions int ClosedSessions int Gotos int SendedBytes int ReceivedBytes int }
StatusInfo represents info of app status
var ( //Status is app status Status StatusInfo )
Click to show internal directories.
Click to hide internal directories.