bug2599

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 Action

type Action struct {
	// swagger:type string
	ID UUID `json:"id"`

	ResourceID string `json:"resourceId"`
}

Action exercises a field-level swagger:type override: ID is a UUID (which would otherwise render as a $ref/array) but the reporter wants it as a bare string in the spec.

swagger:model

type UUID

type UUID [16]byte

UUID is a custom, non-strfmt type (mirrors gofrs/uuid.UUID: an array under the hood) that the reporter cannot refactor away.

Jump to

Keyboard shortcuts

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