HomeServer/3rd/protobuf/ruby/tests/test_ruby_package.proto

8 lines
103 B
Protocol Buffer
Raw Normal View History

2024-11-20 15:41:09 +08:00
syntax = "proto3";
package foo_bar;
option ruby_package = "A::B";
message TestRubyPackageMessage {}