v1alpha3

package
v0.0.0-...-aeb69e5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL