Documentation
¶
Overview ¶
Package parser deals with parsing various incoming formats
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PutInput ¶
type PutInput struct {
Format string
ContentType string
Body io.Reader
MultipartBoundary string
// these parameters are the same as the ones in storage.PutInput
StartTime time.Time
EndTime time.Time
Key *segment.Key
SpyName string
SampleRate uint32
Units metadata.Units
AggregationType metadata.AggregationType
}
Click to show internal directories.
Click to hide internal directories.