Versions in this module Expand all Collapse all v8 v8.0.0 Nov 10, 2025 Changes in this version + type LocalSyncMock struct + LocalKillCall func(splitName string, defaultTreatment string, changeNumber int64) + StartPeriodicDataRecordingCall func() + StartPeriodicFetchingCall func() + StopPeriodicDataRecordingCall func() + StopPeriodicFetchingCall func() + SyncAllCall func() error + SynchronizeFeatureFlagsCall func(ffChange *dtos.SplitChangeUpdate) error + SynchronizeLargeSegmentCall func(name string, till *int64) error + SynchronizeLargeSegmentUpdateCall func(lsRFDResponseDTO *dtos.LargeSegmentRFDResponseDTO) error + SynchronizeSegmentCall func(segmentName string, till *int64) error + func (l *LocalSyncMock) LocalKill(splitName string, defaultTreatment string, changeNumber int64) + func (l *LocalSyncMock) StartPeriodicDataRecording() + func (l *LocalSyncMock) StartPeriodicFetching() + func (l *LocalSyncMock) StopPeriodicDataRecording() + func (l *LocalSyncMock) StopPeriodicFetching() + func (l *LocalSyncMock) SyncAll() error + func (l *LocalSyncMock) SynchronizeFeatureFlags(ffChange *dtos.SplitChangeUpdate) error + func (l *LocalSyncMock) SynchronizeLargeSegment(name string, till *int64) error + func (l *LocalSyncMock) SynchronizeLargeSegmentUpdate(lsRFDResponseDTO *dtos.LargeSegmentRFDResponseDTO) error + func (l *LocalSyncMock) SynchronizeSegment(segmentName string, till *int64) error + type MockManager struct + IsRunningCall func() bool + NextRefreshCall func() time.Time + StartCall func() error + StartWorkersCall func() + StopCall func() error + StopWorkersCall func() + func (m MockManager) IsRunning() bool + func (m MockManager) NextRefresh() time.Time + func (m MockManager) Start() error + func (m MockManager) StartWorkers() + func (m MockManager) Stop() error + func (m MockManager) StopWorkers() + type NotificationParserMock struct + ParseAndForwardCall func(m sse.IncomingMessage) (*int64, error) + func (n *NotificationParserMock) ParseAndForward(m sse.IncomingMessage) (*int64, error) Other modules containing this package github.com/splitio/go-split-commons/v2 github.com/splitio/go-split-commons/v3 github.com/splitio/go-split-commons/v4 github.com/splitio/go-split-commons/v5 github.com/splitio/go-split-commons/v6 github.com/splitio/go-split-commons/v7