Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sarus_data_spec / sarus_data_spec / protobuf / proto_container.proto
Size: Mime:
syntax = "proto3";
package sarus_data_spec;
import "google/protobuf/any.proto";

message ProtoContainer {
  // General container to store list of protos
  repeated google.protobuf.Any protos = 1; //
  map<string, string> properties = 2; // Other properties
}