...

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

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

     1  /*
     2   * A Bit of Everything
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 1.0
     7   * Contact: none@example.com
     8   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     9   */
    10  
    11  package abe
    12  // ExamplepbsnakeCase0Enum : - value_e: buf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE  - value_f: buf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE
    13  type ExamplepbsnakeCase0Enum string
    14  
    15  // List of examplepbsnake_case_0_enum
    16  const (
    17  	E_ExamplepbsnakeCase0Enum ExamplepbsnakeCase0Enum = "value_e"
    18  	F_ExamplepbsnakeCase0Enum ExamplepbsnakeCase0Enum = "value_f"
    19  )
    20  

View as plain text