Documentation ¶
Index ¶
- Variables
- func CleanUpData(keyMap map[string]interface{}, importingJobIDs []int64) ([]int64, []int64)
- func GenerateFailedPayload(config map[string]interface{}, jobs []*jobsdb.JobT, ...) []byte
- func GetMarshalledData(payload string, jobID int64) string
- func GetTransformedData(payload stdjson.RawMessage) string
- func Init()
- type AsyncDestinationStruct
- type AsyncFailedPayload
- type AsyncJob
- type AsyncUploadOutput
- type AsyncUploadT
- type MetaDataT
- type Parameters
- type UploadStruct
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HTTPTimeout time.Duration
)
Functions ¶
func CleanUpData ¶
func GenerateFailedPayload ¶
func GetMarshalledData ¶
func GetTransformedData ¶
func GetTransformedData(payload stdjson.RawMessage) string
Types ¶
type AsyncDestinationStruct ¶
type AsyncFailedPayload ¶
type AsyncUploadOutput ¶
type AsyncUploadOutput struct { Key string ImportingJobIDs []int64 ImportingParameters stdjson.RawMessage SuccessJobIDs []int64 FailedJobIDs []int64 SucceededJobIDs []int64 SuccessResponse string FailedReason string AbortJobIDs []int64 AbortReason string FailedCount int AbortCount int DestinationID string // contains filtered or unexported fields }
type AsyncUploadT ¶
type Parameters ¶
type UploadStruct ¶
Click to show internal directories.
Click to hide internal directories.