Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
StatusTrackerFileName = "rudderDeleteTracker.txt"
)
Functions ¶
This section is empty.
Types ¶
type Batch ¶
type Batch struct { FM filemanager.FileManager DM deleteManager TmpDirPath string // contains filtered or unexported fields }
type BatchManager ¶
type BatchManager struct {
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 (bm *BatchManager) GetSupportedDestinations() []string
type S3DeleteManager ¶
type S3DeleteManager struct{}
Click to show internal directories.
Click to hide internal directories.