Migrate to Go modules

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2021-01-20 12:12:11 +00:00
committed by Alex Ellis
parent 2e2250afe8
commit 7ce266adc0
667 changed files with 211781 additions and 17546 deletions

View File

@ -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)