Documentation ¶
Overview ¶
Package clpurger purges CLs with a trigger for which Runs can't be started.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoNotification = &prjpb.PurgingCL_Notification{}
NoNotification indicates that no notification should be sent for the purging task on a given CL.
this is just for readability.
Functions ¶
This section is empty.
Types ¶
type Purger ¶
type Purger struct {
// contains filtered or unexported fields
}
Purger purges CLs for Project Manager.
func New ¶
func New(n *prjmanager.Notifier, g gerrit.Factory, u clUpdater, clm *changelist.Mutator) *Purger
New creates a Purger and registers it for handling tasks created by the given PM Notifier.
Click to show internal directories.
Click to hide internal directories.