Versions in this module Expand all Collapse all v0 v0.10.0 Sep 6, 2026 Changes in this version + type Syncer struct + func NewSyncer() *Syncer + func (s *Syncer) AddOrgMembership(_ context.Context, _, _ uuid.UUID, _ string) error + func (s *Syncer) RegisterOrganization(_ context.Context, _, _ uuid.UUID) error + func (s *Syncer) RegisterPrincipal(_ context.Context, _ uuid.UUID) error + func (s *Syncer) RemoveOrgMembership(_ context.Context, _, _ uuid.UUID, _ string) error + func (s *Syncer) SetPlatformAdmin(_ context.Context, _ uuid.UUID, _ bool) error + func (s *Syncer) UnregisterOrganization(_ context.Context, _ uuid.UUID) error + func (s *Syncer) UnregisterPrincipal(_ context.Context, _ uuid.UUID) error + func (s *Syncer) UpdateOrgMembership(_ context.Context, _, _ uuid.UUID, _, _ string) error