Documentation ¶
Index ¶
Constants ¶
View Source
const (
CommitStatusDeliveriesLockKey = "commitstatusdeliveryevents"
)
View Source
const (
RunEventsLockKey = "runevents"
)
View Source
const (
RunWebhookDeliveriesLockKey = "runwebhookdeliveryevents"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgolaEventType ¶ added in v0.9.0
type AgolaEventType string
const (
AgolaEventRun AgolaEventType = "run"
)
type GitSourceCommitStatusUpdater ¶ added in v0.9.0
type GitSourceCommitStatusUpdater struct {
// contains filtered or unexported fields
}
type NotificationService ¶
type NotificationService struct {
// contains filtered or unexported fields
}
func NewNotificationService ¶
func (*NotificationService) CommitStatusDeliveriesHandlerLoop ¶ added in v0.9.0
func (n *NotificationService) CommitStatusDeliveriesHandlerLoop(ctx context.Context)
func (*NotificationService) RunWebhookDeliveriesHandlerLoop ¶ added in v0.9.0
func (n *NotificationService) RunWebhookDeliveriesHandlerLoop(ctx context.Context)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.