types

package
v0.0.0-...-1182063 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestRun

type TestRun struct {
	ID           string     `json:"id"`
	CreatedAt    time.Time  `json:"created_at"`
	LastStart    *time.Time `json:"last_start"`
	LastResponse *time.Time `json:"last_response"`
	SuccessCount int64      `json:"success_count"` // success_count plus failure_count will not always equal total due to unsupported instances
	FailureCount int64      `json:"failure_count"`
	TotalRuns    int64      `json:"total_runs"`
	PendingRuns  int64      `json:"pending_runs"`
	RunningRuns  int64      `json:"running_runs"`
}

Jump to

Keyboard shortcuts

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