Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupSyncer ¶
type GroupSyncer interface { // SourceSystem provides the name of the source group system. SourceSystem() string // TargetSystem provides the name of the target group system. TargetSystem() string // Sync sync the source group with the given ID to the target group system. Sync(ctx context.Context, sourceGroupID string) error // SyncAll syncs all source groups that this GroupSyncer is aware of to the target system. SyncAll(ctx context.Context) error }
GroupSyncer syncs groups from a source system to a target system.
Click to show internal directories.
Click to hide internal directories.