mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
First implementation with Asynchronous gRPC server, a few services and some client python code.
8 lines
53 B
Protocol Buffer
8 lines
53 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package rips;
|
|
|
|
message Empty
|
|
{
|
|
}
|