kinesis-consumer/emitter/redshift/manifest.go
2016-02-08 19:39:09 -08:00

10 lines
168 B
Go

package redshift
type Entry struct {
Url string `json:"url"`
Mandatory bool `json:"mandatory"`
}
type Manifest struct {
Entries []Entry `json:"entries"`
}