12 lines
164 B
Protocol Buffer
12 lines
164 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Byway.Thrift.Data.Net;
|
|
|
|
option go_package = "../msg";
|
|
|
|
message AdItem {
|
|
int32 Watch = 1;
|
|
int32 LastWatch = 2;
|
|
int32 ItemId = 3;
|
|
}
|