Some checks failed
deploy and publish / build-and-deploy (push) Has been cancelled
revert delete all
9 lines
102 B
Protocol Buffer
9 lines
102 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package pgc.biz;
|
|
|
|
//
|
|
message RoomProto {
|
|
//
|
|
repeated string room_id = 1;
|
|
} |