bug1512

package
v0.36.3 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 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 Sizes

type Sizes struct {
	Big uint64 `json:"big"`

	Small uint32 `json:"small"`

	// swagger:strfmt int64
	Overridden uint64 `json:"overridden"`

	Signed int64 `json:"signed"`
}

Sizes carries unsigned integer fields. Swagger 2.0 officially defines only int32 / int64 integer formats; go-swagger emits the Go-specific uint formats (uint64, uint32, …) as a vendor convention. For OAI-conformant / precision-safe output, a field can be overridden with `swagger:strfmt int64`, which yields the string-encoded {type: string, format: int64} representation.

swagger:model

Jump to

Keyboard shortcuts

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