Files
ResInsight/ApplicationCode/GrpcInterface/GrpcProtos/Empty.proto
Gaute Lindkvist 922386c673 #4416 First implementation of gRPC-based Python interface
First implementation with Asynchronous gRPC server, a few services and some client python code.
2019-05-20 13:21:02 +02:00

8 lines
53 B
Protocol Buffer

syntax = "proto3";
package rips;
message Empty
{
}