petstore

package
v1.23.10 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 2 Imported by: 0

README

15 Bound Query Params

This is a simple test demonstrating how to use bound query parameters in a query, and how the exploding vs not mechanism works.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoundQueryParams

type BoundQueryParams struct {
	Name    string  `form:"name"`
	Tag     string  `form:"tag"`
	Limit   int     `form:"limit"`
	Decimal float64 `form:"decimal"`

	Slice []string `form:"slice"`

	Map map[string]string `form:"map"`
}

Jump to

Keyboard shortcuts

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