Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + func IsUserError(err error) bool + func UpdateReportStateWithRetries(ctx context.Context, pj *prowv1.ProwJob, log *logrus.Entry, ...) error + func UserError(err error) error + type ShardedLock struct + func NewShardedLock() *ShardedLock + func (s *ShardedLock) Cleanup() + func (s *ShardedLock) GetLock(ctx context.Context, key SimplePull) (*semaphore.Weighted, error) + func (s *ShardedLock) RunCleanup() + type SimplePull struct + func NewSimplePull(org, repo string, number int) *SimplePull