Versions in this module Expand all Collapse all v0 v0.40.2 Dec 1, 2024 v0.40.1 Dec 1, 2024 Changes in this version + func Close() + func InitClient() + func TrackInitCompleted(ctx context.Context, invocationUUID uuid.UUID, event InitEvent) + func TrackInitStarted(ctx context.Context, invocationUUID uuid.UUID, event InitEvent) + func TrackLoginSuccess(ctx context.Context, invocationUUID uuid.UUID) + func TrackSyncCompleted(ctx context.Context, invocationUUID uuid.UUID, event SyncFinishedEvent) + func TrackSyncStarted(ctx context.Context, invocationUUID uuid.UUID, event SyncStartedEvent) + type InitEvent struct + AcceptDefaults bool + Destination string + Error error + Source string + SpecPath string + type SyncFinishedEvent struct + AbortedDueToError error + Duration time.Duration + Errors uint64 + ResourceCount int64 + Warnings uint64 + type SyncStartedEvent struct + Destinations []specs.Destination + ShardNum int + ShardTotal int + Source specs.Source