results

package
v0.0.1-beta1 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogsPayload

type LogsPayload struct {
	CheckId string `json:"check_id,omitempty"`
	B64Logs string `json:"raw,omitempty"`
}

type ReportPayload

type ReportPayload struct {
	CheckId   string `json:"check_id,omitempty"`
	ReportRaw string `json:"report,omitempty"`
}

type ResultsServer

type ResultsServer struct {
	Endpoint string
	Checks   map[string]*report.Report
	// contains filtered or unexported fields
}

func Start

func Start(l log.Logger) (*ResultsServer, error)

func (*ResultsServer) Shutdown

func (srv *ResultsServer) Shutdown()

Jump to

Keyboard shortcuts

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