/* * Echo Service * * Echo Service API consists of a single service which returns a message. * * OpenAPI spec version: version not set * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ package echo // Embedded represents a message embedded in SimpleMessage. type ExamplepbEmbedded struct { Progress string `json:"progress,omitempty"` Note string `json:"note,omitempty"` }