Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2026 Changes in this version + type PullRequestOrchestrator struct + func NewPullRequestOrchestrator(initializeUseCase *usecase.InitializeFirstCheckUseCase, ...) *PullRequestOrchestrator + func (o *PullRequestOrchestrator) ExecuteInitialCheck(ctx context.Context) error + func (o *PullRequestOrchestrator) ExecuteRegularCheck(ctx context.Context, lastCheckTime time.Time) error