Versions in this module Expand all Collapse all v0 v0.22.0 Feb 18, 2026 v0.21.0 Feb 18, 2026 Changes in this version + type Syncer struct + func NewSyncer(oktaClient domain.OktaClient, githubClient domain.GitHubClient, ...) *Syncer + func (s *Syncer) DetectOrphanedUsers(ctx context.Context, syncedTeams []string) (*domain.OrphanedUsersReport, error) + func (s *Syncer) Sync(ctx context.Context) (*domain.SyncResult, error)