File: message.proto

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway.v2 2.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,148 kB
  • sloc: javascript: 352; makefile: 136; sh: 26
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
syntax = "proto2";

package grpc.gateway.examples.internal.proto.sub;

option go_package = "github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal/proto/sub";

message StringMessage {
  required string value = 1;
}