syntax = "proto3"; package protocol; message SocketResponse { int32 code = 1; string msg = 2; int32 msgType = 3; // string data = 4; }