...

Source file src/github.com/grpc-ecosystem/grpc-gateway/examples/internal/clients/echo/model_examplepb_embedded.go

Documentation: github.com/grpc-ecosystem/grpc-gateway/examples/internal/clients/echo

     1  /*
     2   * Echo Service
     3   *
     4   * 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 echo
    11  
    12  // Embedded represents a message embedded in SimpleMessage.
    13  type ExamplepbEmbedded struct {
    14  	Progress string `json:"progress,omitempty"`
    15  	Note string `json:"note,omitempty"`
    16  }
    17  

View as plain text