mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
12 lines
124 B
Protocol Buffer
12 lines
124 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package rips;
|
|
|
|
message Empty
|
|
{
|
|
}
|
|
|
|
message ClientToServerStreamReply
|
|
{
|
|
int64 accepted_value_count = 1;
|
|
} |