Sha256: 0cb6195bac7cac1bea2edeb9a3d90ddddbbc646f73ba7d171597350e27b5cb85

Contents?: true

Size: 256 Bytes

Versions: 8

Compression:

Stored size: 256 Bytes

Contents

// definitions/example/reverse.proto
package example;

message ReverseRequest {
  required string input = 1;
}
message ReverseResponse {
  required string reversed = 1;
}
service ReverseService {
  rpc Reverse (ReverseRequest) returns (ReverseResponse);
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
protobuffy-4.0.1 examples/definitions/example/reverse.proto
protobuffy-4.0.0 examples/definitions/example/reverse.proto
protobuffy-3.6.0 examples/definitions/example/reverse.proto
protobuffy-3.5.1 examples/definitions/example/reverse.proto
protobuffy-3.4.0 examples/definitions/example/reverse.proto
protobuffy-3.3.0 examples/definitions/example/reverse.proto
protobuffy-3.2.0 examples/definitions/example/reverse.proto
protobuffy-3.1.0 examples/definitions/example/reverse.proto