Versions in this module Expand all Collapse all v1 v1.1.0 Feb 1, 2024 v1.0.1 Mar 21, 2023 v1.0.0 Jul 28, 2022 Changes in this version + type ReplicationQueue interface + ConsumeQueue func(func(*models.Replication) error) error + PushToQueue func(*models.Replication) error + func GetReplicationQueue(config *types.ReplicationQueueConfig, hostname string) (rq ReplicationQueue, err error)