types

package
v0.0.0-...-66acf6f Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Outcome

type Outcome string
const (
	OutcomeSuccess Outcome = "success"
	OutcomeFlake   Outcome = "flake"
	OutcomeFail    Outcome = "fail"
)

func (Outcome) Abbrv

func (o Outcome) Abbrv() string

type TestResult

type TestResult struct {
	Outcome  Outcome
	TestName string
	Where    string
	Branch   string

	BuildID  string
	Prefix   string
	BuildURL string
}

Jump to

Keyboard shortcuts

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