]> git.lizzy.rs Git - connect-rs.git/blob - examples/tcp-client/schema/hello_world.proto
rename stitch-net to connect
[connect-rs.git] / examples / tcp-client / schema / hello_world.proto
1 syntax = "proto3";
2 package hello_world;
3
4 message HelloWorld {
5   string message = 1;
6 }