change package of proto and method name of service
to comply with tonic, grpc implementation in rust
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package signaling;
|
||||
|
||||
option go_package = "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/proto/signaling";
|
||||
|
||||
import "google/protobuf/empty.proto";
|
||||
@ -32,5 +34,5 @@ message SignalingMessage {
|
||||
}
|
||||
|
||||
service Signaling {
|
||||
rpc Connect(stream SignalingMessage) returns (stream SignalingMessage);
|
||||
rpc Biu(stream SignalingMessage) returns (stream SignalingMessage);
|
||||
}
|
Reference in New Issue
Block a user