File: model_pathenumsnake_case_for_import.go

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway 2.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,236 kB
  • sloc: javascript: 357; makefile: 147; sh: 26
file content (19 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * A Bit of Everything
 *
 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
 *
 * API version: 1.0
 * Contact: none@example.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package abe
// PathenumsnakeCaseForImport : - value_x: buf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE  - value_y: buf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE
type PathenumsnakeCaseForImport string

// List of pathenumsnake_case_for_import
const (
	X_PathenumsnakeCaseForImport PathenumsnakeCaseForImport = "value_x"
	Y_PathenumsnakeCaseForImport PathenumsnakeCaseForImport = "value_y"
)