Documentation
¶
Overview ¶
Package application holds the maintenance use cases — stale-message cleanup and PR reconcile — implemented against the ports declared in the maintenance domain layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cleaner ¶
type Cleaner struct {
// contains filtered or unexported fields
}
Cleaner is the stale-message cleanup use case; see domain.StaleMessageCleaner.
func NewCleaner ¶
func NewCleaner(params domain.CleanerParams) *Cleaner
NewCleaner constructs the stale-message cleanup use case from its domain params.
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is the PR reconcile use case; see domain.Reconciler.
func NewReconciler ¶
func NewReconciler(params domain.ReconcilerParams) *Reconciler
NewReconciler constructs the PR reconcile use case from its domain params.
Click to show internal directories.
Click to hide internal directories.