checkreportstarted

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Name    string  `json:"name"`
	Payload Payload `json:"payload"`
}

Event struct for CheckReportStarted event

func New

func New(reportID string) Event

New - constructor for CheckReportStarted event with default values

type Payload

type Payload struct {
	ReportID string        `json:"reportId"`
	Checks   []check.Check `json:"checks"`
}

Payload of CheckReportStarted event

Jump to

Keyboard shortcuts

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