package
Version:
v1.5.2
Opens a new window with list of versions in this module.
Published: Jun 14, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Encode encodes the given value into a query string. Only structs and maps
with string keys and several types of types as values are supported.
type Marshaler interface {
MarshalURL() ([]byte, error)
}
type Setter interface {
Set(interface{}) error
}
type Unmarshaler interface {
UnmarshalURL([]byte) error
}
type Valuer interface {
Value() interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.