Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncService ¶
type SyncService struct {
// contains filtered or unexported fields
}
SyncService abstracts Sync Service client.
func NewSyncService ¶
func NewSyncService(log logr.Logger, conflationManager *conflator.ConflationManager, statistics *statistics.Statistics) (*SyncService, error)
NewSyncService creates a new instance of SyncService.
func (*SyncService) Register ¶
func (s *SyncService) Register(registration *transport.BundleRegistration)
Register function registers a msgID for sync service to know how to create the bundle, and use predicate.
Click to show internal directories.
Click to hide internal directories.