Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
From string
To string
Events []string
Key string
Secret string
Bucket string
Prefix string
Split bool
}
func (*Config) GetEffectiveS3Prefix ¶
func (*Config) GetTmpFilename ¶
type EventBuffer ¶
type EventBuffer struct {
Name string
Key string
File *os.File
// contains filtered or unexported fields
}
func SplitEvents ¶
func SplitEvents(input io.Reader) (events []*EventBuffer, err error)
type EventRecord ¶
type EventRecord struct {
Event string `json:"event"`
}
type MixpanelAPI ¶
type S3Loader ¶
func NewS3Loader ¶
func (*S3Loader) GetFullKeyForKey ¶
func (*S3Loader) GetUrlForKey ¶
Click to show internal directories.
Click to hide internal directories.