Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed May 26, 2024
1 parent bfc070a commit efa97d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ type Publication struct {
// Tags contains a map with custom key-values attached to a Publication. Tags map
// will be delivered to a client.
Tags map[string]string
// Optional time of publication as Unix timestamp milliseconds.
// Optional time of publication as Unix timestamp milliseconds. At this point
// we use it for calculating PUB/SUB time lag, it's not exposed to the client
// protocol.
Time int64
}

Expand Down

0 comments on commit efa97d0

Please sign in to comment.