Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AwsKeyId string `json:"awsKeyId"` AwsSecKey string `json:"awsSecKey"` AwsS3Bucket string `json:"awsS3Bucket"` AwsS3Region string `json:"awsS3Region"` LocalPath string `json:"localPath"` Path string `json:"path"` TimeSliceFormat string `json:"timeSliceFormat"` AwsS3OutputKey string `json:"awsS3OutputKey"` }
type FileSaver ¶
type FileSaver struct { Config Config Writer *gzip.Writer FileInfo OutputFileInfo RateCounter *ratecounter.RateCounter }
type OutputFileInfo ¶
Click to show internal directories.
Click to hide internal directories.