Skip to content

Commit

Permalink
Merge pull request #144 from kgrieco/master
Browse files Browse the repository at this point in the history
Added ConnectedAt property to ConnectionInfo
  • Loading branch information
michaelklishin authored Oct 29, 2019
2 parents c46acbe + e04c2f7 commit b29e8d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ type ConnectionInfo struct {
RecvOctDetails RateDetails `json:"recv_oct_details"`
// Egress data rate
SendOctDetails RateDetails `json:"send_oct_details"`

// Connection timestamp
ConnectedAt uint64 `json:"connected_at,omitempty"`
}

//
Expand Down

0 comments on commit b29e8d7

Please sign in to comment.