File: model_examplepb_a_bit_of_everything_repeated.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 (30 lines) | stat: -rw-r--r-- 1,577 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
20
21
22
23
24
25
26
27
28
29
30
/*
 * 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

type ExamplepbABitOfEverythingRepeated struct {
	PathRepeatedFloatValue []float32 `json:"pathRepeatedFloatValue,omitempty"`
	PathRepeatedDoubleValue []float64 `json:"pathRepeatedDoubleValue,omitempty"`
	PathRepeatedInt64Value []string `json:"pathRepeatedInt64Value,omitempty"`
	PathRepeatedUint64Value []string `json:"pathRepeatedUint64Value,omitempty"`
	PathRepeatedInt32Value []int32 `json:"pathRepeatedInt32Value,omitempty"`
	PathRepeatedFixed64Value []string `json:"pathRepeatedFixed64Value,omitempty"`
	PathRepeatedFixed32Value []int64 `json:"pathRepeatedFixed32Value,omitempty"`
	PathRepeatedBoolValue []bool `json:"pathRepeatedBoolValue,omitempty"`
	PathRepeatedStringValue []string `json:"pathRepeatedStringValue,omitempty"`
	PathRepeatedBytesValue []string `json:"pathRepeatedBytesValue,omitempty"`
	PathRepeatedUint32Value []int64 `json:"pathRepeatedUint32Value,omitempty"`
	PathRepeatedEnumValue []ExamplepbNumericEnum `json:"pathRepeatedEnumValue,omitempty"`
	PathRepeatedSfixed32Value []int32 `json:"pathRepeatedSfixed32Value,omitempty"`
	PathRepeatedSfixed64Value []string `json:"pathRepeatedSfixed64Value,omitempty"`
	PathRepeatedSint32Value []int32 `json:"pathRepeatedSint32Value,omitempty"`
	PathRepeatedSint64Value []string `json:"pathRepeatedSint64Value,omitempty"`
}