Documentation ¶ Index ¶ type Entries func DecodeEntriesYAML(body []byte) (Entries, error) type Entry type GifRequest Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Entries ¶ type Entries []*Entry func DecodeEntriesYAML ¶ func DecodeEntriesYAML(body []byte) (Entries, error) type Entry ¶ type Entry struct { URL string `yaml:"url" json:"url"` Bucket string `yaml:"bucket" json:"bucket"` KeyPrefix string `yaml:"key_prefix" json:"key_prefix"` Timezone string `yaml:"timezone" json:"timezone"` } type GifRequest ¶ type GifRequest struct { Bucket string `yaml:"bucket" json:"bucket"` KeyPrefix string `yaml:"key_prefix" json:"key_prefix"` Year int `yaml:"year" json:"year"` Month int `yaml:"month" json:"month"` Day int `yaml:"day" json:"day"` } Source Files ¶ View all Source files entry.gogif_request.go Click to show internal directories. Click to hide internal directories.