app-starlock/lib/talk/starChart/proto/talk_receiver_transfer.proto

9 lines
200 B
Protocol Buffer
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 对讲接听者转移通知智能锁转移到一个新的peerID
syntax = "proto3";
package main;
option go_package = "./spb/talk";
message TalkReceiverTransfer {
string newPeerID = 2;
}