Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Updater ¶
type Updater struct {
Service *workflow.Service
Syncer workflow.IncrementalSyncer
}
Updater maps repository sync requests to the ingest incremental workflow. @intent preserve ingest workflow composition behind the repository sync graph port.
func (Updater) Update ¶
func (u Updater) Update(ctx context.Context, req reposync.GraphRequest) (reposync.UpdateStats, error)
Update preserves replace, source scope, size limit, namespace, and unreadable-file semantics. @intent replace one synchronized repository namespace using the existing incremental ingest contract.
Click to show internal directories.
Click to hide internal directories.