apiquery

package
v0.18.5 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 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 interface{}) url.Values

func MarshalWithSettings

func MarshalWithSettings(value interface{}, settings QuerySettings) url.Values

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
}

Jump to

Keyboard shortcuts

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