apiquery

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Marshal

func Marshal(value any) (url.Values, error)

func MarshalWithSettings

func MarshalWithSettings(value any, settings QuerySettings) (url.Values, error)

Types

type ArrayQueryFormat

type ArrayQueryFormat int
const (
	ArrayQueryFormatComma ArrayQueryFormat = iota
	ArrayQueryFormatRepeat
	ArrayQueryFormatIndices
	ArrayQueryFormatBrackets
)

type NestedQueryFormat

type NestedQueryFormat int
const (
	NestedQueryFormatBrackets NestedQueryFormat = iota
	NestedQueryFormatDots
)

type Pair

type Pair struct {
	// contains filtered or unexported fields
}

type QuerySettings

type QuerySettings struct {
	NestedFormat NestedQueryFormat
	ArrayFormat  ArrayQueryFormat
}

type Queryer

type Queryer interface {
	URLQuery() (url.Values, error)
}

Jump to

Keyboard shortcuts

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