You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
227 B

syntax = "proto3";
package live.xuser;
option go_package = "grpc";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
enum Platform {
UNKNOWN = 0;
PC = 1;
ANDROID = 2;
IOS = 3;
H5 = 4;
}