...

Source file src/github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal/clients/generateunboundmethods/model_protobuf_any.go

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

     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 ProtobufAny struct {
    13  	Type_ string `json:"@type,omitempty"`
    14  }
    15  

View as plain text