Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + const PubSubProjectLabel + const PubSubRunIDLabel + const PubSubTopicLabel + type Client struct + func NewReporter(cfg config.Getter) *Client + func (c *Client) GetName() string + func (c *Client) Report(ctx context.Context, l *logrus.Entry, pj *prowapi.ProwJob) ([]*prowapi.ProwJob, *reconcile.Result, error) + func (c *Client) ShouldReport(_ context.Context, _ *logrus.Entry, pj *prowapi.ProwJob) bool + type ReportMessage struct + GCSPath string + JobName string + JobType prowapi.ProwJobType + Message string + Project string + Refs []prowapi.Refs + RunID string + Status prowapi.ProwJobState + Topic string + URL string