mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 14:23:25 +00:00
Migrate to Go modules
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
2e2250afe8
commit
7ce266adc0
2
gateway/vendor/github.com/nats-io/stan.go/pb/protocol.proto
generated
vendored
2
gateway/vendor/github.com/nats-io/stan.go/pb/protocol.proto
generated
vendored
@ -49,7 +49,7 @@ message MsgProto {
|
||||
string subject = 2; // subject
|
||||
string reply = 3; // optional reply
|
||||
bytes data = 4; // payload
|
||||
int64 timestamp = 5; // received timestamp
|
||||
int64 timestamp = 5; // received timestamp: Unix time (number of nanoseconds elapsed since January 1, 1970 UTC)
|
||||
bool redelivered = 6; // Flag specifying if the message is being redelivered
|
||||
uint32 redeliveryCount = 7; // Number of times the message has been redelivered (count currently not persisted)
|
||||
|
||||
|
Reference in New Issue
Block a user