7 lines
141 B
Protocol Buffer
7 lines
141 B
Protocol Buffer
import "common_base.proto";
|
|
|
|
service ExperimentService {
|
|
rpc ReportProductImpressionsFromClient (.NotImplemented) returns (.NoResponse);
|
|
}
|
|
|