1 /* 2 * examples/internal/proto/examplepb/generate_unbound_methods.proto 3 * 4 * Generate Unannotated Methods Echo Service Similar to echo_service.proto but without annotations and without external configuration. Generate Unannotated Methods Echo Service API consists of a single service which returns a message. 5 * 6 * API version: version not set 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package generateunboundmethods 11 12 type RpcStatus struct { 13 Code int32 `json:"code,omitempty"` 14 Message string `json:"message,omitempty"` 15 Details []ProtobufAny `json:"details,omitempty"` 16 } 17