bug2160

package
v0.36.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FooBarStruct

type FooBarStruct struct {
	Amount int `json:"amount"`
	Value  int `json:"value"`
}

FooBarStruct is an element.

swagger:model

type ResponseBody

type ResponseBody struct {
	// The foo value
	// example: 123456
	Foo int64 `json:"foo"`
	// FooBars
	// example: [{"amount":1,"value":4900},{"amount":15,"value":4500}]
	FooBars []FooBarStruct `json:"fooBars"`
}

ResponseBody has an array-of-structs example (#2160).

swagger:model

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL