Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
StatusTrackerFileName = "rudderDeleteTracker.txt"
)
Functions ¶
func LocalFileHandlerFactory ¶ added in v1.3.0
func LocalFileHandlerFactory(dest, upstreamFilePath string) filehandler.LocalFileHandler
Types ¶
type Batch ¶
type Batch struct { FM filemanager.FileManager TmpDirPath string // contains filtered or unexported fields }
type BatchManager ¶
type BatchManager struct { FilesLimit int FMFactory filemanager.FileManagerFactory }
func (*BatchManager) Delete ¶
func (bm *BatchManager) Delete( ctx context.Context, job model.Job, destConfig map[string]interface{}, destName string, ) model.JobStatus
Delete users corresponding to input userAttributes from a given batch destination
func (*BatchManager) GetSupportedDestinations ¶
func (*BatchManager) GetSupportedDestinations() []string
Click to show internal directories.
Click to hide internal directories.