Documentation ¶
Index ¶
Constants ¶
View Source
const ( ProcessCulprit = "perf.process_culprit" MaybeTriggerBisection = "perf.maybe_trigger_bisection" )
Workflow name definitions.
Those are used to invoke the workflows. This is meant to decouple the souce code dependencies such that the client doesn't need to link with the actual implementation. TODO(b/326352379): introduce a specific type to encapsulate these workflow names
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaybeTriggerBisectionResult ¶
type MaybeTriggerBisectionResult struct {
JobId string
}
type ProcessCulpritParam ¶
type ProcessCulpritParam struct { CulpritServiceUrl string Commits []*pinpoint_proto.Commit AnomalyGroupId string }
type ProcessCulpritResult ¶
Click to show internal directories.
Click to hide internal directories.