Versions in this module Expand all Collapse all v0 v0.6.0 Feb 3, 2026 Changes in this version + type GitHubProvider struct + func NewProvider() *GitHubProvider + func (p *GitHubProvider) AddComment(itemType, itemID, body, repoPath string) error + func (p *GitHubProvider) CreateItem(item *sync.Item, repoPath string) (*sync.Item, error) + func (p *GitHubProvider) GetItem(itemType, itemID, repoPath string) (*sync.Item, error) + func (p *GitHubProvider) Name() string + func (p *GitHubProvider) Sync(config map[string]string, repoPath string) ([]*sync.Item, error) + func (p *GitHubProvider) UpdateItem(item *sync.Item, repoPath string) (*sync.Item, error) v0.0.1 Jan 16, 2026