syntax = "proto3"; package talpid_openvpn_plugin; import "google/protobuf/empty.proto"; service OpenvpnEventProxy { rpc Event(EventType) returns (google.protobuf.Empty) {} } message EventType { int32 event = 1; map env = 2; }