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 // ExamplepbsnakeCaseEnum : - value_c: buf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE - value_d: buf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE 13 type ExamplepbsnakeCaseEnum string 14 15 // List of examplepbsnake_case_enum 16 const ( 17 C_ExamplepbsnakeCaseEnum ExamplepbsnakeCaseEnum = "value_c" 18 D_ExamplepbsnakeCaseEnum ExamplepbsnakeCaseEnum = "value_d" 19 ) 20