8 lines
105 B
Protocol Buffer

// 呼叫保持
syntax = "proto3";
package main;
option go_package = "./spb/talk";
message TalkPing {
}