build

package
v0.187.0 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 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 Build

type Build struct {
	ID   string `json:"id"`
	Name string `json:"name"`

	URL string `json:"-"`
}

Build represents a grouping of jobs.

type Service added in v0.186.4

type Service interface {
	// FindBuild returns a Build that's associated with jobID.
	FindBuild(ctx context.Context, jobID string, realDevice bool) (Build, error)
}

Service is the interface for requesting build information.

Jump to

Keyboard shortcuts

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