Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillingPeriod ¶
type Manifest ¶
type Manifest struct {
AssemblyID string `json:"assemblyId"`
Account string `json:"account"`
Columns []*Column `json:"columns"`
Charset string `json:"charset"`
Compression string `json:"compression"`
ContentType string `json:"contentType"`
ReportID string `json:"reportId"`
ReportName string `json:"reportName"`
BillingPeriod *BillingPeriod `json:"billingPeriod"`
Bucket string `json:"bucket"`
ReportKeys []string `json:"reportKeys"`
}
type ManifestPeriod ¶
func ParseManifestPath ¶
func ParseManifestPath(key string) (*ManifestPeriod, bool)
Click to show internal directories.
Click to hide internal directories.