api

package
v0.38.125 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultWindow = "1h"

Functions

func About added in v0.38.70

func About(c echo.Context) error

func Changes added in v0.38.70

func Changes(c echo.Context) error

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 PostDataToServer(server string, body io.Reader) (err error)

func PushHandler added in v0.38.85

func PushHandler(c echo.Context) error

func Topology added in v0.38.85

func Topology(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"`
}

type QueueData added in v0.38.85

type QueueData struct {
	Check  pkg.Check       `json:",inline"`
	Status pkg.CheckStatus `json:",inline"`
}

type Response

type Response struct {
	Duration   int        `json:"duration,omitempty"`
	RunnerName string     `json:"runnerName"`
	Checks     pkg.Checks `json:"checks"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL