Documentation ¶
Index ¶
- Variables
- func About(c echo.Context) error
- func Changes(c echo.Context) error
- func CheckDetails(c echo.Context) error
- func CheckSummary(c echo.Context) error
- func DetailsHandler(c echo.Context) error
- func PostDataToServer(server string, body io.Reader) (err error)
- func PushHandler(c echo.Context) error
- func Topology(c echo.Context) error
- type DetailResponse
- type QueueData
- type Response
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultWindow = "1h"
Functions ¶
func CheckDetails ¶ added in v0.38.70
func CheckDetails(c echo.Context) error
func CheckSummary ¶ added in v0.38.70
func CheckSummary(c echo.Context) error
func DetailsHandler ¶ added in v0.38.96
func DetailsHandler(c echo.Context) error
func PostDataToServer ¶ added in v0.38.85
func PushHandler ¶ added in v0.38.85
func PushHandler(c echo.Context) error
Types ¶
type DetailResponse ¶ added in v0.38.70
type DetailResponse struct { Duration int `json:"duration,omitempty"` RunnerName string `json:"runnerName"` Status []pkg.Timeseries `json:"status"` }
Click to show internal directories.
Click to hide internal directories.