Skip to content

Commit

Permalink
Merge pull request #2 from rewardStyle/feature/ApproximateArrivalTime…
Browse files Browse the repository at this point in the history
…stamp

Add ApproximateArrivalTimestamp
  • Loading branch information
fjordan committed Feb 26, 2016
2 parents ebf1c2b + bfd190b commit 06b9508
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kinesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,10 @@ func (kinesis *Kinesis) GetShardIterator(args *RequestArgs) (resp *GetShardItera

// GetNextRecordsRecords stores the information that provides by GetNextRecordsResp
type GetRecordsRecords struct {
Data []byte
PartitionKey string
SequenceNumber string
ApproximateArrivalTimestamp float64
Data []byte
PartitionKey string
SequenceNumber string
}

func (r GetRecordsRecords) GetData() []byte {
Expand Down

0 comments on commit 06b9508

Please sign in to comment.