1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
/*
* Unannotated Echo
*
* Unannotated Echo Service Similar to echo_service.proto but without annotations. See unannotated_echo_service.yaml for the equivalent of the annotations in gRPC API configuration format. Echo Service API consists of a single service which returns a message.
*
* API version: 1.0
* Contact: none@example.com
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package unannotatedecho
// Embedded represents a message embedded in SimpleMessage.
type ExamplepbUnannotatedEmbedded struct {
Progress string `json:"progress,omitempty"`
Note string `json:"note,omitempty"`
}
|