kinesis-consumer/emitter/redshift/manifest.go

11 lines
168 B
Go
Raw Normal View History

2016-02-09 03:39:09 +00:00
package redshift
type Entry struct {
Url string `json:"url"`
Mandatory bool `json:"mandatory"`
}
type Manifest struct {
Entries []Entry `json:"entries"`
}