Skip to main content

Crate ssot_sync_github

Crate ssot_sync_github 

Source
Expand description

§ssot-sync-github

GitHub Issues adapter for the SSOT sync ecosystem.

Maps SSOT tasks to GitHub Issues and vice versa via the REST API v3. Implements ssot_sync::SyncAdapter so ssot_sync::SyncEngine can register it alongside other provider adapters.

Structs§

GitHubAdapter
GitHub Issues sync adapter.
GitHubIssue
A GitHub issue as returned by the REST API.
GitHubIssueUpdate
Input for updating a GitHub issue.
GitHubLabel
A GitHub label.

Constants§

PROVIDER
Provider identifier used as the sync_state.provider primary key.