Skip to content

Commit 2724611

Browse files
committed
Demonstrate failure
1 parent 83992af commit 2724611

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/proto/haberdash/v1/haberdash_api.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ option go_package = "haberdash.v1";
99
service HaberdasherAPI {
1010
// MakeHat produces a hat of mysterious, randomly-selected color!
1111
rpc MakeHat(MakeHatRequest) returns (MakeHatResponse);
12+
rpc GetStatus(GetStatusRequest) returns (GetStatusResponse);
1213
}
1314

1415
// Size is passed when requesting a new hat to be made. It's always
@@ -32,3 +33,9 @@ message MakeHatResponse {
3233
// Demonstrate importing an external message.
3334
google.protobuf.Timestamp timestamp = 4;
3435
}
36+
37+
message GetStatusRequest {
38+
}
39+
40+
message GetStatusResponse {
41+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy