Skip to content

Commit 7617040

Browse files
error corrections
1 parent 0688a24 commit 7617040

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

protologs/logs.pb.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protologs/logs.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
syntax = "proto3";
22

3-
option go_package = "google.golang.org/grpc/examples/helloworld/helloworld";
3+
option go_package = "github.com/Matias-Correia/go-test_server/protologs";
44

55
import "google/protobuf/empty.proto";
66
import "google/protobuf/duration.proto";
@@ -13,9 +13,9 @@ service LogTestData{
1313
}
1414

1515
// Log definition
16+
//Tempo desde que peço o request até que começo a receber o bloco
1617
message Log{
1718
string blockID = 1;
1819
google.protobuf.Duration request_delay = 2;
19-
Tempo desde que peço o request até que começo a receber o bloco
2020
bool blockDelivered = 3;
2121
}

protologs/logs_grpc.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)