Documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct{}
Backend implements eval.Backend for Chromium.
It requires the developer to have BigQuery User role in "chrome-trooper-analytics" Cloud project.
func (*Backend) RejectedPatchSets ¶
func (b *Backend) RejectedPatchSets(req eval.RejectedPatchSetsRequest) ([]*eval.RejectedPatchSet, error)
RejectedPatchSets implements eval.Backend, based on Chromium's CQ and ResultDB BigQuery tables.