Add k8s example (#19)
This commit is contained in:
committed by
Manfred Touron
parent
514198f2e5
commit
6c946d62eb
11
examples/k8s/nginx.proto
Normal file
11
examples/k8s/nginx.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package nginx;
|
||||
|
||||
message Empty {
|
||||
}
|
||||
|
||||
service Nginx {
|
||||
rpc Hello(Empty) returns (Empty) {}
|
||||
rpc World(Empty) returns (Empty) {}
|
||||
}
|
Reference in New Issue
Block a user