mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: attempt
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
87e43e8978
commit
dc6250106b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ import "measurements.proto";
|
|||
|
||||
message Payload {
|
||||
required Tier sender = 2; /// Tier info represents who is sending a message. Payloads are uniquely identified by sender and time
|
||||
required uint32 send_time_utc = 3; /// latest send attmpt time
|
||||
required uint32 send_time_utc = 3; /// latest send attempt time
|
||||
optional uint32 send_retry_count = 4;
|
||||
optional User user = 6; /// User info apply to all sub-messages contained
|
||||
repeated bytes payloads = 10; /// recursive payloads form a tree structure to store arbitrary message history efficiently
|
||||
|
|
Loading…
Add table
Reference in a new issue