bug1881

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

func ListItems

func ListItems()

swagger:route GET /items items listItems

List items.

Responses:

200: itemsResponse

Types

type Item

type Item struct {
	Name string `json:"name"`
}

Item is an element model.

swagger:model

type ItemsResponse

type ItemsResponse struct {
	// in: body
	Body []Item
}

ItemsResponse is a response whose body is an array of objects (the #1881 "array-of-object response yields invalid spec" case).

swagger:response itemsResponse

Jump to

Keyboard shortcuts

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