testvariants

package
v0.0.0-...-51f9457 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Query

type Query struct {
	InvocationIDs invocations.IDSet
	Predicate     *uipb.TestVariantPredicate
	PageSize      int // must be positive
	// Consists of test variant status, test id and variant hash.
	PageToken string
	// contains filtered or unexported fields
}

Query specifies test variants to fetch.

func (*Query) Fetch

func (q *Query) Fetch(ctx context.Context) (tvs []*uipb.TestVariant, nextPageToken string, err error)

Fetch returns a page of test variants matching q. Returned test variants are ordered by test variant status, test ID and variant hash.

Jump to

Keyboard shortcuts

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