cur

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BillingPeriod

type BillingPeriod struct {
	Start string `json:"start"`
	End   string `json:"end"`
}

func (*BillingPeriod) StartTime

func (bp *BillingPeriod) StartTime() (time.Time, error)

type Column

type Column struct {
	Category string `json:"category"`
	Name     string `json:"name"`
	Type     string `json:"type"`
}

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"`
}

func ParseManifest

func ParseManifest(rdr io.Reader) (*Manifest, error)

type ManifestPeriod

type ManifestPeriod struct {
	Prefix   string
	Period   string
	Snapshot string
}

func ParseManifestPath

func ParseManifestPath(key string) (*ManifestPeriod, bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL