rustypipe/abr-proto/proto/video_streaming/proxy_status.proto

15 lines
183 B
Protocol Buffer

syntax = "proto2";
package video_streaming;
enum ProxyStatus {
VAL_0 = 0;
OK = 1;
VAL_2 = 2;
VAL_3 = 3;
VAL_4 = 4;
VAL_5 = 5;
VAL_6 = 6;
VAL_7 = 7;
VAL_8 = 8;
VAL_9 = 9;
}